[-] JustTesting@lemmy.hogru.ch 8 points 1 month ago* (last edited 1 month ago)

In der Schweiz ist so gut wie alles bargeldlos mittlerweile. Berghütte auf 3000m, Bauernhof Selbstbedienungsladen, die eine kleine Tierpension usw.

Auf dem Weihnachtsmarkt hatten die Glühweinstände sogar schon grosse "kein Bargeld" Schilder. Immerhin kann man sonst an den meisten Orten noch bar zahlen.

[-] JustTesting@lemmy.hogru.ch 9 points 1 month ago* (last edited 1 month ago)

pyenv and pyenv-virtualenv together solves this for me. Virtualenv with specific python versions that work together well with other tools like pip or poetry.

It boils down to something like

$ pyenv install 3.12.7
$ pyenv virtualenv 3.12.7 myenv
$ pyenv activate myenv

and at that point you can do regular python stuff like pip installing etc.

[-] JustTesting@lemmy.hogru.ch 9 points 1 month ago

It's the most common communication tool for friends and family in much of europe

[-] JustTesting@lemmy.hogru.ch 6 points 1 month ago

Slavery in the US before the civil war didn't happen in a vacuum. There were slaves in the south that didn't consume anything, producing goods that in a large part were exported to britain. And the money from that was used to buy more slaves and land. But some of it was used to buy goods and expertise from the north that the slave economy was lacking, which in turn drove industrialization in the north.

But i stand by my point that over time the artificially low prices due to slave labor causes outflows of money from the rest of the world, depriving workers in other countries of money/wages and causing them to spend less. So all those slaves would overproduce things that there isn't demand anymore and it's still worse for the rich fucks than if they had paid slaves a fair wages.

Just to be clear, I'm not saying such a system can't exist or work, just that in the long run it's worse for everyone, even the rich who thrive on exploiting poor people.

Sadly the billionaire class don't seem to understand this and there's not much to do other than teaching them by force every 50-150 years.

[-] JustTesting@lemmy.hogru.ch 9 points 1 month ago

And keep the old pieces, in the end assemble them back together and see what the differences are

[-] JustTesting@lemmy.hogru.ch 6 points 1 month ago* (last edited 1 month ago)

'Programming from the ground up' the main idea of this one is to teach programming in a bottom up way, so very low level.

it's mostly about teaching (linux) assembly to beginners, so in a way it is just learning a new language. But it's mainly about understanding low level how a computer works, like registers, kernel calls, how function calls are handled, all for beginners. It's really easy to pick up.

Knowing those fundamentals can go a long way in understanding other computing concepts.

Others that come to mind are :

  • Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
  • A Philosophy of Software Design
  • Software Architecture: The Hard Parts"
[-] JustTesting@lemmy.hogru.ch 8 points 2 months ago

There was a recent paper that argues 'bullshitting' is the most apt analogy. I.e. telling something to satisfy the other person without caring about the truth content of what you say

[-] JustTesting@lemmy.hogru.ch 6 points 4 months ago

It's not. A single miner often has like 4 GPUs running at 100% load, 24/7 and I doubt someone will build a 100 Megawatt facility with thousands of computers to get fallout tokens.

Though it is the same thing in the sense of running computer to generate worthless digital tokens. The main difference in that sense is that fallout tokens do actually have a use(in game)!

[-] JustTesting@lemmy.hogru.ch 6 points 4 months ago

Have you tried Jellyfin? It's a FOSS fork of emby, so pretty much a drop in replacement and it's been working very well for me.

Personally I use jellyfin as a backend, with the web interface and jellyfin app as frontend. Plus Kodi as an additional frontend for my beamer, with the Kodi Jellyfin plugin and Yatse remote to make it feel more like a TV.

[-] JustTesting@lemmy.hogru.ch 8 points 6 months ago

In addition to other answers, keep in mind that Tesla gets credits relative to how far below the average carbon footprint their cars are and sell those credits to manufacturers of cars with more emissions. So in a way a part of the reduced liferime emissions are "gone" before the cars drive for the first time

[-] JustTesting@lemmy.hogru.ch 9 points 8 months ago* (last edited 8 months ago)

there's a lot of stuff you can do, and you can end up with something usable, though not great, at least not in my experience. NVidia's drivers are to blame, they don't really work well with opengl and have lots of issues (and also regressions).

The 550 beta driver is ok-ish, steam flickers but I can play games. Drivers before 535 also somewhat worked, though it really depends on your GPU.

But I don't think you will have it working acceptably without some work.

Here's some pointers on stuff to try:

  • check protondb for how other people got games to work, you can filter by your GPU.
  • try running through gamescope or gamemoderun
  • try the modeset=1 (and maybe fbdev) kernel parameters for nvidia drm
  • and there's tons of env vars and other things that can help, I couldn't summarize them all here, but as a pointer: XWAYLAND_NO_GLAMOR=1, WLR_RENDERER=vulkan, LIBVA_DRIVER_NAME=nvidia, GBM_BACKEND=nvidia-drm (for the drm above), __GLX_VENDOR_LIBRARY_NAME=nvidia
  • try the beta drivers, if those are available somehow (I'm on arch so they were easy to install), or just different driver versions in general.

The above is meant more as hints than something to copy paste, so use at your own risk. You can of course always just install a second DE with X11 and log into that for gaming and use your regular DE for everything else

view more: ‹ prev next ›

JustTesting

joined 1 year ago