Skip Navigation
mrwiggles MrWiggles @prime8s.xyz

Beginner wiggler and sound design junkie.

Posts 11
Comments 42
SSH keys stolen by stream of malicious PyPI and npm packages
  • And this is why you password protect your ssh keys

  • Do you prefer digital or physical books?
  • For the books I love and want to read over and over, physical. For the books I want to read once and maybe reference from time to time, digital all the way. My e-reader makes digital books a breeze to read, and I'm actually at the point where it's 5GB of storage isn't enough for my library.

  • *Permanently Deleted*
  • https://bennycheung.github.io/ask-a-book-questions-with-langchain-openai

    https://github.com/langchain-ai/langchain

    Essentially, you cut the pdf/text file up into chunks, process it to embeddings, then ask the AI questions and it responds with the relevant segments of the book

  • Board and Tabletop Games @prime8s.xyz MrWiggles @prime8s.xyz
    morkborg.com MÖRK BORG

    MÖRK BORG is a pitch-black apocalyptic RPG by Ockult Örtmästare Games and Stockholm Kartell. It's published by Free League Publishing and available in English and Swedish.

    MÖRK BORG

    Just bought this game for my tabletop adventurers, and I think the hopeless adventures in a dying world is the perfect atmosphere for today's role-players.

    0
    *Permanently Deleted*
  • Hook it up to Langchain with Python and ask a book questions.

  • What is something worth buying as a teen? please explain.
  • As someone in their 30's who didn't take care of my teeth for a while, I'm going to have to second this recommendation. It will save you a lot of grief down the road.

  • What are some "cool" "tricks" to "teach your cat?
  • Its thought that dogs can tell the passage of time through scent. I'd be surprised if cats didn't do something similar

  • Local repository for Linux packages
  • This is what I use Foreman and Katello for. Package mirror with x versions synced automatically with all my machines subscribed. Or it would be, if I ever got around to actually setting the damn thing up. I have a debian package repo and a few things subscribed, but I'd like to add more.

  • Programming @prime8s.xyz MrWiggles @prime8s.xyz
    hackaday.com Where Did Your PCB Go Wrong? KiRI Knows

    When working on a PCB design in KiCad, it’s helpful that the files are all text and can easily be checked into Git or other source control. However, stepping back through the revisions to det…

    Where Did Your PCB Go Wrong? KiRI Knows

    The Kicad revision inspector allows you to diff your pcb projects against the git log to see where you went wrong.

    0
    Programming @prime8s.xyz MrWiggles @prime8s.xyz

    C and C++ Prioritize Performance over Correctness

    Some common pitfalls in C/C++ and ways to avoid undefined behavior, illustrating that C/C++ are optimized for speed by making a concession that is undefined behavior. This makes these languages tricky to write in well, as there are lots of pitfalls. Do you think the performance benefits outweigh the brutal learning curve?

    0
    Looking for shared storage with access without loging in
  • I think your best bet in this case is google drive. Most people have a google account, and if they don't, I believe it's possible to set it up in a way that it will let them upload anyway. I don't think you're getting out of the account requirement, outside of you setting up an anonymous ftp server in a vps or something.

  • My ISP has taken total control of my network
  • This is the result of the death of isps as net-neutral carriers.

  • Looking for new router for home network.
  • OPNsense for the win! It's so powerful, I love it.

  • Beavers are crucial to our ecosystemIts's time to stop killing them

    isthmus.com Leave it to the beavers

    There are studies showing beavers’ ability to mitigate climate change. Is it time for Wisconsin to stop killing beavers.

    Leave it to the beavers

    Beavers are self replicating terraformers. Its time to leave them alone in Wisconsin.

    3

    EFF Surveillance Self Defense

    A collection of information on how to protect yourself online. A true must read

    6
    Adding allowed instances
  • Lemmy by default will federate with all instances if you don't put instances in the "Allowed Instances" section. I've found, it's easier to federatte with all instances and ban the ones you don't want. Otherwise, you effectively use a whitelist to federate.

  • Lemmy Support @lemmy.ml MrWiggles @prime8s.xyz

    join-lemmy.org giving a 502 Bad Gateway

    Does anyone know how to contact the admins

    3

    Bad Internet Bills that Affect Our Privacy

    www.eff.org You Can Help Stop These Bad Internet Bills

    Red alert! For the last six months, EFF, our supporters, and dozens of other groups have been sounding the alarm about several #BadInternetBills that have been put forward in Congress. We’ve made it clear that these bills are terrible ideas, but Congress is now considering packaging them together—po...

    You Can Help Stop These Bad Internet Bills

    There's a lot of scary ones here for people who like their rights and the way the internet works and has worked for a long time.

    5
    Lemmy Instance Not Syncing Correctly
  • It's also worth noting that there's an upper limit on the number of communities you choose to federate with, while there doesn't seem to be an upper limit on the blocked communities

  • A tale of a new Lemmy instance, a bot infestation, the fallout, and how we dealt with it
  • As a webmaster myself, I've noticed a small number of users with repeating seemingly generated names, all with the same or similar answer to the registration screening question. I'd be curious if you could release the database of usernames and screening question answers. I'd bet other Lemmy admins would benefit from any analysis done on that database. TTP.

  • PSA - Lemmy is not GDPR-compliant
  • I was told by the owner of Beehaw that login cookies are excluded from the cookie dialog requirement, and Lemmy doesn't use tracking cookies which are subject to the requirement.

  • Lemmy Administration @lemmy.ml MrWiggles @prime8s.xyz

    PSA - Lemmy is not GDPR-compliant

    github.com Linked Privacy Policy available on all pages to comply with GDPR · Issue #1347 · LemmyNet/lemmy-ui

    Requirements Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support Did you check to see if this issue already exists? Is this only a feature request? Do not p...

    Linked Privacy Policy available on all pages to comply with GDPR · Issue #1347 · LemmyNet/lemmy-ui

    Hey, just went through a few different checklists, and discovered that Lemmy does not meet GDPR requirements for notifying users for how servers handle the data. I've brought up this request on github, and I hope to get it fixed soon, but in the meantime I've compiled a list of EU address blocks and intend to add them to my firewall. Just thought you all should know.

    6
    Podman is awesome—and totally frustrating
  • There's also podman-compose, which I've been using. It's not quite feature complete, but it's pretty close.

  • Podman is awesome—and totally frustrating
  • Saving this for later, thank you very much for the detailed writeup. I might look into this for my main machine to partition the vpn tasks from the non-vpn tasks

  • Technology @midwest.social MrWiggles @prime8s.xyz

    Infinite Mac - A Classic MacOS Emulator In Your Browser

    infinitemac.org Infinite Mac

    A classic Mac loaded with everything you'd want.

    Seems like a pretty cool toy. They've got tons of software

    0
    Programming @prime8s.xyz MrWiggles @prime8s.xyz

    Infinite Mac - a classic Mac emulator in your browser

    infinitemac.org Infinite Mac

    A classic Mac loaded with everything you'd want.

    There's a lot of old software available through this. Truly a work of art.

    0
    Lemmy Support @lemmy.ml MrWiggles @prime8s.xyz

    PSA: Your hostnames in config.hjson need to be the names of your docker containers

    This doesn't seem to be included in the documentation, but when configuring the hostnames of your containers for pictrs, email, and database, you need to set those hostnames to the hostnames of your docker containers. Note that the line below should remain unchanged.

    hostname: "{{ domain }}"

    1