Ian Ellis

@magicalbob
10 Followers
15 Following
25 Posts
πŸ‘¨β€πŸ’» DevOps veteran | 🧠 AI prompt author
πŸ§ͺ Building (terrible) tools at the edge of automation and cognition
πŸ”§ Self-hosting, Kubernetes, Python β€” and a touch of chaos
✍️ Medium: @ellisiana
🏍 Electric rider | πŸ’­ Consciousness explorer | πŸ§™β€β™‚οΈ @magicalbob
What I'm really getting at is that mass public participation in politics only goes back to early 1900s. Conservatism was a 1st order approach to maintaining status quo. Applying 19/20th century thinking to 21st century problems? Maybe realisation of its limitations is starting to kick in now?
Have would-be-king Trump & Netenyahu made an awful mistake with their decapitation attempts in Iran? Are they foiled by modern networking?
Left/Right always confuses me. I tried a 2x2 framework inspired by D&D, but with neutral labels: Community/Individual-Focused (who benefits?) and Structure/Flexibility-Preferring (how to decide?). No good/bad and 'law/chaos - just different priorities. Understanding, not insulting. Thoughts anyone?
Inverted view of social media
doesanyoneelseusescriptiocontinua?IuseitalotwithLLMs.Theyseemtohandleitprettywellanditsavesmegingforthespacebarbetweeneveryword.
@earthlyeducation meanwhile I cheer. Let the suits tremble ;)
"cost of living" is a bleak expression, the idea of a mandatory cost being associated with being alive is dystopian
Par for the course with this government. They really don’t believe #climatechange is a problem. #nzpol https://newsroom.co.nz/2025/06/24/170m-promised-for-ev-chargers-yet-to-materialise/
$170m promised for EV chargers yet to materialise

The National Party promised to "supercharge" electric vehicle infrastructure but critics say it’s more of a trickle.

Newsroom

Day 12

Implemented password reset functionality using JWT:
/auth/remind-password generates a short-lived token and sends it via email
/auth/reset-password verifies the token and updates the password using bcrypt

Validation handled with class-validator.
Endpoints documented with Swagger.
Token secret and base URL configured via environment variables.

https://write.tyolabs.com/?p=33

#programming #typescript #saas #microservices #monorepo #codingdays

Day#12 Password Reset Flow with JWT in a NestJS Backend – Ideas. Engineered.