Viewing profile — wizerno
wizerno
HN member- Joined
- Wed, Dec 29, 2021, 4:46 PM UTC
- HN karma
- 240
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About wizerno
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #44952671
Another great read on futexes is Ulrich Drepper’s paper "Futexes Are Tricky" [1]. [1] https://cis.temple.edu/~giorgio/cis307/readings/futex.pdf
- story
- story
-
comment
Comment #43734309
https://www.judyrecords.com/what-happened-with-tyler-technol...
-
comment
Comment #43678208
Does anyone else miss the functionality of the Android WhatsApp widget [1] on iOS? Being able to read messages without sending read receipts via the widget is a great feature. The …
- story
-
comment
Comment #42200509
It looks like you're correct -- Gregglogger relies on pynput, and its behavior on macOS aligns with the library's documented limitations [1]: Recent versions of macOS restrict moni…
-
comment
Comment #42200412
I wonder if they'll index more repositories over time. As it stands, there's no clear way to tell what's indexed versus what's not. A transparent way to see the scope of coverage w…
-
comment
Comment #42032996
The author has a few blog posts covering the tee, split, which, and cat commands [1]. [1] https://www.anardil.net/tag/coreutils.html
- story
-
comment
Comment #41541107
John Oliver discusses how so many people have come to take on student loan debt, why it’s so hard to pay off, and what we can do about it [1]. [1] https://youtu.be/zN2_0WC7UfU
-
comment
Comment #41384618
As someone who's fascinated by formal verification and who's early in their career, what advice do senior folks who have been using TLA+ have? TLA+ isn't taught in most universitie…
-
comment
Comment #41245556
If you're referring to the StackOverflow example from the article, it's different because they follow `/questions/:id/:slug`. Keeping slug at the end makes it a lot easier to delet…
-
comment
Comment #41245520
While the slug helps someone know what they're opening before reading it, most apps have link previews which give you just enough information you need.
-
comment
Comment #41244791
As per RFC 3986 [1], reserved characters such as , and / must be URL encoded. , is encoded as %2C / is encoded as %2F [1] https://www.rfc-editor.org/rfc/rfc3986
-
comment
Comment #41244720
A slightly related discussion on Type Unions in C# from a week ago: https://news.ycombinator.com/item?id=41183240
-
comment
Comment #41244590
An example of a not-so-great URL design: Amazon product links have an optional slug before everything else like `{slug}/dp/{id}`. So you end up copying a gigantic URL everytime you…
-
comment
Comment #41156587
They have an equally impressive post [1] about CPUs! [1] https://cpu.land
-
comment
Comment #41153934
https://archive.is/rfwJC
-
comment
Comment #41052960
This is so important and underrated in life. > "This is what I infer when I see someone who is comfortable in their unique strangeness, too. There probably exists someone who enabl…
-
comment
Comment #40855957
Surprising! This feels exactly like finding out Overleaf is open-source a few days back [0]. [0] https://news.ycombinator.com/item?id=40832930