Nothing of any importance. Managed to screw myself up to the point of having constant generalized anxiety, so yeah, things are really working out here.
Ask HN: What did you make during lockdown?
241–250 of 556 posts
Re: Ask HN: What did you make during lockdown?
#242I came up with a bad way to share files. It's a website that takes a file, encodes it into a series of URL parameters, and then allows you to put them back together again. (it's really only practical for small text files) https://podje.li/ https://github.com/willcipriano/Podje.li
This is really cool! How did you do the encoding though?
Re: Ask HN: What did you make during lockdown?
#243But I finally got around to reading up on a topic I've been curious about (causality modelling, causal inference, causal discovery) and started writing a little about it. The couple of interactions I gleaned from doing so have been very refreshing and are a great driver to continue down this path.
https://georg.io/the_causality-driven_company
https://twitter.com/GeorgRWalther/status/1271796549157339136
https://twitter.com/GeorgRWalther/status/1272193903639375872
Re: Ask HN: What did you make during lockdown?
#244I created a new open chat web app called sqwok: https://sqwok.im The goal is to enable everyone to have their own high-quality, accessible, and shareable chat page on the internet, with features we expect in enterprise chat apps like slack, but geared towards general discussion. As an example I just created a post with this HN url and we can all talk in live right now, discussing this thread, by joining at the link:…
Re: Ask HN: What did you make during lockdown?
#245[1] https://book.famicom.party/
Re: Ask HN: What did you make during lockdown?
#246[0]: https://twitter.com/Ethan_Heilman/status/1274763015129313280
Re: Ask HN: What did you make during lockdown?
#247I recently built a online text editor which lets you generate shareable documents with complex charts, graphs, mathematics, and more using the simplicity of Markdown. https://quickviz.app/ It's built on top of the Pandoc, Graphviz, and MathJax
Re: Ask HN: What did you make during lockdown?
#248I'm more of a backend/data engineer so this was my first attempt at front end dev with react native. Was pretty fun to build and see whole app come together to an MVP, but I don't know whether I'll launch it for real. Shipping costs from lender to borrower and back drive the price too high to make it feasible I think.
Lesson here is fully assess costs and price points before you start to build!
Re: Ask HN: What did you make during lockdown?
#249Re: Ask HN: What did you make during lockdown?
#250Haven't decided whether to open source or not ($$$) but I've been working on a thermomechanical tyre model.
a what?
It's fairly complicated because Tyre's are made of rubber, so you either use finite element analysis which is slow, or some kind of (FD) approximation which can be fairly crap. Modelling the transient properties properly is doable, modelling the thermal properties efficiently is genuine "If we told you we'd have to kill you" black magic