FrostyPolicy

joined 2 years ago
[–] [email protected] 4 points 10 months ago (2 children)

This didn’t seem to occur in Windows, but I’m pretty sure the copy process was also slower so guessing it’s some sort of buffer or heat quirk that 'nix didn’t account for in the more generic driver

If the device says it's a generic storage device (to the system that is) but actually isn't (based on your description) then it's 100% devices fault and not a Linux fault.

[–] [email protected] 3 points 10 months ago* (last edited 10 months ago)

Just because something was last updated last year doesn't mean they aren't up-to-date. Not all software need constant updating. It's an illusion that software must be updated constantly. If it's feature complete and there are no known issues with it why bother.

Kdenlive is software I've seen recommended for video editing.

[–] [email protected] 11 points 11 months ago

Just use some other search engine. No tricks needed to get non ai bs results.

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

Here's the final peer reviewed version https://peerj.com/articles/cs-111/.

[–] [email protected] 70 points 11 months ago (3 children)

They didn't use very comprehensive research methods. Also they only used Github.

First, from the GHTorrent data set, we extract the email addresses of GitHub users. Second, for each email address, we use the search engine in the Google+ social network to search for users with that email address. Third, we parse the returned users’ ‘About’ page to scrape their gender.

a bias against men exists, that is, a form of reverse discrimination.

How is it reverse discrimination. It's still plain old discrimination. I'm starting to smell a biased research here. Or at least the researchers have a bias.

[–] [email protected] 17 points 11 months ago

This research isn't peer reviewed so I wouldn't take it at face value just yet.

[–] [email protected] 8 points 1 year ago (1 children)

Learn Groovy

Stay away from Groovy. It's a horrible language. It's quick to write but slow and difficult to read. It's conventions make it a very error prone.

Link to the things you mention e.g. you say to get familiar with Loom. When searching for that all I get is some screen recording software (probably not what you meant).

Scala pays better than Java or Kotlin

According to what research?

[–] [email protected] 2 points 1 year ago

Currently EEA consists of the EU states + some other European countries.

[–] [email protected] 42 points 1 year ago (5 children)

It's good to live in the EU where such terms don't apply.

[–] [email protected] 3 points 1 year ago

They address that bad wording on subscription in the comments in that blog. If you have a fallback license to v. 2024.1 or newer the feature will stay active even if you stop your subscription.

[–] [email protected] 106 points 1 year ago (12 children)

If I read it correctly the "fuck off" level refers to some proprietary app for the selected login. The other two are standard code app and yubikey.

[–] [email protected] 6 points 1 year ago (1 children)

Nice list.

Some comments

  • If you're just starting to develop something you don't need multiple versions of JDK. Just use the latest LTS version (v. 21 currently).
  • Git is always good to have. IntelliJ IDEA has a built in git client so others aren't strictly needed at first
  • Ultimate version of IDEA (paid software) has full support for Spring (inc. Spring initializer)
  • If you run Linux podman is a good choice instead of Docker
  • For plugins I'd add sonarlint (helps with code quality)
  • I'd also add Spotless to the project for automatic formatting
view more: ‹ prev next ›