Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
st0le
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
st0le
1y ago
Another fun trick I've discovered. `XOR[0...n] = 0 ^ 1 .... ^ n = [n, 1, n + 1, 0][n % 4]`
2.
▲
by
st0le
2y ago
This is an amazing idea! Love it.
3.
▲
by
st0le
3y ago
Did you happen to enable "recommendations" in Youtube Mobile App? That would implicitly enable it. I don't have Trending/Shorts because its disabled.
4.
▲
by
st0le
3y ago
https://sentry.io/welcome/ ?
5.
▲
by
st0le
3y ago
also https://jwt.ms (fully client side, hosted by Microsoft)
6.
▲
by
st0le
3y ago
IIRC They were acquired by Amazon. They have a paid offering for shared team environments.
7.
▲
by
st0le
3y ago
The python code sample starts off with C/C++ style comments.
8.
▲
by
st0le
3y ago
I use Starling.[1] [1] https://apps.apple.com/ro/app/starling-for-hn/id1386611974 )
9.
▲
by
st0le
3y ago
No idea how to call the api.
10.
▲
by
st0le
3y ago
Ultimate plumber can do this. https://github.com/akavel/up
11.
▲
by
st0le
3y ago
`gum choose --no-limit` https://github.com/charmbracelet/gum
12.
▲
by
st0le
3y ago
Also since ripgrep is already installed "grep -v" can be replaced with "rg -v"
13.
▲
by
st0le
3y ago
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/websocket-email (there's no server anymor
14.
▲
by
st0le
4y ago
There's a Black Mirror episode with this plot.
15.
▲
by
st0le
4y ago
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 exposes a Shortcut, I could setup a Shortcut Automation to a
16.
▲
by
st0le
4y ago
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 cross-platform tool would be ideal.
17.
▲
by
st0le
4y ago
The GeoIP provider seems to provide a batch API. You can query upto a 100 IPs in a single request.
18.
▲
by
st0le
4y ago
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 the clipboard being used as a placeholder.
19.
▲
by
st0le
4y ago
Quick Feedback. Have a button to download the whole form as a json or dotenv file.
20.
▲
by
st0le
4y ago
Someone had the same idea and name :) https://github.com/Miserlou/Loop
21.
▲
by
st0le
4y ago
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. Supports updates via websockets as well. - What would yo
22.
▲
by
st0le
4y ago
https://www.visidata.org/
23.
▲
by
st0le
4y ago
I find animated sorting algorithms and game solvers (maze solving , tic tac toe , sliding puzzles ) using search algorithms fun to watch.
24.
▲
by
st0le
4y ago
Fair warning to everyone reading this. Listary is now effectively abandonware.
25.
▲
by
st0le
4y ago
Did you see the inequality sign?
26.
▲
by
st0le
4y ago
Thank you for your work. I definitely think it's much better than most solutions out there. I was exploring trying to get it to work with espanso[1] (also written in Rust) but haven't had much time. [1]: https://espanso
27.
▲
by
st0le
4y ago
Used to use FZ but it relies on the user to move windows around. More of a passive window manager. I've been using komorebi[1] but it's rather clunky with the ahk dependency. I'll have to try Glaze and give it a spin. [1]: h
28.
▲
by
st0le
5y ago
Yes.
29.
▲
by
st0le
5y ago
Fun fact: Powershell 5.1 has a `Convert-String`[1] cmdlet that is a Flash Fill implementation for CLI. You can do these inferences in Command Line. [1] https://docs.microsoft.com/en-us/powershell/module/microso
30.
▲
by
st0le
5y ago
Does a Task mean a Task Config or Task Run/Execution? Does the free-tier come with an "executions" limit?
More ›