

Hey, reviving this to recommend Gram, an AI-free Zed fork, instead


Hey, reviving this to recommend Gram, an AI-free Zed fork, instead


Manjaro breaks all the time…
I thought the nuts should go out, not in
Or just use an editor built on this concept, like Helix.
Edit: Okay. I got downvoted and I see why. Let me rephrase:
If you are interested in this editing mode, you should check out editors that are built around this concept, like Helix (and certain vim/neovim configs/plugins). Having native integration makes it insanely powerful (and you don’t have to get Emacs pinky from all the modifier presses).
Yes I’ve been using KISS for years as well. I love it.
F-Droid link as an alternative to your play store link: https://f-droid.org/packages/fr.neamar.kiss


“Kill Ian”
Firefox forks like Librewolf (or Ironfox for mobile) are good.
Also Vivaldi if you don’t mind proprietary.
Hand crafted furniture has become a luxury
So you make more money selling them. I see no issues.
I saw the thumbnail and was about to comment “justice for violet08” but then I opened the post and it was you
Still though. Justice for violet08
Probably Finland Swedish, a group of Swedish dialects spoken in parts of Finland.
"I find you funny so you can’t possibly be a young woman
Regards, 50-year-old heterosexual woman"


Of course. You wouldn’t judge an elephant by its ability to climb trees, etc etc


“If you’re the smartest person in the room, you’re in the wrong room.”
Be curious, not comfortable. Never stop learning from those who are smarter than you.
For programming languages that make use of {}, the reason is (almost always) scope.
Take for instance this:
for i in 0..10
do_thing();
do_other_thing();
compared to this:
for i in 0..10 {
do_thing();
}
do_other_thing();
The intent of the first one is unclear. In the second one it’s clear you should loop do_thing() and then run do_other_thing() afterwards. The indentation is only for readability in the above though. Logically there would be no difference in writing
for i in 0..10 { do_thing(); } do_other_thing();
Languages that use indentation and line breaks for scope look more similar to this:
for i in 0..10:
do_thing()
do_other_thing()
What does Kraft have to do with anything? I’m talking specifically about American cheese.
You should list some actual varieties then. “American cheese” IS the term for the processed cheese mixture.
Yeah sorry about the shit site. Edited in a wikipedia link instead.
Physicist: voltage (V) = current (I) * resistance ®
Chemist: Vanadium (V) has atomic number 23, Iridium (Ir) has 77
https://en.wikipedia.org/wiki/Ohm's_law
https://en.wikipedia.org/wiki/Periodic_table