Viewing profile — aerxes
aerxes
HN member- Joined
- Sun, Oct 18, 2020, 2:44 PM UTC
- HN karma
- 37
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About aerxes
No profile information was provided.
Recent public activity
-
comment
Comment #49096695
Next items on the roadmap: * Ability for the dispatching agent to ask clarifying questions * Telephony kit so your agent can make outbound calls and wait on hold * Openrouter integ…
-
story
Show HN: PipeCrab – a Rust voice agent that runs multiple tasks at once
I built a framework for portable voice-agents in Rust. It addresses some problems that I had with other frameworks in the space (Pipecat, Livekit). Mainly, those frameworks are cli…
-
comment
Comment #36110847
That wasn’t the point nor even an offhand comment in their post. C++ is fine and has a lot of libraries built up — especially around image processing. It will be quite some time be…
-
comment
Comment #32397329
That’s what debate’s about. I do recognize that caring about single threaded workloads and performance do contribute to snappier UI (and backwards compatibility).
-
comment
Comment #32397237
The point that I’m making is that you can write multi threaded applications without dropping support for single core systems.
-
comment
Comment #32397219
I’m not advocating making software multithreaded only , since obviously that doesn’t make sense. But, in many modern languages (including c++) multi threading 1. Doesn’t significan…
-
comment
Comment #32397134
If we were arguing about designing vehicle safety testing suites for the worst performers (a very real problem that we have right now) we wouldn’t even be having this conversation.…
-
comment
Comment #32395807
I don’t know dude, if you want to write software for the worst performers instead of commodity hardware that’s up to you Just that single core systems are dying and probably won’t …
-
comment
Comment #32393184
The data that it presents shows that >50% of PCs surveyed have 6 cores or more.
-
comment
Comment #32393144
This reads as something obvious. Of course between choosing a simple solution and a complex over-architected solution, you would choose the simple one. The key word here is “over-a…
-
comment
Comment #32393010
Gonna beat a dead horse here, but >50% of PCs that are surveyed by Steam have 12 threads or more. That’s PCs that have steam installed at all. Intel’s bare minimum current-gen i3 p…
-
comment
Comment #31732354
Follow-up question: What is the model’s behavior when “idle”. Does it propogate actions independently or does it only respond to stimuli?
-
comment
Comment #31732340
I’d like to really poke at this “meditation” effect. Is LaMDA aware of passing time? Does it remember information from encounters that take place over a week or month?
-
comment
Comment #24818198
This postmortem is incomplete: it fails to address the main three roots of the problem: 1. This business is too flippant with their write-able production access. 2. No user should …