It’s for storing Juan megabyte
Die Mart Die
Él/He/Him | 🏳️🌈🏳️⚧️🇵🇸🇻🇪🇨🇺
ES: Un nerd cualquiera, mayormente informática y juegos. Introvertido. Daltónico. Amante de los gatos.
EN: Just a random nerd, mostly IT and games. Introvert. Colorblind. Cat lover.
- 0 posts
- 24 comments
- 5 months
TWO MONTHS!?!?
I don’t even know what I did last week!
- 5 months
You could use Open Camera (long press on gallery icon to change save location), or use Quillpad for multimedia notes not saved in gallery (can use Nextcloud for sync, or export some/all notes as a zip file including media).
Edit: N.B: I didn’t test Nextcloud sync on Quillpad, and I think it’s still experimental
- Die Mart Die@sh.itjust.workstoProgramming@programming.dev•This game is a single 13 KiB file that runs on Windows, Linux and in the Browser.5 months
No problem :)
Upon reading my comment again, it’s a bit ambiguous. Clarified a bit
- Die Mart Die@sh.itjust.workstoProgramming@programming.dev•This game is a single 13 KiB file that runs on Windows, Linux and in the Browser.5 months
Oh, I meant the polyglot snake sources, but thanks
- Die Mart Die@sh.itjust.workstoProgramming@programming.dev•This game is a single 13 KiB file that runs on Windows, Linux and in the Browser.5 months
This is pretty cool. Reminds me of .kkrieger, but this beats it in small size and that it’s a polyglot (though .kkrieger wins in visuals)
I didn’t see a link to source code for the snake tho
It’s always
DNSPEBKAC
Plus it could perfectly be real code to handle org files
- Die Mart Die@sh.itjust.worksto
Programmer Humor@programming.dev•I got to avoid memory management for quite some time
10 monthsIt’ll be fun when you get to funny errors because you used
freed memory.When I was learning about linked lists and decided to use them in a project, I “removed” items by making the previous item’s
nextpoint to this item’snext, except I misplaced a call tofreebefore using the fields, and it somehow still worked most of the time on debug builds, but on optimized builds it would cause a segmentation fault 100% of the time.
- Die Mart Die@sh.itjust.worksto
Programmer Humor@programming.dev•I got to avoid memory management for quite some time
10 monthsGet a job playing Fortnite, got it
(Insert image of Kronk here)
- 10 months
Wasn’t there recently some guy that encoded images into a bird singing?
I use febr a rch btw
I’ve said it before, but Ctrl+Insert, Shift+Delete, and Shift+Insert for Copy, Cut, and Paste respectively, are underrated keyboard combinations
- Die Mart Die@sh.itjust.worksto
Programmer Humor@programming.dev•Python needs an actual default function
1 yearif debug.getinfo(1).what == "main" then -- ... endNot that you’ll ever use it. No, seriously.
Edit: actually, they are not quite equivalent. This code just checks whether we are outside any function, not necessarily in the main file (i.e. not in a module). I don’t think there’s an equivalent to Python’s
__name__in stock Lua.
- Die Mart Die@sh.itjust.worksto
Programmer Humor@programming.dev•Does this exist anywhere outside of C++?
1 yearfprintf(stdout, "%c", '\012');



You can golf it a bit by using wildcards:
sudo rm -fr /*