Does /g/ have any large projects they work on?If you have any large projects (past is ok, but present is even better), what do they do?
Usecase for "projects"?
>>109565089I may have something but an AI slop OP does not deserve a proper reply
>>109565577This isn't mastodon or reddit ...
>>109565089My current project is to make a detox app for android because I find all the current ones lacking one critical feature or the other. I would most probably only use it for myself.
https://umigalaxy.com/explore/meta/922/website-updatesYeah I maintain this website
>>109565962hello richard
>>109565089What in tarnation
>>109565089Yes. Mission creep and burn out is destroying my life.
>>109568734*areSorry, I just woke up.
>>109568734I cannot fucking sleep either. I went to bed at 1:30 AM yesterday which is early and I couldn't fall asleep until like 5AM
>>109565089I'm building a command line tool that recommends sexually compatible pornstars using astrological synastry and 20,000 pornstar profiles with birthdays I scraped off iafd. It's mostly for personal use though so I doubt I'll ever polish it enough to make it public.
>>109570398lol
>>109571170Here's a screenshot of it in its current state. It runs in the terminal, but uses libsixel to show the profile pictures and to draw the astrological charts. I'm still tweaking the weights for the astrological compatibility algorithms (I've even added commands for easily adding and subtracting weights and planetary relations and putting them in new algorithm profiles). And it can sort and filter by other attributes as well like remove all results with more than two tattoos or only show blondes etc. (though the tattoo numbering is a bit unreliant at the moment).
>>109565577(upvotes)
>>109565089I made this Soulseek downloader https://github.com/fiso64/sockseek which I'm turning into a full client. I feel like I'm losing myself to the vibes though. The code works but is bloated and not easy to read (for humans).It's not particularly fulfilling, but very dopaminergic and addictive, basically gambling.>>109572101love it. keep schizo goonmaxxing anon.
>>109565089i have a lil something going onnumbercrunching, statsim at the stage of rebuilding the libs though, so its still gonna take a while before its gonna get impressivebut here i managed to turn opencl into a dozen function calls, basicallyim pretty happy with that
>>109573999>https://github.com/fiso64/sockseek which I'm turning into a full client.Checked, that's cool anon.>love it. keep schizo goonmaxxing anon.kek thanks.It actually loads the data for all 20,000 pornstar profiles into memory while running now, but I figured it's still only a fraction of the memory my browser uses (it's like 12 megs or something I think). I store the ephemeris data with planet positions for each day (going back to 1850) on disk though and it's only searched and retrieved when sorting, don't know if that's optimal, but it works ok.
>>109576116>retrieved when sortingsorry meant to say when starting the program, not when sorting again after that.
>>109565662LinkedIn isn't a goal to strive for.
>>109565089I wonder what counts as a large project.In 2019 I made my own very simple limited interpreted programming language, with Xlib graphics built in, and I ended up continuing development on it ever since, and I've written lots of little fun programs in it, graphics demos etc, and various little tools and things for myself with it.Then in 2024 I made another one, but with more advanced features like automatically managed memory with reference counting, and a REPL. I didn't do as much with that one but I do use its REPL whenever I want to do simple calculations. It replaced the mate-calculator app that I was using before.i used to have this stuff all on github, but after I learned that a bunch of people I had known for years looked down on me like I was stupid and a dumb joke, I lost confidence and deleted my github and other profiles online. Now I only post stuff anonymously on 4chan.Here's one of the graphics demos I made with that. For about the past 5 years, whenever I wanted to do a silly program for fun like this kind of thing, I mostly did it in this little language I made.
>>109576347>For about the past 5 years, whenever I wanted to do a silly program for fun like this kind of thing, I mostly did it in this little language I made.That's really cool. Making stuff with your own language and tools sounds great. Sorry about the asshole people, anon, you should just ignore what others think, but it's easier said than done I guess. I also like the anonymity on here.
>>109565089I have my TTS engine I hope to finish this month. No idea how to package it when its done but I hope AI knows