mid_kid
mid_kid@fosstodon.org
<p>shabade ba die be doo do<br />dee ba dee bie doooooo</p>
Posts
-
Post #3745102
Today I was thinking of how I lowkey miss the interactivity of the next-&gt;next-&gt;done installation of programs on windows, especially the part where you see the progress graphically, and wondered if it&#39;d be fun to make something like this for Linux. Then I remembered that this is one of the many ways #OpenSUSE was way ahead of its time: https://en.opensuse.org/openSUSE:One_Click_Install I&#39;m pretty sure Q4OS also has a few wizards like this, but you can&#39;t downl...
-
Post #3745101
Presenting the HTML templating system you didn&#39;t know you already had: ```sh #!/bin/sh cat&lt;&lt;EOF &lt;html&gt; &lt;body&gt; &lt;b&gt;Let&#39;s count!&lt;/b&gt; &lt;ol&gt; $(for x in $(seq 10); do echo &quot;&lt;li&gt;$x&lt;/li&gt;&quot; done) &lt;/ol&gt; &lt;/body&gt; &lt;/html&gt; ```
-
Post #3745100
TIL portage supports installing software from CDROMs, complete with an &quot;Insert next CD and press ENTER&quot; prompt https://codeberg.org/gentoo/gentoo/src/branch/master/games-rpg/comi/comi-1-r1.ebuild https://codeberg.org/gentoo/gentoo/src/branch/master/eclass/cdrom.eclass#L237 #gentoo
-
Post #3745099
98% isn&#39;t very much I have this conversation often enough, whether it is about supporting use cases or people, success rate of a process, or etc. It&#39;s one of the cases where people will lie to your face using ratios: If the glass is half full, they will say 98%, which sounds like almost everything; If the glass is half empty, they will say 1 out of 50, which suddently sounds like an alarming figure. This is a good short blog post expressing this feeling. https://whynothugo.nl...
-
Post #3745098
WARNING: You, a technically INEPT muggle, are hereby EXPRESSLY FORBIDDEN from MESSING with your computer UNLESS you have a BLACK BELT in bug squatting, SPEAK AT LEAST THREE programming tongues AND can FLIP A BIT using a BUTTERFLY (WE WILL FRY YOUR BALLS IF YOU DON&#39;T COMPLY)
-
Post #3745097
In the den. Straight up &quot;jammin to it&quot;. And by &quot;it&quot;, haha, well. Let&#39;s just say, keygen music. https://archive.org/details/Keygen-Music-Archive
-
Post #3745096
just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean I should post it just because I spent time making it doesn&#39;t mean...
-
Post #3745095
I love application launchers that sort apps based on use. If I want to forget about an app for a while, I just, reset its usage counter. Now it will be pushed down the list off screen until I explicitly search for it.