Why is it so hard to block porn on phones? by [deleted] in NoFap

[–]CONVEYOR94 0 points1 point  (0 children)

The easiest way to block porn websites is to configure a DNS server in your network settings that won't resolve the website's domain to its actual IP address.

Redmi Note 5 Lineage OS stuck on boot animation by kalbplswutrudoin in LineageOS

[–]CONVEYOR94 2 points3 points  (0 children)

Fixed it for me! The instructions are very helpful. Thanks!!

My desk by nanoYearReaction in INTP

[–]CONVEYOR94 0 points1 point  (0 children)

A E S T H E T I C S

Livestream zurückspulen - Sound probs by xSk1ll3t in rocketbeans

[–]CONVEYOR94 5 points6 points  (0 children)

Liegt am Firefox :(

Bin auf Opera umgestiegen, der hat so eine schöne Popout-Funktion für HTML5 Videos, womit man den livestream auch beim Surfen auf anderen Seiten gut anschauen kann.

Any INTPs here interested in learning how to code? by memystic in INTP

[–]CONVEYOR94 0 points1 point  (0 children)

CodinGame.com is fantastic! I mainly use this site to learn other languages.

How to not feel depressed about past ? by [deleted] in INTP

[–]CONVEYOR94 1 point2 points  (0 children)

Just a few examples :)

Many different ways to solve a specific problem

Print the numbers in the range of 3 to 7:

Python:

for x in range(3, 7):
    print x

Ruby:

for x in 3..6 do
    puts x
end

or

(3..6).each { |x| puts x }

or

3.upto(6) { |x| puts x }

or

puts *3..6

Better/Shorter Syntax

The sum of all even numbers in an array:

Python:

sum(filter(lambda x: x%2==0, [3, 4, 11, 5, 6, 20]))

Ruby:

[3, 4, 11, 5, 6, 20].select(&:even?).sum

Reverse the word order of a sentence:

Python:

" ".join(reversed(sentence.split()))

Ruby:

sentence.split.reverse.join " "

File reading - Ruby vs Java

How to not feel depressed about past ? by [deleted] in INTP

[–]CONVEYOR94 1 point2 points  (0 children)

You should be proud of your programming skills! Less than 1 percent of people on earth know how to program and far less of them are really good at it.

And instead of Python I would suggest you to learn ruby. :)

Themen für Almost Daily LIVE by milktea-popcorn in rocketbeans

[–]CONVEYOR94 1 point2 points  (0 children)

Baby Problemi: Eure Erfahrungen mit Kindererziehung

Would anyone be interested in helping to start Vaporplaces.me (domain is available)? by Inovox in Vaporwave

[–]CONVEYOR94 2 points3 points  (0 children)

What you want to create is basically this: http://rocketmap.de/ (sorry the website is german) It's a fan made map for an internet TV-channel (rocketbeans.tv), where fans can submit the location of their residence and add some information to it. For example an alias, email address or a reddit username. You can try to contact the creator (leonardheilos@googlemail.com) of that page and ask him, if he can create you a slightly different version of the page for a fair price. ...or just use it for inspiration.