[-] Deckweiss@lemmy.world 5 points 2 hours ago

Well, when software supports this standard, you as a user have a way to not confirm to it by setting the env variables to whatever you want, even per app. So you have two choises, either use it as is or change it.

But if software doesn't supportthe spec, there is no choise of using it. So ons choise less.

[-] Deckweiss@lemmy.world 31 points 2 days ago* (last edited 2 days ago)

https://en.wikipedia.org/wiki/Shell_(computing)

tldr: batch is a scripting language, which interacts with the windows shell, so in that way it is a shell script.

sorry for being pedantic, hope this info is interesting for somebody anyway

[-] Deckweiss@lemmy.world 21 points 2 days ago

Sick! I love it

[-] Deckweiss@lemmy.world 5 points 4 days ago* (last edited 4 days ago)

Windows 7.

I dabbled in Ubuntu long before.

But when they removed focus stealing prevention, I got extremely frustrated. And as soon as Steam had a beta client for Linux I completely jumped ship.

https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/applications-stealing-focus-reg-key-no-longer/4ee5be7d-31ef-493b-b092-f6f6139f99cd?

[-] Deckweiss@lemmy.world 46 points 3 weeks ago* (last edited 3 weeks ago)

I once talked with a colleague from the data-analysis field. Apparently the company they work at is somewhat in the legally grey area.

They advised other companies on hiring candidates, by scraping all possible data about them online (which included buying anonymized advertising data and correlating it to all their publically available data and the data from the application). Using that, they claim to predict worker motivation, loyalty, how often they are sick, their political alignment, what their acceptable rate is, if they are going to ask for a raise, how well they work under pressure and much much more.

Since hearing it this has basically become my thread model.

As I am writing this, I realize that it is probably time to delete my Lemmy account and never post here again lol

[-] Deckweiss@lemmy.world 63 points 4 weeks ago* (last edited 3 weeks ago)
  • price
  • closed ecosystem that funnels you into buying more overpriced hardware
  • general feeling of superiority apple customers often seem to aquire

(e.g. my former project lead refused to touch other peoples devices because using them "doesn't feel like apple, eww")

138
submitted 1 month ago* (last edited 1 month ago) by Deckweiss@lemmy.world to c/linux@lemmy.ml

Repost from: https://libreddit.nl/r/linux_gaming/comments/1d8qi81/phoronix_birthday_20_years_of_great_linux_content/

He really seemed downbeat in his announcements regarding the birthday. He really puts a lot of work into the site but having a niche audience of tech literate users is probably the worst place to be with ad sales tanking as they do. If anybody is using adblockers, it's us and people are cheap.

I really hope the guy has a nice birthday and gets lots of love and donations. The phoronix content is always great and I've been a long time reader. (I've donated the same amount as OP - see my screenshot)

[-] Deckweiss@lemmy.world 73 points 1 month ago* (last edited 1 month ago)

Tell us what commands you ran exactly and what the terminal responded.

(Do this in general when asking for Linux help btw. that makes it a bit easier to give a useful reply straight away.)

[-] Deckweiss@lemmy.world 68 points 1 month ago* (last edited 1 month ago)

Just run photoshop on linux.

I don't understand why nobody ever mentions that it just works.

https://github.com/LinSoftWin/Photoshop-CC2022-Linux

[-] Deckweiss@lemmy.world 76 points 2 months ago* (last edited 2 months ago)

tldr:

  • fucking with configs for hours regularly
  • pip & venv doesn't work on nixos
  • DE broke when installed new DM
  • not much community support
113
submitted 2 months ago* (last edited 2 months ago) by Deckweiss@lemmy.world to c/linux@lemmy.ml

I was reading the reddit thread on Claude AI crawlers effectively DDOSing Linux Mint forums https://libreddit.lunar.icu/r/linux/comments/1ceco4f/claude_ai_name_and_shame/

and I wanted to block all ai crawlers from my selfhosted stuff.

I don't trust crawlers to respect the Robots.txt but you can get one here: https://darkvisitors.com/

Since I use Caddy as a Server, I generated a directive that blocks them based on their useragent. The content of the regex basically comes from darkvisitors.

Sidenote - there is a module for blocking crawlers as well, but it seemed overkill for me https://github.com/Xumeiquer/nobots

For anybody who is interested, here is the block_ai_crawlers.conf I wrote.

(blockAiCrawlers) {
  @blockAiCrawlers {
    header_regexp User-Agent "(?i)(Bytespider|CCBot|Diffbot|FacebookBot|Google-Extended|GPTBot|omgili|anthropic-ai|Claude-Web|ClaudeBot|cohere-ai)"
  }
  handle @blockAiCrawlers {
    abort
  }
}

# Usage:
# 1. Place this file next to your Caddyfile
# 2. Edit your Caddyfile as in the example below
#
# ```
# import block_ai_crawlers.conf
#
# www.mywebsite.com {
#   import blockAiCrawlers
#   reverse_proxy * localhost:3000
# }
# ```
[-] Deckweiss@lemmy.world 50 points 2 months ago

Well, steam deck os is from valve, a big player.

The majority of users don't make any fuss about it.

[-] Deckweiss@lemmy.world 149 points 4 months ago* (last edited 4 months ago)

Don't panic, thats just me running it on PC, laptop, worklaptop, pinenote, pinephone, steamdeck and in multiple VMs for experimentation. (and don't forget my randomized fingerprinting setup in the browser)

138
submitted 5 months ago* (last edited 5 months ago) by Deckweiss@lemmy.world to c/piracy@lemmy.dbzer0.com

I have bought a font with a really shitty license agreement and I have a couple of questions.

  1. How can I best share the font with the community? (I am afraid of metadata in the font files, which may be tied to my payment account etc. - I had to register and log in to download the ttf files)

  2. How can I remove the DSIG and other metadata from the ttf file while keeping it usable?

  3. Are they able to detect it if I use the font in a commercial product online by crawling my website and if yes, how could I prevent an automatic detection attempt?

To my (and possibly your) surprise, I didn't find any free downloads of the font online. Their license is tied to a personal account, you have to log into once a year to keep the license. As far as I understand they theoretically could use the DSIG to let the ttf files "expire", at least when used in software that verifies the signature. But I may be wrong, please let me know.

Thanks in advance and cheers-I mean ARR

[-] Deckweiss@lemmy.world 59 points 6 months ago
  • Bread & Fred
  • American Arcadia
  • El Paso, Elsewhere
  • A Highland Song
  • MyHouse
  • Videoverse
  • A Space for the Unbound
  • Tape to Tape
  • Moonring
  • Backpack Hero
15
submitted 6 months ago* (last edited 6 months ago) by Deckweiss@lemmy.world to c/datahoarder@lemmy.ml

Sorry for not doing much research beforehand and asking a newbee question. I am looking for some entrypoint info to the question:

How would one go about datahoarding lemmy?

It seems to be a grade above what I've been doing so far (downloading video/audio from streaming platforms and backing up web articles and blogposts as pdfs) due to the distributed nature and the activitypub protocol.


Relevant stuff that I've found so far but havent studied extensively:

  1. This does not seem to store most of the data https://github.com/tgxn/lemmy-explorer
view more: next ›

Deckweiss

joined 11 months ago