The best Hacker News stories from Show from the past day
Latest posts:
Show HN: A new stdlib for Golang focusing on platform native support
No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref).<p>We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]).<p>The journey is just starting, any suggestions? or any critics?<p>[1]: <a href="https://primecitizens.github.io/livedemos/10-plat-web/" rel="nofollow noreferrer">https://primecitizens.github.io/livedemos/10-plat-web/</a>
Show HN: A new stdlib for Golang focusing on platform native support
No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref).<p>We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]).<p>The journey is just starting, any suggestions? or any critics?<p>[1]: <a href="https://primecitizens.github.io/livedemos/10-plat-web/" rel="nofollow noreferrer">https://primecitizens.github.io/livedemos/10-plat-web/</a>
Show HN: OpenStatus – Open-source monitoring with incident managements
Hey HN!<p>We’re Max and Thibault building OpenStatus.dev an OpenSource synthetic monitoring platform with incident managements<p>1 min demo: <a href="https://twitter.com/mxkaske/status/1685666982786404352" rel="nofollow noreferrer">https://twitter.com/mxkaske/status/1685666982786404352</a><p>We have just reached 2000 stars on GitHub<p><a href="https://github.com/openstatusHQ/openstatus">https://github.com/openstatusHQ/openstatus</a><p>We are really excited to hear your feedback/questions and connect further: our emails are max@openstatus.dev and thibault@openstatus.dev.<p>Thank you!
Show HN: OpenStatus – Open-source monitoring with incident managements
Hey HN!<p>We’re Max and Thibault building OpenStatus.dev an OpenSource synthetic monitoring platform with incident managements<p>1 min demo: <a href="https://twitter.com/mxkaske/status/1685666982786404352" rel="nofollow noreferrer">https://twitter.com/mxkaske/status/1685666982786404352</a><p>We have just reached 2000 stars on GitHub<p><a href="https://github.com/openstatusHQ/openstatus">https://github.com/openstatusHQ/openstatus</a><p>We are really excited to hear your feedback/questions and connect further: our emails are max@openstatus.dev and thibault@openstatus.dev.<p>Thank you!
Show HN: A example of running P2P network in browser (WASM+WebRTC+Chord DHT)
Show HN: A map that tells you if a NYC cafe has WiFi, a restroom, and an outlet
I am slowly adding more locations now. This is intended to be a crowdsourced map. Everyone is welcome to add more locations and provide comments/votes here.<p>Free people from going to a cafe for work only to leave because there's no wifi, restroom, or outlet!!<p>Demo:
<a href="https://x.com/KSeisai/status/1708273554041504028?s=20" rel="nofollow noreferrer">https://x.com/KSeisai/status/1708273554041504028?s=20</a>
Show HN: A map that tells you if a NYC cafe has WiFi, a restroom, and an outlet
I am slowly adding more locations now. This is intended to be a crowdsourced map. Everyone is welcome to add more locations and provide comments/votes here.<p>Free people from going to a cafe for work only to leave because there's no wifi, restroom, or outlet!!<p>Demo:
<a href="https://x.com/KSeisai/status/1708273554041504028?s=20" rel="nofollow noreferrer">https://x.com/KSeisai/status/1708273554041504028?s=20</a>
Show HN: Vanilla CSS Tailwind alternative in 18 lines
Show HN: Vanilla CSS Tailwind alternative in 18 lines
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community
Hey friends!<p>We have built an app for getting insights about your favorite GitHub community using large language models.<p>The app uses LLMs to analyze the GitHub profiles of users who have starred the repository, capturing key details like the topics they are interested in. It takes screenshots of the stargazer's GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs.<p>This app is inspired by the “original” Stargazers app written by Spencer Kimball (CEO of CockroachDB). While the original app exclusively used the GitHub API, this LLM-powered app built using EvaDB additionally extracts insights from unstructured data obtained from the stargazers’ webpages.<p>Our analysis of the fast-growing GPT4All community showed that the majority of the stargazers are proficient in Python and JavaScript, and 43% of them are interested in Web Development. Web developers love open-source LLMs!<p>We found that directly using GPT-4 to generate the “golden” table is super expensive — costing $60 to process the information of 1000 stargazers. To maintain accuracy while also reducing cost, we set up an LLM model cascade in a SQL query, running GPT-3.5 before GPT-4, that lowers the cost to $5.5 for analyzing 1000 GitHub stargazers.<p>We’ve been working on this app for a month now and are excited to open source it today :)<p>Some useful links:<p>* Blog Post - <a href="https://medium.com/evadb-blog/stargazers-reloaded-llm-powered-analyses-of-your-github-community-aef9288eb8a5" rel="nofollow noreferrer">https://medium.com/evadb-blog/stargazers-reloaded-llm-powere...</a><p>* GitHub Repository - <a href="https://github.com/pchunduri6/stargazers-reloaded/">https://github.com/pchunduri6/stargazers-reloaded/</a><p>* EvaDB - <a href="https://github.com/georgia-tech-db/evadb">https://github.com/georgia-tech-db/evadb</a><p>Please let us know what you think!
Show HN: Stargazers Reloaded – LLM-Powered Analyses of Your GitHub Community
Hey friends!<p>We have built an app for getting insights about your favorite GitHub community using large language models.<p>The app uses LLMs to analyze the GitHub profiles of users who have starred the repository, capturing key details like the topics they are interested in. It takes screenshots of the stargazer's GitHub webpage, extracts text using an OCR model, and extracts insights embedded in the extracted text using LLMs.<p>This app is inspired by the “original” Stargazers app written by Spencer Kimball (CEO of CockroachDB). While the original app exclusively used the GitHub API, this LLM-powered app built using EvaDB additionally extracts insights from unstructured data obtained from the stargazers’ webpages.<p>Our analysis of the fast-growing GPT4All community showed that the majority of the stargazers are proficient in Python and JavaScript, and 43% of them are interested in Web Development. Web developers love open-source LLMs!<p>We found that directly using GPT-4 to generate the “golden” table is super expensive — costing $60 to process the information of 1000 stargazers. To maintain accuracy while also reducing cost, we set up an LLM model cascade in a SQL query, running GPT-3.5 before GPT-4, that lowers the cost to $5.5 for analyzing 1000 GitHub stargazers.<p>We’ve been working on this app for a month now and are excited to open source it today :)<p>Some useful links:<p>* Blog Post - <a href="https://medium.com/evadb-blog/stargazers-reloaded-llm-powered-analyses-of-your-github-community-aef9288eb8a5" rel="nofollow noreferrer">https://medium.com/evadb-blog/stargazers-reloaded-llm-powere...</a><p>* GitHub Repository - <a href="https://github.com/pchunduri6/stargazers-reloaded/">https://github.com/pchunduri6/stargazers-reloaded/</a><p>* EvaDB - <a href="https://github.com/georgia-tech-db/evadb">https://github.com/georgia-tech-db/evadb</a><p>Please let us know what you think!
Show HN: Config-file-validator – CLI tool to validate all your config files
Show HN: Config-file-validator – CLI tool to validate all your config files
Show HN: Config-file-validator – CLI tool to validate all your config files
Show HN: kproximate – A Kubernetes node autoscaler for Proxmox
Show HN: kproximate – A Kubernetes node autoscaler for Proxmox
Show HN: kproximate – A Kubernetes node autoscaler for Proxmox
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all
Show HN: A C++ dump func. that can print multi-D vectors, maps, tuples, and all