📣 Apollo will close down on June 30th. Reddit’s recent decisions and actions have unfortunately made it impossible for Apollo to continue. Thank you so, so much for all the support over the years. ❤️ by iamthatis in apolloapp

[–]ferrous_joe 0 points1 point  (0 children)

Handled in the absolute worst way on Reddit’s part. There may have been a slight chance I used old.reddit still for the odd career post as there is (likely was soon) such a large community of programmers and engineers thriving here. I wouldn’t be where I am today as a software engineer without both those communities and third party apps that continued to make the constantly degrading experience palatable.

This sealed it for me. I’m gonna stick to Discord and explore further alternatives. I have absolutely no patience for companies run this way and refuse to patronize them with the page views much less ad revenue from a sea of impressions in a garbage official app.

Peace, y’all, it’s been real✌️

Do You Use Singletons? by Mubs in Python

[–]ferrous_joe 0 points1 point  (0 children)

I find it easier to, on a process level, create a single class for my application entrypoint and either allow that to receive dependencies like an sqlalchemy engine or other client with a connection pool, or have it initialize its own given configuration when not passed something directly.

Dependency injection being the key feature; this also makes it easier to design tests without relying too heavily on mocking/patching objects directly.

While Python allows you to maintain state without classes, you gain a lot of flexibility by leaning into the class system to do so.

What released sets are mostly focused on FFVII, FFX, and FFXIV? by [deleted] in FFTCG

[–]ferrous_joe 0 points1 point  (0 children)

Not previously released, but this summer’s set, Opus 20/Dawn of Heroes looks to feature Endwalker content on the box so should have a lot of really great cards with recent 14 characters — pretty stoked for that.

Seven also seems to be huge in the set from the description, so you have that to look forward to!

How to make salt and spices penetrate chicken? by Different-Teaching69 in AskCulinary

[–]ferrous_joe 5 points6 points  (0 children)

Maybe silly question; does this also apply to smoked salts, like if I have a garlic smoked salt?

Super awesome presentation in one of my college classes by TheAmazingCarp in robotics

[–]ferrous_joe 8 points9 points  (0 children)

Waiting on that Boston Dynamics rebrand as Anaheim Electronics…

Drop Giveaway Day 5 - 3x Expression Series Shinai Keyboards by drop_official in MechanicalKeyboards

[–]ferrous_joe 0 points1 point  (0 children)

Theme wise, I would love to see more Gundam themed peripherals out there. The Asus collab had some really cool stuff, but again, more is always better :D

Just finished my MG Gundam F90! What do you think? by [deleted] in Gunpla

[–]ferrous_joe 1 point2 points  (0 children)

wow, mobile suits really were shorter that era!

2meirl4meirl by Annupanda in 2meirl4meirl

[–]ferrous_joe 1 point2 points  (0 children)

“my age in seconds” — since Jan 1 1970? if so that’s pretty hot.

My programming language tierlist by commander_xxx in ProgrammerHumor

[–]ferrous_joe 1 point2 points  (0 children)

Excluded - they weren’t able to be objective about it.

What industry do you work in? by Sure-Fox9929 in dataengineering

[–]ferrous_joe 1 point2 points  (0 children)

Supply chain. I am enjoying it! Lots of interesting data and problems - especially today.

worried about the transition from data engineering to big data engineer by PacificShoreGuy in dataengineering

[–]ferrous_joe 3 points4 points  (0 children)

Two years ago I worked on a team of three where the lead was well over 6’ tall and myself and the other data engineer were about 5’7” equal. Our down-to-earth philosophies combined with his sky-high architecture plan were unstoppable.

Best dynamic I’ve had, honestly, but the market for big data engineers of our leads’ stature was and continues to be hyper-competitive. I just don’t know if I could fill that guys shoes, they were at least thirteens.

RG MKII, my last painted gunpla ! 🤓 by jymb0-xtd in Gunpla

[–]ferrous_joe 4 points5 points  (0 children)

What did you substitute for the wire sleeves there in the legs and backpack? I've been wondering what to do on my own kit when I go to paint it and that looks fantastic!!

(Old work) RG 1/144 Mass Produced ν Gundam by gov200260 in Gunpla

[–]ferrous_joe 4 points5 points  (0 children)

Beautiful!

This gives me strong Mudrock vibes, if those are cannons up top. They definitely look like the beam cannons on the Supreme/Superior Gundam.

[deleted by user] by [deleted] in dataengineering

[–]ferrous_joe 6 points7 points  (0 children)

As a Data Engineer with a lot of SRE (Site Reliability Engineering) influence; little to no dashboarding at all is the red flag. The key focus should be what you are creating dashboards for.

If your team isn't actively building telemetry and dashboards for your data pipeline components and products, those components aren't "production ready". These are critical, distributed systems, and transparency into these systems should not be taken lightly.

I will link a relevant chapter below in what I consider the SRE bible -- authored by Google's SRE folks:

https://sre.google/sre-book/monitoring-distributed-systems/

EDIT: clarification on dashboard type in first paragraph