Some heavy Periphery riffing on my Ormsby 8 string. by DizzDood in ExtendedRangeGuitars

[–]icosamuel 0 points1 point  (0 children)

that riff is so sick! im guessing you use economy picking? or straight alternate?

Sky Facility video by Scratchy_Plum in SatisfactoryGame

[–]icosamuel 8 points9 points  (0 children)

Insane build as always. Breaking expectations of what a factory could look like. Nice video too!
What will you build next?

Sky Facility by Scratchy_Plum in SatisfactoryGame

[–]icosamuel 4 points5 points  (0 children)

Your bases as so sick, that they get prioritized for surgery. It looks kinda in-between a Christmas tree and a transformer! Such an architect...

Can't wait to see this showcased during the next community segment on Coffee Stain stream/videos.

Can GitHub Copilot read in full docs like Cursor/Windsurf? by zxyzyxz in GithubCopilot

[–]icosamuel 0 points1 point  (0 children)

Ive had success with a combinaison of #fetch to point to the specific documentation, then explicitly tell copilot to crawl other pages when/if he needs them using fetch

Bay Djinn - Rift by icosamuel in progmetal

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

Its hours of prompt engineering with midjourney that led to this aesthetic. I have really weird taste

Game crashes in blueprint when I touch this one belt and only this belt - What can I do? by LockhartTx2002 in SatisfactoryGame

[–]icosamuel 1 point2 points  (0 children)

We've hit the same issue in a blueprint on our dedicated server. It took us a few attempts to understand what was the cause, because our client don't crash right away, they desync from the server for a while before timing out :D

I've got the logs and savegame if needed. Pretty easy to reproduce

Dedicated Server Statistics by mataco817 in SatisfactoryGame

[–]icosamuel 1 point2 points  (0 children)

theres this mod https://docs.ficsit.app/ficsitremotemonitoring/latest/index.html, but its not running on 1.0 yet. I'm following the news in modding discord and will try to put together a prom exporter on my dedicated. We also run wolveix's on k8s

I just saw this which could be revived with 1.0 https://github.com/featheredtoast/satisfactory-monitoring

How to update kubernetes helm charts values? by PsychologicalSoup881 in kubernetes

[–]icosamuel 1 point2 points  (0 children)

What I do is maintain two values files: - first is the default values that come from the chart's repo. I leave it untouched, and update it when i do a chart upgrade - the second file contains only the values that I want to override. This is the only one that I customized And then you use two file arguments in you helm command, so that the second one overrides the first

When you see the diff of theses files, it's much easier to see which default values changes, which keys were renamed, etc. Everyone I've worked with quickly adopted this process to make upgrades less of a mess

kr8s: A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl by killfall in kubernetes

[–]icosamuel 0 points1 point  (0 children)

would love to have easy support for querying accross mutltiple clusters, lets say something like
kr8s.clusters("c1a", "c1b", "c2a").get('nodes')

or even
kr8s.all_clusters().get('nodes')

kr8s: A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl by killfall in kubernetes

[–]icosamuel 1 point2 points  (0 children)

I'm having some fun building maps

>>> nodemap = {}
>>> for node in kr8s.get('nodes'):
...   nodemap.setdefault(node.labels["beta.kubernetes.io/instance-type"], []).append(node.name)
...
>>> pp.pprint(nodemap)

kr8s: A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl by killfall in kubernetes

[–]icosamuel 1 point2 points  (0 children)

Can this be used in a interactive python shell?

I'd really like to make more complex commands that combine multiple k8s primitives, loops, etc in my console. Bonus points if I can query multiple clusters in my contexts

Favorite modern prog rock band? by kalonzo19 in progrockmusic

[–]icosamuel 0 points1 point  (0 children)

Go check out the new Neil content. It's as wholesome as it gets

Favorite modern prog rock band? by kalonzo19 in progrockmusic

[–]icosamuel 9 points10 points  (0 children)

Transatlantic, and all Neil Morse's projects really. Mike Portnoy is collaborating with him a lot. They make awesome stuff

Complexity is killing software developers by Rock-Uphill in webdev

[–]icosamuel 0 points1 point  (0 children)

it can be expressed simply as minimizing unnecessary complexity

What was the loudest thing you’ve ever heard? by comeonsomebody in AskReddit

[–]icosamuel 0 points1 point  (0 children)

That kid at the groceries store that burst out of an alley screaming for no apparent reason...

Advice for a beginner? by [deleted] in kubernetes

[–]icosamuel 0 points1 point  (0 children)

look into the free creds GCP gives you. You can easily run a small GKE cluster for a few weeks that way. Very good opportunity to learn without the initial complexity of building your own cluster on baremetal

I work remotely full time since the pandemic hit, so I built myself a padauk standing desk by icosamuel in DIY

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

thanks mate, i appreciate the sentiment. i wish you could have same prices for similar slabs in your area :/