Ask HN: What is your side project for 2017?
81–90 of 121 posts
Re: Ask HN: What is your side project for 2017?
#82Re: Ask HN: What is your side project for 2017?
#83Re: Ask HN: What is your side project for 2017?
#84I believe any article longer than 3 pages should have a table of contents. If readers feel bored, they can look into the TOC, jump to other section to find something fun. But most of they don't have one. So I make it my self. This's inspired by this Firefox addon[1] (no longer maintained).
[0]: https://github.com/letientai299/userscript-auto-toc
[1]: https://addons.mozilla.org/en-US/firefox/addon/table-of-cont...
Edit: Add newline between links.
Re: Ask HN: What is your side project for 2017?
#85Continuing to work on http://asoftmurmur.com I've been working on an iOS app for a while that is due to launch in the next couple of weeks, after a long period of having no time to work on the project
Re: Ask HN: What is your side project for 2017?
#86I believe that people want help finding "smart home" devices that will work well with the existing equipment in their home, and that they would pay good money for that because buying the wrong equipment is a frustrating (and expensive) mistake. I'm building a way to help you pick the connected equipment that will work best for your home, based on what you want to control, how you want to control it, and the equipment…
Just one suggestion, can you offer information on device security also? A collection of devices may work well together, but if I was buying a smart home device I'd want to be informed of any security issues as they're discovered. The escalations in DDoS size that we saw in 2016 were supposedly driven by a high number of insecure smart home/IoT devices, I'd like to do what I can to stop this becoming a trend.
Primarily driven by home routers, not IoT devices.
Re: Ask HN: What is your side project for 2017?
#87build a ESP8266 opened door detector (or try it with rust with a RTL8710 https://www.reddit.com/r/rust/comments/5lfpnk/rust_on_rtl871... )
build a ROS robot with SLAM using a 3D cam : http://www.ros.org/
build a multicopter : https://www.reddit.com/r/Multicopter
Re: Ask HN: What is your side project for 2017?
#88I also started my personal blog today at http://mdoliwa.com with 30 days blogging challange :).
Re: Ask HN: What is your side project for 2017?
#89Re: Ask HN: What is your side project for 2017?
#90Earlier quoted context omitted.
well please make it so that it's truly easy to install. And I mean REALLY easy. I have tried at least 10 cloud solutions and I havent managed to successfully install any of them. The best one yet was tectonic but their error messages were too non-existent or vague at the end and the emphasis here is on non-existent.
Yes! I've been thinking of ways to do this, and the idea on top of my list is a live usb image that asks for stuff like network parameters, then configures the live image as a 90% functional node from which the first real host can be pxe booted. After the first host(s) have been installed the admin should be able to reboot the live host and add it to the cluster for real. Right now i have a running Openstack cluster…