

Honestly, the most surprising and exciting moment was seeing the dog being pet in Daemon X Machina 2. Not being able to do that was torture in the first game
Honestly, the most surprising and exciting moment was seeing the dog being pet in Daemon X Machina 2. Not being able to do that was torture in the first game
I’m glad this ended with an example of a compiler error. I’m 100% behind " Your first thought should be that it’s user error", but having run into a compiler error myself, it’s never impossible, just should be way down the list.
Lol, did you know it’s possible to make GUI applications for desktops that don’t use a browser as a platform? It’s a lost art, but at one time, it was how every application worked. Incredible, really
You can use bash in jupyter, yep, but I’m one of those nerds who dislikes the idea of using a web app for a shell, and it wouldn’t have the virtual filesystem implementation I mentioned. (This is an old thought for me I’ve just been too lazy to get around to)
A jupyter-notebook like approach, in which commands and history are kept in previous boxes and show outputs in limited boxes and we stop limiting ourselves to pretending we’re still using teletypes but maintain the power pipes bring to unix. Also, all boxes are given filenames in a virtual fs that makes it easy to reference them or their output and treat them like a file, erasing the need to rerun a command to run something on its output because you forgot to save it.
It’s convenient. Can’t hurt to get used to it, for sure, in that it’s useful to not have to go through dependency hell installing things sometimes. It’s based on kernel features I don’t see Linus pulling out, so I think you’ll only see it more.
As someone who runs nix-only at home, I mostly use its underlying tech in the form of snaps/flatpaks, though. I use docker itself at work constantly, but at home, snaps/flatpaks tend to do the “minimize thinking about dependencies and building” bit but in a workflow more convenient for desktop applications.
alias cls=clear
My first language was QB, so it makes me chuckle.
Also,
alias cim=vim
. If I had a penny…