Readit News logoReadit News
bqmjjx0kac commented on Fight Chat Control   fightchatcontrol.eu/... · Posted by u/tokai
JoshTriplett · 14 days ago
> the "real" app

The backdoored app will hopefully not be called Signal, since Signal themselves would never do this. I hope they own a trademark on it and could enforce it against anyone who would try to upload a backdoored version under their name.

bqmjjx0kac · 14 days ago
Well... "TM Signal" was just in the news. It's close enough I bet it could fool some percentage of otherwise security-conscious users. https://www.wired.com/story/tm-signal-telemessage-plaintext-...
bqmjjx0kac commented on Fight Chat Control   fightchatcontrol.eu/... · Posted by u/tokai
rdm_blackhole · 14 days ago
Even if you compile your own version of Signal, will your friends do it too? Will your grandma/grandpa do it as well? It only takes one person in the chain to be compromised by using the "real" app and then all your efforts would be defeated because now your messages have been exposed by this other person unknowingly.
bqmjjx0kac · 14 days ago
Do phones have trusted execution environments? I suppose you could require the recipient provide attestation that it's running the expected binary. Of course, this is pointless if the hardware manufacturer shares their root keys with the government.
bqmjjx0kac commented on Can an email go 500 miles in 2025?   flak.tedunangst.com/post/... · Posted by u/zdw
jagged-chisel · 2 months ago
* multiply

/ divide

bqmjjx0kac · 2 months ago
I am familiar.
bqmjjx0kac commented on Can an email go 500 miles in 2025?   flak.tedunangst.com/post/... · Posted by u/zdw
Arnavion · 2 months ago
The * value is the result of converting 10 miles to meters, as requested.

The / value is the inverse of that in case you wanted that, ie 0.1 meters in miles.

It's explained in `man 1 units`

bqmjjx0kac · 2 months ago
Oh, I know it's explained in the man page. I read it every time and promptly forget because I can't internalize the choice of notation.
bqmjjx0kac commented on Can an email go 500 miles in 2025?   flak.tedunangst.com/post/... · Posted by u/zdw
jeffhuys · 2 months ago

   > units
   751 units, 62 prefixes
   You have: 10 miles
   You want: meters
    * 16093.44
    / 6.2137119e-05
Huh. Never knew that was a thing!

bqmjjx0kac · 2 months ago
I always want to reach for `units`, but I'm perennially baffled by the output! What's up with the * and /?
bqmjjx0kac commented on We're all CTO now   jamie.ideasasylum.com/202... · Posted by u/fside
dgfitz · 2 months ago
No, not sure where you got that from.
bqmjjx0kac · 2 months ago
Oh, I guess you were just sharing and this wasn't advice:

> I just landed a mid 6-figures job _without_ grinding leetcode. They’re out there. This game everyone plays is an abomination.

bqmjjx0kac commented on Holding Cellphone while driving is illegal, California court rules   latimes.com/california/st... · Posted by u/firefoxd
ronsor · 2 months ago
The law could've been written like "While operating a motor vehicle, it is unlawful to use a smartphone, tablet, or other hand-held device, regardless of the activity being performed on the device."
bqmjjx0kac · 2 months ago
I agree the law should attempt to be specific, but I have to point out that this is still quite ambiguous!

Is it permissible to dictate/listen to text messages on my handheld smartphone, so long as I don't hold it in my hand? Can I click "next track" on the steering wheel, but not on my phone screen?

What about smart watches? They are not handheld, but they are equally distracting, if not more so than a phone because their screens are so tiny and fiddly.

bqmjjx0kac commented on We're all CTO now   jamie.ideasasylum.com/202... · Posted by u/fside
dgfitz · 2 months ago
> Think of all the studying that is required before applying to tech jobs these days.

Surely you realize this is the problem. I just landed a mid 6-figures job _without_ grinding leetcode. They’re out there. This game everyone plays is an abomination.

bqmjjx0kac · 2 months ago
Surely you don't believe that there's a significant fraction of tech jobs that pay $500k?
bqmjjx0kac commented on Making TRAMP faster   coredumped.dev/2025/06/18... · Posted by u/celeritascelery
kristjansson · 2 months ago
Also, using persistent ssh connections makes a huge difference, esp. if you’ve got a heavy shell init on the local or remote side

  Host *
      ControlPath ~/.ssh/cm-%r@%h:%p
      ControlMaster auto
      ControlPersist 600

bqmjjx0kac · 2 months ago
I thought TRAMP overrides that setting in your SSH config.

> TRAMP uses the ControlMaster=auto OpenSSH option by default, if possible. However, it overwrites ControlPath settings when initiating ssh sessions. TRAMP does this to fend off a stall if a master session opened outside the Emacs session is no longer open. That is why TRAMP prompts for the password again even if there is an ssh already open.

https://www.gnu.org/software/emacs/manual/html_node/tramp/Ss...

u/bqmjjx0kac

KarmaCake day1524February 2, 2021View Original