I really like the idea, and I've actually built something similar. Please format the writing in the post sound less gpt-esque; I believe in the tool you're making and I believe it will improve marketing to people that…
Learn more saxophone, learn more jazz piano. Get better at ear training. Technically, apply myself more to projects at my job, learn how to fit in our flow better. I've been using AI to program some goofy projects, and…
There kind of is. There's __cplusplus, which I'll grant you is quite janky. #IF __cplusplus==202302L
In my recollection, what killed g+ was forcing your YouTube account to become your g+ account, with your public name attached to the trashpit YouTube comments used to be. Everybody protested using g+, but the "Google…
I'll take the bait. Do you distinguish between writing a compiler and writing an optimizing compiler, and if so, how is writing an optimizing compiler an extinct art? Equality saturation, domination graphs, chordal…
Persians might actually be a unique dual culture. Whereas others might guess or ask about things, Persians offer absolutely everything and the actual problem then shifts from "what can I ask for" vs "what should I…
I have a wrapper around IndexedDB I've been using since 2020ish for my offline-first texting based notes system called FileDB, which makes indexedDB look like a filesystem.…
I've built a very similar contraption, but without any libraries because I got annoyed at having to relearn a new kind of React after react class components got out of fashion and people started using hooks. I built it…
Working on ML Compilers for different accelerators.
The sounds a bit like the book Sphere by Michael Crichton.
This reminds me of something mixing the Age of War flash game (which had great music) and TeamFight Tactics (TFT). An RTS without some kind of unit control seems strange, but interesting as it is often the greatest…
Beautiful notation. I found the first especially interesting, with the spatial mapping recorded in a kind of "parametric-function on a 2d plane" view, like a camera on a slow exposure looking at the entire dance from…
I believe there is an accessibility setting for the visually impaired that puts a 4x2 grid of pressable squares on the phone screen, and users flip their phone and use it in portrait mode. This might be iPhone only? I…
I have a project I've built that's somewhat like this, ironically called Pipeline [0]. It's a manual entry timestamped note taking system, and the UI is like messaging yourself. I've set it up over a wireguard VPN…
The steam controller that the steam deck was based on can still be found. I bought a few of them when they had their final sale.
I've actually been struggling with a problem related to this. First time page loads if you have a 2000loc JavaScript file + index + css + favicon requests nothing but those 4 resources, which is very quick on a…
great article, thanks for sharing. I like the style, and although it's a bit more anxiety inducing than I would like to put into the world, it is very gripping. Perhaps being gripping, building suspense, is an alright…
https://github.com/kasrasadeghi/pipeline-js/blob/main/kazhtt... I've implemented something similar for a pet project, trying to make a very concise http(s) server with raw python. It works with bytes for speed and…
How do you deal with iOS deleting PWA data when unused? I'm building an app that relies on indexedDB, which afaik is the only persistent storage a PWA can access.
Hey this is pretty similar to an http server I wrote just a bit ago for a project I'm working on. server lib: https://github.com/kasrasadeghi/pipeline-js/blob/main/kazhtt... Used here:…
There's a source somewhere for the greatest number of errors happening because of shift change, where e.g. a doctor's notes are incomplete and don't mark down a detail that later turned out to be important. The study…
Reminds me of Red Alert 2's amphibious transport. The Kirov is also a zeppelin, huh. I have a new appreciation for the alternate history in RA2, of technology that was hyped but fizzled out. Tesla coils as well.
this[1] places them at 3k years old: https://en.m.wikipedia.org/wiki/Qanat
I wonder the difference between SDL or other native app dev VS webview and html for accessibility. I'd assume webview apps could be more accessible rather easily, and it would take care and attention to make a native…
you guys remember the archaic "which" article that was on hackernews a few days ago? "DOJ vs Google evidence releases, which evidence judge calls embarrassing" found it!: https://news.ycombinator.com/item?id=37629780
I really like the idea, and I've actually built something similar. Please format the writing in the post sound less gpt-esque; I believe in the tool you're making and I believe it will improve marketing to people that…
Learn more saxophone, learn more jazz piano. Get better at ear training. Technically, apply myself more to projects at my job, learn how to fit in our flow better. I've been using AI to program some goofy projects, and…
There kind of is. There's __cplusplus, which I'll grant you is quite janky. #IF __cplusplus==202302L
In my recollection, what killed g+ was forcing your YouTube account to become your g+ account, with your public name attached to the trashpit YouTube comments used to be. Everybody protested using g+, but the "Google…
I'll take the bait. Do you distinguish between writing a compiler and writing an optimizing compiler, and if so, how is writing an optimizing compiler an extinct art? Equality saturation, domination graphs, chordal…
Persians might actually be a unique dual culture. Whereas others might guess or ask about things, Persians offer absolutely everything and the actual problem then shifts from "what can I ask for" vs "what should I…
I have a wrapper around IndexedDB I've been using since 2020ish for my offline-first texting based notes system called FileDB, which makes indexedDB look like a filesystem.…
I've built a very similar contraption, but without any libraries because I got annoyed at having to relearn a new kind of React after react class components got out of fashion and people started using hooks. I built it…
Working on ML Compilers for different accelerators.
The sounds a bit like the book Sphere by Michael Crichton.
This reminds me of something mixing the Age of War flash game (which had great music) and TeamFight Tactics (TFT). An RTS without some kind of unit control seems strange, but interesting as it is often the greatest…
Beautiful notation. I found the first especially interesting, with the spatial mapping recorded in a kind of "parametric-function on a 2d plane" view, like a camera on a slow exposure looking at the entire dance from…
I believe there is an accessibility setting for the visually impaired that puts a 4x2 grid of pressable squares on the phone screen, and users flip their phone and use it in portrait mode. This might be iPhone only? I…
I have a project I've built that's somewhat like this, ironically called Pipeline [0]. It's a manual entry timestamped note taking system, and the UI is like messaging yourself. I've set it up over a wireguard VPN…
The steam controller that the steam deck was based on can still be found. I bought a few of them when they had their final sale.
I've actually been struggling with a problem related to this. First time page loads if you have a 2000loc JavaScript file + index + css + favicon requests nothing but those 4 resources, which is very quick on a…
great article, thanks for sharing. I like the style, and although it's a bit more anxiety inducing than I would like to put into the world, it is very gripping. Perhaps being gripping, building suspense, is an alright…
https://github.com/kasrasadeghi/pipeline-js/blob/main/kazhtt... I've implemented something similar for a pet project, trying to make a very concise http(s) server with raw python. It works with bytes for speed and…
How do you deal with iOS deleting PWA data when unused? I'm building an app that relies on indexedDB, which afaik is the only persistent storage a PWA can access.
Hey this is pretty similar to an http server I wrote just a bit ago for a project I'm working on. server lib: https://github.com/kasrasadeghi/pipeline-js/blob/main/kazhtt... Used here:…
There's a source somewhere for the greatest number of errors happening because of shift change, where e.g. a doctor's notes are incomplete and don't mark down a detail that later turned out to be important. The study…
Reminds me of Red Alert 2's amphibious transport. The Kirov is also a zeppelin, huh. I have a new appreciation for the alternate history in RA2, of technology that was hyped but fizzled out. Tesla coils as well.
this[1] places them at 3k years old: https://en.m.wikipedia.org/wiki/Qanat
I wonder the difference between SDL or other native app dev VS webview and html for accessibility. I'd assume webview apps could be more accessible rather easily, and it would take care and attention to make a native…
you guys remember the archaic "which" article that was on hackernews a few days ago? "DOJ vs Google evidence releases, which evidence judge calls embarrassing" found it!: https://news.ycombinator.com/item?id=37629780