On the bright side, zero responsibilities
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    6h ago 100%

    If it’s just hours, that’s fine. I’ve spent months on a system before that ultimately got scrapped. When I was at Google, they accidentally had two teams working on basically the same project. The other team, with about 40 engineers, having worked on it for about a year, had their project scrapped. My team was meant to do the same work, with about 23 engineers. So if you’re ever wondering why Hangouts Chat launched kinda half baked, that’s why.

    25
  • [Solved] I need human looking hands
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    6h ago 100%

    You can buy extra fingers on Amazon. The one I found is called:

    10pcs Haunted Mansion Costume Fake Fingers Trick Finger Prosthetic Fingers Fake Soft Thumb Tarot Card Cloth Spooky Witch Nails Fake Party Nails Outfitt Toy Halloween Props

    Or one with Prime shipping:

    dophee Finger Magic Trick Fake Soft Thumb Tip Close Up Stage Show Prop Prank Toy (5Pcs)

    6
  • Tucker Carlson funded by Russia's RT, Justin Trudeau says
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    3d ago 100%

    In other news, grass is green and birds have wings.

    But seriously, I don’t know how the American spy agencies have failed so horribly.

    19
  • Fruit Flies
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    4d ago 100%

    They’re called fruit flies because they gather around rotting fruit.

    But there are also “true fruit flies” which do eat fruit.

    14
  • Silo — Season 2 Official Trailer | Apple TV+
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    5d ago 100%

    It looks like the second season covers the second half of the first book, so you’ve got a lot in store! Especially in the next seasons. Oh man, I’m so excited!

    1
  • Valve still waiting on a 'generational leap' for Steam Deck 2 - but it's coming
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearHP
    hperrin
    5d ago 100%

    The libraries would probably be easy. We’ve already got x86 and amd64 libraries on the same machine, but the kernel I imagine would be awful. Would two kernels have to run on the same machine? What about memory access? What about the scheduler? Would it really be more efficient than emulation? For every x86 instruction, there is either an equivalent instruction or an equivalent set of instructions for ARM.

    3
  • My dad uses Google Maps, and he mentioned that it seems to be getting worse. Like, giving him directions that are obviously worse than alternatives. Has anyone else here experienced this?

    285
    157

    Absolutely amazing!!!!

    1
    0

    And don’t tell me this doesn’t work, it’s how I’ve run my house for the past ten years.

    218
    37

    Does he realize anyone can make them? Like, for example, an image of him crying on his way to court while protesters throw cheese at him.

    543
    36

    I need some help remembering a song. I only have bits of lyrics. It’s sung by a girl with a French accent. The parts I can remember are more spoken than sung. Talking about a cafe she says “the one you like on your street”. Another line is “after we would head to the cinema”. The song is directed at an ex she considers “stolen” from her and talking about dating and what could have been between them.

    41
    5

    https://hub.docker.com/r/sciactive/nephele In the latest version of Nephele, you can now create a WebDAV server that deduplicates files that you add to it. I created this feature because every night at midnight, my Minecraft world that my friends and I play on gets backed up. Our world has grown to about 5 GB, but every night, the same files get backed up over and over. It's a waste of space to store the same files again and again, but I want the ability to roll back our world to any day in the past. So with this new feature of Nephele, I can upload the Minecraft backup and only the files that have changed will take up additional space. It's like having infinite incremental backups that never need a full backup after the first time, and can be accessed instantly. Nephele will only delete a file from the file storage once all copies that share the same file contents have been deleted, so unlike with most incremental backup solutions, you can delete previous backups easily and regain space. Edit: So, I think my post is causing some confusion. I should make it clear that my use case is specific for me. This is a general purpose deduplicating file server. It will take any files you give it and deduplicate them in its storage. It's not a backup system, and it's not a versioning system. My use case is only one of many you can use a deduplicating file server for.

    75
    27
    https://sciactive.com/2024/06/10/can-an-atheist-believe-in-heaven/

    I talk about my beliefs about what happens during the process of death, and how that can provide comfort as an atheist.

    25
    8

    Does anyone have any recommendations for bug trackers with a forum feature? Basically something where users can report issues, request features, and ask questions, all about a specific service. Preferably, I’d like something that integrates with GitHub issues, but that’s not a requirement. Also I’d like something like a public roadmap or project tracker.

    13
    9

    cross-posted from: https://lemmy.world/post/12284817 > There's a new version of [Nephele WebDAV server](https://github.com/sciactive/nephele) (also on [Docker Hub](https://hub.docker.com/r/sciactive/nephele)) that supports using an S3 compatible server as storage and encrypting filenames and file contents. > > This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That's cheaper than Google Drive, _and_ no one can snoop on your files.

    49
    10

    cross-posted from: https://lemmy.world/post/12284817 > There's a new version of [Nephele WebDAV server](https://github.com/sciactive/nephele) (also on [Docker Hub](https://hub.docker.com/r/sciactive/nephele)) that supports using an S3 compatible server as storage and encrypting filenames and file contents. > > This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That's cheaper than Google Drive, _and_ no one can snoop on your files.

    16
    1

    There's a new version of [Nephele WebDAV server](https://github.com/sciactive/nephele) (also on [Docker Hub](https://hub.docker.com/r/sciactive/nephele)) that supports using an S3 compatible server as storage and encrypting filenames and file contents. This essentially means you can build your own cloud storage server leveraging something like Backblaze B2 for $6/TB/month, and that data is kept private through encryption. That's cheaper than Google Drive, _and_ no one can snoop on your files.

    35
    4
    lemmyshitpost
    Lemmy Shitpost hperrin 8mo ago 58%
    Oni ons
    10
    1

    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories. I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system. What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it. I’ve heard of Portainer, but haven’t had any experience with it. What are your suggestions, and why do you recommend them?

    29
    33

    You all remember just a few weeks ago when Sony ripped away a bunch of movies and TV shows people “owned”? This ad is on Amazon. You can’t “own” it on Prime. You can just access it until they lose the license. How can they get away with lying like this?

    1.1K
    158
    https://hub.docker.com/r/sciactive/nephele

    After a lot of work (cause I’m new to it), I published my **first Docker image**! Nephele is an open source WebDAV server written by yours truly. I’ve been using it for about a year now on my own home server. It basically acts as my self hosted cloud storage and all of my PCs and my family’s PCs back up to it. It’s FOSS, so use it for your own project. :)

    20
    4