Ask HN: What are you working on?
361–370 of 751 posts
Re: Ask HN: What are you working on?
#362https://github.com/kahing/goofys/ I've been spending what free time I have on this. It started out as a curious project to learn Go and to prove that a useful and good s3fs like project can be done relatively quickly. These days it's used by companies moving PBs of storage into S3 to research labs trying to analysis RNA sequences with 100s of machines. A couple things I hope to get done this year: * a reasonably easy…
Re: Ask HN: What are you working on?
#3631. A bunch of dev books, tutorials and content for https://getGood.at
2. A zero config JS dev tool, you can see the prototype for it on GitHub https://github.com/Hactar-js/hactar. Currently working on a major rewrite using Reason.
3. A JS bundler and ES7 compiler in Reason. Think webpack and babel but ridiculously fast (compile times measured in ms instead of seconds) and with a massively simplified developer experience.
Re: Ask HN: What are you working on?
#364 http://padnag.io/
The closest thing I could find was a nightmare to deploy on linux, so I decided to fix that. It's getting really close to finished, I just need a few more hours in the day :pRe: Ask HN: What are you working on?
#365Project: R.I.P.Link - a tool for finding dead links on the web[0]. The inspiration for this project came from Wikipedia and the Internet Archive partnering to fix broken links on Wikipedia[1]. After briefly searching around I couldn't find any great tools for this, and I decided it would be an interesting side-project. I was also looking for a good medium-size project to improve my Go skills and understanding of conc…
aim it at SEOs if you want to make money, broken link building is a pretty big strategy in the SEO world
Re: Ask HN: What are you working on?
#366A couple... 1. Record one album a month. An album must consist of no less than four songs. At least one song must be an original. I can only record on a 4-track cassette recorder. Problem: I'm getting older and find myself nostalgic for the days when I was running my record label and playing in bands. A small, manageable project with no expectations or demands to scratch that itch and get me away from computers for a…
It's going to take more then a couple of weeks, been working on it for more then 1 year :) https://subzero.cloud/
Re: Ask HN: What are you working on?
#367Every month I scan the previous months’ Hacker News 'Who Is Hiring' thread and build these stats. Hope others find this useful. Constructive feedback welcome.
This is only the first version. Next I'm planning to add more data for previous months/years as well and show the evolution of individual languages over time.
Re: Ask HN: What are you working on?
#368I'm working on a Uber like service for home-made food in my spare time (apart form having a day job). http://crave.yorker.me
But how do you reconcile "home-made" (as opposed to restaurant-made) with whatever Health Department equivalent operates in your area?
Are you just planning an end-run around regulations[0] a la Uber/AirBnB?
As far as I can tell, in most of the US (and probably many other countries) this isn't quite legal[1], for a combination of bad and good reasons.
[0]: http://smallbusiness.chron.com/licenses-need-home-cooking-bu... [1]: https://www.fastcompany.com/3061498/the-food-sharing-economy...
Re: Ask HN: What are you working on?
#369I'm trying to combine Animal Crossing, Morrowind's Alchemy skill tree, and Minecraft into one game. A core requirement is a personal goal to have no user interface in the game. Everything you do must be using your hands, not through menus, etc.
I recently released the Creative Crafting update, which you can read about here: https://potioneer.focusonfungames.com/doku.php?id=news:creat...
Re: Ask HN: What are you working on?
#370Solution: I'm creating an android app + webservice + chrome plugin to do it automatically. So the app reads the tan from the sms, sends it to the webapp. The webapp sends it to the browser plugin. Browser plugin enters the tan for you. ... Huge win :)
User base: everyone who does online banking with sms TAN 2fa but can't be bothered to enter the tan manually/doesn't care to much about security. ... So basically just me I guess ;)