Live data from Hacker News

Ask HN: What did you build in 2019?

news.ycombinator.com

61–70 of 148 posts

Re: Ask HN: What did you build in 2019?

#64

A peer to peer file system sharing application with GUI in browser

While my knowledge of IPFS is pretty basic, this strikes me as a great use case for it.

IPFS (https://ipfs.io) is a P2P internet protocol that's made to enable a decentralized internet...I believe its goal is to supplant (or at least supplement) HTTP(S). As I said, my knowledge of IPFS is still pretty basic, but I find it fascinating and I thought it might be relevant for this application.

Re: Ask HN: What did you build in 2019?

#65
Synonyms Deluxe (https://chrome.google.com/webstore/detail/synonyms-deluxe/kf...) - a browser extension for looking up synonyms

Gitfuck (https://www.instagram.com/gitfuck/) - automated Instagram account featuring commit messages of frustrated developers on GitHub

Windows 95 Accessories (https://unexpectedcomputers.com/) - Windows 95 swag and jewelry

My Handmade Story (https://myhandmadestory.com/) - Success stories from makers who make and sell handmade products

Re: Ask HN: What did you build in 2019?

#67
Was tinkering with some hardware and synths, decided it might be fun to expand the teenage engineering's OP-Z synth capabilities a bit.

It was a fun and frustrating learning experience. First meh prototype with a Raspberry Pi Zero: https://victorbitca.github.io/posts/2019/04/creating-an-op-z...

Second prototype based on the Teensy board: https://victorbitca.github.io/posts/2019/06/a-proper-op-z-pl...

Re: Ask HN: What did you build in 2019?

#68
I built promnesia, a browser extension to connect together different data sources and enhance browser history. E.g. if you visit some blog post or youtube video you had in your bookmarks, you would be able to tell if it was coming from your reddit saved posts, or if your friend sent it to you on telegram. Another feature is displaying annotations from any sources (e.g. pocket/instapaper);as an overlay on any page

I've been using it for a while now, and just needs final touches before I'll release it https://github.com/karlicoss/promnesia

Re: Ask HN: What did you build in 2019?

#70
I got tired of fighting SSR and implementing the same optimizations over and over again so decided to launch http://oya.to/ an optimizing cloud proxy - kinda like Cloudflare. The main feature right now is prerendering as an alternative to SSR, but there are a lot of things planned for 2020.

In a similar vein I found myself doing a lot of work that I think should be unnecessary just because I wanted to buy some fonts and not depend on yet another subscription service so decided to build https://woff.cc/ aka "Web of Fonts". It's currently in the planning stage but when launched, it will allow you to upload your licensed or (SIL) free fronts (including all Google fonts already built in), optimize them (subsets, css embedding, etc.) and either host it there for free or download and host it yourself.

Post reply on HN