Live data from Hacker News

Viewing profile — 098799

098799

HN member
Joined
Sun, Apr 22, 2018, 9:18 PM UTC
HN karma
58
Public activity
44 items

About 098799

No profile information was provided.

Recent public activity

  1. comment
    Comment #44435515

    Here's a sketch: https://chatgpt.com/share/68640b97-9a48-8007-a27c-fdf85ff412... -- selenium drives your actual browser under the hood.

  2. comment
    Comment #44434263

    You could also use headless selenium under the hood and pipe to the model the entire Dom of the document after the JavaScript was loaded. Of course it would make it much slower but…

  3. comment
    Comment #44371634

    Because if we're unlucky, Scott will think in the final seconds of his life as he watches the world burn "I could have tried harder and worried less about my reputation".

  4. comment
    Comment #42500713

    Despite many years of development, I find lsp and eglot to me mostly unusably slow. I need my emacs to be fast and the only way to achieve that is something oldschool like Jedi/Elp…

  5. comment
    Comment #41107110

    Thanks for the info. In general, being compliant with established conventions (even if you don't personally like them) can lower the barrier of entry for some people who may superf…

  6. comment
    Comment #41107031

    Yikes. I'm going to follow this one cause it's right up my alley, but I'm worried I will absolutely hate the process if some standards don't change, e.g. having to have multiple fu…

  7. comment
    Comment #41077204

    One might suggest adding: try: from wat import wat except ImportError: pass to your $PYTHONSTARTUP file to avoid the cumbersome import.

  8. comment
    Comment #39988236

    You do have to give them the company name though (however inconsequential that is)

  9. comment
    Comment #39594662

    Thank you for working on gptel, it's an excellent package. I'm still using the copilot more because of the pure speed (competing with company mode/LSP), but I never use it if it su…

  10. comment
    Comment #39593302

    Switzerland is not in the EU. Didn't use VPN.

  11. comment
    Comment #39591911

    Actually, I also noticed 400 to consumer_pricing with response "Invalid country" even though I'm in Switzerland, which should be supported?

  12. comment
    Comment #39591746

    Emacs implementation when? ;)

  13. comment
    Comment #39591720

    Trying to subscribe to pro but website keeps loading (404 to stripe's /invoices is the only non 2xx I see)

  14. comment
    Comment #39451385

    Probably more coming soon given he just left openai to pursue other things.

  15. comment
    Comment #39427406

    I see! yes, the magic is you can cancel the noise by repeating it twice: ``` In [1]: math.exp(1e-15)-1 Out[1]: 1.1102230246251565e-15 In [2]: math.log(math.exp(1e-15)) Out[2]: 1.11…

  16. comment
    Comment #39427156

    Nothing weird about it. It should be obvious that subtracting two floats that are very close to each other results in a loss of numerical precision: 1.000000003456e0 - 1.0000000023…

  17. comment
    Comment #39127164

    Did they call it Zed just so they have a movie to quote when they announce it's demise?

  18. comment
    Comment #38823706

    I think it's important to notice that free software is free to use and extend by people who don't necessarily share philosophical or political convictions of the software's author.…

  19. comment
    Comment #38823681

    While I understand the general sentiment, I don't understand the specific point. After all, company-mode and it's numerous lsp-based backends are often used as an _unprompted_ comp…

  20. comment
    Comment #38823453

    Thanks, this showcases the product very well. Looks like I won't use it though, cause I like how Microsoft's copilot and it's implementations in emacs work: suggest completions wit…

  21. comment
    Comment #38822907

    This is quite intriguing, mostly because of the author. I don't understand very well how llamafiles work, so it looks a little suspicious to just call it every time you want comple…

  22. comment
    Comment #38640358

    Why would you need it? All you need is one machine capable enough that it will run it's own alphafold-3 to correctly predict the sequence of an appropriately deadly virus, pay some…

  23. comment
    Comment #37830975

    Why would you test it? Probability of two heads: p*p Probability of two tails: (1-p)*(1-p) Probability of head followed by tails: p*(1-p) Probability of tails followed by heads: (1…

  24. comment
    Comment #35259144

    Is it just me or is it mildly annoying that I need to press enter twice if I Ctrl-R with fzf, as opposed to once with the regular search?

  25. comment
    Comment #34012262

    Surprise, surprise, emacs was there before you: run one daemon, open as many windows as you'd like.