Friday 12 January 2024

Show HN: I'll build unstyled projects to focus on functionality https://bit.ly/3RZDFm8

Show HN: I'll build unstyled projects to focus on functionality https://bit.ly/3O1kmIe January 12, 2024 at 11:31PM

Thursday 11 January 2024

Show HN: Preline UI v2.0 – open-source Tailwind Components Library https://bit.ly/3O0SXWu

Show HN: Preline UI v2.0 – open-source Tailwind Components Library Features over 700 Tailwind Components & Examples with free Figma Design System. https://bit.ly/3RaC1Nm January 12, 2024 at 05:02AM

Show HN: Dotplotlib – hijacking Matplotlib to make better dot plots https://bit.ly/3tWsZwz

Show HN: Dotplotlib – hijacking Matplotlib to make better dot plots https://bit.ly/3tHMkBR January 11, 2024 at 10:03PM

Show HN: I built a 4000 watt solar array on top of my Tesla (AMA) https://bit.ly/3tM9JSD

Show HN: I built a 4000 watt solar array on top of my Tesla (AMA) https://bit.ly/41TFSnE January 12, 2024 at 03:20AM

Show HN: Hyvector – A new SVG editor that will be really good (eventually) https://bit.ly/3tVmSso

Show HN: Hyvector – A new SVG editor that will be really good (eventually) https://bit.ly/3SdjPW0 January 11, 2024 at 11:10PM

Show HN: No-frills online audio editor https://bit.ly/3RXF3Wi

Show HN: No-frills online audio editor https://bit.ly/3TWTE7d January 11, 2024 at 12:09PM

Show HN: Pico W powered Munich public transportation departures LED panel https://bit.ly/3NV1YR2

Show HN: Pico W powered Munich public transportation departures LED panel Micropython code for Pimoroni's Interstate 75w RP2040 board to display departure times of Munich public transport. It uses MVG API to fetch departure information for a predetermined set of stations https://bit.ly/3vy8JSD January 11, 2024 at 10:23AM

Wednesday 10 January 2024

Show HN: highlight.cool – add Medium-like highlights to your own blog https://bit.ly/3RVnhTB

Show HN: highlight.cool – add Medium-like highlights to your own blog Hey y'all! I want to share my weekend project https://bit.ly/429U0tr with you. highlight.cool lets your blog readers highlight what they find interesting, where the more interesting parts are bolder and the less interesting parts are lighter. As a reader, I've always enjoyed seeing the highlighted parts of Medium, but wasn't a fan of all the paywalls and that it only showed the top highlight. I'd love to see this feature on more blogs both as a way to be part of the community of readers, as well as give kudos to the writer for parts that I enjoyed reading. I've tried to make it so that it gets out of your way as a reader and is only there when you want to see the highlights. It's also real-time which lets you see what other people are highlighting while you're reading, if that's your thing. It's free for unlimited highlights and blogs, but will have a paid tier to remove branding and allow styling (still working on that!) Happy to answer any questions and get feedback! Thanks! Ian https://bit.ly/429U0tr January 10, 2024 at 08:21PM

Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://bit.ly/3vCmkYS

Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://bit.ly/3vzyxhi January 10, 2024 at 04:58PM

Tuesday 9 January 2024

Show HN: Tool to calculate how much milk is needed to make an amount of cheese https://bit.ly/3RQTtHS

Show HN: Tool to calculate how much milk is needed to make an amount of cheese https://bit.ly/3RQTuLW January 8, 2024 at 08:40AM

Show HN: Peer-to-peer mini r/place with Proof of Work https://bit.ly/47zWstX

Show HN: Peer-to-peer mini r/place with Proof of Work Hi HN, This is a site where users can submit content and the shortest SHA256 value of nonce+content among them will make the site display the content. Very basic, without a blockchain. It's a static site with WebRTC and peer-to-peer. Why? I wanted r/place (Reddit canvas where users collaborate on a pixel grid), but with proof of work. This is my progress so far. It's a WebRTC app with peer to peer connectivity that forwards the best hashed values to other users, which verify them, display them and pass them on. There are many many improvements to be done (especially I should probably use something like libp2p-gossipsub, otherwise scale is probably an issue) and more ideas to be implemented, and I'm sure there are bugs. But I didn't find any similar projects yet (except blockchains of course). Hope you like it! https://bit.ly/47virSQ January 10, 2024 at 01:45AM

