Deckweiss

joined 2 years ago
[–] Deckweiss 2 points 16 hours ago

https://github.com/cea-hpc/sshproxy

Maybe? I saw a presentation from the dev, not sure if it will run on windows though

[–] Deckweiss 4 points 16 hours ago

obsidian for everything and sync to all devices

[–] Deckweiss 12 points 1 week ago* (last edited 1 week ago) (3 children)

https://pairdrop.net/

open source, can be self hosted or you can use the official instance.


Personally I have been using KDE connect most of the time when I am at home.

Pairdrop I use more when sharing with other people across the internet.

[–] Deckweiss 4 points 1 week ago* (last edited 1 week ago)

You can run a gui-less service that recieves and displays push notifications. I've programmed something like this before. I know it is technically a kind of client, but it is not an email-client.

[–] Deckweiss 2 points 1 week ago (1 children)

Is the '%MARKDOWN' part of your example correct? That should also be converted to a dash? Or did you forget the 20 there?

[–] Deckweiss 11 points 1 week ago

ask deepseek to summarize the video and post the text result here

[–] Deckweiss 8 points 1 week ago* (last edited 1 week ago)

The picture is perfectly ironic.

Even if it was not meant this way it can be interpreted as: an idealist preaching his philosophy to somebody who actually gets real work done.

(there is probably also a joke about the patriarchy and mansplaining in there somewhere)

[–] Deckweiss 2 points 1 week ago (1 children)

So, did it?

[–] Deckweiss 3 points 1 week ago* (last edited 1 week ago) (1 children)

Not sure if troll, but I'll explain just in case.

You wrote:

Perhaps not everyone uses the platform the same way you do?

What I meant was that you can see an exact number of the people thatuse the platform one way or the other (enjoy youtube link posts vs those who don't enjoy them) in the likes and dislikes (on the original post).

Calculating the ratio is as simple as dividing one number by the other ... but it is a bit more useful to divide one of the votes against the total number of people who voted. You can further normalize the results as percentages.

Currently there are 23 upvotes and 26 downvotes. That results in:

  • Upvote Percentage: ~47%
  • Downvote Percentage: ~53%

(and I challange you to do the math yourself because I am too lazy to type it out)

The point is - this percentages (or the ratio of likes to dislikes) represent the groups of people you talk about. Why are you saying "perhaps not everyone ..." when you can see that about half of the people are enjoying the content and half don't.

(I know the numbers are not perfectly correlated to the attributes we discuss, due to bots, irrational votes etc. but they are good enough to get an approximation)


Further trivia about the term "ratio" in the context of social media platforms, especially twitter: https://reddit.com/r/OutOfTheLoop/comments/n25w8s/whats_the_deal_with_the_term_ratio_on_twitter/

The "why" comments in this thread are a similar kind of ratio concept as on twitter. Even though here we have likes and dislikes directly visible.

[–] Deckweiss 10 points 1 week ago* (last edited 1 week ago) (4 children)

I code in silence.

But when I listen to music I REEEEAALLYYYYY L I S T E N. Stuff like Tool, Coin Locker Kid, Kaoru Abe - and I find it impossible to concentrate on code while those play, they mentally drag me in.

[–] Deckweiss 6 points 1 week ago* (last edited 1 week ago) (3 children)

You can see the ratio ... in the ratio.

 

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)

6
submitted 8 months ago by Deckweiss to c/hackintosh
 

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.

 

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.

117
submitted 9 months ago* (last edited 9 months ago) by Deckweiss 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
# }
# ```
16
How to datahoard Lemmy (self.datahoarder)
submitted 1 year ago* (last edited 1 year ago) by Deckweiss 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
2
Iris, by Me oh myriorama (meohmyriorama.bandcamp.com)
view more: next ›