Viewing profile — sourabh65
sourabh65
HN member- Joined
- Tue, Feb 20, 2024, 4:51 AM UTC
- HN karma
- 4
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About sourabh65
Recent public activity
-
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…
-
comment
Comment #49181240
Thanks! Would love your feedback once you give it a try.
-
comment
Comment #49181225
Not released yet, but it's actively in progress.
-
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…
-
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…
-
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…
-
comment
Comment #49095689
[flagged]
- story
-
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…