Egregoros

Signal feed

Timeline

Post

Remote status

Context

14

This program doesn't do anything? It is just a bunch of markdown files and a wrapper for LLMs with shell access?

And you're telling me that developing "skills" for this piece of shit is just writing a markdown file with instructions on how to do a thing?

People are mass buying overpriced Mac Mini computers just to play with A COLLECTION OF MARKDOWN FILES?

AI bubble has reached peak insanity.

RE:
https://minidisc.tokyo/notes/aj7ffz404l

@SuperDicq @sun the future is going to be whatever the hell you want it to be

but there are plenty of apps/tools that have never existed before because nobody thought it was a problem worth solving, or there isn't a good enough product-market-fit

now you can make custom tools pretty easily to solve almost any problem you have. I have a ton of things I've wished for but never had the time to build, and now I can have those things solved quite easily.

It's liberating.
@SuperDicq @sun what about other stuff I want like a web-controlled audiobook player that streams through mpd and icecast and automatically controls my Sonos speakers and after a set timeout stops the audiobook and plays a relaxing sleep sound for me all night?

Where's the open source solution to that?

oh wait there isn't so I've vibe coded my own solution and it fucking rocks

I have dozens of projects like this in the back of my head that I've always wanted but nobody made
@SuperDicq @sun @feld I don't have the time to do that. I do systems administration, I need to learn whatever the industry throws at me to stay relevant. I have nearly zero interest or motivation to learn 3 different languages for multiple of my use cases. It simply isn't possible and kinda reads as self-entitled.

I would want to contribute more to Pleroma, yet I simply don't have enough brain power for that most of the time. It's like if I said you should learn to become a machinist, so you can work on your cars more. You can always become a machinist.

Replies

6
@phnt @feld @SuperDicq @sun where we failed as a field is programming has been stuck in the 1970s forever. we briefly reached out in the 90s with stuff like clickteam and hypercard and the RAD stacks but we've fully regressed back to the 1970s and this makes me very sad.

you're not supposed to be writing C code these days you're supposed to be opening up your object browser, slapping some widgets together and writing a few message sends. this is the future xerox left us. and we just.. walked away. :blobcatsnapped:
@icedquinn @feld @SuperDicq @sun Languages hiding the inner workings from me is probably one of the biggest sources of frustration I have with most of them. Hiding features behind incomprehensible syntax sugar. Just let me write what I want, explicitly.

Sugar like
for i = 1:10:5 do
printf(i)
end
or whatever the fuck Python decided to do with list comprehensions is what drives me mad. I don't want 6 layers of abstraction just so I can drag elements on a screen to "write code". It's why I generally dislike high-level languages since they effectively obfuscate themselves.