redxef

joined 1 year ago
[–] [email protected] 13 points 2 months ago

I'm not sure why they specifically say laptop, and then don't mention what's different to a desktop PC.

Then you click on the linked NVIDIA article and the first comment says, that it also happens on their desktop.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

Didn't really hop much, started with Windows, went on to OSX, got annoyed at it and ran Arch in a VM until I was comfortable with it, then went bare-metal with it.

Happy Arch user for some years now, though recently I'm using Fedora for work and I really like it. It's not a good fit for some machines I'm running which need a lot of customisations to run properly.

[–] [email protected] 10 points 3 months ago

I would really like to know how this graph was generated, because some expenditure per capita values have three different corresponding life expectancy values. Just look at Spain for example.

[–] [email protected] 5 points 3 months ago

It was built in the early 12th century.

[–] [email protected] 13 points 4 months ago

Always, if nothing else it makes "wiping" them securely easier.

[–] [email protected] 1 points 4 months ago (1 children)

If a user is in the docker group they can also run docker commands.

[–] [email protected] 1 points 4 months ago (1 children)

Und ich hab letztens meinen Krichenaustritt per Mail und digital signiert an die BH geschickt und von denen nie auch nur irgendeinen Pieps gehört. Von der Kirche kam dann 2 Monate später die Frage, ob ichs mir nicht vielleicht doch anders überlegen wolle. Und das in einem Steinzeitstaat wie Österreich.

[–] [email protected] 5 points 5 months ago
  • I usually use bash/python/perl if I can be sure that it will be available on all systems I intend to run the scripts. A notable exception for this would be alpine based containers, there it's nearly exclusively #!/bin/sh.
  • Depending on the complexity I will either have a git repository for all random scripts I need and not test them, or a single repo per script with Integrationtests.
  • Depends, if they are specific to my setup, no, otherwise the git repository is public on my git server.
  • Usually no, because the servers are not always under my direct control, so the scripts that are on servers are specific to that server/the server fleet.
  • Regarding your last question in the list: You do you, I personally don't, partly because of my previous point. A lot of servers are "cattle" provisioned and destroyed on a whim. I would have to sync those modifications to all machines to effectively use them, which is not always possible. So I also don't do this on any personal devices, because I don't want to build muscle memory that doesn't apply everywhere.
[–] [email protected] 7 points 5 months ago
  • Second GPU for a VM
  • SATA controller
  • SAS controller
  • SAS Expander
[–] [email protected] 5 points 5 months ago

OVH, reasonably priced, API for DNS management and existing certbot integration

[–] [email protected] 4 points 5 months ago

I wrote a small program for the arduino nano 2 years ago, it isn't that fancy, a quickly hacked together led flash animation, but the Makefile works. You really just have to install the dependencies and adapt it for your project and it should work.

view more: ‹ prev next ›