HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dblitt

no profile record

Submissions

TikTok Is Down in the US

theverge.com
23 points·by dblitt·السنة الماضية·7 comments

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

theverge.com
787 points·by dblitt·قبل سنتين·580 comments

Microsoft's largest ever security transformation detailed in new report

theverge.com
1 points·by dblitt·قبل سنتين·0 comments

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

cnbc.com
569 points·by dblitt·قبل سنتين·590 comments

Upstreaming Linux kernel support for the Snapdragon X Elite

qualcomm.com
174 points·by dblitt·قبل سنتين·67 comments

System76 Introduces Ultraportable Laptops with Intel Core Ultra Processors

blog.system76.com
3 points·by dblitt·قبل سنتين·0 comments

comments

dblitt
·قبل 6 أشهر·discuss
Make sure to keep a backup of your Sequoia install
dblitt
·قبل 12 شهرًا·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
·السنة الماضية·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
·قبل سنتين·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
·قبل سنتين·discuss
Note that this requires native iCloud support on the host machine, so macOS or the iCloud app on Windows (no Linux support)
dblitt
·قبل سنتين·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
·قبل سنتين·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
·قبل سنتين·discuss
Could this end up on an embedded smart tv device, like a Roku?
dblitt
·قبل سنتين·discuss
dupe: https://news.ycombinator.com/item?id=39778999
dblitt
·قبل سنتين·discuss
What extensions are you using for C# on code-server? AFAIK the official C# extensions from Microsoft (C# base and dev kit) aren’t licensed for non-vscode use.
dblitt
·قبل سنتين·discuss
IIRC TextEdit.app has options like smart quotes, auto capitalize, and spell check turned on (in addition to being rich text by default), so you have to change all those to be a dumb plain text editor.
dblitt
·قبل سنتين·discuss
Does anyone know of any similar works that instead focus on a common law background (US/UK/others) vs civil law (EU/most of the world), that I am understanding this book focuses on?

This is a topic I am very interested in, but since I am from the US I would prefer to start with law as practiced here.

Edit: only skimmed and it seems this book may be both EU and UK focused. Seems to be funded by the EU European Research Council but published by Oxford?
dblitt
·قبل سنتين·discuss
$45k per month. Annually it's > $540,000

Also, updates do count.

"A first annual install may result from an app’s first-time install, a reinstall, or an update from any iOS app distribution option — including the App Store, an alternative app marketplace, TestFlight, an App Clip, volume purchases through Apple Business Manager and Apple School Manager, and/or a custom app."