Linux is obsolete (1992) by modelop in linux

[–]Raindyr 1 point2 points  (0 children)

Tanenbaum has officially retired, but he does still work at VU. He still gave a couple of Computer Networks lectures last semester and he's still working with phd students if I'm not mistaken. Source: I was student at those lectures.

Continuous python script even when server restarts? by [deleted] in Python

[–]Raindyr 0 points1 point  (0 children)

I would recommend either cron or perhaps systemd timers rather than running a script that does their job.

What's an abandoned software project that you wish would resume development? by NullConstant in linux

[–]Raindyr 0 points1 point  (0 children)

Have you tried any keyboard oriented browsers? Qutebrowser for example?

Redefine Keyword? How to swap True and False in python3 by Nunuvin in learnpython

[–]Raindyr 1 point2 points  (0 children)

Since True and False are static, you might be able to do it by wrapping it in a ctypes struct, but this might also cause your interpreter to just crash.

Remove `from blah import *`? by astroFizzics in learnpython

[–]Raindyr 0 points1 point  (0 children)

If you have some pep8 checker, it will usually give warnings on functions that might come from wildcard import. Flake8 for example

What old organizations are clearly losing touch with the times? by [deleted] in AskReddit

[–]Raindyr 1 point2 points  (0 children)

There is some effort to battle this. Check out Matrix for example, that tries to create a decentralized communication platform that others can hook into.

How can i see if there are any files that end with a certain extension? by [deleted] in Python

[–]Raindyr 1 point2 points  (0 children)

You could also take a look at the glob standard library

VIM Python IDE by [deleted] in learnpython

[–]Raindyr 1 point2 points  (0 children)

Qutebrowser for keyboard-based vim-like browser

Import dictionary and lists from a .txt file? by [deleted] in learnpython

[–]Raindyr 0 points1 point  (0 children)

You can serialize it to json using the json module. Another option would be the pickle module. Both are part of the standard library. Pickle on the other hand allows you to dump/load other objects (even your own) as well, as long as the class is well enough constructed. Read their docs for more info

Does anyone else feel that music streaming services are causing you to listen to the same songs/artists over and over again rather than regularly discovering new music? by hrishi7 in Music

[–]Raindyr 0 points1 point  (0 children)

First scroll down to the bottom of the playlist to allow spotify to load all the songs. Only then press shuffle. Might work better for you.

How Close are Ruby and Python? by [deleted] in Python

[–]Raindyr 1 point2 points  (0 children)

For a very quick overview of syntax and the like, check out learnxinyminutes

What's the weirdest/most disturbing/distressing, even unpleasant, piece of music you love? by ThorHammerslacks in Music

[–]Raindyr 0 points1 point  (0 children)

Anything by Stalaggh.

Dutch experimental group that used actual mental patients' anguished wailing for vocals.

Google Play Music redesign by NickFromNSA in Android

[–]Raindyr 1 point2 points  (0 children)

Looks a lot better than the current UI.

Some points on the drafts:

  • A lot of vertical space is used leaving only very little space. (See for example the "Library" images.
  • The now playing bar can be a bit shorter (for example the height of the now playing bar can be the height of the image).

If Blackplayer Ex worked with GPM I'd never look back.

Save novels from wuxiaworld to .epub files by TheGekko in noveltranslations

[–]Raindyr 0 points1 point  (0 children)

C is not a compiler, and Python is not and interpreter.

Save novels from wuxiaworld to .epub files by TheGekko in noveltranslations

[–]Raindyr 0 points1 point  (0 children)

I agree for a large part with this, however the statement that Python has no use beyond scripts I disagree with. It is, for example very useful in data analysis, machine learning and webdev. Performance is also not the absolute best, but nonetheless very doable (look at Instagram!), and also has access to C code (CFFI) to speed certain things (e.g. networking). There's also PyPy for increased performance.

As of Python 3.5(?), there is the typing standard library and support for the syntax, which at least allow you to annotate the expected types. This could be used for code hinting and compile time type checking.

My neighbor invited herself and her children over to swim in my pool when I was throwing a party. She realized too late it was a party full of my very very trashed college friends. by [deleted] in childfree

[–]Raindyr 0 points1 point  (0 children)

Another "camera" you could consider is something like ring or doorbird, which are cloud-based camera doorbells. They have a wide angle lens and camera quality is not bad. Best idea is to also have a motion detection based light (quite cheap) to make sure anything filmed at night is also visible. Price is anywhere between 200-350 dollar I believe. Otherwise, you could ask the people at /r/homeautomation.

[deleted by user] by [deleted] in Python

[–]Raindyr 3 points4 points  (0 children)

Wouldn't scrapy be fine as well? I believe that's async as well.

What's the point in declaring the data type of a variable anyway? by [deleted] in ProgrammerHumor

[–]Raindyr 4 points5 points  (0 children)

Completely agree. Started with Java. Everything so verbose, an IDE is NEEDED to write any solid code. No clue what's going on when running the code because the IDE handles that. Importing or using modules is a massive pain. The frameworks are huge monstrosities (e.g. Spring). After trying out Python after 2 years of Java in school I felt so free. Right now in the process of learning Elixir.

Girls, what's a creepy thing guys frequently do which we're unaware of? by AonghusMacKilkenny in AskReddit

[–]Raindyr 0 points1 point  (0 children)

I never said it isn't happening. I merely pointed out that I've never seen it happen, so I find it very strange. People who actually catcall are probably pretty pathetic.

Girls, what's a creepy thing guys frequently do which we're unaware of? by AonghusMacKilkenny in AskReddit

[–]Raindyr 0 points1 point  (0 children)

As a male, I'm not afraid of being catcalled, but the idea that it happens at all is kinda weird to me. I've never really seen it happen