JustTesting

joined 2 years ago
[–] JustTesting@lemmy.hogru.ch 4 points 3 days ago

Kobo.com DRM is also very easy to bypass and turn into epub using knock

[–] JustTesting@lemmy.hogru.ch 9 points 1 month ago (1 children)

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 24 points 1 month ago* (last edited 1 month ago) (10 children)

The newest generation of xps i shit anyways, good riddance.

i was really happy with my 2019ish xps. But the 2024 one is hot garbage. not just that it arrived with the keyboard not working and Dell taking 3 months to replace it. There's a total of 2 usb-c ports on it. That's all the connectors, yes. No, no headphone jack either. And one of those two is taken up with charging, so i'm left with one port if i dont use a dockingstation.

the whole function bar is touch now. you need to hit it 3 times for it to react, who needs Esc anyways. Unless you want to type in the number row, then the function row will pick up random key presses sometimes.

Copilot key no one asked for. Power button is just an unlabelled piece of plastic that looks like filler, not a button. Keyboard sucks in general, too little space between keys, you're bound to mistype.

linux support is ok, though webcam doesn't work in firefox, hibernate doesn't work, every few weeks it'll just freeze. But otherwise acceptable.

definitely my last dell, i really hate it.

[Edit] Oh and I forgot the best part, when the dell repairman finally repaired it after 3 months, he said "oh a new XPS? Yeah, those suck, every customer hates them especially for software development"

[–] JustTesting@lemmy.hogru.ch 8 points 1 month 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 3 points 1 month ago

not sure i agree with that. I mean ok, i recently had three interviews for a company where each interviewer asked me almost the same questions. That was clearly a waste.

At my place, we do a 30min introductory call with the boss first, to quickly weed out unfit candidates and not waste employee and interviewee time with interviews. if that's ok, then there's three interviews of 45-60 minutes, one with the product owner that focuses on soft skills and team fit, one with the team your applying to and one with the other team (like frontend or backend) with more technical things, and also just if you'd like to work with this person.

no amount of interviewing will ever guarantee that things work out and unfit people can slip through cracks. And i hate wasting time in tons of interviews. But i'd also not want to work at a place where i know my coworkers were hired after just 1 hour quick chatting. That so little time to get an idea of a person, to spot any red flags. Heck, the 'tell me a bit about yourself' section of an interview is already 15 minutes and not usually very helpful.

[–] JustTesting@lemmy.hogru.ch 3 points 1 month ago

What sucks the most about rust is that 90% of rust jobs are some crypto bullshit. I love the language, but finding normal jobs is near impossible.

At the same time, i could find 20 Go positions but Go just isn't exciting. It's the new java imo, working with it probably good for job security, but i just don't see myself working in Go in the future as a main language.

[–] JustTesting@lemmy.hogru.ch 1 points 2 months ago (1 children)

NG+, take away their money and have them start over again, but without help from their rich parents or with the odds stacked against them somehow.

[–] JustTesting@lemmy.hogru.ch 1 points 2 months ago

Idk, i recently stumbled on his stand-up comedy from the 90s and that was already pretty borderline and cringe. At least to me it looked like jre today is a pretty natural evolution of that.

[–] JustTesting@lemmy.hogru.ch 2 points 2 months ago

One question that'd be interesting to know the answer to is where it ends up at. I could imagine microplastics from the garbage island mostly staying around the island, whereas ones from tires will end up all over the environment.

[–] JustTesting@lemmy.hogru.ch 2 points 4 months ago* (last edited 4 months ago) (2 children)

You misunderstand, the first two commands are just one time setup to install a specific python version and then to create an env using that version. After that all you need is `pyenv activate myenv´ to drop you into that env, which will use the correct python version and make sure everything is isolated from other environments you might have.

You can also just create an env with the system python version, but the question was specifically about managing multiple versions of python side by side and this makes that super easy.

You could also combine it with direnv to automatically drop you into the correct environment based on the folder you are in, so you don't have to type anything after the initial setup.

[–] JustTesting@lemmy.hogru.ch 9 points 4 months ago* (last edited 4 months ago) (4 children)

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 4 points 4 months ago

In addition to all the other comments, pumping warm water into natural bodies of water can also be bad for the environment.

i know of one nuclear powerplant that does this and it's pretty bad for the coral population there.

view more: next ›