And this is why you password protect your ssh keys
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.
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
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.
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.
Hook it up to Langchain with Python and ask a book questions.
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.
Its thought that dogs can tell the passage of time through scent. I'd be surprised if cats didn't do something similar
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.
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…
The Kicad revision inspector allows you to diff your pcb projects against the git log to see where you went wrong.
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?
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.
This is the result of the death of isps as net-neutral carriers.
OPNsense for the win! It's so powerful, I love it.
Well that's disturbing.
Beavers are crucial to our ecosystemIts's time to stop killing them
There are studies showing beavers’ ability to mitigate climate change. Is it time for Wisconsin to stop killing beavers.
Beavers are self replicating terraformers. Its time to leave them alone in Wisconsin.
EFF Surveillance Self Defense
A collection of information on how to protect yourself online. A true must read
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.
join-lemmy.org giving a 502 Bad Gateway
Does anyone know how to contact the admins
Bad Internet Bills that Affect Our Privacy
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...
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.
Well that's terrifying
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
Well this is disturbing.
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.
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.
PSA - Lemmy is not GDPR-compliant
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...
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.
There's also podman-compose, which I've been using. It's not quite feature complete, but it's pretty close.
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
Infinite Mac - A Classic MacOS Emulator In Your Browser
Seems like a pretty cool toy. They've got tons of software
Infinite Mac - a classic Mac emulator in your browser
There's a lot of old software available through this. Truly a work of art.
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 }}"