Skip Navigation
Lemmy.world Should Defederate with Threads
  • I came to get away from the main stream socials.

    You still can. Just block threads.net instance in things like Mastodon and Lemmy.

    I came to minimise my farmed data footprint.

    Your data is public in fediverse. They can scrape even right as we speak.

    I would need someone to confirm this, but I have heard that if you block, then it prevents their instance from scraping your data because they shouldn't receive your content if they are blocked, but it doesn't change the public data being available by other means anyways.

    I came to find other like minded people.

    Follow hashtags and communities that are your interest. Block users and/or instances you would rather not see or be part of. Also, you can find an instance that fits your values that is already blocking instances you disagree with.

    I am mostly indifferent of Threads joining at this time, but those that are not in favor, there are options.

  • Recommendations on first Homelab hardware: NUC or not?
  • I don't have experience with the NUC for my own homelab and kubernetes, but the main things I will say with any kubernetes is the RAM. I have 4 servers on VMware (just to get experience there) and then have Rancher (like Openshift) across them (both a management server and then a 3 VM cluster). Every resource is important, but the RAM is what was eaten up before anything else for me. I have Lenovo Tiny m910q (x 4) with 64GB and that allows me a full on cluster and then some with other VMs too.

    Sounds like you made a good choice going with a NUC and 64GB ram. You just may find you want to add another or two depending how much you go beyond just experimenting with k8s and using it to host most of your homelab services.

  • 4 vs 5 for NAS vs Emulator?
  • Got it. I know people have used the USB SSD for rpi4 too, which is probably fine, but if you want the new quicker route. pcie might be worth getting into... https://www.tomshardware.com/news/hatdrive-m2-hat-for-raspberry-pi-5

    A lot of NAS that you buy now have "containers" where you can side load apps like plex or jellyfin for your you videos vs just installing on the main rpi OS.

  • 4 vs 5 for NAS vs Emulator?
  • Do you plan on doing anything special with the NAS (like containers) or just straight up NAS storage services?

    If you are doing containers, I would probably say get the 8GB and get the 5 and use for NAS.

  • Raspberry Pi 5 - 5V 3A power supply with USB Boot
    gigazine.net Summary of steps to boot Raspberry Pi 5 from USB memory or external SSD & how to skip the low power warning screen

    The news blog specialized in Japanese culture, odd news, gadgets and all other funny stuffs. Updated everyday.

    Summary of steps to boot Raspberry Pi 5 from USB memory or external SSD & how to skip the low power warning screen

    If you are like me and are currently waiting for your 5V 5A power supply and you have no display, you can still boot to USB by pushing the power button when the Raspberry Pi goes "solid green". What you are not seeing without a display is the warning about your power.

    This allowed me to boot up to Raspberry OS Lite (64 bit) with no issues.

    The referenced link does a good job showing you how to boot.

    1
    The OpenTF fork is now available!

    OpenTF fork (prepare for alpha) is now available at the GH Repository here:

    https://github.com/opentffoundation/opentf

    Take a look at the issues tab to see some of the live RFCs and discussions happening. Lots of things like the use of tf in the binary/name and bring their own registry.

    1
    OpenStack (coming from VMware)
  • Thanks for that feedback. I also understand and have read that you are basically taking a bunch of tech that is it’s own tech in it’s own and then openstack glued it together (like you are stating).

    I also see that there are many different projects in how you can deploy this too. Some say “don’t use ____ if you want multi node” and some are like “this _____ is the easiest to run”. Did you just use whatever Openstack suggested to install or did you use one of these other wrapper projects that helped too? I understand that some of this may have changed from 6 years ago though.

  • OpenStack (coming from VMware)
  • Don't "need" to, no. I can put it on top, so that is what I planned to do to POC, but if I like it, I would rather not have software/resources taken up on top of resources. But I am asking if anyone has already done this either direction and their experience.

  • homelab @lemmy.ml bennysp @lemmy.world
    OpenStack (coming from VMware)

    Currently, I am have a VMware vCenter 7 4 node cluster. These are the Lenovo m920q machines with 64GB RAM each. I also have a Synology 4 Disk NAS too.

    I deploy standard VMs and Rancher k8s clusters and use full automation (mainly Terraform) to build everything.

    Why VMware? Mainly to get experience on it.

    Why am I interested in OpenStack? Mainly because I have used it before and really enjoyed that experience as it feels more like a true cloud environment.

    So, my question is this.... Has anyone switched one way or the other? Were you glad at switching or do you regret it?

    If you did switch, what is a good way to setup multi node OpenStack? I see people recommend at least one separate controller vs the compute nodes?

    5
    Lemmy World outages
  • Thank you for the update. Good work.

  • Finally using Linux full-time thanks to PopOS
  • So, I did this by booting to USB. Obviously I cannot just performance really, but I did even manage to install Valheim and run it from the USB.Some things worked out of box and some did not. I have and Asus Zephyr 15” dual screen and there seems to be a set of drivers and interface for that, but I didn’t go that far. Screen seemed to work, sound wouldn’t adjust , got keyboard lights working and etc.

    Overall, it is better than what I remember. I think with more effort, might be able to get it all working but I am not currently patient enough to really see it through. We will see!

  • Finally using Linux full-time thanks to PopOS
  • Not a bad idea. I might do this on my laptop (I have a desktop too for main gaming). My laptop has a dual screen too, so if I try this, I will report back on the experience.

  • Finally using Linux full-time thanks to PopOS
  • I use Linux all over for my server hosting, but not desktop OS. Out of curiosity, what were the things that held you back from using it full time? (Others feel free to share too please)

    I will go first - gaming. I do also have a SteamDeck so I am fully aware that there has been lots of advancements there and that is great. For the most part, the games I currently play seem to play just fine on it (and I know some of that could be the Deck more than Linux itself). With all that said, I am still skittish about fully committing as my main desktop OS.

  • How to curl the API?
  • Thanks. I will give that a shot!

  • How to curl the API?

    Hi all,

    I am trying to create a simple RSS-to-post bot. I am using IFTTT to do this. Anyways, I have had only mild success with the existing documentation and I am hoping you can help.

    I am able to successfully login via Postman app with below URL and supplied JSON:

    https://lemmy.world/api/v3/user/login

    { "username_or_email": "bennysp", "password": "[REDACTED]", "totp_2fa_token": "[REDACTED]" }

    The problem is that I cannot find api documentation that seems to match curl/url responses using the auth token. I have stumbled my way through finding things like community and supplying an id via param, but I am simply guessing.

    Example: (assumes you have jq installed) curl -k -X GET https://lemmy.world/api/v3/community?id=23677 | jq .

    I have done something like this on Mastodon pretty easily because I can get a token and just pass that as a header to the Webhook/curl.

    Any help is appreciated.

    7
    Bombay Ground Turkey Biryani
  • So in the example, I just put the remaining biryani with the pan and put it in my chest freezer (no cover or anything) for 20-30 minutes. I was then able to cut them into rectangles and keep formation. I used a chamber sealer (this exact one) to seal it. The biggest difference is that these don’t vacuum really. They do something with atmospheric pressure and then all of the sudden it takes that all out and creates the vacuum effect with seal. I used to have a standard vacuum sealer too and if you flash freeze, I think it should still work fine. After that, I just store them in my freezer.

  • Bombay Ground Turkey Biryani
  • Yeah, my first experience with it was around the same age when my peers had brought in their Indian food. I thought the same thing at the time. Since then, they have helped me in how to make their dishes and holy smokes. It takes a lot of work (for me at least) compared to other things I cook, but it is worth it.

    With the pan in the picture, I made this for 2 people, but I took the leftovers and I flash froze it. I then cut it into squares and vacuum sealed it and then put in the freezer. So, I could make a lot and whenever I want more, I just take each serving out and reheat it (even in microwave, it comes out great again). Saves a lot of time and gives me an authentic quick meal!

  • Bombay Ground Turkey Biryani

    This is homemade biryani that uses Bombay Biryani mix with ground turkey and many other spices too. It has a nice spice kick to it. I don't have the recipe handy right now, as I had to combine 2-3 recipes to make this version.

    !

    5
    Lemmy.world update: Downtime today / Cloudflare
  • Two things:

    Isn’t there always trust issues though? Also, could SSL passthrough help in that?

    Instead of CDN for protection, couldn’t a local WAF help solve this too?

  • Docker image with R2modman - more streamlined process?

    Is there anyway to have R2modman run along side a Valheim docker container? Trying to find a way to make it easier for folks that are not as technical to run their mods on a server. The situation currently is running docker on Windows and I have them running R2modman on windows and exporting/copying the r2modman profile data directory to the data directory used in the docker container and then restarting the docker container. I had the user try to change the profile directory over to the docker data directory to directly write to it, but it gave an error that there was data already there, so I thought that might be a bad idea.

    0
    Lemmy: What am I doing wrong or is it not me?
  • Anyone have any theories on this? Is kbin operating with faster servers, bandwidth and etc? I am sure the code is growing/learning on how to optimize too, but I am curious. I do plan to review issues to watch/track/contribute here:
    https://github.com/LemmyNet/lemmy/issues
    https://codeberg.org/Kbin/kbin-core/issues

  • Lemmy: What am I doing wrong or is it not me?
  • Great thoughts on all of it. I am definitely trying to keep and open mind, but also trying to find an experience that works. With that said, I do understand that it is growing too.

    Part of my questioning is more about understanding "what is to be expected" as per design vs "what is a 'known bug'". So maybe I should have made that clearer from the start too.

    Side note - I saw someone post a meme on here where they showed that Lemmy is the power of multiple instances bound together, but that felt "off" given the current experience. It feels more like they are interwoven, but the strands are a little loose still. My hope is that over time that changes and the data in each community, at the very least, is consistent.

    I remain very hopeful for sure.

  • Lemmy: What am I doing wrong or is it not me?
  • That is helpful and makes sense on different instances, but I do have some concerns on the "best effort". I see posts across other instances and it says a disclaimer at the top that I may not be seeing all content. This is not a great experience if I have to always go to another instance to view ALL content and then, if I want to interact with said post... It is just not a great thing for Fediverse if that is the "acceptable response" from it. And I see you are trying to work around that with some uncertainty too (url normalizing). I laughed at the auto-refresh... bit, because I didn't mention that, but I am seeing that too. :)

    I appreciate the the perspective, help and pointers.

    One thing I do still want is that "surprise" of finding something on a hot/active topic that I may not be already following. Even on "the other site", I would flip back and forth between my Home and the top/popular to find new things to follow or get a quick chuckle.

  • Lemmy: What am I doing wrong or is it not me?

    My disclaimer is that I am excited using the fediverse as alternative from Reddit (I have switched to Mastodon from Twitter).

    I have been trying a combination of lemmy.world, kbin and a lemmy app like MemmyApp. Each one, I look at "All" and try various things like "hot", "active", "top day" and etc. Each one produces different results. And it is not even close. Rarely are there same posts across each. Also, on lemmy.world, after I sort on one of these, a few seconds go by and it won't stop scrolling with a blast from same communities and users.

    So.... what is it I am doing wrong? How do I make my experience more enjoyable? Am I the only one?

    (Note: I am aware that kbin/lemmy have their own local and therefore, that would be different, but the "All" filter?)

    14
    Homemade "Meatball Appetizer"
  • Hi folks, for those looking for the recipe... And I know.... I don't brown the meatballs first :). But hey, to each their own.

    Meatball Appetizer

    I usually make my own spaghetti sauce (for another recipe share; maybe my baked spaghetti) and simmer these.

    Ingredients

    • 2 pound ground beef
    • 1 pound ground pork
    • 4 cloves garlic, minced
    • 3 eggs
    • 1 ½ cup freshly grated Romano cheese (if you do buy store bought, you can blend the shreds in the blender)
    • 2 tablespoons chopped Italian flat leaf parsley
    • salt and ground black pepper to taste
    • 2 ½ cups stale Italian bread, crumbled via blender ( 8 Italian white bread slices sitting out for 2 hours with crust removed)
    • 1 ½ cups lukewarm water
    • Existing spaghetti sauce simmering
    • 3-4 oz of Mozzarella cheese, freshly shredded (for the topping)

    Directions

    1. Make sure your spaghetti sauce is simmering as a prep item in a large enough pan for however many 2" servings you plan to make of meatballs.
    2. Combine beef, and pork in a large bowl. Add garlic, eggs, cheese, parsley, salt and pepper.
    3. Hand blend bread crumbs into meat mixture. Slowly add the water 1/2 cup at a time. The mixture should be very moist but still hold its shape if rolled into meatballs. (I usually use about 1 1/4 cups of water). Shape into meatballs.
    4. Drop balls into sauce and make sure the sauce is bubbling (in needed, bring to a bubble) and then turn down to simmer with cover.
    5. This should cook for at least 4 hours on simmer.

    Serve with spaghetti or however you would like to serve them.

    Oven/Broiling
    1. Preheat oven to 425.
    2. Take a small/medium cast iron skillet and add sauce on the bottom. Add meatballs and pour more sauce over each ball.
    3. Add Mozzarella over dish as desired
    4. Bake for about 10-15 min or until cheese is to desired browning
  • bennysp bennysp @lemmy.world
    Posts 8
    Comments 19