Live data from Hacker News

Viewing profile — hakanito

hakanito

HN member
Joined
Thu, May 17, 2012, 1:55 PM UTC
HN karma
289
Public activity
120 items

About hakanito

No profile information was provided.

Recent public activity

  1. comment
    Comment #46489205

    Agree with this. Like the author, I've been keeping ajour with web development for multiple decades now. If you have deep software knowledge pre-LLM, you are equipped with the intu…

  2. comment
    Comment #45644689

    Thanks, I spent my lunch hour completing it without cheating. Amazing!

  3. comment
    Comment #44012939

    How do you do that practically/reliably? Would be great to just paste a link to the SDK Github repo, but doesn't seem to work (yet) in my experience

  4. comment
    Comment #44012780

    The game changer for me will be when AI stops hallucinating SDK methods. I often find myself asking ”show me how to do advanced concept X in somewhat niche Y sdk”, and while it pro…

  5. comment
    Comment #41618801

    It would lower the barrier to switch to Cloudflare for new customers, and once they are inside with a credit card on file it’s arguably easier to explore their product offerings

  6. comment
    Comment #41615833

    The obvious go-to choice was Cloudflare for us too, but then it turned out you can't use CF just as a registrar (at least on the basic plan or equivalent), you need to use Cloudfla…

  7. story
  8. comment
    Comment #41278248

    I know, but most people want to pay with their credit card and not a volatile altcoin, and they do not want to switch browser.

  9. comment
    Comment #41278225

    The point is you should be able to operate you own paywall. The tech is mature enough in 2024 to make it work. Make the browser store you credit/debit card info, make the browser h…

  10. comment
    Comment #41261582

    This is what I want too. Been wanting it for years. Maybe once payments are bundled into the browser coupled with some W3 standard…

  11. comment
    Comment #38062988

    A world where the database is seamlessly embedded in the backend code instead would be more useful. Oh wait…

  12. comment
    Comment #36097091

    From reading the article, one of the key items addressed by HTTP Search is caching. POST requests are usually not safe to cache

  13. comment
    Comment #35301594

    Been pretty useful for discovery of SDK functionality in open-source libraries, that otherwise takes a bunch of time Googling the answer for. For example; - Using golang, how do I …

  14. comment
    Comment #34229740

    Yeah I’m sure there are all sorts of considerations. Also not saying it’s straightforward, just easier than writing a new db. You can for example write proto message extensions to …

  15. comment
    Comment #34226401

    Love this idea, and in general agree that using a proto model as the single source of truth is a neat concept. Not sure you need a completely new db though; with protobuf’s native …

  16. comment
    Comment #28672828

    This is not a mistake, it’s a pretty common method for money laundering

  17. comment
    Comment #27315139

    Cached version for EU readers https://webcache.googleusercontent.com/search?q=cache:rDam45...

  18. comment
    Comment #26113704

    Demand grows, but the bitcoin supply is limited. Price increases. Also, after each halving the bitcoin miner payout gets cut in half, so price has to increase for the network to st…

  19. comment
    Comment #26095061

    He was there live, not a cat, but died inside.

  20. comment
    Comment #23725363

    Jupyter notebook with pandas DataFrame

  21. comment
    Comment #22795442

    Any good resources for that?

  22. comment
    Comment #22274847

    Tried it, similar for me! Interesting find

  23. comment
    Comment #22164384

    Podcasts are maturing and is starting to be seen as a serious alternative for advertisers, and thus becoming a real source of income for professional podcasters. Companies like Aca…

  24. comment
    Comment #21527336

    It will be interesting to see if these made-up AI voices can deliver jokes with the same tonality and delivery as good comedians can. I'm just a layman but it feels like a hard pro…

  25. comment
    Comment #21468424

    Basically GraphQL is an API contract between a client and a server. The contract defines what data, through types and fields, is available. The server must fulfil this contract by …