Ask HN: What did you make during lockdown?
411–420 of 556 posts
Re: Ask HN: What did you make during lockdown?
#412Re: Ask HN: What did you make during lockdown?
#413I made a portable shell program for making short text posts from vim.
The code's not perfect, but it does what I want from such a thing, and I'm enjoying using it and seeing others use it too!
Re: Ask HN: What did you make during lockdown?
#414Since then I've released some updates to the library. Things I've been working on include:
- Adding a "polyline" entity (which, I hope, can be used for freehand drawing) and fixing the path animation code so things can be moved along a path at constant speed - https://codepen.io/kaliedarik/pen/MWadEwm
- Tweaking and improving the "phrase" entity (for graphical text) to make it easier to add styling markup to it, plus some stuff to make it look better when animating along a path ... though sadly there's still an (very!) annoying text height bug that needs to be addressed - https://codepen.io/kaliedarik/pen/dyYeOZb
And for the past few weeks I've been investigating/learning about physics engines. Because what's not to love about physics engines? I'm not close to releasing code for this yet, but I did manage to get the library to play nicely with Matter.js as part of my learning experience (the polylines add a nice touch to the net, I think) - https://codepen.io/kaliedarik/pen/zYvbwBy
Re: Ask HN: What did you make during lockdown?
#415I wrote 1/3 of a novel called "Distanced" - you can read it at https://1drv.ms/w/s!AhRJSX2EIeTqmohIQPPIaNr6TXMnnw?e=rwfXfE.
Re: Ask HN: What did you make during lockdown?
#416I built a new Optical Flow AI. Instead of being a cranky old man complaining about other people's mistakes, I decided to just fix things myself. Before Corona hit, I had created a new data set and given a talk about all the stuff that current state of the art AIs for Optical Flow get wrong. I find the topic interesting, because those bugs directly lead to drones like Skydio crashing into thin wires or branches withou…
Do you have a public dataset that you can share or only a private one? Kinda looks like you built a dataset using Skyrim which ... is brilliant.
Re: Ask HN: What did you make during lockdown?
#417I built a habit app called SnapHabit [1] that helps you build habits with your friends/family through group habits and through social accountability. I wanted to learn React Native/mobile development while trying to address the fact that for many of us, social distancing and lockdown have isolated us and destroyed our everyday habits. The most interesting thing I've seen is that people really enjoy writing about and…
Re: Ask HN: What did you make during lockdown?
#418Re: Ask HN: What did you make during lockdown?
#419[1]: https://github.com/schollz/heartbpm
[2]: https://schollz.github.io/carp/
[3]: https://op1z.com/
Re: Ask HN: What did you make during lockdown?
#4201. Using type-classes to model the expressivity of build systems [3] 2. A Future is a Suspending Scheduler [4]
[1]: https://ninja-build.org/ [2]: https://www.microsoft.com/en-us/research/publication/build-s... [3]: https://nikhilism.com/post/2020/type-classes-build-systems/ [4]: https://nikhilism.com/post/2020/futures-suspending-scheduler...