Live data from Hacker News

Ask HN: What did you build in 2019?

news.ycombinator.com

51–60 of 148 posts

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

#52
I wrote a book about blockchain programming: https://www.packtpub.com/big-data-and-business-intelligence/...

I didn't get rich by writing this book, but it's very useful for networking in blockchain community. It's like an expensive name card. It also boasts my reputation.

I developed a blockchain framework called Mamba: https://mamba.black

For those who are familiar with blockchain programming, Mamba is like Truffle but instead of based on Solidity+JavaScript, it is based on Vyper+Python.

For those who are unfamiliar, Mamba is like Ruby on Rails but it's for writing decentralized / programmable money applications.

My plan for 2020 is to write more tutorial articles in Mamba website and develop more features in Mamba framework.

For business: I am helping a company build their programming bootcamp (not related with blockchain).

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

#53
I built some gears from scratch:https://www.youtube.com/playlist?list=PL16yXRcZ04IGCZ0I9iUXS... I built a really nifty steampunk floor lamp: https://www.youtube.com/playlist?list=PL16yXRcZ04IEZqlddjFac... And I elecrified my 20 ton shop press using a junk/recycled paint sprayer as a pressure pump. That was a lot of fun: https://www.youtube.com/playlist?list=PL16yXRcZ04IF5T99iStpb...

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

#55

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

Can you share which tool are you working on. Would love to evaluate it up. P2P things just interests me.

https://github.com/prettydiff/share-file-systems/

I would love to get some feedback.

Some notes:

* Currently it uses IP addresses for connection, which is less than ideal.

* Currently every device is treated as a separate user.

Road map:

* I am working on a web service that will issue named accounts and digital certificates. The named accounts will identify their current IPv6 address to the account service so users need only to connect to an account which can be any IPv6 address for portability.

* Once accounts are a thing I will need to change several things on the client application. My goal in this step is to separate users from devices so that a single user can connect and manage multiple devices. That extra layer of abstraction will allow options for management, security, and convenience that are not currently available.

* I also want to enable end to end encryption for all users/devices. That is just a simple matter of public key exchange built into the already designed invitation model.

* Then I want to create a text client that supports markdown.

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

#56
post #22

I rewrote my social, score-tracking app for Pinball in react-native. Previously it was in Angularjs (ionic/cordova). Has ~6k registered users, ~300 daily active users, and earns ~$200 a month on Patreon. Android: https://play.google.com/store/apps/details?id=com.ascrewaske... iOS: https://apps.apple.com/us/app/pindigo-social-pinball-scores/... Patreon: https://www.patreon.com/pindigo

Predictive Trading Model with 97% accuracy

you can build a predictive model with 97% accuracy, but you can't figure out how to comment on posts on HN?

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

#60
SIXTEENmm (https://sixteenmm.org), a streaming site for old, hard to find and indie films.

I've spent most of the year working on colourisation and recovery techniques. Colourisation is probably 70% of the way, but restoration is as hard as ever.

The project isn't meant to be a unicorn. The tech stack is boring, and probably wouldn't scale.

There's about 50 people on board, and about two or three videos streamed a day - so it isn't remotely "successful" yet, but I set a four year timeline for it.

I don't have any specific stats to offer - because I don't collect it. I collect as little data as I can get away with. Both for personal belief, and economic reasons.

Hard to get massive fines for the inevitable breach when there's no PII to steal.

Post reply on HN