An aggregator ala reddit/hackernews/twitter that uses a market mechanism to better incentivise content discovery. One of the biggest issues with existing aggregators is that: - how well content performs is dependant on the attention it gets immediately after posting. - However, readers aren’t incentivised to sift carefully through new content, which is generally of lower quality than "frontpage" content - This means…
Ask HN: What are you working on?
871–880 of 1001 posts
Re: Ask HN: What are you working on?
#872I work on these three projects to launch them soon: * https://onthesamepage.online/ - a minimalist private whiteboard with no registration; already used in German schools, but working on scaling it and prepare for a more general market. * https://lalatabs.com - a tiny tabulature website for amateur musicians who can't read notes; need to add a few hundred songs and open it to the public. This won't be monitized, and…
In case you didn't already know: using the same whiteboard on a 27" screen vs a mobile screen hides a big portion of it on mobile. It seems like the whiteboard isn't scaled according to the screen size.
Love the concept though!
EDIT: Never mind looks like if you just dezoom it works, my bad!
Re: Ask HN: What are you working on?
#873I work on these three projects to launch them soon: * https://onthesamepage.online/ - a minimalist private whiteboard with no registration; already used in German schools, but working on scaling it and prepare for a more general market. * https://lalatabs.com - a tiny tabulature website for amateur musicians who can't read notes; need to add a few hundred songs and open it to the public. This won't be monitized, and…
Re: Ask HN: What are you working on?
#874I'm building a system that will automatically sin up a github project with a pull-request to review, or an issue to fix. Further test-types are planned but I will launch with these two. No matter the skill level of an IC engineer, they will need to carry out effective code reviews and fix bugs. I think that the PR test will be good for senior candidates while the bug fix test will be good for junior - mid-level engineers.
I have a basic landing page where interested people can sign up to be notified when it's ready: https://devscreen.io/
Let me know what you think! The goal of this is to improve the candidate experience and make better hiring decisions.
Edit: quick thanks to u/dvt for starting this thread. It was a fun read!
Re: Ask HN: What are you working on?
#875A browser extension called Curb Your Consumerism that detects when you are on a checkout page and shows you how long it took you to earn enough money to complete that purchase. The idea is about increasing the mindfulness of your purchases and reducing unnecessary environmental waste driven by impulse buying. Here's what I'm planning next: - Detecting the checkouts and extracting the checkout total generally across w…
> A browser extension called Curb Your Consumerism that detects when you are on a checkout page and shows you how long it took you to earn enough money to complete that purchase. > The idea is about increasing the mindfulness of your purchases and reducing unnecessary environmental waste driven by impulse buying. I like the idea, but this could backfire on me =/ app: "it will take you 10 minutes to afford this" me: "…
Re: Ask HN: What are you working on?
#876Re: Ask HN: What are you working on?
#877Most of us use some form of instant messaging apps like whatsapp, FaceTime, snapchat to be in touch with our close friends/family inner circle. But it's hard to keep in touch with the ones whom we lost touch with. like your best friend from school, ex colleague.
My goal is to create an app that will randomly connect them out of the blue.
Re: Ask HN: What are you working on?
#878https://github.com/tmountain/uchess
It's written in Golang and talks to UCI chess programs like Stockfish. Lots of fun so far.