Working on my site that lets you annotate and skip around youtube videos - tubenotes.xyz I built it mostly to organize and catalog guitar tutorials that I learn from.
Ask HN: What projects are you working on now?
821–830 of 1001 posts
Re: Ask HN: What projects are you working on now?
#822Re: Ask HN: What projects are you working on now?
#823Re: Ask HN: What projects are you working on now?
#824After noticing that the growing number of people at my day job seemed to be using our internal jargon differently, I decided to write a team glossary using confluence. The experience left me wanting. No crosslinking of terms, no enforcement of structure/format. Ugly/outdated styling. I thought there had to be a better way, but I couldn't find one so I built Jargonaut ( https://www.jargonaut.net ). It helps you build…
On a different note - have you consisdered doing some content marketing by making a public jargonaut for common development terms? My little brother is learning to code and he just asked me what the difference between .NET and C# was. I think learning programming is like this x10000 times. I've been daydreaming about making a public Wikipedia-style tech glossary site for at least a year or so. I think it'd be very useful but haven't gotten around to it (in a year so what does that tell you).
Re: Ask HN: What projects are you working on now?
#825You’d be able to track long term and short term data distribution changes so you have an idea of when your model could be underperforming and will require retraining.
Re: Ask HN: What projects are you working on now?
#826Re: Ask HN: What projects are you working on now?
#827Re: Ask HN: What projects are you working on now?
#828I'm working on a browser based, client side, GIF screen capture tool. Give it a try: https://gifcap.dev/
Re: Ask HN: What projects are you working on now?
#829I'm working on a morse code iOS app that can optionally use Force (3D) Touch. My dad had a stroke recently and is quarantined in a care facility. He can't talk but remembers morse code like a boss. He can't lift his finger off the screen to "tap" and there were no other morse apps out there for people with physical impairment. With this he's able to communicate... I've been coding for 15 years but this was life chang…
Re: Ask HN: What projects are you working on now?
#830Log storage and search system for structured logging data in Rust. i.e a database optimised for logs and log-like data and nothing else. Existing solutions are too inefficient for the use case of logs (TB+/day), suffer under high field cardinality, are based on costly and unnecessary full-text-search systems that aren't well optimised for logs data or just plain and simply can't handle structured data and degrade to…