iluminae

u/iluminae@lemmy.world
1 posts · 71 comments

Recent posts

Recent comments

on Beaten by Belgium · c/politicalmemes · 3 pts · 63d

man it's really bothering me that the Washington monument and Capitol are on the same side of the pool as the Lincoln memorial.

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.

on *Permanently Deleted* · c/aww · 10 pts · 2y

Looks more like a Bichon Frise rather than a Poodle - but probably an unnecessary distinction, as it is still cute.

DietPi (debian) on all my ARM servers, Fedora-CoreOS on all the x86-64 servers, a pi400 as my desktop running fedora, SteamOS on the steam deck.

Some of these sovcits are trying to solve an imaginary puzzle, this guy is something else.

Seriously though, these appear to be the thoughts of a mentally unwell person - if you actually have contact with this person OP - make sure someone is in charge of his meds.

proficient at some point in the last 20 years:

  • C
  • ladder logic (for PLCs - dont take this from me)
  • Verilog
  • VHDL
  • C#
  • C++
  • PHP
  • Go (this is my daily driver)

I would hate to count JavaScript and friends.

on Gettysburg · c/politicalmemes · 27 pts · 2y

The word salad is something - but that venue is over 2hr away from Gettysburg, PA.

Like going to Augusta, GA and saying "Atlanta, oh Atlanta. Atlanta, Atlanta, Atlanta...."

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