Andrea Giammarchi π₯
@WebReflection
Web, Mobile, IoT: all JS things since 00's - opinions are my own β’ Principal SW Engineer @anacondainc working on OSS stack π¦
coincident/server on IoT via Raspberry Pi Zero 2 W? Sure! github.com/WebReflection/β¦
As extra simplification: itβs like a full text search that based on % match aggregates all results and summarize/extract the answer β¦ and that was kinda possible with SQLite 20 years ago π β¦ sure it got better and it uses ad-hoc algorithms but no magic at all is the outcome π
I cant get over the fact that so many engineers still dont grok the fundamentals of what an LLM is. Repeat after me: its just pattern matching, it doesnt "know" anything
a good use case for AI? when bots file PRs an "agent" should be able to hear devs out so that PRs out of context can be mitigated within the PR itself. That's progress ... everything else is "meh"
the RegExp has a lovely workaround regarding $1, $2 and others after a `re.test(thing)`: those are available **only** if no other code executed in between the test and the check. I wonder what would take to ease out/boost up Map too: if (map.has(ref)) return map.get(ref); O(1)
just lovely and beautifully done joshwcomeau.com/svg/friendly-iβ¦