Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
structural
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
structural
7d ago
The way to prevent pileups is not to assume that everything will work correctly, including every system on every car. It's to assume that every single thing that could break, will break, and design enough resiliency in that you have to
2.
▲
by
structural
7d ago
Many bus routes are designed with stopping/break points, including limiting route lengths so that operators aren't stuck in these conditions. Yes, at 5pm in a major city, a bus driver might pull up next to a convenience stop, stop
3.
▲
by
structural
7d ago
Great, so when a deer jumps into the middle of the highway the size of the ensuing pileup is twenty times larger. I don't particularly think we should use technology to push efficiency to the point where a mechanical failure, a materia
4.
▲
by
structural
7d ago
At a systems level, transportation is something we have to be very, very careful about, because if you get it wrong, you start excluding entire groups of people from being a functional part of your society just because they are different fr
5.
▲
by
structural
8d ago
The way this is typically handled is through compartmentalization, where no one working has enough of a global view to be able to claim that the behaviour is problematic. There's a lot that's problematic that we suspect that is go
6.
▲
by
structural
8d ago
There's no requirement that the mesh be IP-based or function as a layer-3 router... Even if it were IP-bsaed, it would be extremely straightforward for one box to send a UDP message to another, and receive and retransmit at the applica
7.
▲
by
structural
21d ago
Imagine you walk up to a shelf and all the prices reconfigure based on a model of the most you would be willing to spend for each item, including putting fake "normal" prices so that the "sale" price you are shown is wha
8.
▲
by
structural
21d ago
Baked model hardware is not the next step in the chain here, in the next 2-3 years we might hopefully see some HBF (high bandwidth flash) hardware to try and get at same memory bandwidth today at a somewhat lower price point and much lower
9.
▲
by
structural
22d ago
Keep in mind that what previous work has done on a single chip with weights baked in was on a 8b parameter model. Sol is likely something in the 5T parameter range, perhaps higher. Serving the whole thing at BF16 is on the order of $3m in h
10.
▲
by
structural
27d ago
The five year project likely represents a bunch of engineers that are stuck in meetings and coordination for 75% of their time, then you staff the project with more people (because you need four times as many) then they all need more meetin
11.
▲
by
structural
1mo ago
This is starting to be done for very high value plants (think chip fabs, large datacenters, that kind of thing. When the infrastructure is a $10b expense it's worth it). Small plants in the middle of nowhere, especially municipal ones?
12.
▲
by
structural
1mo ago
I've seen similar things in this decade. Lots of stuff still running where the last change in design was 20+ years ago, the current team knows how to keep the lights on and replace parts, and calls a vendor if something goes end of lif
13.
▲
by
structural
1mo ago
We currently use a small US contract manufacturer that works pretty much as you say. The turn times are terrible (7+ weeks, not 7 days), and this is a major issue, but there are exactly two reasons we continue to use them: 1. Line of credit
14.
▲
by
structural
1mo ago
The improvements were for things governments (fuel/pollution efficiency) and insurers (safety) wanted, not necessarily you. A new 2010 Toyota likely wouldn't even be legal to sell today in many jurisdictions, and this is in fact o
15.
▲
by
structural
3mo ago
Run on server, chroot into target environment, configure compiler flags for eventual target, done. It's really just an afternoon of setup and then the problem is solved.
16.
▲
by
structural
3mo ago
Who actually pays for what and how is so mangled that if you want to reallocate someone to another project (or even just pay them out of a different pool of funds!) often the easiest approach is to rehire them through a contractor, or a dif
17.
▲
by
structural
3mo ago
There's likely always going to be value in limiting the number of $200k+ SWEs you have to pay. But that's not the interesting case. What about the $10k/year offshored employees that are getting replaced by AI call centers? If
18.
▲
by
structural
3mo ago
There's a lot of maintenance that is much easier/cheaper to do when the apartment is unoccupied, so the default is "do nothing, then when the tenant moves out in a year or two, do a couple years of maintenance much more affor
19.
▲
by
structural
3mo ago
Uber's situation is exactly the same. OpenAI is offering inference for a bunch of industries at prices that make it more competitive than hiring humans to do the same work. If the break-even price to actually provide the service wasn&#
20.
▲
by
structural
6mo ago
One heuristic I use to avoid this exact problem is "minimize the number of places that the next poor soul has to look in order to understand how this code works", where place is loosely defined as about the number of lines of code
21.
▲
by
structural
7mo ago
Mobile users (or other locked down devices where adblockers are forbidden) are still a decent chunk of traffic. It's much easier to just read the overview and not click through to the ad infestation, or even use a chatbot of choice as
22.
▲
by
structural
7mo ago
1. Americans got a bit poorer due to inflation. 2. Brand quality went down to equivalent or less of no-name dropshipped goods in order to keep similar dollar prices for goods. 3. Cost of real estate spiked incredibly, putting even more pres
23.
▲
by
structural
8mo ago
It allows the code to be fully public domain, so you can use it anywhere, while very strongly discouraging random people from forking it, patching it, etc. Even still, the tests that are most applicable to ensuring that SQLite has been buil
24.
▲
by
structural
8mo ago
My 10hr drives usually have 2 stops at 30mins-1hr each, for food. Unfortunately, stopping at a restaurant for a meal doesn't leave the vehicle in a location that has a charger, for the most part. Other parts of the world may differ, bu
25.
▲
by
structural
8mo ago
Something to consider is that in a secure environment like LANL, and especially for a non-standard or one-off process, it's likely that there is no computer system that everyone has access to with all the information. It would not be
26.
▲
by
structural
8mo ago
Yes, but my junior coworkers also don't reliably do edge case testing for user errors either unless specifically tasked to do so, likely with a checklist of specific kinds of user errors they need to check for. And it turns out the qua
27.
▲
by
structural
9mo ago
Of course, you can do this in good conditions. The extremely powerful part that TrueTime brings is how the system degrades when something goes wrong. If everyone is synced to +/- 20ns, that's great. Then when someone flies over yo
28.
▲
by
structural
9mo ago
Now, try and use two or more libraries that expose data structures with bitfields, and they have all chosen different crates for this (or even the same crate but different, non-ABI-compatible-versions of it). There's a ton of standardi
29.
▲
by
structural
11mo ago
1. What does it mean to be a GPU-native process? 2. Can modern GPU hardware efficiently make system calls? (if you can do this, you can eventually build just about anything, treating the CPU as just another subordinate processor). 3. At wha
30.
▲
by
structural
11mo ago
Is this a EU-specific thing? In North America I've never installed a banking app, don't even know if my institution even has one.
More ›