HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dankebitte

no profile record

comments

dankebitte
·5 tháng trước·discuss
A point hasn't actually been made when the sole example, presented as fact, was a partisan lie that collapsed under extremely basic scrutiny. The decision had nothing to do with this strange notion that the courts err on the side of restraining the government and everything to do with the fact the 5th Circuit [yet again] presumed an alternate reality in order to achieve a Republican policy victory.
dankebitte
·5 tháng trước·discuss
It's simply bizarre to claim that a blatantly partisan circuit court issuing capricious restrictions on their political opposition and having them vacated by SCOTUS is evidence of "the courts" erring against "the government" generally. The decision was overturned because the plaintiffs' case was a baseless fiction that the Biden administration was ever even implicitly compelling those third parties to do anything. The plaintiffs' standing was so plainly nonexistent that even 3/6 of the majority from Kennedy v. Bremerton School District couldn't pretend there was a case. The only example that case serves is of the most Republican-allied circuit court consistently issuing garbage opinions to empower Republican administrations and reconsolidate partisan policymaking to itself during Democratic administrations.
dankebitte
·5 tháng trước·discuss
> This is why the Biden administration had a restraining order filed against it, on account of them pressuring social media companies to ban content it didn't like. This violated the First Amendment

It's very strange of you to leave out that the extremely right-wing 5th Circuit's opinion was overturned 6-3 by SCOTUS because "pressuring social media companies to ban content" was a complete fabrication the plaintiffs failed to support whatsoever.
dankebitte
·năm ngoái·discuss
> dubious Russian CDNs

Are there multiple? I thought DDoS-Guard [1] had a near-monopoly on CDN services for international piracy.

[1] https://krebsonsecurity.com/2021/01/hamas-may-be-threat-to-8...
dankebitte
·năm ngoái·discuss
> read replicas

Can this be done with only Litestream, or is LiteVFS still in development? I looked into this last year but was put off by LiteFS's stated write performance penalty due to FUSE [1]; it's still marked as WIP [2] and hasn't seen updates for over a year.

[1] https://fly.io/docs/litefs/faq/#what-are-the-tradeoffs-of-us...

[2] https://github.com/superfly/litevfs
dankebitte
·năm ngoái·discuss
Not sure which page you're referencing, but the linked page states it's available for Personal (free) as well:

> Tailnet lock is available for the Personal, Personal Plus, and Enterprise plans.
dankebitte
·năm ngoái·discuss
> If you aren't comfortable with trusting them with control over your network

Wrt the possibility of Tailscale being compromised, there's the in-beta tailnet lock feature:

> Tailnet lock lets you verify that no node is added to your tailnet without being signed by trusted nodes in your tailnet. When tailnet lock is enabled, even if Tailscale infrastructure is malicious or hacked, attackers can't send or receive traffic in your tailnet. [1]

[1] https://tailscale.com/kb/1226/tailnet-lock
dankebitte
·năm ngoái·discuss
> On average I'd drain about 15% battery per hour. So 4 to 5 hours before you need to be thinking about charging, but I'm not sure you'd want to have the glasses on longer than that anyway.

I know there are splitters break a USB-C port out into a USB-PD port and a data transfer port, but can those (or a different accessory) also be used to provide PD to the phone for prolonged usage?

eta: Never mind, just saw that the XREAL Hub addresses this. I still wonder if there's a cheaper option, but most seem to be designed for PD out, not in.
dankebitte
·năm ngoái·discuss
It's not undefined behavior, it's the fact that the uncorrelated subquery within the CTE doesn't specify an ordering, therefore it cannot be implicitly materialized / evaluated once. Postgres documentation is clear here [1]:

> If sorting is not chosen, the rows will be returned in an unspecified order.

The original query from TFA could've instead just had the uncorrelated subquery moved into a materialized CTE.

[1] https://www.postgresql.org/docs/current/queries-order.html
dankebitte
·năm ngoái·discuss
> Updates to GPT-4o in ChatGPT (January 29, 2025)

> By extending its training data cutoff from November 2023 to June 2024 […]

https://help.openai.com/en/articles/9624314-model-release-no...