I just started working on a cli tool to easily create, manage, and spin up dev environments in docker containers. The initial impetus for starting the project was to try out Doom Emacs without messing with my current Emacs setup, so an example session could be: dv new emacs dev-img-emacs:latest dv start emacs dv conn emacs The first line creates a new "development environment" named emacs, based on the docker image d…
Have you considered using LXD instead of docker? LXD container instances are much better suited for portable dev environments. They are persistent by default and are intended to run multiple processes within a container instance. They can also be copied/migrated between lxd agents. In contrast, docker was created to run a single ephemeral process per container. It's nice in production environments, but its also a hug…
Ask HN: What is your “I don't care if this succeeds” project?
361–370 of 960 posts
Re: Ask HN: What is your “I don't care if this succeeds” project?
#362I made a website to listen to Super Nintendo / Super Famicom music emulated in the browser. It was a great way to learn about Emscripten. Not sure what it would succeed at other than being popular, and I can assure you it is not. https://sfc.fm/
I love this! Wonder if it would be possible to make something similar for other consoles (I'm thinking Game Boy?)
try that one.
edit: oof no game boy, but I'll leave this in case anyone doesn't know about it.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#363I made it into a podcast because I wanted to practice my editing skills, but it was also kind of therapeutic being able to talk about all this. So I don't care whether there's a huge audience. Creating the podcast was a goal in itself, which I achieved :)
If you're Dutch and want to give it a listen, here you go: https://stitcher.io/de-job
Re: Ask HN: What is your “I don't care if this succeeds” project?
#364https://myhikes.org It's my own personal hiking journal that I've made public so that other folks can document their own adventures too. It'll always be there as a way to explore something new or challenge myself - either to hike more miles, more vertical feet, adding new trails, or by building new features and working with contributors. There will always be new trails to explore, map, and write about over the course…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#365Re: Ask HN: What is your “I don't care if this succeeds” project?
#366https://gallery.fitbit.com/details/2187c817-4a13-409a-bf6c-8...
At some point I might separately publish the JS library that does all the calculations if I can get the code to a less embarrassing state.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#367I am taking down the corrupt top judge of a leading Western nation, for fun. A first instance judge had committed a serious criminal offense. Her husband, a wealthy and influential lawyer then bribed the presiding appeals court judge. So I made the assumption he would also influence the ensuing constitutional court case. The case had been accepted by the court and assigned a case number. I waited for a month then cau…
Re: Ask HN: What is your “I don't care if this succeeds” project?
#368The site has [Edited to add an example]
Here's one of the regulars:
Re: Ask HN: What is your “I don't care if this succeeds” project?
#369https://github.com/maxvfischer/DIY-CNC-machine A CNC-machine I built using 40x 3d-printed parts.
https://github.com/maxvfischer/Arthur An AI art installation using a GAN network, Samsung The Frame, a button and a PIR-sensor.
https://github.com/maxvfischer/DIY-arcade A full-size Arcade Machine.
Re: Ask HN: What is your “I don't care if this succeeds” project?
#370My day job. Personal projects get a little more heart, but "success" to me is usually intrinsic, not extrinsic. I'm probably a little weird when it comes to motivating factors, but not alone.
Have you considered using "will the skills I hone here help me with my side projects?" as a way to decide which job to apply for? I don't have enough data to say it's a good idea, but so far I'm liking it.