For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more pmdfgy's commentsregister

Maybe you can add more info to explain what stack you use, how you solved some problems, etc. In its current state, with this ridiculous headline, this post is just an ad.


At the beginning I thought I'd find the same info as in a .plan file (discovered while reading Masters of Doom, where John Carmack explains what he's working on). It would have been super cool ! Unfortunately, your page looks more like a #buildinpublic twitter page which is not really insightful. Good luck with this project.


Masters of Doom is such a great book!



Nicely done ! I've actually done the same thing manually using Stylus to hide elements that bother me on various websites. But it's very limited.

Is there an option to hide influencers videos holding their chin with a ridiculous face ? If yes, I might give it a try !


Just checked Stylus and it seems exactly what I needed before! There are always some UI elements that you want to get rid of. :)


Sketch is a tool used by people 8 hours/day (or at least was). Therefore, their pricing is more accepted by users/customers. In your case, it's not really a tool that one will use daily.


Same for facebook and instagram. Curious to see the heuristics behind their algorithm.


Interesting. Do you have a specific link ? I didn't find anything. My main interrogations are how the private key and command are stored.


Just looking at it on my phone, you need to "enable scripting" in Settings > Shortcuts > Advanced. Then when you add the shortcut, you can select password authentication or SSH Key. If you use a key, it generates one for you, and there is a button to "copy public key" which you'll then need to add to authorized_keys on your server. I assume the private key is stored locally on the device.


Ouch, I'm sorry to hear that.

What do you mean by "traulling open ssh ports" ?


I think they likely meant "trawling": https://en.m.wikipedia.org/wiki/Trawling. (ie casting a net and "fishing" for open ssh)


The Go HTTP server is an implementation of the spec (swagger.json). It actually plays the same role as your web app. It's just to make it compatible with the native app, and not rely on Web.


Nice use case. I'd be curious to see how it behaves by using the SSH feature.


Of course you can compile the server from source if you have Go and the OpenAPI generator JAR (https://github.com/OpenAPITools/openapi-generator?tab=readme...)

Follow these steps : https://github.com/c100k/rebootx-on-prem/blob/master/.github...

And then :

(cd ./impl/http-server-go && GOARCH=amd64 GOOS=openbsd go build -o rebootx-on-prem-http-server-go-openbsd-amd64 -v)

By adapting the arch if needed. Not tested, but it should work.


Cool, Ill give it a whack. Thanks.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You