Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AL
Posts
0
Comments
242
Joined
2 yr. ago

  • I'm a scientist that has been coding almost exclusively in Python for the past decade and I strongly disagree.

    Python is great at being the glue that holds everything together, and everything crunchy part of the program is being handled by a library anyways.

    I code with two terminals, one for iPython and one for vim. And you don't need anything else. The beauty of Python is that it's not a language that is so full of boilerplate that you need an IDE to type it for you to be remotely productive.

    Overall, Python is a language made to be used by people that need to make something that just works and don't need to spend years learning programming paradigms and industry practices. Fortran and C are so unwieldy in comparison and everything more modern lacks the expansive and diverse libraries of Python.

  • My point is you use UTC to plan international meetings but keep timezones for day to day stuff. Better yet with computers meeting planning software takes timezones into account.

    When I do a when2meet with my colleagues everyone fills it in their local time and it's fine, and then the calendar event is timezone aware as well so it's completely a non issue.

  • I can't think of a large open world game I liked. Skyrim, RDR2, the new Assassin's Creeds, Biomutant, Horizon Zero Dawn, GTA5. I feel like they sacrifice the story to fill a world with so many random side quests that it seems like I'll never be able to finish it. I miss games that I could complete in less than 25 hours of playtime.

  • Yeah, but the cost of low latency is thousands of satellites that burn up in the atmosphere, need to be continuously launched, are a catastrophe for optical and radio astronomy and crowd LEO, reducing available space and increasing collision risk. All for a barely scalable system.

    It's not worth it. If you want low latency get a cable run or talk to a ground based antenna.

  • I always recommend mint. There are a lot of small convenience features that remove friction points for new users and because it's based on the very popular Ubuntu there are a lot of documentation out there.

  • In my (admittedly limited) experience, mercurial is much more intuitive than git. I really dislike that git branches are only tags on the heads and completely ephemeral. It favours creating a single clean history instead of preserving what actually happened.