This + org-mode are enough for me to switch to Emacs.
This + org-mode are enough for me to switch to Emacs.
Better learn COBOL now.
DUPLICATED, CLOSED, etc.
Joke aside, for an open question I’d prefer posting on Reddit/Lemmy/forums to have an open answer.
SO is too strict on its policy.
my nerdy friend that went on that journey with me is a musician and fashion model lol.
Maybe his/her experience in keeping the system simple and beautiful helped him/her recognise the passion in art.
Haha your post made me reflect my journey. I had fun in college tinkering Arch Linux with i3. Now I’m an Infra Engineer (or DevOps Engineer, Platform Engineer, SRE, whatver) and still do the same job—keeping the system “reliable”.
That’s why I like it. No BS, no ads, no commercials, no show-offs, etc. Just some people with a bit of free time share their knowledge and stories.
I do wish we have more vibrant non-tech communities, though.
Then you have Clojure - a machine gun that shoots shivs.
Clojure. It’s just fun to write.
Firstly, it’s functional and “Lispy”. My code is super expressive. Writing code is like writing prose where I can choose a word (function) from a large vocabulary [1]. I can focus on high-level concepts and modifying states instead of fighting with low-level logic.
Secondly, it runs on JVM - an already robust and performant platform.
And there are so many good things that I cannot simply write in some words. The father of Clojure, Rich Hickey, is a genius in expressing Clojure’s design. You should check out some of his talks [2].
Too bad that Clojure is too “niche” that I haven’t got a chance to make a living by writing Clojure, yet. But learning it is one of the best decisions I’ve ever made in my career. Yes, it’s that good.
Code aesthetic: If your code looks like a triangle, you’re seriously doing something wrong.
Looking at your picture makes my neck hurt.
Let’s be honest, even if you finish that 600-page book, you might not “crack” the algorithm interview. The inteview requires you to grind the question, or simply a lot of practices.
Markdown is good. I use it when working in the company since the format is ubiquitous. I do writing my blog posts with Markdown (Hugo for the curious).
But personally, or working with a bit more niche team, for writing personal documentation I prefer Asciidoc [0]. It has better syntax and have some nice functionalities like Table of Contents.
For personal notes, nothing can surpass Org Mode [1].
I usually check in with myself:
If one or two of these conditions failed, I would consider moving. After all, if I went to a workplace and I didn’t find any joy or recognition, the paycheck wouldn’t make me stay.
Well, people tend to pick the easiest way to achieve an objective, even though the solution is not simple nor optimised.
Well, obvious reason: you can’t edit an outdated video with easy effort. But with text you can.
But for a tech talk or demo, I’d still prefer a video than written text.
Not on paper documents though. Here in Europe I have to write dd-mm-yyyy.
It’s sad to see it spit out text from the training set without the actual knowledge of date and time. Like it would be more awesome if it could call time.Now()
, but it 'll be a different story.
Same experience. Alpha but good enough already.
Out of the loop: why there is so much hype for Bluesky?
This is actually not a good advice, from my experience. If we don’t monitor, refactor, or improve the code, the software will rot, sooner or later. “Don’t touch” doesn’t mean we don’t ever think about the code, but we make the conscious choice not to modify it.