turns out he's building vision for offline-first retail. he's got no frontend, just a python backend. i scribble something on a napkin about fast-booting wasm modules from disk cache. 3 weeks later he pings me on telegram saying they got boot time down from 14s to 2.8s using a variant of that.
never met him again. never even learned his startup's name. but that entire bottleneck cleared because two people overheard a swear word near a bad socket.
we maynot recreate that on a discord channel. there's no incentive to overshare when you're not spatially co-located. bangalore 2023 worked because entropy was high and friction was low
I don't know much about Indian/Tamil music, but it's catchy.
You sometimes see clear examples of how fiction fuels technology, and sometimes technology inspires fiction.
As a writer who hasn’t been published yet, I find that most of my stories start by imagining where today’s science might take us next, though every now and then, I catch a glimpse of something that feels truly original.
I'm curious if others here feel the same. Is the future mostly written by visionaries in fiction, or by the engineers and scientists bringing it to life? Or maybe it’s a union, intended or not, between both sides.
https://akprasad.github.io/tamil/
It's been a lot of fun getting the basic tools going: transliterators, morphological generators and analyzers, and some other things on top. But the main goal is to improve fluency as quickly and efficiently as possible.
It's a translation map of Indian languages - type in a word, see the translations across 22 languages.
I was inspired by this HN post (https://news.ycombinator.com/item?id=43152587), and wanted to make something similar for India (which has similar linguistic diversity). Translations are fetched with Google Translate, but I also display 'romanizations' (transliterated into Latin script), which are generated with a local ML model.
Now that it's done, I've mostly been working on a little Markdown-to-HTML parser in Haskell.
I love regular expressions but one thing I've learned over the years is the syntax is dense enough that even people who are confident enough to start writing regex tutorials often can't write a regex that matches an IP address.
<0-255>\.<0-255>\.<0-255>\.<0-255>
will only match full IPv4 addresses, but is a lot stricter than the one in the article.EDIT: formatting
As the proportion of younger engineers contributing to open-source decreases (a reasonable choice, given the state of the economy), I see only two future possibilities:
1. Big corporations take ownership of key open-source libraries in an effort to continue their development.
2. Said key open-source libraries die, and corporations develop proprietary replacements for their own use. The open source scene remains alive, but with a much smaller influence.
Context: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Usually articles that describe them in a very Math-y way go above my head. But the definition above was immediately clear (I saw it on HN).
I think this article is a bit more approachable than others I've read, but it still gets very confusing near the end.