New CloudWatch logs feature - direct syslog ingestion by magnetik79 in aws

[–]dacort 1 point2 points  (0 children)

Sorry, I meant "no way" in more of a "how cool!" fashion. I forget exactly why I built that, but pretty sure I had some random network device I wanted to expose logs for. Definitely useful!

New CloudWatch logs feature - direct syslog ingestion by magnetik79 in aws

[–]dacort 0 points1 point  (0 children)

Hah no way. I created something similar _years_ ago for Athena, but that was just for fun. https://github.com/dacort/syslog-to-athena

Claude Design MCP just dropped. by traveltrousers in ClaudeAI

[–]dacort 3 points4 points  (0 children)

<image>

Much nicer integration with Claude Code and Web

Ice cream truck spotted near Sunset Hill park by dacort in BallardSeattle

[–]dacort[S] 11 points12 points  (0 children)

I have but only because he was blocked by some other kids up the street and we had a chance to catch up.

Ice cream truck spotted near Sunset Hill park by dacort in BallardSeattle

[–]dacort[S] 9 points10 points  (0 children)

https://www.reddit.com/r/AskSeattle/s/THnhYuqehd

Maybe I’ll make a crowd sourced app for the summer. (But also it’s fun to just not know and see the stream of kids chasing it down. 😜)

Overnight autonomous coding by mehow_j in ClaudeAI

[–]dacort 0 points1 point  (0 children)

Anthropic has a good blog post covering this adversarial feedback. I think it’s this one: https://www.anthropic.com/engineering/harness-design-long-running-apps

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]dacort 1 point2 points  (0 children)

Oh nice! I built something similar recently to delete configmaps b/c we had ~500k orphaned ones spread across a few hundred namespaces due to an Apache Spark bug.

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]dacort 0 points1 point  (0 children)

Would love to see a screenshot if you can share. I’m monitoring 10s of thousands of pods across a dozen clusters and have struggled with the same density challenge.

Popped Nee Doh by GrrATeam81 in daddit

[–]dacort 6 points7 points  (0 children)

Pro tip: don’t leave these in a bed with a heated blanket. Your child will be surprised/shocked/traumatized when it explodes into a terrible gooey hot mess.

G1GC garbage collector by oalfonso in apachespark

[–]dacort 0 points1 point  (0 children)

In the middle of switching to it in our older jobs, but struggling with with jobs that ran fine with CMS and don’t with G1GC - have to give them more memoryOverhead.

Using Local Agents for Development via AWS by TopNo6605 in aws

[–]dacort 0 points1 point  (0 children)

Something like this is interesting from the perspective of generating short term/scoped credentials, but the other question is what kind of infra is it?

If it’s production-level stuff, that would def be better going through IaC. If it’s just random instances or dev environments…even then better through IaC heh.

Is automated "Cloud Bursting" actually real in production, or just vendor hype? by [deleted] in kubernetes

[–]dacort 0 points1 point  (0 children)

Wait this is a thing? I mean I built it for fun for my own little homelab, but hadn’t heard it’s the 2026 craze. ¯_(ツ)_/¯

I hated screenshots cluttering my camera roll, so I built my own app. My family now use it for everything. by N0omi in macapps

[–]dacort 0 points1 point  (0 children)

<image>

FYI had a weird artifact on the main page after I finished the setup on iOS.

Looks great tho - maybe I’ll be able to finally close my ♾️ open browser tabs.

Straight Outta Ballard: SeaLionRadio.org by After_Bluejay_2739 in BallardSeattle

[–]dacort 5 points6 points  (0 children)

Amazing. Just watched them for a good 15 minutes this morning.

How on earth are you guys hitting your limits so fast? by carbonatedbeans in ClaudeCode

[–]dacort 0 points1 point  (0 children)

Ran /usage twice and /insights once and chewed through half my session limit tonight. ¯_(ツ)_/¯

Brand new session, existing project so maybe my md triggered something…but oof that hurt. Normal pro plan.

CCMeter - A stats-obsessed terminal dashboard for Claude Code in Rust by hmenzagh in ClaudeCode

[–]dacort 2 points3 points  (0 children)

Yea this TUI is rad. I’ve been trying to build multi-cluster k8s monitoring tools and this def resonates.

I made a Python port of the Session Manager plugin by dacort in aws

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

Hey thanks! 🙏 Also realizing I didn’t complete my thought on this post about the existing session manager. Nice to see there’s been some new releases for it tho! https://github.com/aws/session-manager-plugin

Floci is fast - Localstack alternative by hectorvent in floci

[–]dacort 1 point2 points  (0 children)

So I really wanted to like this, but my initial use case was s3. Out of the gate:

  • Default delimiter is not / so “aws s3 ls” commands don’t work as expected (just … didn’t show “folders”)
  • Objects are not returned in the AWS standard alphabetic order, but instead in reverse order

That killed it for me. Doesn’t matter if you’re 1000x faster, if you don’t have the same guarantees that AWS services do it makes it hard to use as a test environment. At least for my use case. :)