Skip Navigation
Former Samsung execs arrested for allegedly using stolen memory tech to build chip factory in China — suspects leaked $3.2B worth of Samsung secrets
  • idk, China is pretty good at providing cheap electronics at least. But certainly would be better if they were more properly leaked.

  • Former Samsung execs arrested for allegedly using stolen memory tech to build chip factory in China — suspects leaked $3.2B worth of Samsung secrets
  • Good they got caught, good that they leaked important tech from the walled garden of Samsung. All around fantastic news.

  • LNXLink - Link your Linux computer into Home Assistant
  • This is so cool, first MQTT-based sensor I've set up. Already had a broker set up with HA, but how can HA automatically discover which topic to listen to, know the vendor name and how to interpret all the data?

  • CalDav integration with caching?
  • Interesting, so I guess those API-calls are just fetching the cached calendar on my HA Yellow. Wonder why it's so slow, but I guess there's not much to do about that then. :(

  • CalDav integration with caching?
  • Not exactly. My main use-case here is for my girlfriend and me to see each both of our calendars in one place, and HA had support for it and is a web portal we both have access to. To do automations on them is secondary.

    Currently, whenever I look at the calendar control panel it will load for a bit while pulling all the calendars, and sometimes timeout and not show anything. I believe this to be because it's pulling from Fastmail / iCloud everytime and might be rate limited or just have a poor connection, this wouldn't be an issue if the calendars were stored on the instance itself because then it would only miss the latest entries.

    The idea that maybe I can self-host an app that does it is that if HA can't do the caching, then maybe this self-hosted app can and it wouldn't matter that HA fetches it remotely each time since the remote is on the same local network. Having them as separate calendars is still desirable since that gives some additional information.

  • CalDav integration with caching?

    I have three different calendars syncing using caldav, one on fastmail and two on icloud. When I open the calendar view it's often the case that one or more of these timeout (all of them are afflicted by this), so it seems that these calendars are not actually stored on the server but polled everytime I want to view them.

    Are there any alternative integrations that will periodically sync the calendars and keep them on the server? Or can I self-host an app that does this and will never time out because it's on my local network?

    5
    Japan is recycling food waste back into food with fermentation
  • A unique fermentation method being piloted in Japan transforms edible leftovers and scraps into sustainable feed for pigs.

    You might've missed a detail.

  • China Wants to Start a National Internet ID System | The government said the proposal would protect online privacy. Critics said it could further concentrate government control over the internet.
  • They already have something kinda like this. All public wifis require that you sign in with phone number and SMS-verification. It might not be as air-tight as whatever the article is about (like a chad I only read headlines), but in practice it seems pretty darn tight IMO.

  • Wording change and clarification for purchasing Immich · Discussion #11313
  • Is immich in a usable state yet? I was looking for a self-hosted image service a while back, but eventually I just went with pigallery2 mostly due to the extremely simple file storage (just point to a folder and you're good to go), but I do miss being able to manage images/albums from the website and having a more mobile friendly version. I kind of avoided immich due to the repo saying it's under very active development (#scary).

  • Amazon Prime Video won't offer Dolby Vision and Atmos on its ad-supported plan | The company is now facing a lawsuit over its decision to charge $3 more for ad-free viewing.
  • Back in the day, before streaming was a thing, there were lots of people saying that they'd gladly pay for content if it was served to them in a convenient way. But why would you pay for a worse experience (at that time physical media, often at lower quality, and lower availability) when you can get a better one for free?

    Along came streaming. Lo and behold, piracy decreased. Where the fuck do you even go to pirate music anymore? All the big sites have shut down. Video piracy is kinda still going strong, probably mostly due to bullshit concerning exclusives, but it's way less than it used to be.

    Its their platform, they can do whatever they want with it I guess, but this trend is definitely gonna be a big boost to piracy.

  • FLOSS communities right now
  • It's fairly new I think. I ran into it first time a week or two ago when going into a test account I haven't used for a while.

    Shame really, having at least two users is very useful when building bots. Testing user-specific interactions and such.

  • FLOSS communities right now
  • IMO Discord is the best platform for this right now, which is unfortunate. The little I've tried Matrix has not been very impressive (single chatrooms, slow, bad self-hosting experience IMO), IRC is a bit better (though very dated in many regards, esp. user management) but still doesn't have the categories/channels that make discord nice. And most other chats are proprietary with discord just being the best one.

    Which one would you like them to use?

  • Best solution for a distributed filesystem?
  • Isn't it a local filesystem though, so I can't expand the filesystem with other drives on my network?

  • Best solution for a distributed filesystem?
  • That's very helpful because glusterfs and ceph are probably my top two candidates. Will probably try it out.

  • datahoarder @lemmy.ml aleq @lemmy.world
    Best solution for a distributed filesystem?

    Not sure if this is better fit for datahoarder or some selfhost community, but putting my money on this one.

    The problem

    I currently have a cute little server with two drives connected to it running a few different services (mostly media serving and torrents). The key facts here is that 1) it's cute and little, 2) it's handling pretty bulky data. Cute and little doesn't go very well with big raid setups and such, and apart from upgrading one of the drives I'm probably at my limit in terms of how much storage I can physically fit in the machine. Also if I want to reinstall it or something that's very difficult to do without downtime since I'd have to move the drive and services of to a different machine (not a huge problem since I'm the only one using it, but I don't like it).

    Solution

    A distributed FS would definitely solve the issue of physically fitting more drives into the chassi, since I could basically just connect drives to a raspberry pi and have this raspi join the distributed fs. Great.

    I think it could also solve the issue of potential downtime if I reinstall or do maintenance, since I can have multiple services read of the same distributed FS and reroute my reverse proxy to use the new services while the old ones are taken offline. There will potentially be a disruption, but no downtime.

    Candidates

    I know there are many different solutions for distributed filesystems, such as ceph, moosefs, glusterfs and miniio. I'm kinda leaning towards ceph because of it's integration in proxmox, but it also seems like the most complicated solution in the bunch. Is it worth it? What are your experiences with these, and given the above description of my use-case which do you think would be the best fit?

    Since I already have a lot of data it's a bonus if it's easy to migrate from my current filesystem somehow.

    My current setup uses a lot of hard links as well, so it's a big bonus if the solution has something similar (i.e. some easy way of storing the same data in multiple places without duplicating it)

    11
    Japan: Man sentenced to death for Kyoto anime fire which killed 36
  • Anything happens anywhere in the world.

    The US: "Oh, this is about me!"

  • Elizabeth Holmes barred from federal health programs for 90 years
  • Could be difficult. Name is a bit stained.

  • We hit one third of boomers being dead in the last few days.
  • well that's fucking dark (and as others have pointed out, misguided - won't solve a thing)

  • Why docker
  • the biggest selling point for me is that I'll have a mounted folder or two, a shell script for creating the container, and then if I want to move the service to a new computer I just move these files/folders and run the script. it's awesome. the initial setup is also a lot easier because all dependencies and stuff are bundled with the app.

    in short, it's basically the exe-file of the server world

    runs everything as root (not many well built images with proper useranagement it seems)

    that's true I guess, but for the most part shit's stuck inside the container anyway so how much does it really matter?

    you cannot really know which stuff is in the images: you must trust who built it

    you kinda can, reading a Dockerfile is pretty much like reading a very basic shell script for the most part. regardless, I do trust most creators of images I use. most of the images I have running are either created by the people who made the app, or official docker images. if I trust them enough to run their apps, why wouldn't I trust their images?

    lots of mess in the system (mounts, fake networks, rules...)

    that's sort of the point, isn't it? stuff is isolated

  • NATO to Buy 1,000 Patriot Missiles in Face of Russia Threat
  • 4 000 000 a missile, 100 000x times more expensive than a military drone? what military drone costs $40?

    I don't know what models are in use today, but a Bayraktar TB2 costs 4 million.

  • Deleted
    *Permanently Deleted*
  • You won't be able to catch one on camera.

  • aleq aleq @lemmy.world
    Posts 2
    Comments 49