iluminae

joined 1 year ago
[–] iluminae@lemmy.world 11 points 2 months ago

In a professional setting, sometimes the cost of developing something more performant in C is not worth it. The velocity unlocked by creating systems in Go is just incredible, after your company has built everything in C[++] for decades. I find myself creating gRPC APIs in Go to solve most design challenges, because it's stupid fast to develop and is fairly maintainable after.

[–] iluminae@lemmy.world 6 points 6 months ago

Are you running them from your user session? If so, when you log out it will stop your processes, unless you have enabled 'linger' mode.

[–] iluminae@lemmy.world 98 points 6 months ago* (last edited 6 months ago) (5 children)

Ok but we can see it says Furry Fandom as the page you are on, there is no way we just like, ignore that - right?

[–] iluminae@lemmy.world 7 points 6 months ago (1 children)

I was excited for this car that was all about simplicity and recyclability, sacrificing speed and features: https://www.citroen.co.uk/about-citroen/concept-cars/citroen-oli.html

But of course, they will never actually make and sell it :(

[–] iluminae@lemmy.world 3 points 7 months ago* (last edited 7 months ago) (1 children)

You could write a script that just restarts your container, make sure unprivileged users cannot edit it, and do one of two things:

  1. make a sudoers entry for your unprivileged account to call just that script as a user in the docker group with sudo
  2. use setuid on the script to have it execute from the docker group even when executed by users
[–] iluminae@lemmy.world 4 points 8 months ago

K8s has a mild solution to chicken and egg situations for nodes - the nodes support 'static manifests' which can be pods they know how to bring up before ever connecting to the API server. So you could have your wireguard peer be brought up this way. Downside is while those static manifests show up in k8s APIs, they aren't fully manageable since they are defined by files on disk.

[–] iluminae@lemmy.world 8 points 8 months ago (4 children)

As a IBM developer - ouch man, that hurts. I guess I'll just go back my job doing... nothing (actually sounds like a sweet job)

[–] iluminae@lemmy.world 175 points 9 months ago (31 children)

But flight data is available - this guy just labels her N number and filters the data in a creepy way. I get that it's probably causing her danger to have stalkers waiting at the destination for her - but those stalkers always had access to this flight data.

Seems like a workaround for Taylor would be to not own a plane and charter a different one every time. (Or do something actually environmentally minded :/)

[–] iluminae@lemmy.world 1 points 9 months ago

Yea it's very easy to learn enough to run, it has built-in service discovery and secrets now, and writing parameterized jobs feels so much nicer than a helm chart in k8s.

10/10, would orchestrate again

[–] iluminae@lemmy.world 3 points 9 months ago (4 children)

I use k8s at work a lot - I choose to use Nomad at home, you may want to add that to your shortlist.

[–] iluminae@lemmy.world 2 points 9 months ago

I am nearly complete migrating my ceph cluster and nomad compute cluster to arm :shrug:

[–] iluminae@lemmy.world 5 points 9 months ago* (last edited 9 months ago) (1 children)

This - no one can agree how long a day, week, month, year etc are!

Like sure it's 24 hours in a day but is a year 365 days? No, not technically speaking.

Time has always been really hard for programmers.

0
submitted 1 year ago* (last edited 1 year ago) by iluminae@lemmy.world to c/asklemmy@lemmy.world
 

Hi Lemmy, My HOA sent out a email saying dogs are no longer allowed on any grass in common areas or front yards including grass between sidewalk and curb which is.... everywhere except our own tiny backyards. The reasoning is some dog urine effected dead spots. Honestly I didn't even notice them, it's 95° here and all the grass looks sad.

It's a walking town and we are not a gated community, non-residents walk their dogs here all the time, so this rule can only punish those who live here and has no ability to effect others.

Anyway, this seems like a 'we have tried nothing and we are all out of ideas!' moment so I wanted to see if anyone here had any suggestions I can pass on to maintain a "good" curb appeal ground cover-wise while allowing dogs to do normal dog stuff.

I can converse with the HOA board in good faith, but this rule is basically banning dogs from the neighborhood - which I super did not sign up for.

Pertainent info: PA, USA - Town Home style homes - small central common grass - owned for 8y.

Edit: it seems like people may have glossed over the question part and skipped straight to HOA bashing (which is warranted at times!) so I will rephrase:

What ground covering or neighborhood solutions to similar (perceived) issues have other communities employed?

view more: next ›