So… did he die?
- 2 Posts
- 14 Comments
Lydia_K@startrek.websiteto Linux@lemmy.ml•Which CLI app/utility you wish there was a GUI for?English1·1 year agoCheck out openconnect to connect to anyconnect VPNs
Lydia_K@startrek.websiteto Linux@lemmy.ml•Has anyone here ever tried Linux From Scratch?English15·1 year agoI ran it as my primary distro on my main machine for a while way back when. I don’t recommend that.
What I do recommend is going though the entire process even if it’s just in a VM. It’s incredibly educational and will teach you a ton about Linux and OS construction in general. I used to recommend it to everyone I was teaching linux/ Unix too and all the students who actually went through it and completed it now have successful IT careers. 100% an incredibly valuable teaching resource, you will look at all OS’s with new eyes after you’ve built one bit by bit from source by hand.
I prefer FreeLager myself.
Lydia_K@startrek.websiteto Technology@lemmy.ml•OpenAI transcribed over a million hours of YouTube videos to train GPT-4English6·2 years agoWell there’s your problem right there.
Lydia_K@startrek.websiteto Technology@lemmy.ml•Fourteen LLMs fight it out in Street Fighter III — Faster models make the best street fighters.English3·2 years agoLLMs don’t make decisions or understand things at all, they just regurgitate text in a human like manner.
I say this as someone who sees a lot of potential in the technology, though, but like this, or like most people are claiming we can use them.
Lydia_K@startrek.websiteto Memes@lemmy.ml•Just heard about the "folder leak" and thought it was funnyEnglish41·2 years ago“You don’t agree with me politically, therefore you must be a child abuser”
Ah, the mark of the mature argument.
No, it flew, no roads, it was most definitely not, a long road getting from there to here.
Lydia_K@startrek.websiteto Memes@lemmy.ml•It's up to you to break generational traumaEnglish29·2 years agoGen-what?
I use awk all the time, nothing too fancy, but when you need to pull out elements of text it’s usually way easier than using cut.
awk {’ print $3 '} will pull the third element based on your IFS variable (internal field separater, default is whitespace)
awk {’ print $NF ‘} gets you the last element, and awk {’ print $(NF-1) '} gets you one element from the last, and so on.
Basic usage but so fast and easy for so many everyday command line things.
Just another beautiful day in the neighborhood.
Lydia_K@startrek.websiteto Linux@lemmy.ml•What has been your experience with Flatpak?English115·2 years agoI really like AppImage, but so far my experiences with flatpak have all been pretty terrible.
Lydia_K@startrek.websiteto Technology@lemmy.ml•When the internet becomes unknowable — ProspectEnglish6·2 years agoYou mean Twitter.
Did you use any established project for your weather station or just make it up for yourself? I’ve been interested in building an esphome weather station as well.