source on the 28 notch stick?
source on the 28 notch stick?
Elaborate on some examples of the YIMBYs?
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 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.
I used boba u4 silents on my custom keyboard. Absolutely love them. Wish they made a consumer-grade keyboard with them (or maybe they already do?) But I’ve been working on a MacBook recently and tbh the keyboard there is pretty good now. So next step for me is to build a low profile keyboard
On my colemak keyboard I put arrow keys on another layer under where hjkl are on qwerty. Beyond that, most of the keys are remembered by mnemonic rather than position imo
If this is about line endings, surely a simple shell or python script could correct them?
I’ve been using Sidebery with some userchrome to hide the top tabs, and it’s a workable solution, but far from ideal.
I also wish keybindings were configurable. For example, with the “/” search, ctrl-g/G to go to next/prev match is really weird
For the last point, even worse on Mac
A$AP Rocky’s Testing era had some great ones with very impressive editing
These are some of my favorite animated music videos:
Dan Deacon “When I Was Done Dying”
And finally, the mixtape visualizer from Hi This is Flume is really damn cool.
I have a playlist with some more.
Potential seizure warning for some or all of the posted links.
Yeah exactly, Unity and Godot both use C# the same way React and Svelte both use JavaScript. Definitely some level of transferability, but honestly worth learning GDScript in my opinion because it’s a simple language and a pretty good fit for game scripting, and the one that gets first class attention from Godot.
What does that mean? When I’ve used yay, it only asks for sudo privileges when installing the package (and so does pacman)
I can never get this to work properly… Do you have any resources?
Any Linux distro should work for the setup you want. I have radarr, sonarr, sabnzbd, deluge and jellyfin running on an Arch setup, but something more accessible like Ubuntu or Debian should work fine (although I’m not familiar with whether the Pi4 can power those heavier distros). If you’re comfortable with the command line, it doesn’t matter much which distro you pick since you can install and configure all those apps over ssh.
As far as I know, Swahili is almost always written with the latin script.
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 neovim like the undercurl did.