spookedbyroaches

joined 1 year ago
[–] [email protected] 1 points 9 months ago

I miss that one too :(

But I think they took it out not because of the abuse but because more TVs were being controlled by bluetooth and 2.4GHz bands instead of IR.

[–] [email protected] 1 points 9 months ago (1 children)

I would guess they're a fire hazard because of the overclocking they do. They're either a long term (heh) project and they're immaculate, or they know they need to squeeze every bit of value and abuse the fuck out of those GPUs. I think you can tell if a rig is dangerous so you should be ok

[–] [email protected] 9 points 9 months ago

A samsung sd card instead of a sandisk one 👍

[–] [email protected] 1 points 10 months ago

You can try sshDaemon on the tablet and Material Files for the phone. Although it's a bit technical to make it easier to connect. You're gonna have to make an RSA SSH key pair so you don't have to put in the password on material files every time. But you are gonna have to change the IP on it if you move around to new networks.

[–] [email protected] 5 points 10 months ago (1 children)

Yeah I think they saw a couple of examples Of stores taking out the self checkout lanes and ran with them. Although you could say the theft that the self checkout lanes allow is a recurring expense, but that's probably not nearly as much as the saving that the machines give.

[–] [email protected] 3 points 10 months ago

Yeah that's what sucks about this. But you don't have to really call for intimate messages. WhatsApp cannot read you message since it's E2EE but they do store and use the metadata. So a casual message and an intimate messages are the same in a WhatsApp server's eyes.

[–] [email protected] 21 points 10 months ago (11 children)

Problem is that people actually think that it's 99% vs 98% (not saying you think that) when that's not the case. You have a guy that incited a riot against our democratic process and a guy that kept encouraging unity and actually helped fund infrastructure, local chip manufacturing, renewable funding, etc.

[–] [email protected] 55 points 10 months ago (2 children)

My local mayor wants to increase funding for the public transit, but he didn't say ACAB, so I'm not gonna vote for him even if the other other guy is gonna slash the public transit funding by half 😤😤

[–] [email protected] 2 points 10 months ago

I think it's Android itself. I can only do symlinks in the /data partition not /storage/emulated according to this. And I tried it and it seems to be true.

` ~ $ pwd

/data/data/com.termux/files/home

~ $ touch ok

~ $ ln ok ok.ok

ln: failed to create hard link 'ok.ok' => 'ok': Permission denied

~ $ ln ok -s ok.ok

~ $ ls

ok ok.ok

~ $ cd /storage/emulated/0

.../emulated/0 $ touch ok

.../emulated/0 $ ln ok -s ok.ok

ln: failed to create symbolic link 'ok.ok': Permission denied

`

view more: ‹ prev next ›