Viewing profile — st0le
st0le
HN member- Joined
- Tue, Mar 18, 2014, 3:04 PM UTC
- HN karma
- 71
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About st0le
Recent public activity
-
comment
Comment #44450233
Another fun trick I've discovered. `XOR[0...n] = 0 ^ 1 .... ^ n = [n, 1, n + 1, 0][n % 4]`
-
comment
Comment #41203845
This is an amazing idea! Love it.
-
comment
Comment #38599142
Did you happen to enable "recommendations" in Youtube Mobile App? That would implicitly enable it. I don't have Trending/Shorts because its disabled.
-
comment
Comment #38470039
https://sentry.io/welcome/ ?
-
comment
Comment #38209669
also https://jwt.ms (fully client side, hosted by Microsoft)
-
comment
Comment #38170287
IIRC They were acquired by Amazon. They have a paid offering for shared team environments.
-
comment
Comment #37512355
The python code sample starts off with C/C++ style comments.
-
comment
Comment #37253638
I use Starling.[1] [1] https://apps.apple.com/ro/app/starling-for-hn/id1386611974 )
-
comment
Comment #36725723
No idea how to call the api.
-
comment
Comment #36620802
Ultimate plumber can do this. https://github.com/akavel/up
-
comment
Comment #36607700
`gum choose --no-limit` https://github.com/charmbracelet/gum
-
comment
Comment #36526588
Also since ripgrep is already installed "grep -v" can be replaced with "rg -v"
-
comment
Comment #36428127
Reminds me a of a short lived project websocket.email. Instead of webhook, you could listen on websocket for emails. Might be a Pro feature for your project. https://github.com/web…
-
comment
Comment #35171086
There's a Black Mirror episode with this plot.
-
comment
Comment #34821147
I had this idea to basically have the Budgeting app look at the notifications on my phone or emails from the bank to parse the transactions details automatically. On iOS if an app …
-
comment
Comment #33097485
Is there a similar tool that can trigger a command when the output of command changes or the stdout has some kind of string? I understand this is shell script territory, but a cros…
-
comment
Comment #32902343
The GeoIP provider seems to provide a batch API. You can query upto a 100 IPs in a single request.
-
comment
Comment #32610609
One of my most common workflow is I copy the name of a "resource" and have to type out some diagnostic queries. So I have espanso trigger on a shortcut and autofill queries with th…
-
comment
Comment #32534426
Quick Feedback. Have a button to download the whole form as a json or dotenv file.
-
comment
Comment #32399654
Someone had the same idea and name :) https://github.com/Miserlou/Loop
-
comment
Comment #31969013
This is pretty nice. Doesn't seem to be working at the moment. - Do you get what it is? It's a tiny serverless nodejs platform that comes baked in with a global state store. Suppor…
-
comment
Comment #31495304
https://www.visidata.org/
-
comment
Comment #31365573
I find animated sorting algorithms and game solvers (maze solving , tic tac toe , sliding puzzles ) using search algorithms fun to watch.
-
comment
Comment #31310184
Fair warning to everyone reading this. Listary is now effectively abandonware.
-
comment
Comment #31301072
Did you see the inequality sign?