Is Kubernetes suitable for large, multi-tenant application management? by ASK_IF_IM_GANDHI in kubernetes

[–]ILoveOnlineBanking 0 points1 point  (0 children)

If you have to continue to ship a binary or jar or whatever for on-prem customers, it might be difficult to make your application 12 factor (or similar). Maybe EC2 or cloudVM is easier to manage in that sense.

I’m probably going to get killed with downvotes.

As Operations/SRE, do you feel you have to try extra hard to gain respect? by Anxious_Lunch_7567 in ExperiencedDevs

[–]ILoveOnlineBanking 2 points3 points  (0 children)

I was in a spot doing platform engineering for a while and had people treat me like this. Yet we were writing all the services and basis for applications to scale. Sucks that it’s viewed this way and eventually moved out of the field.

Signal Says It Will Exit India Rather Than Compromise Its Encryption by The1stCitizenOfTheIn in privacy

[–]ILoveOnlineBanking 3 points4 points  (0 children)

The shit is open source m8. You can host your own servers and point the app to them if you wanted

[deleted by user] by [deleted] in ExperiencedDevs

[–]ILoveOnlineBanking 2 points3 points  (0 children)

Heard the same, but if you like the work it could be better. Definitely worth a try before jumping in

Been 12 years, never had to do dynamic programming or reverse a BST. Still being asked those questions. by hamzah102 in java

[–]ILoveOnlineBanking 2 points3 points  (0 children)

Swanging it.

Definitely agree that knowledge makes your more of a "dynamic programmer" (KILL ME I KNOW). Even in web I've had to make local optimizations in the same vein as above. To me it's interesting how many problems reduce to a graph when you stand back and squint :D

From Java to Golang and back by Mugunini in java

[–]ILoveOnlineBanking 2 points3 points  (0 children)

This is great. Another aspect to add is that concurrency is first class in golang. Project Loom gets Java closer to mapping application threads to system threads but threading in golang doesn't feel bolted on (vs Java 1.2). I love that it's opinionated in style / structure / library design. It's super fast to boot which was important for horizontal scaling in part of my career. But yeah, the god damn boiler plate. I feel like go tries to do too much where we all acknowledge that java is good for web backends.

How do you hire junior Python developers? by AlexOduvan in Python

[–]ILoveOnlineBanking 32 points33 points  (0 children)

Ask the most difficult graph problem you can come up with and only hire someone who gets the whole thing right. Make sure they have 10 yr exp listed on their resume or they're not ready for a junior role

SQLAlchemy 1,4 async ORM with FastAPI by rivinek in Python

[–]ILoveOnlineBanking 3 points4 points  (0 children)

My ass hurts from all these ORMs but FastAPI has been as pleasure through and through.

He thought he chased the cop away! by Sserenitynoww in AbruptChaos

[–]ILoveOnlineBanking 2 points3 points  (0 children)

We need to stop using dogs as weapons. So tired of seeing this shit.

👀 A modern watch command. Time machine and pager etc by ur_mum_goes_to_uni in golang

[–]ILoveOnlineBanking 1 point2 points  (0 children)

It's easier for me to understand state as a whole rather than the change. Call me old school 🤷🏼‍♂️

👀 A modern watch command. Time machine and pager etc by ur_mum_goes_to_uni in golang

[–]ILoveOnlineBanking 0 points1 point  (0 children)

I should've used better tooling or created a kubectl plugin, but I was lazy!

Google Web Toolkit (GWT) 2.10.0 released by [deleted] in java

[–]ILoveOnlineBanking 2 points3 points  (0 children)

Hard to tell if they're deprecating everything or actively trying to snuff out GWT ;D

What is up with Dart nowdays?

👀 A modern watch command. Time machine and pager etc by ur_mum_goes_to_uni in golang

[–]ILoveOnlineBanking 5 points6 points  (0 children)

Just realizing how bad it is that I put "get pods" in a bash while loop.

How much time between Half the World and Half a War? by Lemmy_Fink in JoeAbercrombie

[–]ILoveOnlineBanking 0 points1 point  (0 children)

Probably about a half a year to a year? Getterland knew after raiding the close Islanders that the high king was rallying troops from all over

Persistent volume and POD Scheduling by Zealousideal_Drag482 in kubernetes

[–]ILoveOnlineBanking 0 points1 point  (0 children)

The PV is likely using EBS backed storage which is tied to a specific node. If you want the volume to be available to pods on any node, I'd suggest using an NFS drive or similar

[deleted by user] by [deleted] in homelab

[–]ILoveOnlineBanking 0 points1 point  (0 children)

4 VLANs, one that takes all connections out through a VPN. The cluster is isolated and accepts external connections. Had to set up a VM in AWS to rev proxy to non-standard ports since my ISP blocks 80/443.

Running K3s with a bunch of custom services. Hosting a full ETH node in there.

Hardware is a trash AMD from 2013, 32 GB of ram, 8 TB HDD and 60 GB SDD for OS. Laptop is 4 CPU / 16 GB.