Viewing profile — clashmeifyoucan
clashmeifyoucan
HN member- Joined
- Mon, Jun 24, 2019, 3:09 AM UTC
- HN karma
- 530
- Public activity
- 143 items
- HN profile
- View on Hacker News ↗
About clashmeifyoucan
Recent public activity
-
comment
Comment #47117271
I enjoyed the part about factoring in unpredictability. One of my peeves with weather apps had been that they do switch the forecast on the fly if it is inaccurate, and I have joke…
- story
-
comment
Comment #32198855
a textbook example of an algorithm that works very well with union-find is the kruskal's algorithm to find the minimum weight spanning tree given a graph. Using union-find improves…
-
comment
Comment #32090608
Yeah, but the fabric of my shirt seemed noticeably worse at cleaning my glasses, so I stopped using that completely. Having a microfiber on hand at all times is very helpful for th…
-
comment
Comment #32089368
My opticians have always given me a microfiber whenever I got a set of glasses made, and last time I went I asked for a spare as well. Now I have the habit of having one in my pock…
-
comment
Comment #31872073
I swear by Paste as well, since coming from Windows, it mimics the Windows clipboard ui and hence was easy to get used to. I do wish that macOS at some point makes a native clipboa…
-
comment
Comment #28206814
this, I wanted to make a little utility for getting lyrics for whatever song is currently playing on spotify[1] and ran into the issue for getting the song name without using the A…
- story
- story
- story
- story
-
comment
Comment #27862017
it appears the author has changed the link, so this is deadlinked now.
- story
- story
- story
-
comment
Comment #27680087
one thing that caught my eye was the convert comments to code feature. If you can use your voice to dictate comments then combined with copilot it might just be possible to write c…
-
comment
Comment #27575476
Another nice resource for understanding zk snarks that I found easily digestible was this paper that was shared on hn a few months ago[0]. https://arxiv.org/abs/1906.07221 [0]: htt…
-
comment
Comment #27526329
not OP but the two features of fish that stood out for me so much that I make it my default shell on remote servers are 1) the autocomplete suggestion as you type a command [1] 2) …
- story
- story
- comment
-
comment
Comment #25848380
Ah, I guess should've tried before saying. Just excited there's a way.
-
comment
Comment #25847410
Incidentally, it's weird to me how we lack internet laws in a lot of aspects yet have strong IT laws when it comes to blocking and censoring websites when needed (eg. porn¹) [1] ht…
-
comment
Comment #25847333
thanks for making this! The undo from insert mode¹ one sold it for me :) [1] https://vimtricks.com/p/undo-from-insert-mode/
-
comment
Comment #25847269
As an aside, I love the vim keybinds with IntelliJ combo, vim makes it so easy to navigate and perform operations, eg. the one I use most being dt to delete until a char. Never can…