Live data from Hacker News

Viewing profile — lennoff

lennoff

HN member
Joined
Sat, Jul 19, 2014, 1:40 PM UTC
HN karma
134
Public activity
26 items

About lennoff

No profile information was provided.

Recent public activity

  1. comment
    Comment #49011364

    wow, i checked the documentation, and you're right. the type is indeed poorly named!

  2. comment
    Comment #49010181

    I disagree with the timestamptz advice. I tend to use timestamp (without the timezone), this forces me to use UTC everywhere, so I'm not even tempted to use anything else. I work i…

  3. comment
    Comment #48806141

    afaik before the final sampling, every "next" token has a probability, so theoretically it could select the 10 most likely tokens (based on some kind of sampling algorithm), but yo…

  4. comment
    Comment #48806067

    i think it actually makes sense, an LLM just imitates human communication, which happens to be useful from time to time.

  5. comment
    Comment #43637227

    keep in mind that we have "vibe coding" now, where the goal is exactly to _not_ have a human in the loop (at least not constantly).

  6. comment
    Comment #43635433

    It's fun to theorize about an alternate universe where JavaScript has a LISP-like syntax (Brendan Eich originally wanted "Scheme in the browser"[1], so this isn't so far-fetched!).…

  7. comment
    Comment #43634788

    It seems like that the author by using JSX to express code directly as an AST re-invented LISP? See Greenspun's tenth rule[1]. [1]: https://wiki.c2.com/?GreenspunsTenthRuleOfProgra…

  8. comment
    Comment #36258153

    How can you ban AI? It's literally designed to produce text that's indistinguishable from text that was produced by a living human being.

  9. comment
    Comment #35598802

    It's sad to see that Web Crypto[1] does not support Ed25519 (yet), only RSA and ECDSA for asymmetric signatures. [1]: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypt..…

  10. comment
    Comment #30639703

    Because of the company VPN, I usually teleport to Israel, and I have absolutely no idea how to change the language on a right-to-left layout with a Hebrew alphabet...

  11. comment
    Comment #29905842

    I guess I'll mint an NFT that's going to be a screenshot of this HN thread...

  12. comment
    Comment #28695195

    Slightly related question: is there a plug-in that can color my code based in scope instead of syntax?

  13. comment
    Comment #28390563

    Tangentially related question: could Nuitka target WebAssembly, given that according to their overview page, they translate Python into C? Usually when it comes to Python -> WebAss…

  14. comment
    Comment #28380433

    I think the key takeaway is to never believe when someone says "Don't worry, you'll get promoted in no time".

  15. comment
    Comment #27745887

    Is a CS degree important nowadays? I do have one, but literally no one mentioned or asked about my education during an interview, ever.

  16. comment
    Comment #27737389

    Oh, it does... It generates code that's vulnerable to SQL injections, XSS, etc. It was trained on such code! (hopefully this will improve)

  17. comment
    Comment #27736528

    Iteration protocols[1] are also nice (`Symbol.iterator`[2] and `Symbol.asyncIterator`[3]) [1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... [2]: https://develope…

  18. comment
    Comment #27699611

    When you evaluate a form deep in a function, how do you handle variables that are defined "outside"? How can you evaluate such expressions?

  19. comment
    Comment #27697993

    Well, how can we teach copilot to avoid raw string interpolation in such cases? Sure, some people will correct it, and the AI might improve, but I suspect that the majority of the …

  20. comment
    Comment #27697432

    So black holes can't evaporate? How does Hawking radiation works if the back hole are has to stay the same?

  21. comment
    Comment #16297937

    try it with https://github.com/m1el/woscope-music/blob/master/oscillofun...

  22. comment
    Comment #15766025

    How exactly is this distributed? The readme isn't really useful...

  23. story
  24. story
  25. story