In-reply-to » What's the most common feature set on these tilde gists? 🤔

@bender@twtxt.net It’s not super important, I tagged you on IRC, but essentially I’m trying to build a tilde (shared linux host) thingy of some sort 😅 just experimenting with an idea I’ve had a while back. See for example working trivial “Hello World” at http://mbox.blue/~prologic/ – The basic idea is that when you ssh -p 222 user@mbox.blue that you actually are put into a sandboxed container. The container is capable of being detached to keep long-running processes like tmux and whatever running with ^p^q (CTRL+p; CTRL+q) and all data stored in $HOME is persisted. Additionally $HOME/public_html is automatically mapped to the root’s web server. That’s about is so far…

⤋ Read More
In-reply-to » What's the most common feature set on these tilde gists? 🤔

@prologic@twtxt.net ahh! “Capability”. Minimum is terminal (SSH) access, and availability of tools present on an UNIX alike box. That’s usually the minimum, and the most common capability.

Many offer the ability to compile in a few languages, and to run your own programs and processes persistently, emails, web hosting, IRC (their own network), etc.

⤋ Read More
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