Sunday, February 5, 2023

Show HN: Fast VHDL language server written in Rust https://ift.tt/JUgNcTa

Show HN: Fast VHDL language server written in Rust I want to share a VHDL language server I have written in Rust. It is now in a really good state and is ready to be the daily driver for someone working on VHDL. It is completely free and open source, enjoy! The performance is great, it can load 200k lines in 200ms using all 8-cores on my desktop. When loaded it only consumes 220 MB of RAM. It supports goto/find-references as well as type checking for close to all of VHDL-2008. https://ift.tt/xGzNbqK February 5, 2023 at 03:10AM

Show HN: Run untrusted code in a Web Worker for data transformation https://ift.tt/JdmL9X8

Show HN: Run untrusted code in a Web Worker for data transformation https://ift.tt/cJdQmPk February 5, 2023 at 01:38PM

Show HN: Are You Drowsy? Twilio and OpenCV https://ift.tt/f2ZJYgk

Show HN: Are You Drowsy? Twilio and OpenCV https://ift.tt/imsoqz2 February 5, 2023 at 12:10PM

Show HN: GPTBanker – map/reduce over documents of any length with OpenAI https://ift.tt/WdZPyMA

Show HN: GPTBanker – map/reduce over documents of any length with OpenAI Hi all! I created a app that can map/reduce over documents of an arbitrary length with OpenAI completions. You can enter in your OpenAI key and try it out. The backend is built with LangChain, which made it easy to manage the models, workflows (chains), and troubleshoot pipelines with buffer issues. Learnings: - Tokens was the most helpful key for calls rather than characters or words. LangChain also just implemented a token splitter, which made it easier for me to adapt to documents of any type. - Davinci performed much better than Curie for summarizing long documents over multiple chunks - Oftentimes a map step was the only thing needed and the reduce/combine introduced more errors instead of improving context. https://ift.tt/wRBenVz February 5, 2023 at 10:37AM

Show HN: Hacker News, but Just ChatGPT https://ift.tt/7KF62GW

Show HN: Hacker News, but Just ChatGPT https://ift.tt/Mdmqy9i February 5, 2023 at 08:44AM

Show HN: Integrate ChatGPT with Google Sheets in 3 Minutes https://ift.tt/Rj67kU1

Show HN: Integrate ChatGPT with Google Sheets in 3 Minutes https://ift.tt/RwSIx6A February 4, 2023 at 10:19PM

Show HN: FlingUp – Have Your Say https://ift.tt/qQam4TK

Show HN: FlingUp – Have Your Say https://flingup.com February 4, 2023 at 08:43PM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...