• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • No, I think that exits. C-c k kills the buffer, C-x 0 (zero) will kill the frame. But I may have changed my binds and can never remember which is window and which is frame in emacs terms.

    However, it’s somewhat moot as just about everywhere you run emacs, it’ll open up in gui mode and you can use the file menu. (Or use F10 to bring up the menus in terminal, but I have no idea where on the manual it would say that)





  • Kubuntu 22.04 LTS. 2-in-1 from dell.

    Touch mostly worked fine. Xournalpp detected pen fine too. When I flipped the screen all the way back, things get wonky though and I have to reset the Wacom drivers. Sometimes it’s fine. I also had to write a xrandr script to rotate the screen to portrait.

    In general, it’s mostly alright. I hear that Wayland is much better but I haven’t tried it yet. I do use the stylus quite often for marking up PDFs though and it works well.










  • Yeah, it is a bit strange. That was a central hub of where I got news, jokes, stayed connected with internet culture. That’s mostly gone now. So many things feel splintered anymore. I’m old so I don’t keep up with the latest games, but that feels all over the place—too many games, too many communities. Streaming/TV stuff—very few people I know watch the same things I do, and I miss the joy of watching something new and then talking about it the next day moments. Worse now is that most people can’t even access the same content since there are too many services. Music is strange now too. Partly, I’m just not connected to pop culture, but also everyone is listening to VERY different stuff (referring to college-age folks—most other millennials I know just listen to NPR, podcasts and 90s mixes). There doesn’t seem to be any monolithic music culture at all anymore. Everyone has super customized spotify playlists. I know a big part is just millennial aging, but also reddit kept me connected to broader things, and now its just like everything else and enshittified and disappearing. sigh … get off my lawn I guess :(






  • I thought that the assembler is a specific program that translates mnemonics into the corresponding machine code. Perhaps in early computing this was done by hand so a person was the assembler (and worked in assembler), but now that is handled by software (and supports various macros). So programming in assembly would generate a stream of text that must be assembled by an assembler. (Although I have heard people refer to programming in assembler as well, just not often.)