Show HN: I did a platform like Upwork but for Romania https://bit.ly/4aNI2tb

Show HN: I did a platform like Upwork but for Romania https://bit.ly/3RVmCBS January 9, 2024 at 10:38PM

Monday 8 January 2024

Show HN: PaintPotion – AI-powered tool for generating vector illustrations https://bit.ly/3S8TlF8

Show HN: PaintPotion – AI-powered tool for generating vector illustrations I'm excited to introduce PaintPotion. It's an AI-powered tool that generates stunning vector illustrations from a simple description in just a few seconds. Perfect for busy agencies or creative professionals looking to optimize their design work. I'm currently offering a limited pre-sale until January 31st. Should the pre-sale not reach completion, I commit to issuing full refunds on February 1st. I'd greatly appreciate your feedback and thoughts. Feel free to check it out here: https://bit.ly/4aRk0gM Thank you for your time and I'm looking forward to hearing your thoughts. https://bit.ly/4aRk0gM January 9, 2024 at 01:18AM

Show HN: I made an interactive math crossword puzzle with infinite levels https://bit.ly/3tCbBxf

Show HN: I made an interactive math crossword puzzle with infinite levels Hey there! I'm the brains behind the math crossword game on my site. This game is all about making math a little more fun – users just drag and drop numbers to fill in the blanks and move on to the next level if they get it right. Let me know if face any issues or have any suggestions! :) https://bit.ly/3Ha2c2Y January 7, 2024 at 10:59PM

Show HN: Fortran Chip-8 Interpreter https://bit.ly/41QC0UA

Show HN: Fortran Chip-8 Interpreter This is my first emulator. It is still missing a few bells and whistles like the sound timer, but otherwise it passes the basic tests from Timendus ( https://bit.ly/3TZV1lo ). I've also been thinking about making a Fortran dialect suitable for CHIP-8 ( https://bit.ly/48KzktR... ). https://bit.ly/41NuQk1 January 9, 2024 at 01:13AM

Show HN: Your Raw HTTP Response -> URL https://bit.ly/3TS35og

Show HN: Your Raw HTTP Response -> URL I wanted a tool to be able to effortlessly check out how browsers (and other clients) react to different headers (and anomalies) in the HTTP response, so I made it. Source: https://bit.ly/3HdimIO https://bit.ly/3TS37wo January 8, 2024 at 08:57PM

Sunday 7 January 2024

Show HN: I made a Perplexity-like research agent https://bit.ly/47zDQus

Show HN: I made a Perplexity-like research agent https://bit.ly/47zDXpS January 8, 2024 at 06:19AM

Show HN: Go framework for DL model inference and API deployment https://bit.ly/3S6YKMS

Show HN: Go framework for DL model inference and API deployment I made this framework to simplify the deployment of deep learning model inference. Using golang, some examples of model weight conversion are provided. https://bit.ly/3vtKCo8 January 8, 2024 at 05:11AM

Show HN: I made a HTMX Playground 100% in the browser https://bit.ly/47mOSCV

Show HN: I made a HTMX Playground 100% in the browser I recently dug up an old project in an attempt to improve on it. It's a code sandbox for playing around with HTMX in the browser, that runs a mock server within the sandbox iframe. The server "framework" is loosely based on Django, so if you're familiar with Django, you'll immediately understand what's going on. I recommend clicking through the examples. Known problems: Limited mobile support, Ace Editor (should just be Monaco) and lack of proper error outputs. Github repo: https://bit.ly/3S8RBLP I learned a lot when making it, and I hope you'll something about HTMX! Happy tinkering. https://bit.ly/3OhkLGD January 8, 2024 at 02:03AM

Show HN: Inference Mixtral 8x7B in pure Rust https://bit.ly/3H7VdaK

Show HN: Inference Mixtral 8x7B in pure Rust https://bit.ly/3H7VdHM January 7, 2024 at 11:43PM