7 ms·
Wow, that "We're hiring/Career Page" link is geeksmaxxing. First time seeing `ssh superlogical.jobs` would be a way to show job descriptions in terminal!
by devy 2mo ago
Wow, that "We're hiring/Career Page" link is geeksmaxxing.
First time seeing `ssh superlogical.jobs` would be a way to show job descriptions in terminal!
- FLeXMurphy 2mo agoNSA and other companies historically had you jumping hoops and writing mini-exploits to be able to see the email you're supposed to send your resume to.
- devy 2mo agoI actually heard of that.
- Lalabadie 2mo ago"I completed the Synacor challenge" is still a good way to get experienced CTOs' attention.
- jeremyjh 2mo ago"I completed the Frobnicator challenge" probably works just as well. No one would want to admit they'd never heard of it.
- xfz 2mo agoOr just write a good covering letter and email it to yourself.
- dolmen 2mo agoDon't even send it. A draft is enough.
- ButlerianJihad 2mo agoFinal Exam https://m.xkcd.com/2385/ https://m.xkcd.com/2385/
- tiagod 2mo agoThe ssh thing is really fun, but I wish they had another way to view the openings. I'm on a connection with massive latency at the moment and it's pretty horrible UX in this case
- gizajob 2mo agoThat’s probably not the type of connection they’re looking for employees to have.
- mhitza 2mo agoBut could also be a good software tester if given any kind of remote connection support feature.
- tiagod 2mo agoI'm on holiday.
- MagicMoonlight 2mo ago[dead]
- jeremyjh 2mo agoThat's probably not the type of work/life balance they're looking for employees to have.
- lytedev 2mo agoHaha it would be really sad if this was true, but your comment really made me laugh. Thanks for that!
- jen20 2mo agoWhile that might be tongue-in-cheek, no company I have ever worked at has had a better work/life balance than the earliest days of HashiCorp (low tens of people) when Mitchell was the CEO.
- gfat 2mo agoIt’s probably a good filter too for applicants
- devy 2mo agoYes, prefilter for sure.
- insane_dreamer 2mo agoprobably also designed to prevent spam-AI submissions
- eikenberry 2mo agoIn case others were interested, they are not a remote-first company and require you to live in LA, NY or London.
- stonogo 2mo agoThey can be remote. You need to show up in the office. It's not giving leadership.
- anotherevan 2mo agoI must admit that I paused before hitting enter on that command and thought to myself, "Maybe I should download Ghostty and open it with that as a virtue signal." :-)
- dolmen 2mo agoDefinitely as $TERM is sent by SSH.
- johnecheck 2mo agoBetter be using ghostty ;)
- dolmen 2mo agoI recommend 'ssh -o PubkeyAuthentication=no superlogical.jobs` if you have a public key and want to stay anonymous (beyond revealing your IP). Why? Because if you use SSH to connect to connect to GitHub, your SSH public key is published at https://github.com/<username>.keys so an SSH server to which you connect could do a reverse lookup. This is the reason why my ~/.ssh/config has those 2 lines at the end: Host * PubkeyAuthentication no Author of https://github.com/dolmen/github-keygen https://github.com/dolmen/github-keygen here.
- ButlerianJihad 2mo ago"Hey, Linus Torvalds logged in 100 times today!" "Woah, he must really want a j--- oh."
- devy 2mo agoThanks for the tip! Yeah, I think Mitchell Hashimoto (ssh CLI command came from his new company's official site) can be trusted here. If they were doing Github pub key harvesting for analytics though, it would be a interesting tracking pixel equivalent!
- dolmen 2mo agoYou obviously should connect from Ghostty. But try also `TERM=dumb ssh superlogical.jobs` for an alternate, monochrome, experience. Undocumented keys h,j,k,l also work to navigate the UI. Any other easter eggs?