- 3 Posts
- 28 Comments
eyesaremosaics@lemmy.zipto
politics @lemmy.world•Trump Hits Record-Breaking Low in Polls as Aides Leak: He’s “Furious”
22·2 天前Well one of the minor advantages of low voter turnouts is if people are disappointed by their “team” then they don’t bother voting, which can change the result, especially when the other side is livid and highly motivated to get out to vote
eyesaremosaics@lemmy.zipto
World News@lemmy.world•Furious Trump hits out as Iran leaks 'astonishing cave-in' details on peace dealEnglish
2·2 天前Why doesn’t Iran attack KSA, apart from a few US bases? I thought they were the main rival in the region, and given the extent that the US and Israel have already been attacking them I don’t see much risk of escalation
eyesaremosaics@lemmy.zipto
Lemmy Shitpost@lemmy.world•A case of sour grapes - Obsession Art Director now demands more money after the film grosses more than the expected amount
2·5 天前It’s the same situation in startups, but usually people get a wage and equity, because you don’t generally have much of an option to boost the wage much instead. The project would much rather trade risky equity than have to dig up more cash for higher wages
eyesaremosaics@lemmy.zipto
Lemmy Shitpost@lemmy.world•A case of sour grapes - Obsession Art Director now demands more money after the film grosses more than the expected amount
9·6 天前These kind of films should really be run like a startup, people get wages for doing the work and also get equity of it takes off. But it’s rigged so the investors get all the gains, while the workers really get paid a tiny amount
If the business model collapses, it can lead to shutdowns, running models is expensive and if no one wants to pay the actual costs the party stops. If only a few people are willing/able to pay the high actual costs then scale gets lost as well, keeping prices up high.
Sure the cat is out of the bag and it’s likely there’ll be some form of generative AI in future, but the ecosystem is likely to be very different to the mass-investment loss-driven environment we are currently seeing
eyesaremosaics@lemmy.zipto
World News@quokk.au•Chip slump erases $1.3 trillion in stock market value
9·10 天前It’s probably contributing, they were so obviously scamming the market but trying to force it into the S&P to get exit liquidity, and it probably eroded a lot of whatever trust is left in the market
It would lead to a whistle and restart the same way you can’t just sit on a ball to waste time. Not sure what the rule is called but yeah it’s covered in the rules
That’s a good suggestion, I’ll try some kind of temporary bits of padding first to try and work out what is going on. It is a plausible explanation of how the problem appeared, because I can’t see anything wrong
The problem with finding where and how to make adjustments is I can’t work out the physics/engineering of what is causing it, or what the original design was meant to be like. But the other comment does sound useful in this way
I haven’t tried that, sounds like it’s worth a check
I thought the pope was talking about Defenestration, sorely disappointed
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
1·2 个月前Do you need to remember to open it regularly? Or is it sending you notifications? You mention that you open it and then it does a sync, how often do you need to do this?
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
1·2 个月前Do you need to interact with it regularly for it to work in the background?
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
1·2 个月前The more I have to deal with them the less interesting they become… they work best for people who want to just do what apple tell them
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
1·2 个月前Interesting, is that through a particular app, or from cable-based syncing?
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
2·2 个月前… Interesting idea. But immich doesn’t work as a drop in, the default images collection includes a lot of rubbish so for it to be useful you have to manually tag photos to include with immich
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
2·2 个月前It’s kind of necessary for family members who still need it to be backing up and may take a bit of time to get used to using it. If it’s not backing up pics then it won’t be useful when they do open it
eyesaremosaics@lemmy.zipto
Asklemmy@lemmy.ml•What's a scam that's so normalized that we don't even realize it's a scam anymore?
251·2 个月前Paying rent for land. Unfortunately it’s been that way since feudalism and the progressive movements over the last few hundred years haven’t managed to break out of it
eyesaremosaics@lemmy.zipOPto
Selfhosted@lemmy.world•Is there a way to auto backup from iPhones?English
1·2 个月前Yep the unreliable background tasks are a major hurdle here



Ok there is a TV and a pi on network 1 and a server on network 2, the pi can connect to the server through SSH or VPN or whatever is needed. The TV would like to connect to the server, however it can’t run a VPN or anything like that so exposing the server would be a risk.
The SSH command on the pi is SSH -L 1234:localhost1234 remote_server
The ufw command was run on the pi, with the intention to allow the TV to access the forwarded port on the pi