Live data from Hacker News

Viewing profile — firechickenbird

firechickenbird

HN member
Joined
Wed, Feb 24, 2021, 8:18 AM UTC
HN karma
61
Public activity
51 items

About firechickenbird

No profile information was provided.

Recent public activity

  1. comment
    Comment #45925054

    The proof of non-regularity is a bit convoluted. You can easily apply the pumping lemma there

  2. story
  3. comment
    Comment #40245013

    If we save billions there will be no space for other people

  4. comment
    Comment #39741585

    At first glance I thought SHALL standed for SHA-language model :|

  5. comment
    Comment #39273888

    With the upcoming recession and market crash it’s the perfect timing

  6. comment
    Comment #39273855

    Ima short this bubble to zero

  7. comment
    Comment #39217756

    Backprop doesn’t give a shit

  8. comment
    Comment #38042494

    Quality of these LCM is not the best though

  9. comment
    Comment #38022420

    Please don’t call this mess “type-safe”

  10. comment
    Comment #37965156

    I think your last chart is slightly incorrect: the game server is sending a message directly to the user, whereas it should theoretically only talk to the intermediate message queu…

  11. comment
    Comment #37849443

    Cool idea, but why such an overkill website? You could've just created a youtube playlist

  12. comment
  13. story
    Ask HN: How to Sell an App?

    I have an AI App (available on iOS, Android, and web) that I would like to sell as I cannot work on it anymore due to personal reasons (I am/was both the founder and only developer…

  14. comment
    Comment #36395346

    > The government hopes that the move will spur competition and lead to app price drops Most apps are free. The paid one are also already very cheap

  15. comment
    Comment #35741324

    My graph is a partial representation of the supermarket and does not contain all the goods. It has just the stuff that I've bought at least once and manually positioned into the no…

  16. comment
    Comment #35738778

    An app that helps me with shopping at my main supermarket. I usually go always to the same supermarket twice a week. I was frustrated that every time I changed something in my shop…

  17. comment
    Comment #35589851

    At this point I'm wondering if the TypeScript type system can be used for dependant types that would allow formal verification of the programs

  18. comment
    Comment #35368702

    No? In fact, if you understand what what I wrote, by generalizing this small piece of code it would mean that most of the codebase must be also partially rewritten to rust to be ab…

  19. comment
    Comment #35368606

    OP fully rewrote the example program in rust, by also moving the entire data structures there. This would mean that any interaction with these ndarrays could be possible only on th…

  20. comment
    Comment #35368437

    The premise was to not rewrite everything in rust, but you basically ended up rewriting 90% of it in rust

  21. comment
    Comment #35294236

    Why should I trust these random charts? Where do you get the data from? Feels like sponsored fake news by bing

  22. comment
    Comment #35108427

    Disable JS for full article

  23. comment
    Comment #35038188

    Very interesting, although I was expecting the Stable Diffusion paper[1] to be one of the most cited in 2022 [1]: High-Resolution Image Synthesis With Latent Diffusion Models, http…

  24. story
    Ask HN: Is this Generative AI hype healthy?

    With the rising Generative AI hype, I'm starting to feel totally overwhelmed. I'm a tech person and I've always enjoyed tech stuff and innovation. But seriously, with the recent ad…

  25. comment
    Comment #34949054

    Let me first try to briefly summarize NP-completeness: A problem A is NP-complete if: - you can verify it's solution in polynomial time - you can reduce it to any other NP-complete…