Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nazcan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nazcan
2mo ago
I tried it on Firefox, but see it failed because it doesn't have WebGPU (on linux). Same thing on Chromium actually: main.js:145 Myth browser startup failed Error: WebGPU adapter was not available. at Module.initialize (foster-webg
2.
▲
by
nazcan
2mo ago
Just a choice of polluting the ground or the air.
3.
▲
by
nazcan
2mo ago
Thanks for the excerpts! I was trying to understand the reasoning, which seem to just be in the 2nd excerpt: - The rules of signed/unsigned are complicated and there is too much auto-conversion - does that mean languages that make this
4.
▲
by
nazcan
2mo ago
But where do you get the checksum from? I realize in some cases you are downloading from a mirror (thus as long as you trust the source of the checksum, that is quite useful) - but if it is from the same host - then you are just comparing a
5.
▲
by
nazcan
4mo ago
Totally agree with one shotting GUI tools. I especially have liked it to create a single-file web app, and then open it with Chromium locally (no web server needed). In my case, it built a tool for splitting sounds and a tool for defining h
6.
▲
by
nazcan
4mo ago
To clarify, when does this run? Like you download malware A, run malware A and this function definition changes sudo for it, or sudo for other cases?
7.
▲
by
nazcan
4mo ago
Yeah, makes sense. I wonder if for closed-source apps if governments can not just force the key collection the same way they would force decryption with centralized keys.
8.
▲
by
nazcan
4mo ago
I still don't understand the note that the companies can't decrypt the messages with e2e encryption. Isn't it as simple as a software update that says: "If user = foo, then send the on device keys elsewhere"? Or if
9.
▲
by
nazcan
4mo ago
The debugging improvements have been huge for me too. I was debugging some financial software, and while it took a few shots, just with access to my code and not to the database that showed the issue, it found a fairly complex problem.
10.
▲
by
nazcan
4mo ago
It may not be the biggest bottleneck, but if you can have a similar amount of time, but reduce the number of engineers by 30%, that's a huge win. And having less people involved means there is much less communication and alignment. Not
11.
▲
Safari 26.4 Supports WebTransport
(webkit.org)
5 points
by
nazcan
5mo ago
|
1 comments
12.
▲
by
nazcan
5mo ago
The recent is very recent, so not much uptake yet ( https://caniuse.com/webtransport ) - but hopefully can be used without fallback to WebSockets in a couple years.
13.
▲
by
nazcan
5mo ago
And that's why you gotta just use one domain. Or mix ads and important content on one domain.
14.
▲
by
nazcan
5mo ago
Agreed. Upgrading just one piece, and ensuring every committed write survives is critical in most commercial applications.
15.
▲
by
nazcan
5mo ago
How does this work to discover things on the LAN from a browser?
16.
▲
by
nazcan
5mo ago
The favourite model I've seen is the main branch is free, licensed MIT or whatever, but if you want release artifacts that are tested - then you pay for it. You can always compile your own.
17.
▲
by
nazcan
5mo ago
But if you want some redundancy, k8s let's you just say run 4 of this, 6 of this on these 3 machines. At least I find it quite straight forward. The database is more complex since there is storage affinity (I use cockroachDB with local
18.
▲
by
nazcan
5mo ago
I find it interesting how this all comes down to what do you trust. Like.. why not <1 minute keys? Or 1-request?
19.
▲
by
nazcan
5mo ago
So both mics will pick up both people (at least somewhat, in the same room) - but because there is no, I assume 20-100ms latency going through the system, to discord, and back - it avoids a slight difference in timing of the two mics pickin
20.
▲
by
nazcan
5mo ago
I have not seen anything about pricing (when running on your hardware). Anyone else found anything?
21.
▲
by
nazcan
5mo ago
Positive EV for the employees vs. another company that pay less and has less lay-offs (assuming random)? I guess it depends on how much less pay the other company is...
22.
▲
by
nazcan
5mo ago
It seems like having a feedback loop to the DDOS protector could help a lot - i.e. saying how busy you are. At some level, it's like they become your edge router.
23.
▲
by
nazcan
6mo ago
100% to libraries having permissions. If I'm using some code to say compute a hash of a byte array, it should not have access to say the filesystem nor network.
24.
▲
by
nazcan
6mo ago
I'm supportive of going further - like restricting what a library is able to do. e.g. if you are using some library to compute a hash, it should not make network calls. Without sub-processes, it would require OS support.
25.
▲
by
nazcan
6mo ago
Yes, but they are saying that if you allow economic hedging, you are also allowing gambling - just a bit more indirectly.
26.
▲
by
nazcan
7mo ago
I've never attempted to use IoT devices for development, but my recommendation is to make the copy quickly explain what problem you are solving. E.g. "Stop spending months building infrastructure to manage your IoT device systems,
27.
▲
by
nazcan
7mo ago
> having a main branch allows a casual observer(management) to browse your project in the gui and see what is currently live. I never found this very compelling. What is main in that world is not the source of truth, and it's rare t
28.
▲
by
nazcan
7mo ago
As long as it includes websites made by commercial entities. Only standardized API endpoints!
29.
▲
by
nazcan
7mo ago
I think the question of is a business allowed to have something free only for humans (presumably with advertising) does not have a clear best answer - politicians can decide.
30.
▲
by
nazcan
7mo ago
Every business (even news) needs a business model.
More ›