Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DE
Deckweiss @lemmy.world
Posts 7
Comments 420
Best easy to use e-commerce front end with no javascript?
  • With a Blazor (serverside mode) project you could have that with a nice user experience. Blazor has a tiny js which initializes something, otherwiss it renders the site on the server and sends the component updates to the browser, so the whole site does not need to reload, only the relevant components (which is kind of interesting).

    Maybe there is some blazor serverside e-commerce project out there, I wouldn't personally recommend it though.

  • Need help getting started
  • For the site itself the most minimal thing you can do is an html file.

    Then some software to act as the "server" that serves that file to a visitor. (nginx, caddy, apache - there are many options).

    And your domain needs a domain record which points to your server.

    As you want to use a home pc, you need to figure out whether your ISP gives you a dynamic or static IP.

    If static, you can just use that.

    If dynamic, you'd need some service like dynDNS to keep pointing your domain to your changing IP.

  • Long term ergo-mech keyboards reviews
  • Keyboardio Model 01 since late 2017 until Model 100 came out early 2022, then I switched to that asap for the nicer switches.

    Love them both. Very hackable. Very reliable, especially the newer model, the 01 needed some occasional switch de-dusting.

    The only downsides are:

    1. I miss my F keys
    2. There is no way to get custom labeled keycaps except for manufacturing them yourself somehow.
  • Nvidia Looks Towards Linux Kernel Upstream
  • Is it biological exploitation for food companies to monopolize on our taste buds?

    Yes. Thats the only reason why there is so much sugar in everything. Which is rather unhealthy, but we keep eating it because sugar makes us want it.

  • What would you consider your threat model?
  • 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

  • Drones trespassing in my property
  • Honest question, but I couldn't help but package it sarcastically:

    How would you report that? Catch the drone and ask who it's owner is? Ask the police to do a 100 man wide area search around your house?

  • Sun Clock
  • There used to be a kickstarter project that wanted to create that, but as a physical clock on the wall.

    It was supposed to able to show your daily activities. But the key aspect was a 24h clock and visual presentation of day and night times.

    I forgot what it was called.


    Edit: found it, it was the life-clock, but there is nearly no matetial online on it nowadays.

    https://24hourtime.info/2013/02/24/the-life-clock-kickstarter-campaign/

    https://www.kickstarter.com/projects/1410952956/24-hour-life-clock

  • Nvidia Looks Towards Linux Kernel Upstream
  • My professional computer is given by my company, I don't have to buy anything for it. I don't even think IT would allow me to run Linux on it 😅.

    For my personal computer I make the choices.

  • *Permanently Deleted*
  • Well, as far as I know, the open source seeds are not that great. It is not commercially viaible to switch your agriculture business to them. Maybe only a tiny plot for marketing campaigns like the "open source bread" some bakeries want to sell.

    I'd love to see some billionaire hire a bunch of plant biologist to develop modern, high performing, commercially viable seeds and open source them instead of milking the cashcow.

    The opensource seeds project does not reject gen tech per se. but since they don't have that kind of money, all the seeds they develop are made through old school breeding of outdated seeds that are not commercially licensed.

    But I think the idea is not only very important but also really interesting.

  • Phoronix Birthday: 20 years of great Linux content - let us donate for a good birthday celebration!

    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)

    4

    OSX-KVM single GPU passthrough

    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.

    2
    VFIO @lemmy.ml Deckweiss @lemmy.world

    OSX-KVM single GPU passthrough

    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.

    0

    Blocking AI crawlers with Caddy

    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

    }

    ```

    ```

    19
    datahoarder @lemmy.ml Deckweiss @lemmy.world

    How to datahoard Lemmy

    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
    4