

Comic Code gang represent
Comic Code gang represent
GenAI coding assistants are only as good as the data they are trained on. Less-used proglangs make up a tiny fraction of the available data, or may even be completely absent. There is a reason coding assistants give convincing results with Python and JS/TS, but underperform even on relatively up-and-coming langs like Rust.
One of the points the article makes is that people boost such content despite knowing it’s fake because it confirms what they’re ’feeling’. Want to feel outrage? Here’s an image that will let you and others feel that. Truth? Irrelevant.
In short: it’s the ‘facts don’t care about your feelings’ crowd doing what they do best: recasting reality as a jumble of vague feelings.
Same energy: this legendary comment in an issue on the Docker github repo (by the issue OP, no less)
https://github.com/docker/cli/issues/267#issuecomment-695149477
Wait, what happened to LinkedIn?
I’d love to switch back to Linux but this is why I moved back to macOS for good several years ago. Once I got a taste of reading code at 4k/retina (faux-4k) – not to mention the better font support – there was no going back, for me at least.
If it’s considered user error for someone to want a high DPI display in 2024, then I can only surmise that people who share that sentiment have convinced themselves that more eye strain is a worthwhile tradeoff for FOSS. Commendable but a tough sell.
Another vote for hx
!
Getting a productive setup for Python work is a matter of a few extra lines of TOML. The pre-release version on master also allows for multiple LSPs per language, which means I can combine pyright with ruff.
The modal key chords are verb-object instead of object-verb. It’s not a main selling point to me. However, you get multi-cursors out of the box, which I’ve always found simpler than e.g. macros. In general, keybindings are discoverable. I learn something new every week.
All in all, despite a few rough edges, it’s a nice alternative to needing to get a PhD in neovim configuration to get anywhere remotely near the cool setups other people are rocking.
All my old macbooks eventually get the Linux treatment. On modern hardware, however, the trade-offs of non-macOS just don’t make sense to me.
For now, Apple Silicon has made a fanboy out of me. I can’t overstate how big the jump in performance felt going from intel to my first M1 – not to mention the improved thermals. And obviously part of that is due to excellent alignment between hardware and software.
Still, once that first M1 hits retirement, I’ll no doubt experience that familiar pang of gratitude towards those engineers that put up with the trade-offs of running Linux on it today in order to get everything working.
Broke: file names have a max character length.
Woke: split b64-encoded data into numbered parts and add .part-1…n suffix to each file name.