Ask HN: What is your “I don't care if this succeeds” project?
91–100 of 960 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#92https://gen.go350.com/login https://github.com/62726164/ed25519-login I built a website that uses public Ed25519 keys for user authentication (rather than passwords). Users sign the current Unix Epoch time (with the private Ed25519 key) and paste that base64 encoded signature into the login form. I don't care if the idea succeeds or not, I use it for myself. I like simple, secure things and I feel webauthn is too com…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#93I’ve been writing with it every day for the past two years and I generally suck at sticking to new habits, so I’ve been happy with it so far! It’s my favourite project that no one uses.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#94It's my own personal hiking journal that I've made public so that other folks can document their own adventures too. It'll always be there as a way to explore something new or challenge myself - either to hike more miles, more vertical feet, adding new trails, or by building new features and working with contributors. There will always be new trails to explore, map, and write about over the course of my life. When I'm old and can't get out, it'll be nice to poke through the data, revisit the places I explored, and relive memories I had with friends, family, or loved ones while out exploring the woods.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#95https://gen.go350.com/login https://github.com/62726164/ed25519-login I built a website that uses public Ed25519 keys for user authentication (rather than passwords). Users sign the current Unix Epoch time (with the private Ed25519 key) and paste that base64 encoded signature into the login form. I don't care if the idea succeeds or not, I use it for myself. I like simple, secure things and I feel webauthn is too com…
Is that supported by any password managers? :)
Re: Ask HN: What is your “I don't care if this succeeds” project?
#96"Oh By"[1] It's a "universal shortener" which means it doesn't just shorten URLs - it shortens anything and turns it into a short, recognizable code. Or, what would be a recognizable code if anyone used it :) Here's an example: https://0x.co/examples.html ... and for some reason I am still enamored with the " send a text to someone in the future " use-case. [1] https://0x.co
Re: Ask HN: What is your “I don't care if this succeeds” project?
#97Re: Ask HN: What is your “I don't care if this succeeds” project?
#98Re: Ask HN: What is your “I don't care if this succeeds” project?
#99https://gen.go350.com/login https://github.com/62726164/ed25519-login I built a website that uses public Ed25519 keys for user authentication (rather than passwords). Users sign the current Unix Epoch time (with the private Ed25519 key) and paste that base64 encoded signature into the login form. I don't care if the idea succeeds or not, I use it for myself. I like simple, secure things and I feel webauthn is too com…