I'm working on a PC game, isometric roguelite or something like that. I'm also battling depression and tbh it's taking its toll quite efficiently. Last month was nice and I worked on the game nearly every day, this month I haven't touched it at all. :D I just sleep.
Ask HN: What are you working on?
321–330 of 1001 posts
Re: Ask HN: What are you working on?
#322I don't really have a lot to report right now, I only just started and have my first lesson on Sunday, but I've gone through most of an online ground school and I'm pumped. I'll be going for my Sport Pilot for now (the FAA medical is a gigantic pain in the ass if you have any chronic illnesses) and I'll hopefully be taught in an early 1940s Aeronca Champ.
Re: Ask HN: What are you working on?
#323I'm working on a utility to archive and organize old data that I want to keep forever, but I don't want cluttering up my local hard drives and Dropbox account. The initial goals of the project are: * Design for cold data only. Stuff that is done changing and won't be accessed regularly if at all: completed projects, annual financial records, RAW image files organized by month, etc. * Store items in flat collections,…
Re: Ask HN: What are you working on?
#324I'm working on a language optimized for solving programming challenges as quickly as possible. That is, I'm not optimizing for execution time , I'm optimizing for time between reading the problem statement and having a working solution . As far as I'm aware, there aren't any existing languages in this space. There are plenty of "code golf" languages, which optimize for shortest finished program , but that's slightly…
Beta-testing it with some friends and family now; we'll see if it grows into anything real!
Re: Ask HN: What are you working on?
#325Re: Ask HN: What are you working on?
#326A Rust/Electron/three.js cross-platform disk-space usage analyzer. It's meant to be easy to learn, efficient to use, and nice to look at. I have a beta up and would love any feedback: https://diskatlas.com/ It's my first small software business idea that I'm seriously pursuing. My goal with it is to earn enough passive income that I can return to work on more ambitious exploratory projects, e.g.: http://symbolflux.co…
Re: Ask HN: What are you working on?
#327After asking for this feature for so long (https://gitlab.freedesktop.org/libinput/libinput/-/issues/7), I realized that it is easy to implement this in user space. I'm quite happy with the result. This was intended for Linux, but it actually also works on MacOSX.
Re: Ask HN: What are you working on?
#328Re: Ask HN: What are you working on?
#329Right now I'm tinkering with a sub-linear visibility algorithm, and boolean operators for polygons.