since you ignored my post pointing this out, i'll just leave you with the fact that more linux systems have sh than bash and more linux systems have [ than bash
09.03.2026 16:51 β π 2 π 0 π¬ 0 π 0since you ignored my post pointing this out, i'll just leave you with the fact that more linux systems have sh than bash and more linux systems have [ than bash
09.03.2026 16:51 β π 2 π 0 π¬ 0 π 0a little correction/clarification is that not every shell uses the [ binary as some replace it with a built-in, but you can always force it by doing /bin/[
09.03.2026 16:04 β π 12 π 0 π¬ 0 π 0Cohost post by rebane2001 secret ssh menu (and other tricks) hi cohost, ever get annoyed by ssh sessions hanging and forcing you to kill the process? it doesn't have to be this way, for there is a secret ssh menu the ssh industry has been greedily keeping for themselves! so how do you access this menu? from within an ssh session, press β΅Enter and type ~? you should see something like this: Supported escape sequences: ~. - terminate connection (and any multiplexed sessions) ~B - send a BREAK to the remote system ~C - open a command line ~R - request rekey ~V/v - decrease/increase verbosity (LogLevel) ~^Z - suspend ssh ~# - list forwarded connections ~& - background ssh (when waiting for connections to terminate) ~? - this message ~~ - send the escape character by typing it twice (Note that escapes are only recognized immediately after newline.) pretty cool!
These sequences are built into the ssh client itself, so they work even if the ssh server or your connection breaks! The most useful one here is ~. which exits the ssh session no matter what. Super useful if you have a session hang! The "command line" lets you set up port forwarding (type help after opening it). Most of the other options are pretty self-explanatory - if you need them you probably understand what they mean. What about nested ssh sessions? You can use ~~ to send the sequence to the inner client, here's an example: pinkie@stable:~$ ssh ponyvillestable pinkie@ponyville:~$ ssh manehattenstable > ponyville pinkie@manehatten:~$stable > ponyville > manehatten pinkie@manehatten:~$ Connection to manehatten closed.β΅Enter~~. pinkie@ponyville:~$stable > ponyville pinkie@ponyville:~$ ssh manehattenstable > ponyville pinkie@manehatten:~$stable > ponyville > manehatten pinkie@manehatten:~$ Connection to ponyville closed.β΅Enter~. pinkie@stable:~$stable neat!
Okay, a few bonus tricks: ssh -C enables gzip compression - even though the documentation states that this is unneccessary on fast networks, I've found that it does wonders for improving latency and responsiveness in many situations, especially when using TUIs or printing out lots of logs. ssh -v enables verbose logging (-vv or -vvv if you want more), which is useful on a slow connection or when connecting to a slow machine (eg a Raspberry Pi). It lets you figure out whether a connection is hanging (eg host down) or just being slow. ssh -D 1234 creates a SOCKS proxy on your localhost:1234 that lets you use the server's network. Quite handy if you need to mess around in the LAN of the server, or if you need a quick DIY VPN in a pinch. alright that's all, i hope you picked up something useful from this post! it's my first time posting anything of this kind so i hope you like it!
did you know that SSH has a little-known secret menu?
i wrote a post about this on cohost a while back, but since that site shut down i'm posting it here too
mhm, but you probably still have it in /bin/
09.03.2026 15:54 β π 2 π 0 π¬ 1 π 0
this is also why you need the spaces between everything as well as quoting - they're ordinary arguments and need to be provided as such
also note that many shells do actually have similar shell built-ins such as [[ ]] and (( )), which are not stand-alone programs like [ is
fun linux fact:
the `if` shell built-in just executes the command you give it and looks at its exit code
so how can you do stuff like `if [ $a -gt 10 ]`?
well, [ is just a program usually in /bin/[ that takes the arguments ($a, -gt, 10, ]) and returns an exit code accordingly
switched from stripe to opera gx??
08.03.2026 01:41 β π 83 π 8 π¬ 5 π 0is there some way to fix bluesky logging me out like every day
07.03.2026 12:01 β π 30 π 1 π¬ 7 π 0this is specifically in the context of clickers and puppygirl stuff, if you reply with a saucy joke on a random post you're good
07.03.2026 11:52 β π 15 π 0 π¬ 1 π 0i just wanna say that this account is not nsfw and whenever i talk about clickers and other such stuff it's not in a sexual context, replies of that nature make me uncomfortable and i will block them
07.03.2026 11:50 β π 39 π 0 π¬ 2 π 0ooh, i didn't know, thanks!
05.03.2026 08:01 β π 0 π 0 π¬ 0 π 0people say being clicker trained is weird and yet they freak out over the discord ping sound
04.03.2026 23:28 β π 325 π 52 π¬ 4 π 3Sylvie i was also trying to play around with the base offset and couldn't figure out what tf the point of that was why is it loaded at 0x100 Rebane uh because uh youre gonna love this Sylvie also it gets so so much slower if i increase the number of memory cells beyond like 0x700 Rebane see i downloaded this strange program [Image of an ancient-looking program called i8068] and i couldnt figure out how to use it but every time i loaded my binary it loaded at 0x100 so i was like hmm maybe i should load it at 0x100 in css too Sylvie lmfao π just wasting 256 bytes of memory for No Reason
rare x86css lore
04.03.2026 19:00 β π 74 π 2 π¬ 3 π 0more pics!
04.03.2026 10:44 β π 8 π 1 π¬ 1 π 0more pics!
04.03.2026 10:44 β π 8 π 1 π¬ 1 π 0it works!!
04.03.2026 10:34 β π 5 π 0 π¬ 1 π 0Say hello to direct messaging on YouTube Now you can send and reply to videos witho leaving the app. People who open your links can see and message your channel. (link) See privacy settings.
apparently if i send youtube links it lets you send me messages now? anyone wanna try?
youtu.be/m9sENFZcfpw?...
Wikipedia article: Qrpff This article relies excessively on references to primary sources. (September 2011) qrpff is a Perl script created by Keith Winstein and Marc Horowitz of the MIT SIPB. It performs DeCSS in six or seven lines. The name itself is an encoding of "decss" in rot-13. The algorithm was rewritten 77 times to condense it down to six lines.
it performs decss in HOW MANY LINES??
02.03.2026 09:19 β π 103 π 5 π¬ 5 π 0has buy now pay later gone too far??
28.02.2026 22:33 β π 86 π 6 π¬ 1 π 0why does google change the color shade of their background every other time i tap the "see more" button???
27.02.2026 16:17 β π 29 π 0 π¬ 3 π 0Google notification on a phone: Tom's Hardware - Enterprising developer somehow writes an x86 CPU emulator in plain CSS β no Javascript, no WASM, just ...
i just got a notification for my own project?
26.02.2026 16:34 β π 174 π 1 π¬ 2 π 0Windows' "Keep these display settings?" dialog upside down
this menu NEEDS an "i switched to vertical but meant to switch to vertical (flipped)" button
26.02.2026 11:36 β π 47 π 0 π¬ 4 π 0i have not made any video about this
26.02.2026 09:32 β π 1 π 0 π¬ 0 π 0i personally think a programming language doesn't need to be able to run complex logic to be one, but it's really difficult to convince people of that so it's just easier to make it run x86 assembly instead
25.02.2026 16:35 β π 88 π 5 π¬ 4 π 1new stackoverflow site looks like slop
25.02.2026 12:57 β π 66 π 9 π¬ 10 π 0i'm curious, what was it? ^^
25.02.2026 09:46 β π 1 π 0 π¬ 1 π 0i think faq-s should be written in a way where you can read through them like a story if you're bored
24.02.2026 17:25 β π 34 π 1 π¬ 1 π 0bsky.app/profile/reba...
24.02.2026 17:21 β π 2 π 0 π¬ 0 π 0well no, that's easy, you just do contain:strict and nothing can get out
24.02.2026 17:20 β π 12 π 1 π¬ 1 π 0Why does it only work in Chrome? This project uses a few CSS features, such as if() statements, style queries, and custom @functions, that are not available in all browsers. At this time, it's only compatible with Chromium-based browsers, but hopefully that'll change at some point since the features used are in the CSS spec. I usually make sure to target Firefox in the projects I make, but it's just not realistic for me with this one. What ai/model/llm do you use? I do not use ai. I don't think you can build a project like this with an llm. Can it run doom? No, not in its current state. Have you figured out how to center a div? If you feel the need to ask, please read this. You were so preoccupied with whether or not you could that you didn't stop to think if you should idk why everybody keeps saying that, obviously i thought about whether i should first and came to the conclusion that it would be fun and cool asf to do it
added some more things to the x86css faq that people kept bringing up
24.02.2026 16:14 β π 97 π 8 π¬ 4 π 0