HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dblitt

no profile record

Submissions

TikTok Is Down in the US

theverge.com
23 points·by dblitt·w zeszłym roku·7 comments

Google must open Android for third-party stores, rules Epic judge

theverge.com
787 points·by dblitt·2 lata temu·580 comments

Microsoft's largest ever security transformation detailed in new report

theverge.com
1 points·by dblitt·2 lata temu·0 comments

Boeing to plead guilty to criminal fraud charge stemming from 737 MAX crashes

cnbc.com
569 points·by dblitt·2 lata temu·590 comments

comments

dblitt
·6 miesięcy temu·discuss
Make sure to keep a backup of your Sequoia install
dblitt
·12 miesięcy temu·discuss
Looks like it checks for the referrer in main.js and adds the uppercase text-transform if you come from HN:

  let host;
  if (document.referrer) { host = (new URL(document.referrer)).host; }
  if (host === "news.ycombinator.com" || host === "lobste.rs") {
    let style = document.createElement('style');
    // let transform = host === "lobste.rs" ? 
    style.textContent = `
      body { text-transform: uppercase; }
      pre, code { text-transform: none; }
    `;
    document.head.appendChild(style);
    console.log("HN readers clearly can't handle the typing habits of the average trans girl.");
    return;
  }
dblitt
·w zeszłym roku·discuss
It seems the suggested solution is to use server credentials that lack delete permissions (and use credentials that have delete for compacting the repo), but does that protect against a compromised client simply overriding files without deleting them?
dblitt
·2 lata temu·discuss
Yes, its called "hybrid transport", and its a flow where a laptop presents a QR code to a mobile phone, who then sets up a BLE connection for one time use of the passkey.

https://www.corbado.com/blog/webauthn-passkey-qr-code

(Not sure how the "cloud assisted" part of caBLE works)
dblitt
·2 lata temu·discuss
Note that this requires native iCloud support on the host machine, so macOS or the iCloud app on Windows (no Linux support)
dblitt
·2 lata temu·discuss
Does anyone have insight into why Apple encrypts SEP firmware? Clearly it’s not critical to their security model so maybe just for IP protection?
dblitt
·2 lata temu·discuss
Notably, only the pro models support USB 3. The base 16/16 plus are still on USB 2. This hasn't changed from the 15 lineup when they switched to USB-C.
dblitt
·2 lata temu·discuss
Could this end up on an embedded smart tv device, like a Roku?