HackerTrans
TopNewTrendsCommentsPastAskShowJobs

etaioinshrdlu

no profile record

comments

etaioinshrdlu
·17 дней назад·discuss
I would also like to toss my project into the ring, which also allows mixing most real-world Rust & Go packages together, on runtime & syntax compatible level. https://github.com/deepai-org/omnivm

Pardon the sloppy readme - it actually does work :)
etaioinshrdlu
·в прошлом месяце·discuss
It's true. Also, if you despise bloat, you may like my JS-free LLM site: https://ch.at/
etaioinshrdlu
·2 месяца назад·discuss
I wonder if Windows NT could work? I think it had a MIPS port?
etaioinshrdlu
·2 месяца назад·discuss
It's a fascinating article and trend to me. I've been rather obsessed with the amazing technology of text-to-image generation since 2017, when state of the art was an LSTM+GAN and resulted in a blurry image. Now that the technology basically works great, it's just upsetting to a lot of people. I kind of think of AI like making things out of plastic - works pretty well, but basically always resented. Notice that the article couldn't identify anything wrong with the generated image except for how it was made and how no one got paid.
etaioinshrdlu
·2 месяца назад·discuss
I think the font is mimicking old Apple ads, eg: https://i.insider.com/5bf8592eb73c284de50e2f28
etaioinshrdlu
·3 месяца назад·discuss
This is super cool. If you're interested in this, you might enjoy this proof of concept as well: https://github.com/deepai-org/omnivm

It instead embeds a bunch of runtimes onto the same OS thread.
etaioinshrdlu
·4 месяца назад·discuss
What do you think is the incentive to LLM post on HN (or any site?)
etaioinshrdlu
·6 месяцев назад·discuss
It makes sense - i build something very similar for my company over the last couple weeks :)

I have a tweak that allows pasting images to claude code over SSH:

How it works:

PTY Interception: It creates a pseudo-terminal (PTY) to wrap the SSH process, allowing it to sit as a "man-in-the-middle" between your keyboard and the remote shell.

Bracketed Paste Detection: It monitors stdin for "bracketed paste" sequences (the control codes terminals send when you Cmd+V or drag-and-drop a file).

The "Hook": When a paste occurs, it pauses execution and scans the text for local macOS file paths.

Auto-Sync: If a local path is found, it immediately syncs that file to the remote server (using the provided SSH key) in the background.

Transparent Forwarding: Once the sync is complete, it forwards the original text to the shell.

You can drag and drop a file from your local Finder into a remote SSH session, and the file is automatically uploaded to the server before the path appears on the command line. Also works with copy paste, screnshots.
etaioinshrdlu
·7 месяцев назад·discuss
Like others here, I disagree completely. I find them very fun, almost too fun, like intellectual crack. The craziest ideas are now within reach.
etaioinshrdlu
·8 месяцев назад·discuss
"Before microchips existed, computers were built with mechanical relays." Should probably say something about vacuum tubes as well!
etaioinshrdlu
·8 месяцев назад·discuss
Cool! Right now it's just IP address rate limiting and the costs have not mattered too much, but yes long term I am not sure what we'll do...
etaioinshrdlu
·8 месяцев назад·discuss
I can suggest our service (previously here https://news.ycombinator.com/item?id=44849129 ) that might be helpful -- If you want a zero-setup backend to try qqqa, ch.at might be a useful option. We built ch.at — a single-binary, OpenAI‑compatible chat service with no accounts, no logs, and no tracking. You can point qqqa at our API endpoint and it should “just work”:

OpenAI-compatible endpoint: https://ch.at/v1/chat/completions (supports streamed responses)

Also accessible via HTTP/SSH/DNS for quick tests: curl ch.at/?q=… , ssh ch.at Privacy note: we don’t log anything, but upstream LLM providers might...
etaioinshrdlu
·9 месяцев назад·discuss
This is impressive and it also kind of demonstrates how bloated Windows really is. You can fit a ton more functionality into even 1MB.
etaioinshrdlu
·9 месяцев назад·discuss
My new theory, developing for a while, is that as technology makes things easier, the perceived average quality goes down over time. I've yet to fully understand the factors that drive this trend, but feel certain AI will put it in overdrive! I'm not a luddite or hater actually - but this trend is pretty apparent...
etaioinshrdlu
·10 месяцев назад·discuss
Interesting - I somehow didn't realize that KVM didn't require root access.

Also, I wonder if this could be adapted to use Apple's Hypervisor.framework. That one also doesn't require root and ought to be able to spin up and down very quickly.
etaioinshrdlu
·4 года назад·discuss
Indeed, it's almost just a flex? "Oh yeah, we can do better! No, no one can use it, ever."
etaioinshrdlu
·5 лет назад·discuss
When should I consider migrating a decent size application from MySQL to postgres, if the product is stable and I don't urgently need to switch?

I'd much like to be able to use transactional DDL, and improved general performance (parallel query, etc).
etaioinshrdlu
·5 лет назад·discuss
If pure gasoline knocks - explodes when it's not supposed to -- why can't we run it in a diesel engine, where self-ignition is the mode of operation?
etaioinshrdlu
·5 лет назад·discuss
I played around with these notebooks a while back, and wondered what you get if you jointly optimize for several different prompts. Has anyone tried this? (Or is this what the article is about?)
etaioinshrdlu
·5 лет назад·discuss
I heard YouTube migrated away from Vitess to Spanner. Does anyone know why?