Live data from Hacker News

Viewing profile — sourabh65

sourabh65

HN member
Joined
Tue, Feb 20, 2024, 4:51 AM UTC
HN karma
4
Public activity
9 items

About sourabh65

Software Engineer

Recent public activity

  1. comment
    Comment #49243425

    I move around the office all day and there are a lot of wifi networks, most of them flaky. I keep ending up stuck on a bad one for wherever I'm sitting and having to guess which to…

  2. comment
    Comment #49181240

    Thanks! Would love your feedback once you give it a try.

  3. comment
    Comment #49181225

    Not released yet, but it's actively in progress.

  4. comment
    Comment #49112097

    Yeah, same problem but worse when you're moving. Catch is roamr is a desktop tool - iOS and mostly Android lock the WiFi scan/switch APIs away from apps, so a roamr-style thing can…

  5. comment
    Comment #49107260

    Just tried it with my hotspot on - turns out it kind of already does. A hotspot is a WiFi network, so roamr saw it and recommended switching to it. It just can't see the cellular q…

  6. comment
    Comment #49096786

    Thanks! OSes mostly stick with whatever you're on as long as it works — they don't re-check for quality once connected, so you get parked on a strong-but-slow 2.4 GHz network. That…

  7. comment
    Comment #49095689

    [flagged]

  8. story
  9. story
    Ask HN: How to manage sessions with OpenAI's chat completion API?

    Hi HN community, How can I efficiently manage sessions for OpenAI's chat completion API to remember past conversations? My current method of sending all previous data each time fee…