Viewing profile — bsharper
bsharper
HN member- Joined
- Fri, Oct 28, 2016, 5:11 AM UTC
- HN karma
- 56
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About bsharper
No profile information was provided.
Recent public activity
-
comment
Comment #48155208
There is a choice, but almost nobody uses it: https://support.apple.com/en-us/105120
-
comment
Comment #47582389
There are some difference in client wifi interfaces (STA) and access point wifi interfaces (APs, like you'd find on a good router). For example, some wifi interfaces don't have pro…
-
comment
Comment #47162317
You mean you DON'T want to see every utility installed via snap listed as a mount point? /s
-
comment
Comment #46995702
There is a Jackbox game called "Talking Points" that's like this: the players come up with random ideas for presentations, your "assistant" (one of the other players) picks what's …
-
comment
Comment #46990420
You only need $25-30. It'll be locked to a carrier, but that doesn't matter and is perhaps preferable (no monthly fee for a subsidized device) if you are able to use wifi. There's …
-
comment
Comment #46887449
You can have a multiuser system but that doesn't solve this particular issue. If they log in to what you claim to be your primary account and see browser history that shows you wen…
-
comment
Comment #46781401
Miguel de Icaza is kind of a legend, I know him most from his work on Mono and Gnome. Whatever he works on today will likely be part of a stack you work on in a few years (at least…
-
comment
Comment #41278657
I end up using a combination of scp, LocalSend, magic wormhole and sharedrop.io. Occasionally `python -m http.server` in a pinch for local downloads. It's unfortunate that this xkc…
-
comment
Comment #41007832
The user can change anything they want, but a process launched by your user doesn't inherit every user access by default. You (the user) can give a process full disk access, or jus…
-
comment
Comment #40990534
Not specifically related to your point, but government provided weather APIs might not be a thing in the US in the future: https://www.theatlantic.com/science/archive/2024/07/noaa-…
-
comment
Comment #40591613
It's funny when you look at this list: https://en.wikipedia.org/wiki/Timeline_of_artificial_intelli... The original bump-and-turn Roomba is listed for 2002.
-
comment
Comment #40591599
It's also how Google generally brands consumer-facing products, which is just Google + Noun. Most of their non-enterprise products tend to have unambiguous names (Google Search, Go…
-
comment
Comment #40198971
I've found EasyOCR to work much better at pulling text out of irregular or unknown images. Requires more resources than tesseract but gets much better results in my projects.
-
comment
Comment #40116899
Amazon used AOSP to create tons of their products. Even if most Android devices have the Play Store, there are successful variants that don't. And I'd even include Meta's Quest lin…
-
comment
Comment #39319964
Check out ollama: https://ollama.ai/ It's easy to get running and doesn't require you to manually download models.
-
comment
Comment #12813471
I just use JS scripts, because if node is not installed you aren't getting very far anyway. Actions like "copy this file", "clear this subdirectory", and "pull these files over the…