Jummit
@Jummit@lemmy.one
- Comment on Can anyone tell me what format this uh.. nested dictionary is? 11 months ago:
Wow. Seems like I will never stop learning new things about Lua.
- Comment on Can anyone tell me what format this uh.. nested dictionary is? 11 months ago:
This isn’t Lua code, Lua requires commas as separators for table items.
- Comment on Introducing Wikifunctions: first Wikimedia project to launch in a decade creates new forms of knowledge – Wikimedia Foundation 11 months ago:
I hope it’s going to be used instead of machine learning. Seems much more correct, secure and efficient to me.
- Comment on The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!) 1 year ago:
I’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.
- Comment on Which programming language is hard to understand? 1 year ago:
Actually 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.
- Comment on Most UI Applications are Broken Real-time Applications 1 year ago:
Interesting 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)
- Comment on What would it take for you to move away from Github? 1 year ago:
If it ain’t broke, don’t fix it.
If you know it will break, try to see how to reduce the damages.
- Comment on What programming languages aren't too criticized here? 1 year ago:
Props 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.
- Comment on Do you have a RSS with feeds from programming blog you are reading? 1 year ago:
The whole list:
spoiler
* sr.ht/~sircmpwn/helios/feed.rss * sr.ht/~sircmpwn/hare/feed.rss * git.sr.ht/~sircmpwn/harelang.org/log/…/rss.xml * harelang.org/blog/index.xml * this-week-in-rust.org/rss.xml * thisweekingodot.com/rss.xml * fabricmc.net/feed.xml * www.scattered-thoughts.net/atom.xml * sr.ht/~technomancy/fennel/feed.rss * taylor.town/feed.xml * helix-editor.com/atom.xml * eldred.fr/feed.xml * phaazon.net/blog/feed * akselmo.dev/feed.xml * wedistribute.org/rss * ledoux.itch.io/bitsy/devlog.rss * osa1.net/rss.xml * github.com/le-doux/bitsy/commits/main.atom * discourse.pijul.org/posts.rss * zserge.com/rss.xml * thisweek.gnome.org/index.xml * ml4711.blogspot.com/feeds/posts/default * godotwildjam.com/feed/ * drewdevault.com/blog/index.xml * hikari.noyu.me/blog/ * forgefriends.org/index.xml * fsfe.org/news/news.en.rss * pijul.org/index.xml * astrid.tech/rss.xml * phosh.mobi/index.xml * feeds.buzzsprout.com/1004689.rss * triapul.cz/feed/english.xml * j3s.sh/feed.atom * w4games.com/feed/ * wreckage.duckdns.org/atom.xml * blogs.gnome.org/shell-dev/feed/ * blogs.gnome.org/chergert/feed/ * journal.stuffwithstuff.com/rss.xml * www.godotengine.org/rss.xml * ploum.net/atom_en.xml * aphyr.com/posts.atom * fasterthanli.me/index.xml * richardcrim.substack.com/feed * pixelfed.social/users/Supernyamo.atom * blog.willowbarraco.fr/atom.xml * flower.codes/feed.xml * www.theveganstoner.com/feeds/posts/default?alt=rs… * blog.thefrenchghosty.me/index.xml * blogs.gnome.org/tbernard/feed/ * gamesbymanuel.com/feed/ * www.mcqn.net/mcfilter/index.xml * www.robinsloan.com/feed.xml * www.ribbonfarm.com/feed/ * muxup.com/feed.xml * www.gnunet.org/en/rss.xml * caffeine.wiki/atom.xml * mkremins.github.io/atom.xml
Some highlights:
- Submitted 1 year ago to programming@programming.dev | 1 comment