Live data from Hacker News

Viewing profile — ekidd

ekidd

HN member
Joined
Sat, Jun 05, 2010, 11:52 AM UTC
HN karma
11,357
Public activity
1,210 items

About ekidd

Blog: http://www.randomhacks.net/ Mastodon: https://mastodon.xyz/@emk

I write a lot of code in Rust, Python and TypeScript. Some of it is open source. Somehow I get paid for this.

I've done startups and consulting, but I'm pretty busy right now.

Recent public activity

  1. comment
    Comment #49218077

    > If what you're saying is true and accurate, then US-based AI labs are in big trouble. I've been working with DeepSeek V4 Flash 0731. I'd say that it's maybe not quite as smart as…

  2. comment
    Comment #49205601

    Google's public AI model lineup is pretty bad right now. Gemini 3.1 Pro is scoring worse than some mid-sized Chinese models at 1/20th the cost, and their Flash and Flash Light mode…

  3. comment
    Comment #49168230

    > Well, if no body can say when it will pop, then can we really say it's a bubble and it's overvalued? Well, given the literal trillions being spent, the only ways this pays off ar…

  4. comment
    Comment #49133017

    > Note that they would also need to keep the economy alive because somebody has to pay them money. They can't let everybody to go unemployed. Well, that's why they want the robots!…

  5. comment
    Comment #49132809

    What I actually fear is more subtle: I already do a fair bit of project management and technical leadership. I could do more. Sure, I'd miss the coding, but I also enjoy a lot of t…

  6. comment
    Comment #49109764

    Is anyone using even a tiny on-device language model for spelling? For grammar, I could almost imagine it. But this also bans "simple" AI-powered auto-complete, like Zed's Zeta2 mo…

  7. comment
    Comment #49102787

    For values of "usable" that include "14.6 seconds/token". It's a cool accomplishment! And newer hardware would speed it up some. But I think I'd want something a bit faster before …

  8. comment
    Comment #49098506

    Well, since you "freelance using GPT" and you expressed concern that you'd stop being able to make a profit if you had to pay API prices, I figured that swapping an off-the-shelf g…

  9. comment
    Comment #49097785

    You're unlikely to ever be priced out of tokens, at least if you'd be willing to settle for a model closer to Sonnet 4.5. That level of model certainly isn't as efficient as Fable …

  10. comment
    Comment #49085475

    Still, this is not a bad situation overall. If you are forced to trust the C compiler to correctly compile C, and the hardware to correctly implement the instructions in the docume…

  11. comment
    Comment #49058640

    > My experience so far, has been that it's barely a junior dev. At least on greenfield projects, Fable is more like having an endless succession of fly-by senior devs who lock them…

  12. comment
    Comment #49057280

    When I learned French as an adult, I pushed myself heavily into "forced immersion", avoiding English completely for long periods of time as my French slowly built itself up. This a…

  13. comment
    Comment #49042102

    DeepSeek has published some really good papers. Lately they're pushing really hard for dramatically cheaper serving costs.

  14. comment
  15. comment
    Comment #49028414

    > Especially for point #1 I don't think we've established that - we've been given information by a private company that makes their tooling look extremely valuable which may be tru…

  16. comment
    Comment #49026974

    Everyone always says things like "It's just marketing". But seriously, I highly recommend reading the published details of the Huggingface breach. The model found and chained multi…

  17. comment
    Comment #49026655

    > If AI were to become a super weapon why should I trust a private company to own it? We have just recently established that: 1. OpenAI's internal "Galaxy" model is fully capable o…

  18. comment
    Comment #49002136

    Oh, to be clear, I don't think that anything about this overall situation is even slightly OK.

  19. comment
    Comment #49000212

    Apparently, the attacker in the Hugging Face case was reported to be an internal OpenAI model trying to break into HF and steal the answers to cybersecurity benchmarks: https://ope…

  20. comment
    Comment #48999006

    > For small models (which are probably distilled from their big ones) you can serve them economically all the time and not hemorrhage money. For smaller models, you're competing wi…

  21. comment
    Comment #48979745

    Those are Claude Code security issues? And Claude Code is a gigantic vibe-coded dumpster fire with more bugs than an ant hill? pi-agent famously doesn't even try to provide a sandb…

  22. comment
    Comment #48979150

    It is a pretty catastrophically dumb CVE, of the sort that makes me not want to allow OpenCode anywhere near any of my machines in the future. It was basically "RCE as a service", …

  23. comment
    Comment #48962680

    AI subscription pricing was fine when it was $100/month for some opaque 5 hour token budget I don't think I ever used, not even that one day where I coded for 14 hours non-stop usi…

  24. comment
    Comment #48893612

    I have written assembly for about 5 different processors, including 65C02s, 680x0s, cute little DSP3210s that managed the CPU cache manually, utterly cursed TI320C40s, and (of cour…

  25. comment
    Comment #48893397

    Fable wrote a pretty decent test suite covering typical Prolog programs, including things with non-trivial execution patterns like "append" that do complex backtracking on multiple…