Thursday, 9 May 2024

Show HN: Written in Rust – Self hosted and fast GeoIP service with auto updates https://bit.ly/3QH15gj

Show HN: Written in Rust – Self hosted and fast GeoIP service with auto updates https://bit.ly/3QH15Nl May 9, 2024 at 04:37AM

Wednesday, 8 May 2024

Show HN: Tegon: AI-first open source alternative to Jira and Linear https://bit.ly/4ae9X3S

Show HN: Tegon: AI-first open source alternative to Jira and Linear Hi HN, this is Harshith from Tegon ( https://bit.ly/3UzQLYF ) an open-source issue-tracker that uses AI to automate manual tasks and workflows, and to provide context to engineers for a given task. Here is a demo video: ( https://bit.ly/4bwCqmS?... ) As engineers we hated Jira, it is slow and too complicated and enables a lot of processes and micro-management which used to kill our productivity. What makes Tegon faster: We load all the data from local (indexed db), making it super fast to load and navigate. We make this happen by doing a real-time sync in the background. Then we use AI to automatically create a title from the description, so you don't have to spend time figuring out a title. We then suggest labels, assignees and duplicate issues when you are creating a new issue Then we have a "Command Center" of agents: 1. Code Review Agent reviews linked pull requests for new tasks, ensuring code quality by preventing the incorporation of suboptimal code. 2. Bug Agent, upon bug assignment, will attempt to reproduce the bug, propose solutions, and in some cases, even implement these solutions in a new PR. 3. Task Prioritisation Agent assists team leaders in managing the sprint by doing real-time assessments of the tasks, priority, and bandwidth and suggesting changes to be made. We got started on this a few months ago with lots more to come. We’re eager to get feedback and keep building, so please let us know what you think! https://bit.ly/4ae9uir May 7, 2024 at 08:52PM

Show HN: Devie – Describe and launch a web app in seconds https://bit.ly/3UBxwxI

Show HN: Devie – Describe and launch a web app in seconds https://bit.ly/3Ux3lrC May 9, 2024 at 02:57AM

Show HN: SimBricks – Modular Full-System Simulation for HW-SW Systems https://bit.ly/3URESi3

Show HN: SimBricks – Modular Full-System Simulation for HW-SW Systems Hi HN, we are building SimBricks, an open-source simulation framework for heterogeneous systems, especially with custom hardware. SimBricks modularly combines existing simulators for machines, networks, and hardware, allowing you to build, test, and evaluate intricate complete systems in a virtual environment. Head over to the SimBricks website ( https://bit.ly/3wq6ly4 , also has a quick demo video) to learn more. We have pre-built docker images, and you can even immediately play around on codespaces. Concrete use-cases: - Evaluate HW accelerators, from early design with simple behavioral models, to simulating complete Verilog implementations, both as part of complete systems with many instances of the accelerator and machines running full OS and real applications (we did a university course on this with SimBricks). - Test network protocols, topologies, and communication stacks for real workloads in potentially large systems (we ran up to 1000 hosts so far). - Rapid RTL prototyping for FPGAs, no waiting for synthesis or fiddling with timing initially (we simulate the complete unmodified RTL for the Corundum Open-source NIC with their unmodified PCIe drivers). SimBricks originally started out as an internal research tool, for helping us build and evaluate our research ideas on network protocol offload, but has since grown into a separate open-source project. Would be great if you give it a shot and let us know what you think! https://bit.ly/3wq6ly4 May 8, 2024 at 11:22PM

Tuesday, 7 May 2024

Show HN: Stop spending hours creating a daily recap podcast https://bit.ly/3UN7JnE

Show HN: Stop spending hours creating a daily recap podcast https://bit.ly/4ajffLO May 8, 2024 at 01:36AM

Show HN: Deriveit.org – A smart resource to master LeetCode efficiently https://bit.ly/3JQb0MH

Show HN: Deriveit.org – A smart resource to master LeetCode efficiently The goal of our site is to teach smart people how to quickly master LeetCode. This boils down to two main ideas: -organized intelligently -simpler explanations than what you find online (==> more efficient) We’re super proud of our content, and we've helped a bunch of people land FAANG offers: just recently 2 people have landed Amazon using our platform. We made sure to cover all the ideas you learn from the Blind75 and NeetCode150, and people actually feel ready for their interviews after using our platform. We've had 30,000+ users so far, and we're even officially used in classes at Cornell University and UTDallas. We also have a growing Discord community. Don't hesitate to reach out here or in our Discord if you have any questions (they can even be LeetCode questions). You can start free, and if you're ready to buy, use code "Recursion" for a sizable HN discount :) https://bit.ly/44xEgBo May 7, 2024 at 09:50PM

Monday, 6 May 2024

Show HN: AI Analytics for Humans https://bit.ly/3yapHb3

Show HN: AI Analytics for Humans Looking for feedback on how Props can make your life easier as an LLM application developer. https://bit.ly/44uQ8nM May 6, 2024 at 10:46PM

Show HN: Live Storm Chasing https://bit.ly/3ygByEe

Show HN: Live Storm Chasing https://www.youtube.com/watch?v=JBw3XJc7jRc May 7, 2024 at 02:01AM

Show HN: I gamified learning piano notation to learn quicker https://bit.ly/4builgD

Show HN: I gamified learning piano notation to learn quicker https://bit.ly/3WB1Ifn May 6, 2024 at 04:35PM

Show HN: I built a Notion for science https://bit.ly/3woNOC8

Show HN: I built a Notion for science I struggle with handwritten notes, but it's always been the primary way to write scientific notes. To do scientific writing on existing keyboard-and-mouse tools generally requires either significant knowledge of the software, the use of screenshotting/exporting from external tools, or (often) both. That's why I made Stempad, which is meant to rival the speed of pen-and-paper for scientific writing. I've currently added 7 different scientific blocks (and several basic blocks too) and plan to continuously add more. Questions are welcome, and preliminary feedback or constructive criticism is really appreciated! (If you're on mobile or would prefer to see a demo, here is one: https://www.youtube.com/watch?v=U-9j8sFIkS4 ) https://bit.ly/3JQm7oU May 6, 2024 at 11:41PM

Sunday, 5 May 2024

Show HN: I built a random dilemma generator https://bit.ly/44tjjrf

Show HN: I built a random dilemma generator Last week my 9 year old son walked up to me and asked "Would your rather shit your pants in public or drink spoiled milk?", and I was intrigued. Turns out he did not make this up himself, but got the dilemma from a card game. A couple of nights ago I decided to digitize some of these cards and create a simple open source app for it. Just a little fun project; no monetization or bigger goal, really. Link: https://bit.ly/4dp923B Tech stack: - Back-end: Laravel - Front-end: Plain HTML and Tailwind with a sprinkle of Alpine.js - Deployment: Laravel Forge, linked to a Hetzner VPS. Deployment triggers whenever I merge to main. The app itself is super simple. Just a bunch of markdown files and a controller that picks two random files ¯\_(ツ)_/¯ https://bit.ly/4dp923B May 5, 2024 at 09:04PM

Show HN: PgQueuer – Over 5k Jobs/SEC with PostgreSQL https://bit.ly/3WLxXZp

Show HN: PgQueuer – Over 5k Jobs/SEC with PostgreSQL https://bit.ly/3JNVaCd May 5, 2024 at 11:09AM

Show HN: Having Fun with PostScript Files https://bit.ly/4dv6l0v

Show HN: Having Fun with PostScript Files https://bit.ly/3y6zsHa May 5, 2024 at 08:16AM

Show HN: Extract Colors from Images https://bit.ly/3QycnTY

Show HN: Extract Colors from Images Color Picker allows you to effortlessly extract colors from images in RGB, HEX, and HSL formats. Save, share, and export your favorite colors seamlessly. Automatic color naming adds convenience. Explore the world of color with this user-friendly web app. https://bit.ly/4duXlsf May 5, 2024 at 10:47AM

Show HN: I built a website to share files and messages without any server https://bit.ly/4bqH0mC

Show HN: I built a website to share files and messages without any server NeighborHoodShare: It is a p2p files and messages sharing platform without involvement of any server. It has end-to-end encryption, ensuring your messages and files remain confidential. These are some features: - Share photos, documents, videos, and more with ease, no matter the size. - Connect instantly with anyone for speedy and reliable file transfers, bypassing the need for centralized servers. - Get started in minutes with our intuitive interface designed for seamless communication. No registration. - Easily connect with others using QR codes, simplifying the sharing process further. The inspiration behind NeighborHoodShare stemmed from a common dilemma: the reluctance to share personal contact details like phone numbers or email addresses when sharing photos or messages with strangers. With NeighborHoodShare, you can share content securely without compromising your privacy. I would be happy to hear your feedback and suggestions for improving NeighborHoodShare. I had written a blog on how p2p networking in browsers work: https://bit.ly/3wt0yHS... https://bit.ly/3JSisXy May 5, 2024 at 08:42AM

Saturday, 4 May 2024

Show HN: I built a free AI Code Copilot powered By GPTs https://bit.ly/3UI0L3p

Show HN: I built a free AI Code Copilot powered By GPTs https://bit.ly/4drjck1 May 4, 2024 at 07:59AM

Friday, 3 May 2024

Show HN: I hate online Lorem Ipsum Generator so I made my own https://bit.ly/4aXdhBI

Show HN: I hate online Lorem Ipsum Generator so I made my own As a designer, I use Lorem Ipsum a lot but none satisfied me. They are either too slow or too clunky. https://bit.ly/3y2f4XE It's a weekend project so why not (•‿•) Also, I am new here. I didn't know about Hacker News before. Glad to meet you all. May 4, 2024 at 03:38AM

Show HN: My HomeLab (and other cool stuff) https://bit.ly/3QuRl94

Show HN: My HomeLab (and other cool stuff) Just wanted to make my first post about something interesting I've been working on for some time. Any ideas/suggestions for new hardware or software I should try out are welcome, though I will only have time for a major overhaul in a month or two where I want to redo and document everything a bit better than how it is currently. Hope this can inspire someone to start their own homelab or give some ideas to already existing ones! https://bit.ly/4b2WwoT May 3, 2024 at 10:45PM

Show HN: I built a site to share code boilerplates https://bit.ly/3UJYKnp

Show HN: I built a site to share code boilerplates While looking for some code boilerplates i realised there isn't really an easy / efficient place to browse. Boilermate.site was made for the community to share them and give a vote! https://bit.ly/3Qsq3Qq May 3, 2024 at 08:16AM

Thursday, 2 May 2024

Show HN: List of companies that don't use Workday for their ATS https://bit.ly/4dkCRlH

Show HN: List of companies that don't use Workday for their ATS I compiled a list of companies that use easy-to-apply job platforms like Lever and Greenhouse, which make it 10x less painful and faster to apply than sites like Workday, Taleo, and other outdated sites. If you're job hunting, be sure to check it out and save yourself the headache of having to create a new account to apply to a job. https://bit.ly/4b0vYoa May 2, 2024 at 10:46PM