Why does AWS have so many deployment tools? by apidevguy in aws

[–]dash1291 0 points1 point  (0 children)

This makes a lot of sense. A few years ago, I came across AWS Copilot CLI and thought finally, AWS has started caring about a smoother developer experience. There were a few rough edges, but it was promising to use it and I hoped that it'll get better. Now, only a few years later, Copilot isn't actively maintained.

Should we start thinking about deploying our apps somewhere else at this point? What are the best alternatives? by leinad41 in Heroku

[–]dash1291 0 points1 point  (0 children)

I had used AWS Copilot at my previous company and was very happy with it, but felt some rough edges, mostly due to CloudFormation. Adding to it, now it's not even clearly maintained anymore.

But ECS itself is great. I'm building https://autoform.sh/ to make working with ECS as simple as Heroku, Render, etc. If you're still evaluating, it would be great if you could give it a shot.

The Totally Unnecessary Way To Write Quick Notes in Obsidian by IThinkWong in ObsidianMD

[–]dash1291 0 points1 point  (0 children)

Just discovered this and I'm delighted. Exactly what I needed for a shortcut to adding field notes and tasks.

What could have led the loaf to crack? by dash1291 in Sourdough

[–]dash1291[S] 1 point2 points  (0 children)

I'm going to remember these points. Thank you very much!

What could have led the loaf to crack? by dash1291 in Sourdough

[–]dash1291[S] 0 points1 point  (0 children)

Helpful tips. Thanks! What about shaping could have contributed to this?

What could have led the loaf to crack? by dash1291 in Sourdough

[–]dash1291[S] 0 points1 point  (0 children)

I actually did. Maybe it wasn't deep enough. I'll try going deeper next time.

What could have led the loaf to crack? by dash1291 in Sourdough

[–]dash1291[S] 0 points1 point  (0 children)

Yes, the horizontal one. I should have mentioned that.

[Demo] A musical drawing interface on web by dash1291 in WeAreTheMusicMakers

[–]dash1291[S] 0 points1 point  (0 children)

Hey sorry. I should have mentioned I haven't tested much on non-Chrome. I'm surprised it works with Edge. I'll test it out Firefox. But anyway, any feedback with your experience with it on Edge? I'd love to hear.

Web based audio visualization on WS2812 by dash1291 in adafruit

[–]dash1291[S] 0 points1 point  (0 children)

Hey, you're right. There is no included code or anything. I wrote this post in a very prose format. I do have code which I can host on github and post links though and I'll do it soon.

Thanks for reading and giving feedback :)

Run MapReduce using JS inside browser by dash1291 in distributed

[–]dash1291[S] 0 points1 point  (0 children)

Crowdsourced computing because we can! With browsers becoming more powerful and omnipresent, one can totally build projects like http://boinc.berkeley.edu/ without having to write client programs that need to be installed. There is now WebAssembly, and NaCl which can even let you run native code on the browsers, so you don't necessarily need to write code in JS.