Interesting, that definitely makes sense!
Software developer and artist.
- 1 Post
- 12 Comments
Actually, I like encapsulating global state in a structured and documented construct. But I guess I could see Java developers going overboard with abstraction in an imperative language.
Jummit@lemmy.oneto Programming@programming.dev•The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)6·2 years agoI’ve recently come to appreciate the “refactor the code while you write it” and “keep possible future changes in mind” ideas more and more. I think it really increases the probability that the system can live on instead of becoming obsolete.
Jummit@lemmy.oneto Programming@programming.dev•Which programming language is hard to understand?16·2 years agoActually one of the few languages you can learn in its completeness in less than a day, so I wouldn’t really say it’s “hard to understand”. More like hard to read and understands programs written in it.
Jummit@lemmy.oneto Programming@programming.dev•Most UI Applications are Broken Real-time Applications42·2 years agoInteresting viewpoint, but I think the applications aren’t at fault: The operating system should ensure that the user has control of the computer at all times. I think you need to do three things to achieve that:
- Limit process RAM usage, so the system never has to swap
- Limit process CPU usage, so the system never stalls
- When drivers / the operating itself crash, revert into a usable state (this one is probably the most complex one)
Jummit@lemmy.oneto Programming@programming.dev•What would it take for you to move away from Github?1·2 years agoIf it ain’t broke, don’t fix it.
If you know it will break, try to see how to reduce the damages.
Jummit@lemmy.oneto boardgames@feddit.de•Monday Recap Week 35 - what did you play last week?English6·2 years agoA little bit of Go when I’m not too frustrated from loosing the last game (don’t know why this happens only with Go, but I can’t help it) and Netrunner.
Jummit@lemmy.oneto Programming@programming.dev•What programming languages aren't too criticized here?3·2 years agoProps for actually answering the question, and with a reasonable language too. Although Forth hasn’t clicked for me personally, and I doubt it’s a better choice for OP, it’s still a unique language design and worth studying.
Jummit@lemmy.oneto Programming@programming.dev•Do you have a RSS list with feeds from programming blogs you are reading?4·2 years agoThe whole list:
spoiler
- https://sr.ht/~sircmpwn/helios/feed.rss
- https://sr.ht/~sircmpwn/hare/feed.rss
- https://git.sr.ht/~sircmpwn/harelang.org/log/master/rss.xml
- https://harelang.org/blog/index.xml
- https://this-week-in-rust.org/rss.xml
- https://thisweekingodot.com/rss.xml
- https://fabricmc.net/feed.xml
- https://www.scattered-thoughts.net/atom.xml
- https://sr.ht/~technomancy/fennel/feed.rss
- https://taylor.town/feed.xml
- https://helix-editor.com/atom.xml
- https://eldred.fr/feed.xml
- https://phaazon.net/blog/feed
- https://akselmo.dev/feed.xml
- https://wedistribute.org/rss
- https://ledoux.itch.io/bitsy/devlog.rss
- https://osa1.net/rss.xml
- https://github.com/le-doux/bitsy/commits/main.atom
- https://discourse.pijul.org/posts.rss
- https://zserge.com/rss.xml
- https://thisweek.gnome.org/index.xml
- http://ml4711.blogspot.com/feeds/posts/default
- https://godotwildjam.com/feed/
- https://drewdevault.com/blog/index.xml
- https://hikari.noyu.me/blog/
- https://forgefriends.org/index.xml
- https://fsfe.org/news/news.en.rss
- http://pijul.org/index.xml
- https://astrid.tech/rss.xml
- https://phosh.mobi/index.xml
- https://feeds.buzzsprout.com/1004689.rss
- https://triapul.cz/feed/english.xml
- https://j3s.sh/feed.atom
- https://w4games.com/feed/
- http://wreckage.duckdns.org/atom.xml
- https://blogs.gnome.org/shell-dev/feed/
- https://blogs.gnome.org/chergert/feed/
- https://journal.stuffwithstuff.com/rss.xml
- http://www.godotengine.org/rss.xml
- https://ploum.net/atom_en.xml
- https://aphyr.com/posts.atom
- https://fasterthanli.me/index.xml
- https://richardcrim.substack.com/feed
- https://pixelfed.social/users/Supernyamo.atom
- https://blog.willowbarraco.fr/atom.xml
- http://flower.codes/feed.xml
- https://www.theveganstoner.com/feeds/posts/default?alt=rss
- https://blog.thefrenchghosty.me/index.xml
- https://blogs.gnome.org/tbernard/feed/
- https://gamesbymanuel.com/feed/
- http://www.mcqn.net/mcfilter/index.xml
- https://www.robinsloan.com/feed.xml
- https://www.ribbonfarm.com/feed/
- https://muxup.com/feed.xml
- https://www.gnunet.org/en/rss.xml
- https://caffeine.wiki/atom.xml
- https://mkremins.github.io/atom.xml
Some highlights:
Jummit@lemmy.oneto Programming@programming.dev•Stack Overflow Just Announced Their Own AI OverflowAIEnglish9·2 years agoI just noticed…
Saboteur II (2-12) is a lot of fun. You could say it’s social deduction, but the expansion makes knowing the roles much easier and less important.
I doubt TCP/UDP or basic HTTP requests will change much, but I guess it depends on how high-level the API is.