miniblog.

Also mentioned in that LWN article: https://lwn.net/Articles/754779/ https://bugs.python.org/ is still on Python 2!
parinfer-mode is a really fun way to edit lisp code: https://github.com/DogLooksGood/parinfer-mode Things like sexp convolute are just unindent, swap lines, reindent. Convolute is much easier to show than describe: (when foo (let (bar) (baz))) to: (let (bar) (when foo (baz)))
A lovely article on how automation in warehouses can end up *creating* jobs:
Twitter limits the number of users you can have with an API key. Netflix disabled its API. The web concept of mash-ups seems to be very rare today. Are there any major services that still consider their API an asset worth maintaining?
If you're willing to pay significant computational overhead, what multiprocessing model would you choose to make coding as easy as possible? The simplest model I've seen is actors passing immutable data, but I feel there must be other options.
Cute article on how backspace (referred to as "rubout") interacts with parsing in a lisp interpreter, and how that affects the behaviour of literals:
An excellent talk exploring different Lisp editors and the designs they explored: https://youtu.be/K0Tsa3smr1w (There's an impressive moment around 6:00 when the speaker says "there aren't any surviving copies of this tool [Lispedit], so I built this demo after reading the manual"!)
Amazing project building a NES cartridge with a Raspberry Pi inside emulating a colour SNES! The explanatory video is impressive and thoughtful too.
A recent release of Free Pascal has a rather interesting behaviour for its list implementation. Lists grow additivitely (rather than multiplicatively) above 128MiB, trading off computational complexity for trying to avoid out-of-memory issues! https://wiki.lazarus.freepascal.org/User_Changes_3.0.4#TList_auto-growth
Gnome has moved to Gitlab! https://about.gitlab.com/2018/05/31/welcome-gnome-to-gitlab/ It's interesting to see how many major FOSS projects are moving to hosted VCS services. Overall it's probably a natural consequence of specialisation, and Gitlab is largely open source (avoiding lock-in).
Emacs 26.1 is out! There's a slew of new features, most exciting (to me) is the new elisp thread support! https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00765.html There's a good comment from HN on the zen of Emacs too.
Photo
Emacs 26.1 is out! There's a slew of new features, most exciting (to me) is the new elisp thread support! https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00765.html There's a good comment from HN on the zen of Emacs too.
Photo
Perhaps it would be useful for Mastodon instances to provide their own preconfigured clients. Federated tooting has several similarities to email, but when I send email on my phone, I use the GMail or Yahoo apps. They're tailored and require less setting up.
I've just discovered Moa today, which lets you syndicate tweets to Mastodon (or vice versa): https://moa.party/ I've hooked it up, let's see how it goes!
This seven-minute demo of creating a game with PICO-8 is the best dev tool demo I've seen in long time: https://www.youtube.com/watch?v=K5RXMuH54iw In this short period, he shows writing code, sprites, maps, music, exporting and sharing projects! This is an amazing achievement.
Showing 2,821-2,835 of 7,584 posts