The best Hacker News stories from Show from the past day
Latest posts:
Show HN: Noctie – A chess AI that predicts your rating
I built over the last two years a human-like neural network chess engine that tries to predict your rating from a single game. It automatically adapts to your play and tries to play like a human at your level would play, giving you a balanced game.<p>At the core I’m using an AlphaZero / Leela Chess Zero style neural network that I have trained on 1 billion human games from the lichess.org open database. Around this network I have built a chess engine in Rust with algorithms that use the outputs from the NN to produce human-like moves at a given rating from beginner to world champion, as well as predicting the level of the opponents play.<p>I want to develop this into kind of an AI coach that you can spar certain positions against and get feedback suited for your level. Happy for any suggestions!
Show HN: I built an app that scans every social media network for your username
Show HN: I built an app that scans every social media network for your username
Show HN: Unclutter – Reader mode, but better
Hey everyone!<p>In the last months I've been working on Unclutter, a modern reader mode browser extension. In contrast to all existing approaches, it unclutters articles by modifying their CSS instead of extracting the text content.<p>This results in a more visually pleasing result that reuses the original article style. The idea is to remove friction so you use the reader mode more often.
There are a few more features around saving articles automatically and taking highlights -- more details are on the website.<p>The extension has about 400 active weekly users right now, mostly from organic web store traffic. Monetisation has proven to be hard and for freemium there would need to be much higher numbers anyways.
Do you think I should keep working on the project?
Show HN: Unclutter – Reader mode, but better
Hey everyone!<p>In the last months I've been working on Unclutter, a modern reader mode browser extension. In contrast to all existing approaches, it unclutters articles by modifying their CSS instead of extracting the text content.<p>This results in a more visually pleasing result that reuses the original article style. The idea is to remove friction so you use the reader mode more often.
There are a few more features around saving articles automatically and taking highlights -- more details are on the website.<p>The extension has about 400 active weekly users right now, mostly from organic web store traffic. Monetisation has proven to be hard and for freemium there would need to be much higher numbers anyways.
Do you think I should keep working on the project?
Show HN: Unclutter – Reader mode, but better
Hey everyone!<p>In the last months I've been working on Unclutter, a modern reader mode browser extension. In contrast to all existing approaches, it unclutters articles by modifying their CSS instead of extracting the text content.<p>This results in a more visually pleasing result that reuses the original article style. The idea is to remove friction so you use the reader mode more often.
There are a few more features around saving articles automatically and taking highlights -- more details are on the website.<p>The extension has about 400 active weekly users right now, mostly from organic web store traffic. Monetisation has proven to be hard and for freemium there would need to be much higher numbers anyways.
Do you think I should keep working on the project?
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: I made a pretty relaxing puzzle game
I had the concept in my head for some time and firstly just prototyped it using only HTML & CSS. Sent it to a few friends and they liked it so I made it into its own website and added few 'competitive' features like click counter and share button.
Show HN: Open-source text-to-geolocation models
Yachay is an open-source community that works with the most accurate text-to-geolocation models on the market right now
Show HN: CodeLink: create links to blocks of code in your IDE
Small team down here in South New Zealand just launched CodeLink. In short its an IDE (VSCode/JetBrains) plugin that lets you share blocks of code that link directly to the code inside your IDE or repo. We use it all the time and think its pretty nifty tech that lets you understand someone’s code in context very quickly. we’re hoping to keep refining it to make it better and more useful.
Show HN: CodeLink: create links to blocks of code in your IDE
Small team down here in South New Zealand just launched CodeLink. In short its an IDE (VSCode/JetBrains) plugin that lets you share blocks of code that link directly to the code inside your IDE or repo. We use it all the time and think its pretty nifty tech that lets you understand someone’s code in context very quickly. we’re hoping to keep refining it to make it better and more useful.
Show HN: CodeLink: create links to blocks of code in your IDE
Small team down here in South New Zealand just launched CodeLink. In short its an IDE (VSCode/JetBrains) plugin that lets you share blocks of code that link directly to the code inside your IDE or repo. We use it all the time and think its pretty nifty tech that lets you understand someone’s code in context very quickly. we’re hoping to keep refining it to make it better and more useful.
Show HN: OKSolar: Improving Solarized using the OKLab perceptual colorspace
Show HN: Wiretap – Transparent WireGuard proxy server without root
Show HN: Wiretap – Transparent WireGuard proxy server without root
Show HN: JXL.js – JPEG XL Decoder in JavaScript Using WebAssembly in Web Worker