Comment on
*Permanently Deleted*
Vim
Comment on
*Permanently Deleted*
Vim
Comment on
D or d come on
Op does not know about $CDPATH and tab completion keke
Comment on
What do y'all think about mailing lists and IRC as sole communication channels?
Reply in thread
If you host thelounge using IRC is quite cool. As you get a better experience with backed up messages and stuff.
Comment on
*Permanently Deleted*
Backend: golang/python Frontend: js/ts Scripting: bash
If i had to choose one it'd be go.
Comment on
Dotfiles matter
Reply in thread
Terrible advice, do this in a VM as a lab but not on your main computer.
Comment on
...
Vim with vim-pandoc plugin
Comment on
Dotfiles matter
Reply in thread
I prefer chezmoi
Comment on
Create alpine container that runs executable in volume directory?
You can test your theory if you run
touch foo <
Comment on
Create alpine container that runs executable in volume directory?
You can test your theory, if you run
touch foo <
Comment on
Create alpine container that runs executable in volume directory?
touch foo <<\EOF
#!/bin/sh
echo hello world
\EOF
./foo
Comment on
NuShell: a very nice shell I found today. What do you think?
Nothing beats good old bash IMO, or if you need something minimal busybox
Comment on
Create alpine container that runs executable in volume directory?
You can test your theory run this
touch foo <
Comment on
How often do you hop distros?
I switched from NixOS mainly cause there is no saint way to use my dotfiles except to adapt homemanager or the like.
For now I use my own OS based on Fedora Silverblue
Comment on
How often do you hop distros?
Reply in thread
Don't get me wrong I really like Nix. But like you said the learning curve is steep. And just learning the basics including flakes for instant setup is not enough. Because all your config files gotta be rewritten which is a lot of work and nix specific knowlege to aqquire. If you went through it I can totally see the benefit.
However for me personally it makes more sense to use tools that have wide adaption, such as OCI images and CI/CD to buid the image. My thought: Using Docker/Containerfiles is way more adapted by the industry so people already know how to use that. Nix on the otherhand has to not only fight against the default way UNIX systems are configured, but also do that with brand new tools.
I agree all distros are at some point breaking it's just the nature of any OS. That's why the nix paradigm or immutable OS paradigm is far superior and the future.
Comment on
Created a bash script to download Spotify songs and keep track of your download i.e., not download them again and again
Why not just use yt-dlp directly?
Comment on
Created a bash script to download Spotify songs and keep track of your download i.e., not download them again and again
Reply in thread
No it supports many platforms
Comment on
What do y'all think about mailing lists and IRC as sole communication channels?
Reply in thread
I totally agree longterm projects are better off using github or email.
Here is the crux for lively discussions using discord/IRC comes more natural. But whilst it facilitates easier flowing communication it fails to preserve it.