

Having all your configuration hidden in ~/.config/
, so you can have ~
all to yourself is nice, IMO. Just having a handful of folders (including hidden ones) makes things a little more readable.
Having all your configuration hidden in ~/.config/
, so you can have ~
all to yourself is nice, IMO. Just having a handful of folders (including hidden ones) makes things a little more readable.
What’s a flatpak? Is that like a worse NixOS package?
Uh, just yesterday. Installed NixOS (with KDE) because I learned Debian at work, but am really missing the ability to track what I’ve installed via configuration. I like the idea of dotfiles in a repo, but want a bit more control like that for my OS.
Context: I’m a data engineer that writes Python. Python has pyproject.toml
files (toml ~= ini files) where you can specify which libraries you want to use, defining which version you minimally, maximally, or just specifically want. And I wished that setup existed for Debian as well, but it doesn’t. So after searching I found that NixOS is pretty much the closest thing. Windows 10 is EOL soon enough, so might as well switch beforehand and not wait until the last second.
We live longer and longer, retirement age is something that needs to be adjusted with the human lifespan.
I think it has more to do with the baby boom right after 1945. If those older people retire, there isn’t enough younger generation to support them, so more people need to work longer, so we don’t get too many retired people all at once.
I think it’s more of a “can we support the retired” kind of issue - not just “muh money”. It’s a little more nuanced than that.
(Seriously what would you even have multiple computers do.)
Setup k3s (pronounces “kubes”) on each computer as a node. Run scalable software - a website, database, some LDAP setup for users, maybe.
Check out /c/selfhosted@lemmy.world for inspiration :D
pollution pollution pollution pollution pollution
WHAT THE FUCK IS “POLLUTION”!?
including large volumes of unburned methane
Ooooh. Yeah, that’s bad. Methane is a pretty bad greenhouse gas.
Would a commercial with Jesus on the cross saying he is thirsty and having a Roman Soldier pass him an ice cold Coca Cola be better?
I tried it using Sora, but “This content can’t be shown for now. We’re still developing how we evaluate which content conflicts with our policies. Think we got it wrong? Let us know.”
This was the prompt:
Give me a Coca Cola commercial where Jesus has been nailed to a cross, and says “I’m thirsty”, after which a Roman Soldier passes him an ice cold Coca Cola.
I tried replacing “Jesus” with a man, but no dice :(
Christmas celebrations
Christmas is more of a cultural celebration than a Christian one, and thus not political.
I’m atheist, but I still celebrate Christmas, because it’s a good excuse to gather friends and family, and have some fun together.
Pride is a political movement - or did they not fight for the rights of LGBT people? Flags are inherently political. Flying a flag signals allegiance and identity, which are political at their core.
This makes pride month political.
Being Lesbian/Gay/Bi/Transgender isn’t political in and of itself, but movements are.
I now have a stack of Thinkpads laying around. Right next to my two RPis 😂
I like LLMs. Instead of making a racket, I just use them, which may make it seem like everyone on Lemmy hates LLMs.
OK, and? A car doesn’t run like a horse either, yet they are still very useful.
I’m fine with the distinction between human reasoning and LLM “reasoning”.
Double-bang repeats the previous command. Great if you forget sudo
.
$ rm -rf <folder>
permission denied
$ sudo !!
No need for ~
- just cd
works as well.
The first two options (autocd
and cdspell
) have been a lifesaver in fixing my frustrations with the default bash
settings (and even lets me stick with bash, instead of feeling I should move to zsh or any other shell.
I can just type a foldername, tabcomplete it and press enter to go there. It’s great.
# == shopts ==
# https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html
shopt -s autocd # cd into folder without cd, so 'dotfiles' will cd into the folder
shopt -s cdspell # attempt spelling correcting on folders
shopt -s direxpand # expand a partial dir name
shopt -s checkjobs # stop shell from exit when there's jobs running
shopt -s dirspell # attempt spelling correcting on folders
shopt -s expand_aliases # aliases are expanded
shopt -s histappend # append to the history file, don't overwrite it
shopt -s histreedit # lets your re-edit old executed command
shopt -s histverify # I'm confused.
shopt -s hostcomplete # performs completion when a word contains an '@'
shopt -s cmdhist # save multiple-line command in single history entry
shopt -u lithist # multi-lines are saved with embedded newlines rather than semicolons; explictly unset
shopt -s checkwinsize # update LINES and COLUMNS to fit output
What if… WSL is a gateway drug to Arch?
Don’t do drugs, kids!
Look what they have to do to mimic a fraction of our power
I think that sounds more like Cygwin.
hush money is okay.
Weird how I said “Musk is using his money to manipulate people and he’s an asshole for that”, and you completely ignored it…
What’s a flatpak? Is that like a worse NixOS package? I prefer NixOS, BTW.