Live data from Hacker News

Viewing profile — Overpower0416

Overpower0416

HN member
Joined
Thu, Jan 12, 2023, 11:35 AM UTC
HN karma
103
Public activity
37 items

About Overpower0416

No profile information was provided.

Recent public activity

  1. comment
    Comment #48618895

    Yeah, not happening. Gonna hope for the open models getting better and staying with what I've got for now.

  2. comment
    Comment #48558591

    It literally says this in the website your linked > Current actual throughput is significantly lower, estimated at around 300 TPS, because the network is still growing. However, Li…

  3. comment
    Comment #48556337

    BTC has the layer 2 lighting network that can process more transactions than Visa and MC combined with very cheap fees. I guess HN knowledge of Bitcoin does not go further than 201…

  4. comment
    Comment #48500623

    Everybody should learn from mistakes, especially the expensive ones. Though seeing the agent owner responding with using another agent and asking for donations, instead of taking r…

  5. comment
    Comment #48486683

    I hope it will also crash hardware pricing so it becomes economically feasible to run your own local model. Currently I don’t like where we are heading with the sabotaging models b…

  6. comment
    Comment #48486552

    This pre-IPO battle is very entertaining. Curious how it all ends

  7. comment
    Comment #48472148

    Wouldn’t be surprised if there are marketing teams writing positive comments for more positive engagement

  8. comment
    Comment #48464117

    I would expect a release from OpenAI soon. The battle for who can pump up their IPO the most

  9. comment
    Comment #48409364

    > Our goal isn’t more screen time. It’s more time back. There is more software than ever which leads to me having more work than before. Working on multiple projects while babysitt…

  10. comment
    Comment #48400048

    There are many articles with sources that a Bitcoin post-quantum algorithm is in development and running on a testnet. Your fear is irrational and premature on something that is no…

  11. comment
    Comment #48399403

    People will come up with whatever narrative for Bitcoin. Bears sound smart but in the end bulls make the money

  12. comment
    Comment #48399371

    And will certainly outlive your sweatshirts

  13. comment
    Comment #48398915

    People will FUD. After the cycle is over, Bitcoin will make new ATH and the people who bought the dip will be called lucky. Same old tale

  14. comment
    Comment #48059605

    Coinbase lost 40% transaction revenue. The AI thing is just smokescreen https://finance.yahoo.com/markets/crypto/articles/coinbase-s...

  15. comment
    Comment #47938414

    I almost uninstalled the Claude app because I thought they started blocking VPNs. Lol Good thing I checked Hacker News first

  16. comment
    Comment #47933567

    Fun fact, GCP cloud run still accepts TLS 1.1 connections by default. You can enforce higher versions only with a load balancer

  17. comment
    Comment #47694142

    Yes, but it might be a little too advance for Meta ;)

  18. comment
    Comment #47693872

    lol it literally took me 2s to google search "optimize image for website" and 10s to upload and get a smaller sized image. The result for that specific image is: 500kb. 85% decreas…

  19. comment
    Comment #47693746

    I guess if you get fed the same thing over and over it becomes the truth. This is what happens when you outsource critical thinking to AI

  20. comment
    Comment #47686814

    Did a LLM tell you that?

  21. comment
    Comment #47630259

    All changes should be voted upon no matter if onchain or offchain. After that there should be a timelock, so people that don't agree with the vote to pull their assets if they want…

  22. comment
    Comment #47630064

    What kind of DeFi protocol has super power private keys to alter the protocol just like that? And no timelock. Seriously? What a joke

  23. comment
    Comment #47611805

    Sorry, I meant a quantum computer that is actually built where these theories can actually be applied. Current quantum computers are as useful as current nuclear fusion reactors. I…

  24. comment
    Comment #47611292

    Sooo it’s essentially claiming that the impossible thing is essentially a bit less impossible, but currently still impossible. Nice

  25. comment
    Comment #47585811

    Using guard clauses. Way more readable and easy to work with. export function extractSearchToken(completionToken: { token: string; isQuoted?: boolean; }): string { if (completionTo…