Live data from Hacker News

Viewing profile — zevv

zevv

HN member
Joined
Sat, May 14, 2016, 2:25 PM UTC
HN karma
1,112
Public activity
192 items

About zevv

No profile information was provided.

Recent public activity

  1. comment
    Comment #48925641

    Of course also in this case it helps - sandbox it so it does not leak info between sessions. Global agent memory is like sharing your browser cookies over all domains.

  2. comment
    Comment #48923278

    So many "Look what my LLM did now" posts. It's not that hard: Do not rely on your agent to behave when it comes to security, ever . Do not trust your agent to not access your files…

  3. comment
    Comment #48458924

    Halt And Catch Fire!

  4. comment
    Comment #48349465

    ... which is from now on used by AI song generators to make sure their songs are not marked as AI generated by said tool.

  5. story
  6. comment
    Comment #46688388

    Not really that surprising: all logic that used to be in the code is now in the model; the only code that is left is some glue to connect the outside world to the number crunching,…

  7. comment
    Comment #46666705

    What works pretty well for me is the "i don't care about cookies" extension for firefox; my default privacy policy is to throw away cookies when the browser restarts, which I do a …

  8. comment
    Comment #45968260

    Which is is, vi or emacs?

  9. comment
    Comment #44879863

    Oooh, now I see. it's for harvesting robots, not for harvesting robots! Silly me.

  10. comment
    Comment #44787230

    Oh boy, I feel you, having no buttons is such a PITA. I've mapped my caps lock and windows button to LMB and RMB for years, works like a charm!

  11. comment
    Comment #44633679

    Could you summarize the contents of this video so we don't have to watch it?

  12. comment
    Comment #44613737

    And now try to load the same website over HTTPS

  13. comment
    Comment #44551991

    Well, there you are: https://github.com/MicroLua/MicroLua

  14. comment
  15. comment
    Comment #44551677

    That sounds like something the size of an ESP32. Assuming your flash allows XIP (execute in place) so all that memory is available for your lua interpreter data, you should at leas…

  16. comment
    Comment #44551117

    I have been developing Lua-heavy embedded products as a freelancer for about 20 years now, including VoIP devices, home automation controllers, industrial routers, digital video re…

  17. comment
    Comment #44244586

    I'm afraid it would: in 2002 I was involved with the development of a very early wifi AP implementation at Freehosting; this was running uclinux on an ARM7 with a pretty bare kerne…

  18. comment
    Comment #44244522

    This article is partly wrong, and partly nonsense. Apples and oranges. But still: > Work with only 3 files [...] Boot in under 5 seconds [...] Use commands without spaces [...] Run…

  19. comment
    Comment #44149652

    Or Snake on a Plane!

  20. comment
    Comment #43716435

    So, what will be the proper technology to apply here? I have no problem with verification of my age (not the date of birth, just the boolean, >18yo), but I do have a problem with s…

  21. comment
    Comment #43696406

    I might be mistaking, but I don't see how this is novel. As far as I know, this has a proven DSP technique for ages, although it it usually only applied when a small amount of dist…

  22. comment
    Comment #43592467

    “we’re back where we started four years ago, hard coding everything, except now in a much crappier language.” Not sure if I agree with this. A proper designed DSL has the advantage…

  23. comment
    Comment #43140223

    Yes. This. Sure, I own a smartphone, it runs just plain android but without any google accounts or services because I do not agree to Googles terms of services. I never did, and as…

  24. comment
    Comment #43069079

    Summary: X is bad. How to do something without X? Don't do X

  25. comment
    Comment #43039491

    And monads. But I've heard they're just like burritos, so how hard can it be.