What was your last RTFM adventure? Tinker this, read that, make something smoother! Or explodier.
As for me, I wanted to see how many videos I could run at once. (Answer: 60 frames per second or 60 frames per second?)
With my sights on GPUizing some ethically sourced motion pictures, I RTFW, graphed, and slapped on environment variables and flags like Lego bricks. I got the Intel VAAPI thingamabob to jaunt by (and found that it butterized my mpv videos)
Not my last, but after using killall in Linux, I tried it on hpux, only to discover and later confirm in the man page that on hpux it doesn't take any arguments, it just kills every process.
Oh, man! This happened to me in production, working on a server that did the invoicing for a large company. Mind you, I was assisted by a senior amin who assured me killall works on hpux. It worked "better" than expected.
I was trying to write a custom Strategy for an objectMapper in Java. Foolishly decided to ask ChatGPT about it and got instructions which suggested an implementation that was the inverse of how Strategies actually work. Stuck for an afternoon.
Then in the evening I read the docs and put it together in half an hour from scratch. Lesson learned about the stochastic parrots.
Makes me wonder. Every laziness I've had with the vector guessers, I've seen an exact counterweight.
matrix scrombulator
webpage (2007-2014)
Here's random code. Pray it works
Free ancient code at man 3 getifaddrs.
How does this API work? (when the API has below 10 million sample lines of code)
Incredibly concise documentation worth spending 2 minutes on or HTML text without margin lines worth spending 20 minutes on
Maybe this is what's causing your bug. Investigate a, b, and c. Conclusion sentence.
footnote in ArchWiki / archetypal 2009 StackOverflow duplicate
Here's the main idea of X... you need to take into account a combination of facets to ensure safety.
Angry blog post about X that's oddly technical (now you see both sides)
One, you can invoke more often (throw ChatGPT configs against the wall until it doesn't error); the other you can invoke more deeply. So I can't help but wonder -- when we cancel out all the terms -- if the timesaving sum is positive or negative. ¯\_(ツ)_/¯
I learned that rpm-ostree cant remove packages from an OCI image, ever.
So even if I have a blue-build process for example in secureblue removing Firefox, it is just removed on my side, locally. Thats why I cant reinstall it.
Instead of learning about all the Flatpak packaging conventions, I just translated the docs!
My mobo has 2 nvme ports and supports 10th and 11th gen intel cpu. I have a 10th gen i5 and 2 nvme ssd for cache.
The biggest 512Gb ssd is on the front (normal) side of the mobo, under a heatsink. The smaller 128Gb is under the mobo, inaccessible once fixed onto the case.
In bios and in OS I can’t see the 512 cache drive, only the 128. Quick RTFM on the motherboard manual states: "Front nvme slot only works with 11th gen cpu".
FFS 🤦♂️
The server is fully built in a hard to fit everything ITX case.
Guess who is having only 128Gb cache instead of disassembling everything ?
I'd recommend using ROCM through a Distrobox container, personally I use this Distrobox container file and it has suited all of my needs with Stable Diffusion so far.
That is, if you're still interested in it - I could totally understand writing it off after what happened 😅
One of the largest projects under my GitHub account is an attempt at a proof-based programming language that I had to abandon because I underestimated the theoretical work involved, did not RTFM enough and months into it realized the entire thing was unsound af.
Yes, that's true and a better way to look at it, thanks!
Well, I was amazed by proof systems like Coq or Isabelle, that let one formally verify the correctness of their code. I learnt Coq and coded a few toy projects with it, but doing so felt pretty cumbersome. I looked at other options but none of them had a really good workflow.
So, I attempted to design one from scratch. I tried to understand Coq's mathematical foundation and reimplement it into a simpler language with more familiar syntax and a native compiler frontend. But I rushed through it and turns out I had barely scratched the surface of the theory. Not just regarding the proof system, but also with language design in general.
I did learn a lot though. Since then I've been reading more about proof systems and language design in my spare time, and I've collected quite the stack of notes and drafts. Recently I've begun coding a way more polished version of that project, so on to round two I guess!
Never used Kubernetes before, but really wanted to get into it with this new project. Project already has docker-compose. Found a converter to Kubernetes. Ran it and it mostly worked, but I had to dive into a week of reading the documentation and testing to get the rest of the way there.
Couldn't get the geolocation work for weeks in openSUSE. I, supposedly, read the manual and checked everywhere and even asked in the opensuse forum, since the timing was perfect with Mozilla shutting down MLS, and it probably was a reason, but also any other alternative didn't work. Some days ago I decided to RTFM of geoclue again, only to find out that I could just "hardcode" my location in an /etc/geolocation file >:(
For me, it was getting a handle on rsync for a better method of updating backup drives. I was tired of pushing incremental changes manually, but I decided to do a bit of extra reading before making the leap. Learning about the -n option for testing prior to a sync has saved me more headaches than I'd care to enumerate. There's a big difference between changing a handful of files and copying several TB of files into the wrong subfolder!
Oh I love the "walk me through what I'm about to do" concept. Dry runs should be more common -- especially in shell scripts...
The world would be a better place if every install.sh had a --help, some nice printf's saying "Moving this here" / "Overwrite? [Y/N]", and perhaps even a shoehorned-in set -x.
Hope your r/w wasn't eaten up by the subfolder incident (that I presume happened) :P
I'm lucky I manually ran a few jobs before I started using rsync in scripts. When I didn't think things through, I saw the output in real-time. After that, I got very careful about testing any scripts and accounting for minor changes in setup.
Wanted to see if I could do anything exciting with the new Satisfactory dedicated server API. There's no documentation of it anywhere online, but there's a random markdown file documenting it in the installation directory. Got it working but turns out it can't do much. Oh well
Trying to setup dnscrypt-proxy on my personal laptop. I tend to think I things are more complicated, so I went down the rabbit hole searching for all manner of issues and setup guides.
It's not hard.... RTFM