Deckweiss

joined 1 year ago
[–] Deckweiss@lemmy.world 13 points 1 day ago* (last edited 1 day 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

[–] Deckweiss@lemmy.world 5 points 1 day ago* (last edited 1 day ago)

I am not sure technically, but even if possible it would be a nightmare of resolving conflicts manually, since a lot of system files are constantly written to and read from and it would mess everything up if syncthing is overwriting the file at the same time.

[–] Deckweiss@lemmy.world 7 points 2 days ago* (last edited 1 day ago)

or 3 way with an always on server (like a raspi or cheapest VPS with just enough storage) so that you don't have to have both computers on at the same time (thats what I am doing currently and it works great).

[–] Deckweiss@lemmy.world 6 points 3 days ago

Thanks for looking deeper into it, I actually use a ton of the projects you've listed! It's a dammn shame that the funding is going away. I guess we should try to follow through and write an email to the EU parlament as suggested in the OP article.

[–] Deckweiss@lemmy.world 26 points 3 days ago* (last edited 3 days ago) (11 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.

[–] Deckweiss@lemmy.world 8 points 3 days ago

Well, it's right in the name - National PUBLIC Data

/s

[–] Deckweiss@lemmy.world 7 points 3 days ago

I had some similar symptoms on a Fritzbox router, because by default the devices connected over wifi were unable to communicate with those connected by cable. Some routers also had this setting for the different wifi bands, 2.4G & 5G.

But I don't think you'd be able to ping it if this were the case.

Check yoyr router settings anyway, maybe you'll find something there.

[–] Deckweiss@lemmy.world 12 points 5 days ago* (last edited 5 days 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.

[–] Deckweiss@lemmy.world 7 points 1 week ago (1 children)

Technically you are absolutely correct.

Practically, people need to get work done. And if they can't do it on Linux, they will use another OS. No matter whose fault it actually is.

[–] Deckweiss@lemmy.world 4 points 1 week ago* (last edited 1 week ago)

2024 still has 4 whole months and half of the current one remaining.

So I wouldn't exclude the option that it still will be released in 2024.

[–] Deckweiss@lemmy.world 8 points 1 week ago* (last edited 1 week ago)

I have one server running arch and 3 running debian.

So far they are equally stable after running for about half a year.

Autoupdates are turned on on all of them. Which I am aware is against the arch wiki recommendations, but the server is not critical, easy to migrate and has nightly offsite backups anyway.

[–] Deckweiss@lemmy.world 5 points 1 week ago

PDF was a proprietary format controlled by Adobe until it was released as an open standard on July 1, 2008, and published by the International Organization for Standardization as ISO 32000-1:2008, at which time control of the specification passed to an ISO Committee of volunteer industry experts.

 

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)

 

I am trying to set up a way to use my Linux normally and then on demand fire up an OSX VM with GPU passthrough.

Arch Linux
Gigabyte RX6600xt
macos 13 Ventura VM

I've been fucking around with it for two days, getting a bit further each time, but now I am stuck.

I can boot up the vm just fine with OpenCore-Boot.sh

Here is my script:

https://pastebin.com/McyHyMk4

What I see, the screen goes black, then I see the TianoCore boot logo, then some errors and nothing more happens. https://imgur.com/JdTkXG2

I ran info pci via telnet and it showed the GPU.

I have agdpmod=pikera in the config.plist and rebuilt the OpenCore.qcow2 according to the official instructions.

When I add a vnc option and vnc into it from another computer, I can see the proper boot menu and select an entry and boot into macos. It even seems to recognize an AMD gpu, but not fully.

Please tell me any debugging / info providing steps, as I am quite new to this.

Thank you very much for your time and effort.

1
submitted 3 months ago* (last edited 3 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
# }
# ```
0
submitted 6 months ago* (last edited 6 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

view more: next ›