Viewing profile — rnallandigal
rnallandigal
HN member- Joined
- Fri, Jan 13, 2023, 5:27 AM UTC
- HN karma
- 26
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About rnallandigal
No profile information was provided.
Recent public activity
-
comment
Comment #41471955
The std::to_chars function returns an object of type std::to_chars_result, which defines an operator bool() checking if ec == std::errc[0]. The if statement determines which branch…
-
comment
Comment #41027778
"What I wish I knew when learning Haskell" by Stephen Diehl[0][1]. It has commentary on a great deal of topics in Haskell and is very approachable. Also, learning to use Hoogle[2] …
-
comment
Comment #40386531
https://cppquiz.org contains a list of similar questions in C++.
-
comment
Comment #39487187
Why not benchmark against redis running locally? Also fyi the dns for inlined.io seems to not be working.
-
comment
Comment #38918509
Hey, I also built Genji. Would love to discuss any technical aspects as well.
-
story
Show HN: Automate the browser with an AI assistant
I’ve always wanted to be able to control my computer hands-free. Whether it’s when my hands are tied like when I’m eating, or when I’m away and want to run a routine task. There ar…
-
comment
Comment #37061800
I have it bound to `$mod+c` and launched as a floating window in i3. It integrates very well into my workflow as I can just quickly launch, perform a one-off calc, and close it whe…
-
comment
Comment #36529257
I'm building https://seeker.so . It's mainly to index and search through your data, but you can get chatgpt to answer your question based on your data as well.
-
comment
Comment #35369329
One of the biggest issues for me is DPI scaling. It is increasingly common for newer laptops to be released with with 2K or 4K screens. However, native resolution is unusable on th…