Live data from Hacker News

Viewing profile — tyzoid

tyzoid

HN member
Joined
Sun, Jan 15, 2017, 12:26 AM UTC
HN karma
129
Public activity
50 items

About tyzoid

meet.hn/city/us-Ann-Arbor

Socials: - github.com/tyzoid

---

Recent public activity

  1. comment
    Comment #49164818

    Harness refers to the tooling that allows you to interact with an LLM. Web chat interface is a harness, CLI coding tools (claude code, codex, opencode, pi, etc.) are harnesses, age…

  2. comment
    Comment #48874748

    Why qwen 2.5 everywhere? Why not 3.5?

  3. comment
    Comment #48809906

    How does this work on pages that require JavaScript in order to render?

  4. comment
    Comment #48809851

    I'll sometimes use agent swarms for triaging quickly through a number of possible issues. For example, a single request for a code review to uncover all possible issues, followed b…

  5. comment
    Comment #48735993

    I have to disagree with the fundamental premise here. LLMs do indeed have an internal "concept" mapping - the embedding layer. There's some fun demos on youtube[1] where you can ma…

  6. comment
    Comment #48179922

    Domo Says No Mo' to AI FOMO

  7. comment
    Comment #48159480

    Hey, fancy seeing you up here on HN! Fun article

  8. comment
    Comment #47915690

    You can use something like flyway on top of your existing git/cicd stack. Write the query as a migration, have it reviewed using your git code review process, and merge to run the …

  9. comment
    Comment #47793090

    It doesn't even need to be a third party. Documents you make for yourself but never send to a third party could still be seized in a criminal context or subject to discovery in a c…

  10. comment
    Comment #45026905

    Pretty much any legacy system can have a modern reverse proxy in front of it. If the legacy application can't handler certs sanely, use the reverse proxy for terminating TLS.

  11. comment
    Comment #44641658

    Upper-end estimates for typical web traffic CPC/CPM rates are around 10¢ per click and 0.5¢ per impression. I never click on ads, but let's hypothesize that with very-well targeted…

  12. comment
    Comment #44639641

    The problem is there's not really a good way to subscribe to these things. I'd gladly pay a nominal fee (~$6 USD/mo) for access to media, but I'm not about to subscribe individuall…

  13. comment
    Comment #44281359

    I've been doing this for most of my games too. I find I'm less likely to release a piece somewhere I don't want with this method.

  14. comment
    Comment #44197336

    Completely blank for me on mobile (javascript disabled)

  15. comment
    Comment #43686631

    My usual go-to for a quick static server is: python -m http.server But variations exist for a lot of languages. Php has one built-in too

  16. comment
    Comment #43624384

    > who cares what experience in your resume was a lie and what not Just being blunt: that's called Fraud. Making false representations for personal gain (employment, in this case) i…

  17. comment
    Comment #43585264

    The punishment needs to be commisserate with the crime, and dealt with through due process; to do otherwise is distinctly un-american (see 1st amendment on freedom of assembly, 4th…

  18. comment
    Comment #43584339

    1M revenue isn't that high a bar to clear in retail, just takes one popular/meme product. After all the COGS/fixed costs are tallied up, that could leave you with significantly les…

  19. comment
    Comment #43572528

    I'm not seeing them show up, with or without JS enabled (firefox on android). I might suggest having some interaction for non-js users though (details element, perhaps?)

  20. comment
    Comment #43561684

    Most likely, yes. Then it wouldn't have mattered that the `sl` package was installed.

  21. comment
    Comment #43467171

    Sometimes a KV datastore is the right abstraction, though. Caching is an excellent example, but also for distributed session storage, configuration management, nonce enforcement, e…

  22. comment
    Comment #43352885

    I'm curious, did he not clean out old chats that were no longer needed? If UK FOI applies to this now, does that introduce recordkeeping/retention requirements?

  23. comment
    Comment #43184027

    I'm not a lawyer, but the legal claim made appears to me to be on shaky ground. In my understanding, there has to be actual damages arising out of an action. "I could have been hac…

  24. comment
    Comment #43180845

    You can't easily take text and make it red that way, only edit the existing content.

  25. comment
    Comment #43149998

    If you're not the copyright owner, that's a terrible idea. DMCA notifications are submitted under penalty of perjury: 17 USC 512c3(vi) A statement that the information in the notif…