Tuesday, September 6, 2022

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral https://ift.tt/i5Eonjq

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral For anyone who is interested to learn more about Chitchatter, please check out the project README: https://ift.tt/T7WUKsn Chitchatter is very much an early MVP, so I'd like to get your feedback. Thanks for looking! https://chitchatter.im/ September 6, 2022 at 08:18AM

Show HN: Open-source APM with support for tracing, metrics, and logs https://ift.tt/u2thlUD

Show HN: Open-source APM with support for tracing, metrics, and logs Uptrace is an all-in-one tool that supports distributed tracing, metrics, and logs. It uses OpenTelelemetry observability framework to collect data and ClickHouse database to store it. https://ift.tt/oL7OfNH September 6, 2022 at 11:54AM

Show HN: VHDL Code Snippets (sources, testbenches) https://ift.tt/QgrzNp5

Show HN: VHDL Code Snippets (sources, testbenches) https://ift.tt/FfR9VSO September 6, 2022 at 06:49AM

Show HN: Path MTU Discovery Test https://ift.tt/83qpY27

Show HN: Path MTU Discovery Test While there are plenty of ways to test if your MTU is set correctly and that Path MTU Discovery works, I haven't seen a browser based test that works in both directions. Hope this is useful for someone. Source code on github https://ift.tt/NrbJ73e (Server is Yaws on FreeBSD) https://ift.tt/jVeb54q September 6, 2022 at 06:25AM

Show HN: I built an app that texts you Nietzsche daily https://ift.tt/vba9Lxm

Show HN: I built an app that texts you Nietzsche daily https://ift.tt/cCKqiMs September 6, 2022 at 02:46AM

Monday, September 5, 2022

Show HN: AutoML Python Package for Tabular Data with Automatic Documentation https://ift.tt/ktLdqCf

Show HN: AutoML Python Package for Tabular Data with Automatic Documentation https://ift.tt/a3xmO5k September 5, 2022 at 01:45PM

Show HN: Algochurn - Ace your next Technical Interview Round https://ift.tt/EsU5CLn

Show HN: Algochurn - Ace your next Technical Interview Round Hey HN! I built Algochurn - A place for front-end developers to practice most commonly asked front-end interview questions. Of all the available resources out there, I wanted to have a place where I could practice coding questions myself (and to mimic a coding interview setup) and solve the problems with a time based approach. After 2 months of questions curation, I've come up with the first set of questions that are being asked in Big product based companies that assess candidates on their React skills. Use Algochurn to speed up your interview preparation. Save and Bookmark questions, Mark question as completed and use a time bound approach to solve problems. Link: https://algochurn.com To all the developers out there looking for jobs, I wish you all the best. Let Algochurn help you in landing that dream job. :) https://ift.tt/3r5X0NE September 5, 2022 at 12:55PM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...