Deckweiss

joined 1 year ago
[–] [email protected] 18 points 1 week ago* (last edited 1 week ago)

Why do so many external entities care so much about constantly trying to reduce my privacy?

If they would not have started it, I wouldn't have started to care.

[–] [email protected] 2 points 2 weeks ago

Install literally every package from the repo, then you can experience breaking OS every day.

[–] [email protected] 0 points 4 weeks ago* (last edited 4 weeks ago) (4 children)

Here is a list of funded projects:

https://nlnet.nl/project

If anybody wants to look depper into their claim of "proven success".

I browsed through it shallowly and didn't find any project that I know/use, nor were the projects which I have randomly clicked on any interesting, when they had a working, usable result at all and not just designs or proof of concepts.

I know it sounds cynical, but I honestly don't mean it negatively. I just wanted to look a bit into it because their claims seemed without substance to me.

But as I said I only looked at it very shallowly so far.

[–] [email protected] 11 points 1 month ago* (last edited 1 month ago)

For me the best learning came from actually working on huge, complex projects - then seeing the problems that come with that - then looking for ways to improve the situation.

[–] [email protected] 6 points 1 month ago

Try the tldr util on linux.

[–] [email protected] 13 points 1 month ago

I do and it is pretty easy with docker compose.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

This is why people should stop recommending others which distros to recommend or not.

Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

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

Does it work in other games?

[–] [email protected] 45 points 1 month ago* (last edited 1 month ago) (2 children)

Possibly this contains the reason why it broke:

https://wiki.debian.org/DontBreakDebian

I don't know how you went about installing davinci, but if you added a repo or ppa that is incompatible with the version you had, apt would try to resolve it by removing everything incompatible.


Easiest way to fix it would be to reinstall Kubuntu and all the packages you had, while keeping your old home partition/folder. That way all your data, downloads and most of the configs will stay.

The installer used to have a checkbox for that somewhere, at least back in the day when I used Kubuntu. Afaik it would automatically detect that a home already exists, even if it is not on a seperate partition.

But just to be extra safe, I'd recommend just live booting some other OS and backing up your home to an external drive.

[–] [email protected] 1 points 1 month ago

I'm sorry, but I can't show you the system prompt. How can I assist you today?

[–] [email protected] 1 points 2 months ago* (last edited 2 months 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

[–] [email protected] 0 points 2 months ago (1 children)

A screenshot would be nice

 

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)

2
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

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
# }
# ```
0
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

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

view more: next ›