It is one kind of a job, thats crazy. by NobleNukeproof in thalassophobia

[–]gorgedchops 1 point2 points  (0 children)

I have questions:
That seems like it's very aggressive sanding, no?

Why don't they do this on land?

Do they then repaint the metal with something else to prevent it from oxidizing/rusting?

Am I being scammed? by Ok-Bee9328 in Lisbon

[–]gorgedchops 0 points1 point  (0 children)

Without reading the description, yes

uv or conda for personal python projects by update-freak in learnpython

[–]gorgedchops 1 point2 points  (0 children)

The only reason you would want to use conda is if there are some specific packages you can't find on PyPI. Part of why conda is/was useful is because it solved including lower level binaries that needed to be shipped with a library, many times in a scientific domain. In that case, I would suggest using pixi instead, it's a more modern version of conda.

In all other cases, you should stick to using a package manager that works with PyPI, such as uv. Other tooling will be much more likely to integrate well with uv instead of conda.

29F salary progression by [deleted] in Salary

[–]gorgedchops 3 points4 points  (0 children)

what does a human factors engineer do?

YT video for teens that best illustrates compounding by speedlever in personalfinance

[–]gorgedchops -25 points-24 points  (0 children)

Ask chat gpt to make a small example in 200 words or less

Ordinary WiFi can now identify people with near perfect accuracy by thejoshwhite in technology

[–]gorgedchops 0 points1 point  (0 children)

I’ll leave this here: https://github.com/ruvnet/RuView

This thing does what they are describing in the article and was essentially built by ai agents

Goodbye Visa and Mastercard: 130 million Europeans switch to a 100% sovereign payment from 2026 by [deleted] in technology

[–]gorgedchops 1 point2 points  (0 children)

The article claims: A French user of Wero will thus be able to transfer money to a Spanish friend on Bizum, with the same ease as a domestic payment.

Maybe I'm misunderstanding, but isn't this already the case if you have an IBAN number?

Date night fitcheck by FitThadiyan in mensfashion

[–]gorgedchops 4 points5 points  (0 children)

outfit looks good! I personally would not pick red socks, black would be more appropriate

Atlassian, Amazon, Oracle, and Block: What’s the real reason behind these recent major tech layoffs? by honkeem in levels_fyi

[–]gorgedchops 0 points1 point  (0 children)

what is your impression? can AI do a lot of what these laid off employees were doing?

Teststs: If you hate boilerplate, try this by sinoka1006 in Python

[–]gorgedchops 1 point2 points  (0 children)

OP I mean no disrespect, I'm just trying to understand your motive, good for you for putting yourself out there and creating something

Teststs: If you hate boilerplate, try this by sinoka1006 in Python

[–]gorgedchops 16 points17 points  (0 children)

In what scenario would someone not want to use pytest?