HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dblitt

no profile record

投稿

TikTok Is Down in the US

theverge.com
23 ポイント·投稿者 dblitt·昨年·7 コメント

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

theverge.com
787 ポイント·投稿者 dblitt·2 年前·580 コメント

Microsoft's largest ever security transformation detailed in new report

theverge.com
1 ポイント·投稿者 dblitt·2 年前·0 コメント

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

cnbc.com
569 ポイント·投稿者 dblitt·2 年前·590 コメント

Upstreaming Linux kernel support for the Snapdragon X Elite

qualcomm.com
174 ポイント·投稿者 dblitt·2 年前·67 コメント

System76 Introduces Ultraportable Laptops with Intel Core Ultra Processors

blog.system76.com
3 ポイント·投稿者 dblitt·2 年前·0 コメント

Beginners should use Django, not Flask

bitecode.dev
3 ポイント·投稿者 dblitt·3 年前·2 コメント

コメント

dblitt
·6 か月前·議論
Make sure to keep a backup of your Sequoia install
dblitt
·昨年·議論
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
·昨年·議論
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 年前·議論
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 年前·議論
Note that this requires native iCloud support on the host machine, so macOS or the iCloud app on Windows (no Linux support)
dblitt
·2 年前·議論
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 年前·議論
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 年前·議論
Could this end up on an embedded smart tv device, like a Roku?
dblitt
·2 年前·議論
dupe: https://news.ycombinator.com/item?id=39778999
dblitt
·2 年前·議論
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
·2 年前·議論
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
·2 年前·議論
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
·2 年前·議論
$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."
dblitt
·2 年前·議論
His original letter to Hans is published here: https://ftp.mfek.org/Reiser/Letters/%E2%84%961%20Fred%E2%86%...
dblitt
·2 年前·議論
Reminds me of “The Birth & Death of JavaScript”

https://www.destroyallsoftware.com/talks/the-birth-and-death...
dblitt
·3 年前·議論
> For the purposes of this demo, latency has been reduced and Gemini outputs have been shortened for brevity.

Seems like this video was heavily editorialized, but still impressive.
dblitt
·3 年前·議論
For some reason, this page embeds the PDF as an iframe. The actual PDF is at https://19971168.fs1.hubspotusercontent-na1.net/hubfs/199711...
dblitt
·3 年前·議論
> For security reasons, we do not have Chrome crash reporting enabled.

> We also confirmed with many of our affected users that they had Grammarly installed on their computers.

Ironic.
dblitt
·3 年前·議論
I’m currently traveling internationally with an iPhone 12 and I can confirm the single eSIM + single physical SIM limitation. Although, in my case, I'm using a physical international SIM and a US eSIM.

I would love to turn off my US eSIM when not in use (I think it uses more power connected to two cellular networks) but that would require unenrolling my US iMessage number and I can’t do that. Definitely the most annoying part of the whole thing.

I considered using a spare iPhone to host a physical SIM with my US number because that would allow the number to stay bonded with my Apple ID and potentially forward SMS over iCloud, but I decided not to because in my experience the SMS part is too flaky to be relied on.