Hacker Newsnew | past | comments | ask | show | jobs | submit | ethmarks's commentslogin

I'm pretty sure that's because the entire <main> of the site has an 8px Gaussian blur on it:

  .site-main[data-astro-cid-bpoqdqeq] { 
    backdrop-filter:blur(8px); 
  }
Why, exactly? The page looks visually identical when I disable that rule, but the performance skyrockets. I realize that it's probably vibecoded, but come on.


For $DEITY sake, this surprised me. Such inadequate performance on a 9800x3d + RX9070XT. How? Don't people test anything anymore?

Damn.


does it not affect the vignette effect? i can't test it (on the phone) but performance seems fine for me (and i have js jit disabled lol)

yes they should have tested the site on firefox, but idk i wouldn't expect css gaussian blur of all things to cause slowdowns in some browsers


> i wouldn't expect css gaussian blur of all things to cause slowdowns in some browsers

Gaussian blurs are extremely performance intensive. They need to be calculated for every individual pixel, and the per-pixel computation involves averaging the colors of dozens or hundreds of adjacent pixels. This site applies it to the entire <main>, which spans the entire screen's width and height on mobile, which means that it has several million pixels. That's fine if the browser only has to calculate it once, but when you're scrolling the browser has to perform those calculations for every single pixel on every single frame.

Apparently Chromium and Safari downscale the sampled texture which makes it less accurate but more performant, but Firefox doesn't do that because it prioritizes accuracy over performance, which explains why it only stutters on Firefox.


> they accept money and direct deposit still with no KYC. But to get the money out? Oh no! We need a picture of your face!

Unauthorized deposits aren't nearly as much of a concern as unauthorized withdrawals, right? I'd imagine that there are far fewer malicious actors that try to deposit money into random bank accounts than there are ones that try to withdraw money from random bank accounts.

> And there’s no option for going in person.

Won't an in-person bank also take pictures of you via security cameras? I don't really understand your objection here, could you elaborate?


A bank's security camera feed isn't likely to be sold to dozens of companies.

It is all but guaranteed for Internet-based facial recognition services.

Hacked facial recognition data already is reportedly being used by scammers to not only bypass bank security but also to impersonate people to target their loved ones.

There is no lasting security gain by providing a selfie. There is a lasting security and privacy loss, however.


So that's the concern? But GDPR solved this, just don't consent to them selling your likeness for AI training purposes.


Trusting untrustworthy companies aside, that doesn't resolve the issue of hacked facial recognition data.

Even back in 2014, malware was coming out that steals facial recognition data directly from smart phones themselves.

https://www.theregister.com/security/2024/02/15/stolen-ios-u...

The GDPR isn't a silver bullet.

Additionally - furtherance of facial recognition technology would impact travelling to foreign jurisdictions.

One of the most common ways foreign travellers get flagged when travelling internationally is for social media posts made under their own name that their destination country's government may not like. Traditionally if you've kept yourself pseudo-anonymous, you've largely been safe. But if we get to a point where pseudo-anonymous accounts are associated with pictures of people's faces, it will become significantly less pleasant to travel internationally for a lot more people.


*2024, not 2014


You have way more trust for these companies actually following laws than I do


It used to be that you could expect to not have your likeness captured and transmitted to third parties for their AI model training and who knows what other nefarious purposes.

It seems like all expectation of privacy and anonymity evaporated in the last 5 years.


> when they bought the successful ads company

Could you elaborate on this? What ad company did Google buy?


DoubleClick (2008, according to Wikipedia)


doubleclick.net, about 20 years ago.


Does the pitch describe the distance between the edges of the pixels or between the centers?


To expand on what the previous said, here's a link to a seminal paper on pixels - "A pixel is not a little square" by Alvy Ray Smith. https://alvyray.com/Memos/CG/Microsoft/6_pixel.pdf


center to center.


> the size of the rust binary

The `render` binary weighed 4.0 MB on disk when I compiled it a few minutes ago. Not sure if that's what you were looking for, but just in case it is, there you go.

Here's the logs, if you want: https://gist.github.com/ethmarks/8df92a68c3076ea2f4a5aedba9f...


The source for the site is here: https://github.com/dyne/cjit/tree/main/docs. It's a VitePress site with a custom theme. Glancing through the code, I don't see any obvious signs of LLM coding. It also definitely wasn't created with Codex specifically, because according to the commit history, the first version of the site was in late 2024, months before Codex even released.


I don't think that complaining about things necessitates believing that you're entitled to them. I agree that complaining about things you received for free is in rather poor taste, but I don't think that it's morally wrong in the way that you seem to think it is. If an article you read for free had a pop-up ad on it, you have not been wronged in any way and do not have grounds to sue them, but you should be permitted to voice your complaint, so long as it's of the form "I don't like this" and not "look what they subjected me to, those monsters".


Pardon my ignorance, but why does the "447 TB/cm^2" density value use square centimeters instead of a volume unit? Does the information capacity of this material really scale in proportion to area? How? Or is it just a typo?


fluorographane is a single atomic layer — one carbon thick — so storage density is naturally per unit area. The paper also gives volumetric density for the nanotape spool architecture (0.4–9 ZB/cm³, Section 4.4).


The Copilot in Visual Studio (Code) is not the same as Microsoft's Copilot. The former is GitHub's AI product and the latter is Microsoft's AI product. You can tell them apart because GitHub Copilot's icon is a helmet with goggles and Microsoft Copilot's icon is a colourful swirl thing.

It's wildly confusing branding not only because they're identically-named things that both repackage OpenAI's LLMs, but also because they're both ultimately owned by the same company.

I can only assume that the conflicting naming convention was either due to sheer incompetence or because they decided that confusing users was advantageous to them.


> they're identically-named things that both repackage OpenAI's LLMs

Haven't tried it yet but the GitHub Copilot extension for VSCode also seems to integrate Claude, Gemini and other non-OAI stuff


They do, and those models are served by Microsoft. You pay a premium per “request” (what that means is not fully clear to me) for certain models. If you use the native chat extension in VSCode for GitHub CoPilot, with Opus model selected, you are not paying Anthropic. This counts against your GitHub Copilot subscription.

The Claude Code extension for VSCode from Anthropic will use your Claude subscription. But honestly it’s not very good - I use it but only to “open in terminal” (this adds some small quality of life features like awareness it’s in VSC so it opens files in the editor pane next to it).


The best non-Clude Code CLI integration by far has been Zed's and I prefer Zed over what VS Code has become.


And let’s not forget that Visual Studio Code (the IDE) is not Visual Studio (the IDE).


This is my biggest frustration as a full time .NET developer. Its especially worse when you're searching for Visual Studio (IDE) specifics, and get results for VS Code. It bewilders me why a company that owns a search engine names their products so poorly.


> This is my biggest frustration as a full time .NET developer.

Larger than the difference between the .Net Framework (that is a framework) and .Net Core (that is a framework)?


Copilot for Visual Studio (IDE) has multiple models, not just OpenAI models, it also includes Claude. It is basically a competitor to JetBrains AI.

The only good "AI" editor that supports Claude Code natively has so far been Zed. It's not PERFECT, but it has been the best experience short of just running Claude Code directly in the CLI.


Kurzgesagt didn't invent the concept of disassembling Mercury to build a Dyson swarm. Stuart Armstrong proposed it in a lecture in 2012[0].

[0]: https://youtu.be/zQTfuI-9jIo?si=3jwmhoB7zx6rclhb


Pretty sure the idea predates that lecture, it appears in Charles Stross' novel Accelerando from 2005 (which is based on short stories that were published years earlier).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: