Hi folks :wave: been lurking for a bit but never i...
# introduce-yourself
c
Hi folks 👋 been lurking for a bit but never introduced myself. I'm from Argentina 🧉 living in The Netherlands 🧀 At work I do mostly frontend, although been moving to full stack slowly. It was React for around 5 years and now with Elm and Haskell. I'm curious about how AI will impact programming and Software Engineering. Here are some notes on the topic https://publish.obsidian.md/gillchristian/Notes/How+will+AI+impact+Software+Engineering%3F (digital garden style, just a draft) Also, a while ago I did a PoC of a search by type signature app for TypeScript (like Haskell's Hoogle). But I faced some challenges and never continued. I want to pick up the project again ™️ if you have any literature on the matter it would ge really valuable (like static analysis to extract type information and search indexes data structures). Here are some random notes on the project https://publish.obsidian.md/gillchristian/Notes/Thoughts+on+Tsearch The project is running on tsearch.io but the search doesn't actually work
j
Based on a very quick peek at your project, a recent semgrep presentation I saw could be of interest to you. The stuff about how it's implemented is towards the end of the video.

https://www.youtube.com/watch?v=U4IDFaRSQdQ

c
Thanks!