Ethan Black
golemwire@social.golemwire.com
Hello there!<br>My interests here are primarily low-level computer programming and interacting with people :)<br><br>Some of my projects, which I talk about:<br><br><a href="https://social.golemwire.com?t=foundationproject" class="mention hashtag" rel="tag">#FoundationProject</a> -- a project to rethink and rebuild the foundations of computer technology.<br><br><a href="https://social.golemwire.com?t=subsky" class="mention hashtag" rel="tag">#SubSky</a> -- A minimalistic CPU architecture and computing environment. 16 opcodes, 16 operands, 32 bits, and a custom low-level programming language. <a href="https://gitlab.com/golemwire/subsky" target="_blank">https://gitlab.com/golemwire/subsky</a> <a href="https://social.golemwire.com?t=isadesign" class="mention hashtag" rel="tag">#ISADesign</a>
Posts
-
Post #3498055
@joe@toot.works When I used #Mastodon , in the settings you could view your followers and filter them by whether they were considered active or inactive. That might help.
-
Post #2720670
I'm really glad #snac uses mode 660 for many of its data files. It makes it really easy for me to add my main user to my server's snac group, and be able to administer as my normal user without su'ing into the snac user. Lots of people don't seem to think these details through, or they just forget about #unix features. The Snac author ( @grunfink@comam.es ) did it though! Thanks! Addendum: I also just learned about using the setgid bit on a directory. That was used, too. Cool! h...