Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pwnna
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
A Journey to the Center of the SpiderMonkey Virtual Machine [video]
(youtube.com)
3 points
by
pwnna
2mo ago
|
0 comments
2.
▲
by
pwnna
4mo ago
Trying to see if I can implement psychoacoustic bass enhancements and other advanced DSP techniques to improve Linux laptop speakers.
3.
▲
by
pwnna
5mo ago
HW video decoding is now available and by default on in Chrome on at least Ubuntu with my Intel iGPU. I was also surprised when they turned it on under the radar. I saw this the other day debugging a problem and saw others see it too: http
4.
▲
Detecting camera on/off events for Linux and controlling lights with eBPF
(shuhaowu.com)
2 points
by
pwnna
6mo ago
|
0 comments
5.
▲
by
pwnna
6mo ago
I actually made this patch a while ago on lineageos but lost the patch. It is a very invasive change where I filtered for the world amber and the French equivalent...
6.
▲
by
pwnna
10mo ago
Does this impact the western digital and SanDisk brands too? IIRC those brands got folded into Crucial.
7.
▲
by
pwnna
10mo ago
For single-threaded, cooperative multitasking systems (such as JavaScript and what OP is discussing), async mutexes[1] IMO are a strong anti pattern and red flag in the code. For this kind of code, every time you execute code it's alwa
8.
▲
Does Wayland fractional scaling work with games in 2025?
(shuhaowu.com)
3 points
by
pwnna
10mo ago
|
2 comments
9.
▲
by
pwnna
1y ago
This is like fighting complexity with even more complexity. Nix and bazel are definitely not close to actually achieving hermetic build at scale. And when they break the complexity increases exponentially to fix.
10.
▲
by
pwnna
1y ago
So I don't understand where the meme of the blurry super-resolution based down sampling comes from. If that is the case, what is super-resolution antialiasing[1] then? Images when rendered at higher resolution than downsampled is usual
11.
▲
by
pwnna
2y ago
Neat! I worked on a similar formal verification of Ghostferry, which is a zero downtime data migration tool that powers the shard balancing tool at Shopify, also using TLA+: https://github.com/Shopify/ghostferry/bl
12.
▲
The Pixel Buds Pro no longer let you 'touch and hold' to hear notifications
(theverge.com)
2 points
by
pwnna
2y ago
|
0 comments
13.
▲
by
pwnna
2y ago
Devil's advocate: my bridge fell down because I didn't know the concrete didn't meet spec still seem like negligence?
14.
▲
Earth rotation limits in-body image stabilization to 6.3 stops (2020)
(thecentercolumn.com)
166 points
by
pwnna
2y ago
|
105 comments
15.
▲
Ordered back to the office, top tech talent left instead, study finds
(washingtonpost.com)
134 points
by
pwnna
2y ago
|
102 comments
16.
▲
by
pwnna
2y ago
There is the kawai novus5 which is a digital piano with the action and soundboard of a real upright piano and enough speakers to sound almost exactly like a real piano. There are also some new roland models I haven't tried. Many dealer
17.
▲
by
pwnna
2y ago
If I want to learn about this field and is somewhat familiar with only the classical approach to robotics, how should I get started?
18.
▲
by
pwnna
3y ago
Comparing gas vs electric seems incorrect. Should be comparing with induction instead. It is way more energy efficient (altho not necessarily more cost efficient). It produces no combustion byproduct like gas (which your air quality meter m
19.
▲
by
pwnna
3y ago
I think people focus on protectionism because that is the traditional tool to fight things like foreign government's unfair subsidy practices. However, you cant just have protectionism without fostering competition and innovation in or
20.
▲
by
pwnna
3y ago
You're exactly right. I'm not asking for people to choose an inferior, pricier product. My thoughts is that China has the environment to have extreme competition which is leading to better product. This is distinctly not the case
21.
▲
by
pwnna
3y ago
The progressive loss in consumer robotics company in the West to their Chinese counter parts has been disappointing. Much like drones, I suspect this is short sighted as the underlying technology eventually have national security concerns.
22.
▲
Picking the Widevine Locks: Acquiring and Using an L3 CDM
(web.archive.org)
6 points
by
pwnna
3y ago
|
0 comments
23.
▲
The first Spanish AI model earning up to €10k per month
(euronews.com)
1 points
by
pwnna
3y ago
|
0 comments
24.
▲
Microsoft Contributes Azure RTOS to Open Source
(techcommunity.microsoft.com)
1 points
by
pwnna
3y ago
|
0 comments
25.
▲
by
pwnna
3y ago
Yeah but we also would revoke their license..
26.
▲
by
pwnna
3y ago
How would you even differentiate between retries? If you isolate it by domain, the website can redirect you 10 times, each collecting an attestation token. They could perform statistical analysis with cookies. Websites could even force logg
27.
▲
by
pwnna
3y ago
McDonalds app requires safetynet (effectively the same as this proposal) passing to access their app. Is that really required? If you put a capability in, people will use (and abuse) it.
28.
▲
by
pwnna
3y ago
I don't understand how a probabilistic holdbacks can be effective if you can requests for the attestation token multiple times. If the holdback percentage is 10%, the probability of getting no attestation for 10 calls in a row would be
29.
▲
by
pwnna
4y ago
You're right, but I think it's mostly semantic and depends on how you define "performant" or "fast". Real-time software is about being "fast enough", every time. After all, slow and fast is subjective
30.
▲
by
pwnna
4y ago
I found this to be hard-ish to get started as well. However, it turns out you just need to write your program to be performant, and know a few tricks to tune the OS and the scheduler. After looking on the internet and failing to find materi
More ›