Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
initplus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
initplus
2y ago
http.ListenAndServe is implemented under the hood with a new goroutine per incoming connection. You don't have to explicitly use goroutines here, it's the default behaviour.
2.
▲
by
initplus
2y ago
Will be an underlying safety issue in some system library, but they have only seen "in the wild" exploits targeting Intel. "Defence in depth" - better to push the bugfix to all than to scrutinize ARM security features to
3.
▲
by
initplus
2y ago
Yeah you can see the cooling requirements by looking at their product images. https://cerebras.ai/wp-content/uploads/2021/04/Cerebras_Prod... Thing is nearly all cooling. And look at the diameter on the
4.
▲
by
initplus
2y ago
It's not just that there are few signals to prevent the wrong person being put in charge, but this kind of government bureaucratic actively selects for the wrong person. These kinds of government IT projects are often soul sucking to w
5.
▲
by
initplus
2y ago
I mean they aren't designed for rack mounting? It's a consumer product, likely <0.1% of units produced will end up in a rack.
6.
▲
by
initplus
2y ago
The port on the bottom is really the least offensive element of the design. I know people find it fun to clown on, but if any of them had ever used one for 5 minutes they would realize it's a terrible mouse for a bunch of other more im
7.
▲
by
initplus
2y ago
Regulatory challenge is that the FDA have to combine 3 related but seperate concepts: 1. Manufacturing quality/ingredients accuracy (is the product what is says on the tin) 2. Safety 3. Efficacy Medicines must pass all three, supplemen
8.
▲
by
initplus
2y ago
Given that experience, think about what state the alternatives must be in!
9.
▲
by
initplus
2y ago
You'll likely run into frustrating app availability issues. Releasing iPhone apps on iPad is not universally done. (looking at you WhatsApp)
10.
▲
by
initplus
2y ago
Court isn't the place for scientific inquiry into these issues. It's just not setup for it. French courts have also found in favor of "electrosensitivity" issues.
11.
▲
by
initplus
2y ago
Sounds like a really interesting problem space. I'm curious if you have any comments about how you approached dealing with inconsistencies between information sources? System A says X, system B says Y. I suppose best approach is again
12.
▲
by
initplus
2y ago
One example is that instead of adding support for edge case mutations/changes late in a process, it's sometimes better to force those records to be thrown away and reset with a new record from the start of the process. You avoid c
13.
▲
by
initplus
2y ago
It's not "until sales shows up", it's until regulators start causing problems for Cloudflare because you are using Cloudflare infra to host a grey market online gambling website.
14.
▲
by
initplus
2y ago
Harder to justify contributing back when the open source project is so tightly coupled to your biggest for profit competitor.
15.
▲
by
initplus
2y ago
Even grosser is that they explicitly limited the iOS version of Google Photos to refuse to work with scoped access. So on iOS the app will refuse to work without being granted whole library access, a permission that Google no longer allows
16.
▲
by
initplus
2y ago
I'm also completely sick of fielding API migration emails from Google on mobile Android/Firebase. Feel like I get some "action required" every couple of weeks. This stuff saps our resources, both to fix it, and to diagno
17.
▲
by
initplus
2y ago
What’s crazy is the range on the liability estimate. Maybe there is a good reason for it. But 1b-10b is an absolutely massive window?
18.
▲
by
initplus
2y ago
It does seem weird that there is this separation though. I would have assumed that there is a lot of overlap between machine design and operation.
19.
▲
by
initplus
2y ago
More engineers doesn't automatically mean better software. Sometimes the opposite.
20.
▲
by
initplus
2y ago
This is a rod Samsung has made for their own back though. Fewer SKU's, and more shared parts between models would be better for consumers and for the planet.
21.
▲
by
initplus
2y ago
It seems that way because it kind of is. The early days of functional research were equally focused on designing alternative computer architectures that were more suited to functional paradigms. Now that hardware angle has not been very suc
22.
▲
by
initplus
2y ago
The benefits from virtual threads come from the simple API that it presents to the programmer. It's not a performance optimization.
23.
▲
by
initplus
2y ago
Channels and async/await aren’t really equivalent features. Beyond the fact that they both deal with concurrency. You can do channels (message passing) on top of async await.
24.
▲
by
initplus
2y ago
And that’s the upgraded version. Previously it just… wasn’t possible at all?
25.
▲
by
initplus
2y ago
At least it's somewhat possible to reliably test behavior of these against GNU coreutils. Pull down some archaic C++ project with a pile of janky shell scripts involved in the build (Chromium might be a good target) and compare final r
26.
▲
by
initplus
2y ago
The original history behind a lot of original UNIX directory structure is engineers running out of disk space on a PDP-11 50 years ago and shuffling things around to keep the system operating. Other reasoning has been piled on top over the
27.
▲
by
initplus
2y ago
Maybe my phrasing is not clear - I meant that these languages are indeed not significantly more productive.
28.
▲
by
initplus
2y ago
Yes - the value of functional programming isn't that working in OCAML, or F#, or Haskell is 10x as productive as other languages. But that it can teach you worthwhile lessens about designing software that apply equally to imperative la
29.
▲
by
initplus
2y ago
Difference is that Apple invested heavily in backwards compatibility, even old x86 code performs well on their chips. Meanwhile cell requires a reworking of your entire program to take advantage of it.
30.
▲
by
initplus
2y ago
It’s less a confusing one off decision to use a weird architecture, and more a failure to reconsider the status quo and stop using weird architectures. Previous PlayStation hardware was just as odd. Ps2 reused old surplus Ps1 processors jus
More ›