0 Followers
0 Following
23 Posts
Just here to say as an unproud American that the vigor and strength and TRUTH with which you are speaking is exactly what is missing here. If it doesn't affect them, they are willing to look past it, and the country is corroded and corrupted because of it. People like you give Earth the chance to be a great place
Kbin, real life, discord, etc

Happy people tell stories about a horrible life with a smile on their face

#showerthoughts

PlanetSide 2; work picked up and I don't have enough time for Elden Ring now

Don't make Emacs keymaps -- define them.

#emacs

https://zck.org/define-keymap

Don't make Emacs keymaps -- define them.

@ms I use it for a lot of things. Everything from taking notes while doing research, keeping track of TODO lists etc (I don't use agenda, just like the convenience of having a keybind to mark things as done and the markup ability for bold/emphasized text, and even math equations with LaTeX). I also use it for literate programming examples and tutorials, because org-babel is just so darn good. I also use org-mode for writing posts to my blog.

TL;DR: It's my go-to when plain text just doesn't cut it.

Getting into the straights in Emacs with narrowing

YouTube
It mostly has to do with the server you join. I'm a part of communities that are filled with immature teenagers, but also ones full of helpful discussions (the 3d printing discord comes to mind)
IMO there's a place for both. A print statement will reveal a flaw in the programmer's thinking regarding the control flow of the program and the state at that time. If a print statement gives something unexpected, you know exactly where to look in the debugger. If it gives you what you expected, it reveals the problem may be elsewhere

I have a few projects I switch between based on how much time I have and where my interests lie.

My most recent is a from-scratch compiler for a made-up language, Intercept, written in C with no dependencies (apart from libc, of course). I'm really proud of this one, and have even been lucky enough to work with other people on it.

And then there's my text editor, which is an homage to Emacs. I just have learned so much from Emacs and like it so much that I had to make my own. At this point it's got a working SDL2 and OpenGL backend, as well as tree-sitter syntax highlighting, and, of course, is extensible through LITE LISP, the built-in programming language.

Finally, my pride and joy, LensorOS. I started this project when I first started learning C++, and through it I have learned amazing things about how computers actually work, from hardware to kernels to userspace.

Just wanted to say, this is a really good idea for a thread! I really enjoy seeing all these amazing projects from everybody

GitHub - LensPlaysGames/Intercept: A compiler we made just for fun :^)

A compiler we made just for fun :^). Contribute to LensPlaysGames/Intercept development by creating an account on GitHub.

GitHub