HackerTrans
TopNewTrendsCommentsPastAskShowJobs

scq

no profile record

comments

scq
·24 วันที่ผ่านมา·discuss
Superfest was a brand of ion-exchange toughened drinking glasses. Ion-exchange toughened glass was invented by Steven Kistler in the 1960s, and commercialised by Corning shortly after.

Gorilla Glass is essentially the same thing, and it (or similar products from other manufacturers) is on nearly every smartphone and tablet sold today, so in some sense it's more widespread than it has ever been.

Another reason it might not have caught on for drinking glasses is (aside from being much more expensive to produce), when it breaks it shatters into a huge number of _sharp_ shards, whereas tempered glass shatters into mostly blunter cubes. You can get tempered glass drinking glasses at IKEA.

See also: https://history.stackexchange.com/a/79308
scq
·2 เดือนที่ผ่านมา·discuss
10Gbps fibre uses significantly less power than 10Gbps copper ethernet.
scq
·2 เดือนที่ผ่านมา·discuss
Ford no longer makes traditional passenger cars. They now only sell SUVs, trucks, and sports cars.

You can see this if you go to https://shop.ford.com/showroom/ and select sedan or hatchback in the left filters. No results.
scq
·3 เดือนที่ผ่านมา·discuss
The approach some JS projects have taken is to use Husky, which automatically sets up the git hooks when you install the project's dependencies during development.
scq
·3 เดือนที่ผ่านมา·discuss
There seems to be some JS on the page that messes with the URL. Try this one: https://web.archive.org/web/20260421141017/https://claude.co...
scq
·3 เดือนที่ผ่านมา·discuss
No, the author is a crank named Arthur Firstenberg, one of the original "microwaves will give you cancer" people.
scq
·3 เดือนที่ผ่านมา·discuss
There are plenty of snappy examples. Off the top of my head: Discord, Netflix, Signal Desktop, WhatsApp Web.
scq
·3 เดือนที่ผ่านมา·discuss
Just because a web application uses React and is slow, it does not follow that it is slow because of React.

It's perfectly possible to write fast or slow web applications in React, same as any other framework.

Linear is one of the snappiest web applications I've ever used, and it is written in React.
scq
·3 เดือนที่ผ่านมา·discuss
No. What it can affect though is the bandwidth of the cable, meaning e.g. for HDMI cables, they might not support higher resolutions or framerates. If it's on the border you might see random disconnects or screen blanks.

The quality degrading is not something you will see, as it's a digital protocol.

"Audiophile grade" HDMI cables are likely to just be a Shenzhen bargain-bin special with some fancy looking sheathing and connectors. I would trust them less than an Amazon Basics cable.
scq
·4 เดือนที่ผ่านมา·discuss
With EVs, most of your charging should be done at home, with fast charging mostly just existing for trips.

I know not everyone can charge at home (especially if you live in an apartment), but the solution to that is pretty straightforward and a lot more convenient compared with trying to scale up fast charging to match petrol stations.
scq
·6 เดือนที่ผ่านมา·discuss
From my understanding, the new CT machines are able to characterise material composition using dual-energy X-ray, and this is how they were able to relax the rules.
scq
·6 เดือนที่ผ่านมา·discuss
Mods didn't remove it, user flags did.
scq
·6 เดือนที่ผ่านมา·discuss
There are definitely use cases. Pis have lower power consumption than NUCs. This is the main reason I went for one to run Home Assistant rather than a NUC.

I have a NAS/home server that I could put it on but I don't want my home automation going down when I tinker with it.
scq
·6 เดือนที่ผ่านมา·discuss
That is not how PKI works. Your cert provider does not have a copy of your private key to give out in the first place.

Having the private key of the root cert does not allow you to decrypt traffic either.
scq
·7 เดือนที่ผ่านมา·discuss
If you don't want anything to do with EA, Konami ain't much better. They actively sabotage their former employees job prospects.

> One employee from a staffing agency said that Konami "files complaints to gaming companies who take on its former employees," causing one game company to "warn its staff against hiring ex-Kon" - "ex-Kon" being a nickname for ex-Konami employees. "If you leave the company, you cannot rely on Konami's name to land a job," one former employee said.

https://www.gamesindustry.biz/konami-accused-of-blacklisting...
scq
·7 เดือนที่ผ่านมา·discuss
Rust is already making substantial inroads in browsers, especially for things like codecs. Chrome also recently replaced FreeType with Skrifa (Rust), and the JS Temporal API in V8 is implemented in Rust.
scq
·8 เดือนที่ผ่านมา·discuss
One aspect of Transmeta not mentioned by this article is their "Code Morphing" technique used by the Crusoe and Efficeon processors. This was a low level piece of software similar to a JIT compiler that translated x86 instructions to the processor's native VLIW instruction set.

Similar technology was developed later by Nvidia, which had licensed Transmeta's IP, for the Denver CPU cores used in the HTC Nexus 9 and the Carmel CPU cores in the Magic Leap One. Denver was originally intended to target both ARM and x86 but they had to abandon the x86 support due to patent issues.

https://en.wikipedia.org/wiki/Project_Denver
scq
·9 เดือนที่ผ่านมา·discuss
bcrypt is the industry standard.
scq
·9 เดือนที่ผ่านมา·discuss
Usually presents as a keyboard that types commands, yeah. Win-R -> powershell -> execute whatever you want.

E.g. https://shop.hak5.org/products/usb-rubber-ducky
scq
·10 เดือนที่ผ่านมา·discuss
There's no way to test on Safari without either buying Apple hardware or subscribing to services like Browserstack.

This is a problem of Apple's own making.