Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

711–720 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#712
My side project kind of escalated quickly into a main project. I've been working on my own browser for the last couple months, and decided that I can improve a lot when it comes to using the web for automating and acquiring knowledge (i.e. the semantic aspect of it).

Currently on the verge of founding a (possibly viable) startup with it, but the browser itself is totally alpha for now.

Been working on parsers and protocols for a while now, and had to switch to TDD to keep my sanity together. Needed to write my own test runner that can simulate network behaviours (2G slow fragmentation is real) and peer to peer scenarios. Most servers out there don't comply with specifications, so making my own client- or peer-side implementations work was a hard task.

Currently writing my own SGML parser and optimizer, so that the browser receives only "linted and upgraded" html that is free of malicious parts, whilst embracing the idea of disallowing everything that could be potentially misused, including CDNs that do cache busting all the time.

The idea behind the browser concept is that trust is not established by default, and users should decide what website to trust, and match that with what kind of content they'd expect the website to deliver.

[1] https://github.com/cookiengineer/stealth

Re: Ask HN: What's your quarantine side project?

#716
Decided to finally start a blog, it's slow going and I'm a total n00b at advertising myself but I've always wanted to provide entry-level programming/cybersecurity training to people. I started a blog over at Medium (https://medium.com/@thecyberbasics) and a Patreon (https://www.patreon.com/TheCyberBasics) and a twitter (@BasicsCyber). So far it's slow going, but I enjoy making it so that matters more. I realize the "get started with programming" arena is already slam packed, but I'm hoping someone will find my interpretation useful.

Re: Ask HN: What's your quarantine side project?

#718
I've always thought it's a shame that all the blogging platforms seem focused on public access, so I've been working on an open-source private blogging platform. Nothing technically complex but aims for super-easy scripted deployment (currently on AWS, also thinking about Raspberry PI), so that you don't need to entrust a big tech company with stewarding access to your content. I'm using it for sharing pictures of my daughter with friends and family.

https://github.com/mawise/simpleblog

Re: Ask HN: What's your quarantine side project?

#720
I continue to blog, same as I always have. I continue to run several reddits, which is new-ish.

https://doreenmichele.blogspot.com/p/my-websites.html

I'm DoreenMichele on Reddit and my more successful Reddits are r/ClothingStartups, r/CitizenPlanners and r/GigWorks.

Post reply on HN