In-reply-to » I was today years old when I learned that Firefox supports custom per-domain CSS. Is this new? I thought I had tried a while ago and it only worked globally. 🤔

@sorenpeter@darch.dk In your profile folder (somewhere under ~/.mozilla on Linux), there’s a chrome folder. You can put a file called userContent.css in there.

This also needs the setting toolkit.legacyUserProfileCustomizations.stylesheets to be true.

(I hope they never remove this, it’s super helpful.)

⤋ Read More

I was today years old when I learned that Firefox supports custom per-domain CSS. Is this new? I thought I had tried a while ago and it only worked globally. 🤔

@-moz-document domain(movq.de)
{
    div { border: 1px solid red; }
}

Either way, I love that I don’t need a plugin for that. 🥳

⤋ Read More
In-reply-to » Trying to get some custom T-shirts made. Ordered my first one with Media -- Let's see what eh quality of the print and T-shirt is before I make any more 😅

@movq@www.uninformativ.de If it turns out alright, my daughter is going to do a few more designs for me! You’d be more than welcome to just click and purchase them of my portfolios when ready 🤣

⤋ Read More

Neat! 👌 I have been hacking on sshbox and refactored it a fair bit to have much more flexible auth methods. In addition I also toyed around with the idea of having a shared (free) unix environment like some of the ones around (whose name eludes me right now 🤦‍♂️), with a couple of key differences and differentiators:

  • The environment you get is actually a Docker container
  • Based on Alpine, but customized.
  • Can persist/detach any background processes you want.
  • And reverse proxy to port 8000 in the container.

⤋ Read More
In-reply-to » Trying to get some custom T-shirts made. Ordered my first one with Media -- Let's see what eh quality of the print and T-shirt is before I make any more 😅

@prologic@twtxt.net Nice, let’s hope this works out! 🔥🐶🔥 I’ve been wanting to do that, too. Better wait until after Christmas, postal service is jammed now. 😂 (Not really, but I don’t want to add to the congestion.)

⤋ Read More
In-reply-to » @lyse Mostly small and simple stuff, like cable management, headphone rests, pill dispensers (that I didn’t end up using), … The most elaborate thing I made was that contraption for my keyboard, which is a bit hard to explain right now, so here’s some photos:

@movq@www.uninformativ.de Right, you showed this keyboard stand some time ago. I completely forgot about that.

⤋ Read More
In-reply-to » Yeah, @eapl.me, I kinda like file extensions in some situations. What do you think of twtxt.exe, @bender? ]:->

@eapl.me@eapl.me @bender@twtxt.net @skinshafi@thunix.net The feed that nobody follows out of fear.

When I started programming in Delphi, I always included all the files (not only the *.exe, but also *.pas and what else there was) when giving friends my programs on floppy disks. I didn’t know that the executable was technically enough. :-)

⤋ Read More
In-reply-to » Yeah, @eapl.me, I kinda like file extensions in some situations. What do you think of twtxt.exe, @bender? ]:->

haha, that’s gold xD.

#randomMemory I remember when I was starting to code, like 30 years ago, not understanding why my Basic file didn’t run when I renamed it to .exe

And nowadays, I’ve seen a few Go apps in a single executable, so twtxt.exe could be a thing, he!

⤋ Read More