I love the tongue-in-cheek whiteboard mentioning Le Chaton Fat / Le Gros Chaton :)
HN user
teabee89
[ my public key: https://keybase.io/tiborvass; my proof: https://keybase.io/tiborvass/sigs/NmK8ZV2yaqEvwQYG6jS80ihzs3OzHuveJB4QC0GIcTg ]
And Duke Nukem 3D made by my friend Gawen: https://gawen.me/webduke
Derek Muller from the Veritasium channel gave a great (and funny) talk[1] about how AI will not revolutionize education and I'll quote my favorite part: "The world is full of heavy objects; yet not everyone is ripped". Meaning that what fails with AI in education is also what fails in education without AI: lack of motivation that a good coach could provide. [1] https://www.youtube.com/watch?v=0xS68sl2D70
This is the promise that blew my mind the first time I heard about Zig years ago. So happy to see this become reality!
Somebody should revive the zig version of bun and call it banh as in the vietnamese banh mi sandwich :)
framework-agnostic
Later,
2. Install the React bindings
So not so framework-agnostic, or am I missing something ?
A while ago I discovered the lesser known Tichy diff algorithm that seems to preserve more context and is better suited for big code refactors compared to Myers: https://www.researchgate.net/publication/220439403_The_Strin... via https://bryanpendleton.blogspot.com/2010/04/more-study-of-di...
Reminds me of the Galileo podcast series in the Opinionated History of Mathematics by Viktor Blasjo: https://intellectualmathematics.com/opinionated-history-of-m...
Did they try to predict a person's thoughts ? That would be more compelling to me than 500ms delay between the model prediction and the spoken word.
Nice work! Too bad it's GPL v2 :(
About the inverse feature: it is not clear to me how code using it evaluates and how much faster it is. But I find it confusing when reading the sub_min[1] function and reminds me how much I value readability. I'm not convinced that feature should be exposed just because interaction nets allow you to flow time backwards. Better free parallelism is already a great improvement!
What are the differences with HVM?
Collatz conjecture
A while ago I discovered the lesser known Tichy diff algorithm that seems to preserve more context and is better suited for big code refactors: https://www.researchgate.net/publication/220439403_The_Strin... via https://bryanpendleton.blogspot.com/2010/04/more-study-of-di...
I cannot thank you enough. This was so needed! I'm gonna use it, hoping it's not gonna get killed.
Unless I am missing something, this must mean that Ilya voted Sam out and Greg down.
"Example GPTs are available today for ChatGPT Plus and Enterprise users to try out including Canva and Zapier AI Actions." and yet as a paying ChatGPT Plus customer, neither the Canva nor the Zapier AI Actions link work for me, I get a "GPT inaccessible or not found" error for Canva or Zapier.
This will build tiny11, not tiny11 core.
What voice is used in the translated version? Is it somehow inferred from the voice in the original language? Or I just have to choose the voice in the target language?
No ő, or ű for Hungarian. I personally use US International on Mac and I never looked back. It uses a system where you press Alt + a key for an accent, and then the letter to put the accent on.
Archived version: https://archive.is/SuAf2
The phone demo is incredible, but due to sound quality, I find it is speaking too fast and when it's telling me company names I literally had to ask to repeat or spell it out in NATO alphabet. Also not a fan of the "what'up?", would prefer something like "Yes, how may I help you?" just like an information hotline. Other than that it's quite impressive!
I will tell my family to use iCloud Keychain the day when it works across all major browsers and OSes. Or at least that they provide an API to sync with other password managers.
Numenta tries to do something like that: reverse engineer the neocortex (so not a fly's brain). It does have some insights but I think it's still a long way.
I'm sure 3b1b will make an explanation video :)
Yes! I waited out the long `brew update` and now it works :)
"brew install helix" gives me:
Warning: No available formula with the name "helix". Did you mean healpix, helib or helm?
Unfortunately it does not have magic link fallback when passkeys are not available.
I tried Hungarian. For the 3rd response it switched to Spanish, but with a Hungarian accent which was amusing but I'm not sure that was the intention :D
There's also: Multiple values[1]
"Generalized the result type of blocks and functions to allow for multiple values; in addition, introduced the ability to have block parameters:
- Function types allow more than one result
- Block types can be arbitrary function types"
[1] https://www.w3.org/TR/wasm-core-2/appendix/changes.html#mult...