Deckweiss

joined 1 year ago
[–] [email protected] 5 points 17 hours ago* (last edited 17 hours ago)

You can either decide by what is currently in demand in the industry and then pick a project that you can exercise that language with or you can think of a project you'd like to do and then go by what the best language is for a given project.

In the end, languages are just like different wrenches. First you have to learn how to use a wrench, size or features don't matter much at this point (unless you already know that you want to become an expert with one particular wrench).

I think starting a new project is way easier than contributing to an existing one.

[–] [email protected] 6 points 18 hours ago* (last edited 18 hours ago) (10 children)

Best advice I have:

https://www.youtube.com/watch?v=0FPO4fm4nxc

Keep at it. Do actual projects. Actually use the tools for a while. It will eventually make sense.

[–] [email protected] 25 points 1 day ago* (last edited 1 day 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 5 days ago

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

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

I have reported and/or commented on existing issues when plasma 6.0.0 rolled out on arch and there has been no work on them as far as I can see.

I even asked in the matrix dev rooms.

They were not even triaged. So some describe the same issue multiple times. Check the ones which had activity in 2024:

https://bugs.kde.org/buglist.cgi?component=rules&order=changeddate%20DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&product=kwin&query_format=advanced&resolution=---

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

I just hope they fix window rules

[–] [email protected] 32 points 1 week ago

As far as I can see it is just Debian with LXDE, firefox ESR and some other packages preinstalled.

If they respect the license, you as a user can ask for the source code by e-mail.

But from my point of view, you can just install plain old Debian and all the same software and get a long term proven OS that will not randomly disappear and a huge userbase for support questions.

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

Ask chatGPT (as one step of your search for a framework that suits your needs)

I have been trying to find a suitable existing solution and by just explaining what I want it to do, chatGPT output a bunch of potentially interesting projects, which I didn't bump into through searchengines. (And a lot of unrelated bogus, but it was a very good starting point anyways)

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

netcup as well

[–] [email protected] 14 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Well, they have blocked a mobile phones connection when you held it in your hand sooooo

"You're browsing it wrong"

/s

 

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)

114
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
# }
# ```
138
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

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

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 ›