HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robbles

709 karmajoined 15 tahun yang lalu
Computer engineer turned software developer. Former startup founder. Interested in programming, electronics, startups, and games.

comments

robbles
·7 hari yang lalu·discuss
What is a "squat-length string"?

I realize this is one of Claude's copy tells (using excessively hyphenated words) but in this case I can't figure out what it means.
robbles
·tahun lalu·discuss
I'm curious whether anyone has run into hallucinations with this kind of use of an LLM.

They are pretty great at converting data between formats, but I always worry there's a small chance it changes the actual data in the output in some small but misleading way.
robbles
·tahun lalu·discuss
I've used OpenSCAD for a few small projects. The main draw for me is avoiding all the "fiddly mouse stuff". I figure it's a trade-off between simple stuff being more complicated, and complicated stuff being easier to bulk edit and organize.
robbles
·tahun lalu·discuss
This is a neat idea.

I don't know enough about the underlying proof-of-work stuff to comment on how effective this could be, but I think it's pretty funny that the UI examples say "I'm a human".

I guess "there's only a few of me at most" or "I could allocate enough computation to this that I'm probably not up to no good" don't read as clearly.
robbles
·tahun lalu·discuss
Good to know, thanks for the explanation!
robbles
·tahun lalu·discuss
It's a pity they don't ship to other countries than the US. I looked through their website and saw some fun stuff, but no international shipping.
robbles
·tahun lalu·discuss
I'm probably just not thinking through the problem fully, but: Wouldn't this be better solved inside the coding assistants? They're the parent process and should be able to tell when a sub command has hung.
robbles
·tahun lalu·discuss
This is incredible, love how much further you've taken it than just the proof of concept as well.

This is probably just my opinion, but I kept thinking that a better word for "drive" given the domain would be "clock". It's basically a binary clock signal driving these, right? Maybe "clock drive"?
robbles
·11 tahun yang lalu·discuss
great explanation, thanks!
robbles
·11 tahun yang lalu·discuss
If you write your own, how do you suggest avoiding the same coordinated omission error as those tools?
robbles
·11 tahun yang lalu·discuss
Tsung also has the interesting property of modeling traffic as individual user sessions, with probabilistic thinktimes and dynamic variables. Makes it possible to test your app in a much more realistic way than most tools, which just benchmark a series of identical requests or replay a log.