

Soon for me “human being” will be high enough of a bar to be nontrivial to enforce
Soon for me “human being” will be high enough of a bar to be nontrivial to enforce
I loved programming since I was 14. This was an acceptable passion to spend time on because it would allow me to be successful (read: make money).
My sister always loved visual art, and is now in art school. This is an unacceptable passion, and when she tells people that she’s in art school the first response is almost always “oh so what are you planning to do with that degree?”
We have been conditioned into a very narrow definition of success. It’s not surprising then that we start seeing art as “the next big problem to solve”, and you have all these tech bros frothing at the mouth to be the first to “solve” it and become the next startup billionaire.
Low-effort art and music has always been around. You don’t see anyone bumping those inoffensive cover albums and lounge remixes that you hear at the mall or the driving range in their cars though. Anyone who doesn’t already love listening to music isn’t in that position because of a lack of options in the (sigh) market. So I promise you won’t see “billions of new customers” dying to consume derivative slop music.
I wonder if there’s already a git extension to automatically stash the working tree on every clean/reset/checkout operation…
Thanks for the detailed explanation, makes a lot of sense! I guess what I did was set up a UEFI entry that specifies the location of the Linux kernel without any intermediate bootloader. Pretty sure I didn’t set the fallback, so I’m guessing that’s still owned by windows.
What is that latter fallback called? I set up my boot manually using an EFI stub last time I installed arch but wasn’t aware of any fallback bootloader
I love that these extensions exist and in theory they sound awesome. Unfortunately for a few reasons I’ve never been able to get in the habit of using Tridactyl (or any vim browser addon):
it doesn’t play nice with Google drive apps (which my company uses extensively), so if I use the vim shortcuts to cycle between tabs and open a Google doc, the next time I try to cycle tabs it will instead start typing in the document. (Alternatively I would never be able to interact with Google docs without manually enabling ignore mode)
hint mode works really well for some sites but a lot of sites have multiple anchors close together (eg one for an icon, one for text and one behind both) which leads to longer hints and difficulty figuring out which hint to actually use
Firefox doesn’t allow you to rebund the default “/” search (quick find) cycle keys. The default is c-G for next (not sure about previous); I would like to use n/N
On simple and well-designed “dumb” webpages it works amazing. I wish more sites were designed that way, but unfortunately a lot are made with the assumption of a mouse/touchscreen :(
I think neovim with kickstart has out-of-the-box support for go, or if not, should be configurable with two added lines (add the treesitter parser and LSP). Unlike nvchad and lunarvim and stuff, this is not a “distribution” of neovim but a good starting point for a config that makes it easy to slowly learn how to add stuff and change stuff as you see fit.
At the beginning, you can add languages that you need support for pretty easily by adding to a list of LSPs and Treesitter parsers that should be installed; later on you can start adding and configuring plugins as you wish.
I’d say it sets you up about the same level as Helix or a little less than VSCode.
Why? The quotes will be consumed by the shell when you execute the command, unless you do like "'{}'"
My solution for this has been on my Linux machine, using keyd, to swap alt and super, and map super+c, super+v to copy and paste. (I also map super+L, super+R, super+T and super+W in Firefox to the control- equivalents using keyd’s per-application bindings functionality)
Switching it at the terminal emulator level should work fine for every CLI/TUI though, right? Just have your terminal send 0x03 when you press C-S-c and copy selected text on C-c. I haven’t tested it but I’m sure that alacritty, wezterm, windows terminal and probably tmux can do this.
you can make it sort the first k elements and it will still be O(1). Set k high enough and it might even be useful
If this is about line endings, surely a simple shell or python script could correct them?
I love the idea of using multiple font faces at the same time while looking at code. I wonder if (hope?) terminals will one day soon support switching fonts with control sequences… Would be pretty awesome!
It looks like it’s not an actual height difference, but the smaller width makes the second i look significantly smaller than the first, also implying a lower height.
For the last point, even worse on Mac
Young and impressionable kids? I started playing the original MW2 when I was 11.
Without much experience building UIs aside from web, my limited experience with Godot leads me to believe that building an application this way would lead to a lot of decentralization of logic, which might be a bad thing for complex applications. For example, various UI elements might have a bunch of logic attached to them instead of having a centralized place where the logic lives. I guess this happens in web too, and maybe native UI frameworks/toolkits?
What does that mean? When I’ve used yay, it only asks for sudo privileges when installing the package (and so does pacman)
I’ve been enjoying wezterm as a terminal emulator replacement for windows terminal. It offers nerdy fine grained customizability and an emoji/nerd font character picker. For most purposes WT seems to be fine though.
I always wondered if something like this could be possible in the future of terminals. glad to see kitty pushing the envelope! Looking forward to see this used for stuff like markdown rendering. Hoping this gets picked up by other terminals and neovin like the undercurl did.