Viewing profile — firechickenbird
firechickenbird
HN member- Joined
- Wed, Feb 24, 2021, 8:18 AM UTC
- HN karma
- 61
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About firechickenbird
No profile information was provided.
Recent public activity
-
comment
Comment #45925054
The proof of non-regularity is a bit convoluted. You can easily apply the pumping lemma there
- story
-
comment
Comment #40245013
If we save billions there will be no space for other people
-
comment
Comment #39741585
At first glance I thought SHALL standed for SHA-language model :|
-
comment
Comment #39273888
With the upcoming recession and market crash it’s the perfect timing
-
comment
Comment #39273855
Ima short this bubble to zero
-
comment
Comment #39217756
Backprop doesn’t give a shit
-
comment
Comment #38042494
Quality of these LCM is not the best though
-
comment
Comment #38022420
Please don’t call this mess “type-safe”
-
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…
-
comment
Comment #37849443
Cool idea, but why such an overkill website? You could've just created a youtube playlist
-
comment
Comment #37335769
Broken
-
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…
-
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
-
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…
-
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…
-
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
-
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…
-
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…
-
comment
Comment #35368437
The premise was to not rewrite everything in rust, but you basically ended up rewriting 90% of it in rust
-
comment
Comment #35294236
Why should I trust these random charts? Where do you get the data from? Feels like sponsored fake news by bing
-
comment
Comment #35108427
Disable JS for full article
-
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…
-
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…
-
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…