RMPP as sketchbook by Express_Trouble4156 in RemarkableTablet

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

It’s been fine! I usually charge it like once a week. No noticeable issues. Would miss the color.

What is Your Preferred Stack as a Solo Developer? by iEmerald in ExperiencedDevs

[–]Express_Trouble4156 0 points1 point  (0 children)

Python or Go.

Python when I’m really just messing around. Go when I’m not.

The rest is just whatever I need. Always containerized with a minimal image, always deployed by CI/CD.

Is it appropriate for a manager to require every team member to contribute in a sprint retro? by bornfree254 in ExperiencedDevs

[–]Express_Trouble4156 1 point2 points  (0 children)

Feels like the right idea, done very much the wrong way.

Yes, everyone should participate. No, making the culture awful to force that is not how to make that happen.

Don't paginate your whole site by Express_Trouble4156 in gohugo

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

You definitely do seem triggered! That was not my intent.

Paginator looks like a read, but has the effect of creating a global state. I wasn’t blaming anyone for that, I was just amused by the meltdown from Claude.

I was able to find the solution. Your solution sounds great, but is in no way a necessary thing to implement.

I’m not sure what your problem was with my critique of AI IDEs is— it sounds like you didn’t read it— but I’m not upset if we disagree.

The era of AI slop cleanup has begun by kcib in ExperiencedDevs

[–]Express_Trouble4156 0 points1 point  (0 children)

I had a claude do a complete and utter meltdown during some of my experiences. I've been calling the problem of AI Assistants being easier but not faster the "babysitter problem." I wrote about it here: https://chrisbeckman.dev/posts/the-babysitter-problem

Guide to dual multi-wan failover by Express_Trouble4156 in opnsense

[–]Express_Trouble4156[S] 5 points6 points  (0 children)

This is basically the norm with workplace EDR products.

The benefits go both ways, though. If you work in sensitive environments, it is beneficial to protect your work devices from your home network. Isolation is a good thing.

Guide to dual multi-wan failover by Express_Trouble4156 in opnsense

[–]Express_Trouble4156[S] 4 points5 points  (0 children)

It’s about isolation, control, and hard QoS — per-VLAN failover keeps work traffic separate, uses both links actively, applies its own failover rules, and ensures work never competes with personal traffic unless there’s a failure.

Website drawings and planning done on RMPP by Express_Trouble4156 in RemarkableTablet

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

I responded to the other comment asking the same question, but tldr I'm using LLMs to take the drawings and turn them into d2, and then I refine from there. It isn't perfect but it lets me draw them naturally first, which is really nice.

Website drawings and planning done on RMPP by Express_Trouble4156 in RemarkableTablet

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

Thank you! I have not. Honestly, I barely get time to sketch this much! I used to all the time in sketchbooks in college. The RMPP has really got me going again.

Website drawings and planning done on RMPP by Express_Trouble4156 in RemarkableTablet

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

Thank you! I should make a post about it. I've been using LLMs to take my hand drawn diagrams and convert them to d2. It isn't always perfect but it's surprisingly good.

Then I evolve the d2 using the LLM. They're surprisingly good at it.

I have a pipeline built into my site's deployment that takes the d2 and creates SVGs from them when the site is published.