Dev to Agency ( https://devtoagency.com ) - I am writing on how developers can start and run their own custom software agencies. This is from my experience starting, running, and selling my agency over 8 years... I have never written before this, and not sure if it's something I will after this - but at this stage I need to "get it all out of my head". I don't foresee this being a forever project because ultimately I…
Thank you for this, this is exactly what I am looking for.
Ask HN: What is your “I don't care if this succeeds” project?
471–480 of 501 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#472Earlier quoted context omitted.
This is cool I have a similar thought in mind as well as far as having specific meals/ingredients to buy and suggest at random with cost for next grocery run. Looked at the repo, any screenshots of the UI/interface?
I don't have any on hand, but it's extremely bare bones. Plain HTML, no CSS, no JavaScript. Also I don't have a permanently running server yet, I just boot it up with a sqlite db in Git when i need to use it. Might respond later with screenshots if i remember when its more convenient for me.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#473It’s been a lot of fun to develop, and finally gave me a chance to try out Mithril.js which is a pretty sweet piece of minimalist software.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#474Re: Ask HN: What is your “I don't care if this succeeds” project?
#475https://loodio.com - A smart device for bathroom privacy I built it for myself because I just hate not having privacy living with my girlfriend. Then some other people enjoyed it and I made it into a product that is launching on Kickstarter soon.
And honestly I don’t care if it takes off or not. I urgently need it. However it would be nice to get back those 50k I’ve spent on the development process but in either case I learned a lot.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#476Earlier quoted context omitted.
> fake-news that GMO may be harmful. I would argue that saying all GMO products are equal and the entire concept is safe is also not correct. To me, "GMOs are totally safe" sounds a lot like saying "chemicals are totally safe." There are multiple techniques, many possible product categories, with many possible safety outcomes. The safety relies on regulation by U.S. agencies which are mostly compromised by regulatory…
See my link above with scientific references. In the same way you can add poison (or herbicides) in non-GMO crops. It does not prove anything. See also: https://xkcd.com/641/ .
Re: Ask HN: What is your “I don't care if this succeeds” project?
#477Host your shit at home without exposing ports to the world.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#478Writing a book on how to advertise on google ads. Don’t care if I make any money; I see so much money wasted on Google ads I want to at least try to centralize good Ads practices.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#479An engine rewrite of a Japanese roguelike I played a lot[1]. I like Emacs, so I decided to see what would happen if I tried writing it in the style of what Steve Yegge calls "living systems", where all the code is interactively callable in-game and reusable in mods. There is no scripting layer, the implementation and extension language are one and the same (Lua). I like to think of the engine as a massive programming…