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

Buddy Guy. the concert was pretty posh (think bankers in suits), with everyone having arranged seating, audience sitting still and quiet like at a classical music concert.

he was like 'fuck this, this isn't a proper concert, my guitar is wireless, let's stand up, go to the entry hall and jam'. so he's just standing in the middle of the crowd and going nuts, at like 83 years of age. That was amazing.

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

One problem with reporting private messages on Lermy is, as an admin i don't see who sent the message. I only see who reported it. And i don't have any actlon available, other than marking the report as handled.

with reported posts, i can ban the poster. With reported messages i'd have to ask the reporter who it was, trust their answer, search for the account manually and then i could ban. Not really efficient or fast if there ever was a spam wave.

of course sparmers could then just register a new account on a open instance and i might need to defederates which would lead to a fractured landscape of spammy open instances and likely inactive private instances.

there's also not even rudimantary spam filtering in lemmy.

The main saving grace is that Lemmy is too small to attract a ton of spam yet.

maybe some of the above is just due my pick of clients (jerboa and the web interface), and there's better tools? If so, i'd love to hear. But as things stand right now, there's a lot to be desired

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

It's not economical to grow. It has very specific requirements in terms of wet soil and not too much sun, it has pretty low yields in terms of weight/area, compared to other crops. and since it isn't grown commercially, you also dont have optimized farming techniques and breeds etc.

and since it's quite common in the wild, well, if the price is too high, you'd just go and collect some yourself. Wild garlic products in supermarkets are already too expensive for me and i'd rather spend half an hour filling a bag with 2kg than buying 50g for 5 bucks.

[-] JustTesting@lemmy.hogru.ch 9 points 5 months ago

It's not just the use itself, but also how irresponsibly it is produced. Exposing pregnant workers to high levels, dumping it in community water supplies, on farmland etc.

Also the EU did ban them last september (effective in 2026) for essentially all of the uses you outlined, most of which I dont think are such a big deal and just minor inconveniences. It's not like the 60s were terrible in terms of living conditions.

We also used to use asbestos for a lot of the uses you outlined and we got rid of that without too much inconvenience, but you could have made similar arguments about it back then.

And any reduction is a good thing, it's not an all or nothing thing. DDT was banned, but can and is still used where there's no better alternative. And just categorically saying any alternative must be just as bad is just a non-sequitur, there's no reason that should be true. Cookware is a good example, cast iron works just as well, is not as bad, the only downside compared to teflon is weight. But it's not like sending us back to the stone age or anything...

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

Also useful in this regard, python comes with a sìmple file server built in, python -m http.server --directory /dir/ would serve /dir/ on port 8000.

[-] JustTesting@lemmy.hogru.ch 9 points 9 months ago* (last edited 9 months 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 9 months ago

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

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

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

[-] JustTesting@lemmy.hogru.ch 8 points 9 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 8 points 1 year 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 1 year ago* (last edited 1 year 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 2 years ago