I learned the basics of Houdini to turn Lidar data into visualizations [1], as well as take a point cloud scan of my wife to drive a particle animation [2]. On the non-tech side of things, our garden has been a real source of happiness. We planted everything from seeds with the kids and grew pollinator flowers, vegetables, etc. [3] One of my favorite projects was finally making a sourdough starter and taking my pizza…
Ask HN: What did you make during lockdown?
191–200 of 556 posts
Re: Ask HN: What did you make during lockdown?
#192Hahahaha.... I didn't quite keep up with my normal responsibilities while also not quite managing to keep up with the remote learning my kids were doing.
Re: Ask HN: What did you make during lockdown?
#193I made an automatic chess board that allows you to play with another person over the Internet (using lichess), but with a physical board. It has been described as "very lockdown chic". Each chess piece has a magnet in the bottom. The board senses your moves by looking at where magnets disappear and appear, and it plays your opponent's moves by dragging them with an electromagnet underneath the board moved by a pair o…
How does it handle moves where pieces might accidentally hit each other like https://en.wikipedia.org/wiki/Castling and knight moves?
Re: Ask HN: What did you make during lockdown?
#194I created a simple manual budgeting app with flutter called Go Budget, which is primarily optimized for entering purchases as easily as possible, but also provides income and bill tracking/reminders and a savings goal tracker. It is currently in beta but I hope to launch in the next two weeks. https://gobudget.io Edit: iOS beta: https://testflight.apple.com/join/4IMtFylH Android: closed beta - email support@gobudget.…
Re: Ask HN: What did you make during lockdown?
#195Send picture, with GPS enabled, to (+1) 408-471-5200.
Re: Ask HN: What did you make during lockdown?
#196I started writing HTTP status code guides for my SaaS business: https://tryhexadecimal.com/guides/http/ A lot of guides on the Internets concerning HTTP status codes are regurgitations or outright ripoffs of RFCs (2616 or 7231). Or light on details. I want(ed) to go one step further and explain when each code is appropriate (from the website operator's perspective), how to work around some of the errors (mostly for 4…
Hexadecimal looks cool. I'm particularly fascinated to hear the reason behind the 16-day tri... ooohhhhhh. slaps forehead
Re: Ask HN: What did you make during lockdown?
#197Holopod.com
Re: Ask HN: What did you make during lockdown?
#198It was much different from anything I've built previously, and it was a fun learning experience that I plan to keep working on for a few hours a week.
Github repo: https://github.com/jtothebell/fake-08
[1]https://www.lexaloffle.com/pico-8.php [2]https://www.lexaloffle.com/bbs/?cat=7&carts_tab=1#mode=carts...
Re: Ask HN: What did you make during lockdown?
#199I've been contributing to the Andorid port of Anki (HTML based flashcards + spaced repetition) for the past few months. https://github.com/ankidroid/Anki-Android https://github.com/david-allison-1 Knowing that I've actively been impacting students (particularly medical students) from around the world has been really good for the soul.
When did you get to the point where you were confident enough to hop on some opensource shenanigans?
I hadn't contributed to Open Source before, had never wrote Java professionally, and my Android knowledge was pretty much non-existent, but I was aware of the project and how it operated. The catalyst was encountering a frustrating bug, and downloading the source to fix it.
The best thing about working on an application rather than a library is that you're dogfooding your own changes, and you have a good intuition for what the end result will be. You can always tell yourself: "Even if this isn't accepted, I find it useful and can use it".
I started out with small issues that I wanted improving, gradually moved on to getting access to crash reports, and fixing most of them (I think we're down from around 12 to 0.05 crashes per 1000 users). Confidence with larger issues comes from experience: documentation helps to some extent, but sitting down and reading the source code is always useful, as is looking to the source of the port as a source of truth.
Most projects would benefit from more volunteers (I just helped put out an ad for contributors on Stack Overflow). For confidence: accept that you're going to make mistakes as you start out, but the value that you bring to a project will overwhelmingly be net-positive as long as you stick with it.