Live data from Hacker News

Viewing profile — rnallandigal

rnallandigal

HN member
Joined
Fri, Jan 13, 2023, 5:27 AM UTC
HN karma
26
Public activity
9 items

About rnallandigal

No profile information was provided.

Recent public activity

  1. 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…

  2. 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] …

  3. comment
    Comment #40386531

    https://cppquiz.org contains a list of similar questions in C++.

  4. comment
    Comment #39487187

    Why not benchmark against redis running locally? Also fyi the dns for inlined.io seems to not be working.

  5. comment
    Comment #38918509

    Hey, I also built Genji. Would love to discuss any technical aspects as well.

  6. 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…

  7. 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…

  8. 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.

  9. 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…