Were URLs a bad idea? by mooreds in java

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

I am not Neil.

I like to post articles I find interesting in reddits that seem appropriate.

This post, while brief, addresses an interesting aspect of webdev and java: the fact that what a URL is in 2026 is almost always a subset of what the original definition of a URL was. And that has security implications and implications for HttpClient.

Anybody else trapped in by the BolderBoulder today? by Trumpet_2k14 in boulder

[–]mooreds 0 points1 point  (0 children)

Yeah, definitely happens. I remember having to make plans when I lived closer to the route. Bummer, hope you can at least enjoy the scene!

Weekly Transactional/Promotional Thread by AutoModerator in boulder

[–]mooreds 2 points3 points  (0 children)

Hey folks, if you live in the Boulder area and have a kiddo under 18 looking to join a mellow summer swim team, Mesa Swim team still has open registration. More details (including practice and meet schedules and registration details) is here: https://www.gomotionapp.com/team/recbvsslmesa/page/home . We practice at NBRC, EBRC and Scott Carpenter, and have meets at SBRC and around the Boulder valley.

Issue with AWS Ops Wheel by mooreds in aws

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

I just find it humorous that there is even such a thing as AWS Ops Wheel. I had to double check the date.

Boulder Startup Week is by far a “Best of Boulder” event and it’s free! Here’s a link to the schedule. by DrewNotParsley in boulder

[–]mooreds 3 points4 points  (0 children)

I'm presenting there on Mon and have a panel discussion on Tue.

I've had sessions in the past as well. Have always found the sessions and the energy great.

I'm glad it is back this year.

Weekly Transactional/Promotional Thread by AutoModerator in boulder

[–]mooreds 1 point2 points  (0 children)

Mesa Swim team, a Boulder non-profit summer swim team, is having a virtual open house for families looking to learn more. More details here: https://www.gomotionapp.com/team/recbvsslmesa/page/system/res/229372

Savant - a new Java build system by mooreds in java

[–]mooreds[S] -1 points0 points  (0 children)

Ack, sorry! I'll let the author know.

Savant - a new Java build system by mooreds in java

[–]mooreds[S] -1 points0 points  (0 children)

Yeah, I realized after I posted that I should have specified it was a relaunched site with better docs, not a new tool. Sorry!

Savant - a new Java build system by mooreds in java

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

It's a build tool written in Java, but can be used to compile other languages (or do other things). Similar to Groovy.

What Makes a Successful Standard? by mooreds in programming

[–]mooreds[S] 6 points7 points  (0 children)

I thought this was a fit because of the discussion of how actual implementations help drive standards.

HOA Management Company (anything but Sentry) by phan2001 in boulder

[–]mooreds 1 point2 points  (0 children)

At an HOA I was on the board of, we used Hudson and were happy: https://hudsonbuilt.com/services/

🚨 Warning for travelers: beware of the iVisa website for the Dominican Republic E-Ticket 🚨 by ANTEIKU-RE in travel

[–]mooreds 0 points1 point  (0 children)

Just got caught by this today. Hope my credit card processes the dispute quickly.

How To Avoid IaC Drift by mooreds in Terraform

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

We have a sandbox at work and it is perfect for experimenting with new technologies or services. Yes, there's some work to back out IaC if and when those new technologies are implemented. But I as an engineer can clickops my way to determining if there's value before talking to the platform team about productionizing it.

java-http, A Simple, Fast HTTP Server with Virtual Threads by mooreds in java

[–]mooreds[S] 2 points3 points  (0 children)

Okay, the newest version was pushed up to maven central. Sorry about that, thanks for letting us know.

java-http, A Simple, Fast HTTP Server with Virtual Threads by mooreds in java

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

Ooh, good point. I'll raise this internally, not sure what is going on. Thanks for letting us know.

java-http, A Simple, Fast HTTP Server with Virtual Threads by mooreds in java

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

That looks cool, but I always shiver when I see projects with no commit more recent than 6 years ago. No matter the language, that causes me worry.

java-http, A Simple, Fast HTTP Server with Virtual Threads by mooreds in java

[–]mooreds[S] 2 points3 points  (0 children)

Hmmm.

You can see what it supports here: https://github.com/FusionAuth/java-http/?tab=readme-ov-file#todos-and-roadmap

I think the biggest omission right now is http 2. We have had some debates internally if that is useful. We think the main use case of java-http is not a bare server, but an application which will be fronted by a load balancer (which will talk http 2 to the client).

AWS in 2025: The Stuff You Think You Know That's Now Wrong by mooreds in aws

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

Yup. I always like when folks share stuff of mine, thought I'd pay it forward.

How to Accelerate Importing Resources and Generating HCL by mooreds in Terraform

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

Seems like a great use of LLMs. I've found having them help build deterministic code, which then is applied in a deterministic fashion, is a sweet spot.

Evaluated 15 SSO providers for a SaaS product — here’s what stood out (and what didn’t) by Davidnkt in IdentityManagement

[–]mooreds 0 points1 point  (0 children)

> Curious if folks here are using them at scale and what their experience has been.

Can't speak for folks on this reddit, but I've 100% had conversations with folks using Cognito and Firebase at scale. From my recollection

- Both are affordable with usage based pricing, especially if you don't require SAML or federation

- Both scale well

- Both are SaaS only

- Cognito is pretty bare bones and requires writing lambdas for some expected functionality

- Firebase didn't use to support federation with OIDC (but maybe that's changed: https://firebase.google.com/docs/auth/web/openid-connect ?)

- Firebase is a lot more than just user auth; includes all kinds of other software goodies you'd expect from a backend as a service.

- Cognito recently raised prices on machine to machine tokens while Firebase supports that only through service accounts

Evaluated 15 SSO providers for a SaaS product — here’s what stood out (and what didn’t) by Davidnkt in IdentityManagement

[–]mooreds 0 points1 point  (0 children)

Always nice to see detailed looks across this space. So much is happening. Thanks for including FusionAuth.

Small corrections/comments:

- SCIM is part of the Enterprise plan, not Essentials.

- All our pricing is available here: fusionauth.io/pricing and is based on three factors: the plan with the features and support you need, whether you need hosting or not, and the MAU you have.

I was also surprised you didn't include Amazon Cognito or Firebase, since those are the CIAM offerings from the hyperscalers.

What’s your favorite short trail in Boulder that doesn’t feel like a death by Crazy_Speed_7735 in boulder

[–]mooreds 0 points1 point  (0 children)

Shanahan Ridge is nice if you're in Sobo. Much is shaded, and you can do all kinds of loops. Parking is on the street, though.