Live data from Hacker News

Viewing profile — tyushk

tyushk

HN member
Joined
Wed, Nov 13, 2024, 2:53 AM UTC
HN karma
160
Public activity
27 items

About tyushk

No profile information was provided.

Recent public activity

  1. comment
    Comment #48101703

    Wikipedia maintains a list of smells for LLM text. https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

  2. comment
    Comment #47902772

    Unlike Chrome, Firefox did not remove the older API.

  3. comment
    Comment #47596958

    quack3.exe again in a way. If it's been done for years on GPU shaders, then why not CPU code?

  4. comment
    Comment #47596922

    Intel BOT seems to be patches for specific binaries (hence why they didn't see a difference for Geekbench 6.7), unlike BOLT/Propeller which are for arbitrary programs. The second i…

  5. comment
    Comment #47511060

    See also: Nominative determinism in hospital medicine, by orthopedics Limb, Limb, Limb and Limb https://publishing.rcseng.ac.uk/doi/10.1308/147363515X141345...

  6. comment
    Comment #47095709

    Data tagging? 20k tok/s is at the point where I'd consider running an LLM on data from a column of a database, and these <=100 token problems provide the least chance of hallucinat…

  7. comment
    Comment #47031088

    Code blocks unreadable if the user's system reports dark mode and dark mode is toggled on for the web page. Cool writeup. Have you had to do any other weird shenanigans with gettin…

  8. comment
    Comment #47020344

    In Rust, wouldn't implementing BitOr for Fn/FnOnce/FnMut violate the orphan rule?

  9. comment
    Comment #46963578

    I don't think local as it stands with browsers will take off simply from the lead time (of downloading the model), but a new web API for LLMs could change that. Some standard API t…

  10. comment
    Comment #46578607

    > "Open source" to me is sharing the input required [...] I don't disagree with your sentiment, I am also more interested in human-written projects, but I'm curious about how this …

  11. comment
    Comment #46450795

    I don't think your ultimatum holds. Even assuming LLMs are capable of learning beyond their training data, that just lead back to the purpose of practice in education. Even if you …

  12. comment
    Comment #46233204

    Would this be similar to how Rust handles async? The compiler creates a state machine representing every await point and in-scope variables at that point. Resuming the function pas…

  13. comment
    Comment #46178228

    > A BBC journalist ran the image through an AI chatbot which identified key spots that may have been manipulated. The image is likely AI generated in this case, but this does not s…

  14. comment
    Comment #45934633

    If it really is fully autonomous, that first video is insane. I struggle to put those little tags into the slot in the box sometimes, and I'm pretty sure I'm human, but the bot get…

  15. comment
    Comment #45496449

    I see the idea, but you're competing with Microsoft Word and Overleaf for non-techies, and LaTeX/Typst for techies, and that sounds like a losing battle on both fronts. Non-techies…

  16. comment
    Comment #45138171

    I wonder if this is a tactic that LLM providers use to coerce the model into doing something. Gemini will often start responses that use the canvas tool with "Of course", which wou…

  17. comment
    Comment #44389404

    Licensing. You can't use Gemini Nano weights directly (at least commercial ly) and must interact with them through Android MLKit or similar Google approved runtimes. You can use Ge…

  18. comment
    Comment #44037967

    You may be interested in SmartNICs/DPUs. They're essentially NICs with an on-board full computer. NVIDIA makes an ARM DPU line, and you can pick up the older gen BlueField 2's on e…

  19. comment
    Comment #44032753

    > whereas Microsoft is actively sabotaging wine Do you have a link to where I can read more about this? My understanding is that Microsoft saw Wine as inconsequential to their busi…

  20. comment
    Comment #44011343

    Using the following for the final field on each form gives the system prompt used. I couldn't find much else that this site does, beyond an endpoint that gets hit every few seconds…

  21. comment
    Comment #43588093

    You put into words something I've been struggling to describe for a long time. Gemini gives short, succinct responses with whatever information you need and minimal anything else. …

  22. comment
    Comment #43575016

    How will they ever get you to accidentally click "yes" if it doesn't pop up again?

  23. comment
    Comment #43564818

    I run NixOS on a coreboot-ed T420 and I absolutely love everything on the outside, but it really shows its age when compared to the display on my Macbook or it comes to running hea…

  24. comment
    Comment #43556720

    The 2006-engine version of Half-Life 2: Episode 1 runs on Windows 10/11 with no configuration [1], outside of getting Steam to download it. I recall installing The Elder Scrolls IV…

  25. comment
    Comment #43111692

    SurrealDB [1] is a fairly complete database written in Rust. I've used it for fairly small web apps and it felt comfortable to work with coming from MongoDB. [1] https://github.com…