Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
invalidator
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
invalidator
1mo ago
https://en.wikipedia.org/wiki/Polyphasic_sleep
2.
▲
by
invalidator
2mo ago
Google/Forrest rushed to embrace AI/Dan, and completely forgot about News/boat, which kept chugging along with no one at the controls until it degraded/crashed. It's a leaky metaphor.
3.
▲
by
invalidator
4mo ago
TDD is done in a tight loop (minutes) while coding. For every little micro-feature/fix, you write a test for the new behavior you want, implement the minimal ugly fix to get the test to pass, then rely on the tests so you don't re
4.
▲
by
invalidator
4mo ago
You can do better: cut to 0%, let the needle fall, go back to 100% for a moment to catch the needle as it approaches the bottom of the scale. If you want to be fancy, add some quick sinusoidal ramps to smooth out the derivative.
5.
▲
by
invalidator
5mo ago
The interest is BECAUSE it's well explored territory. The concept is proven and works fine. On the low end where RISC-V currently lives, simplicity is a virtue. On the high end, RISC isn't inherently bad; it just couldn't kee
6.
▲
by
invalidator
5mo ago
As a kid I took a lot of classes at the Lawrence Hall of Science in Berkeley, which was paradise for fledgling nerds. On the last day they would have a little closing ceremony with some cute little science experiment. One of my favorites wa
7.
▲
by
invalidator
6mo ago
Yes. Details here: https://github.com/resumex/doom-over-dns/tree/main/TXTRecord...
8.
▲
by
invalidator
11mo ago
If you need a specific version of one package: apt-get install hello=2.10-3 If you want to lock down versions on a system, Apt Pinning: https://wiki.debian.org/AptConfiguration#Using_pinning If you have a herd of systems -
9.
▲
by
invalidator
1y ago
Yes, it's due to internal resistance.
10.
▲
by
invalidator
1y ago
> The voltages of batteries, in the first place, is function of state of charge. It's also a function of the rate of discharge. Have a look at this: https://marsen.com.au/wp-content/uploads/2021/08&#x
11.
▲
by
invalidator
1y ago
There's a technical reason for it: the voltage sags when the battery is discharged quickly. Ah is relatively constant, but Wh decreases significantly with faster discharge rates, so it can't specified as a single figure.
12.
▲
by
invalidator
1y ago
> Almost right - the trim has more authority than the elevators. Thank you, I'll update my brain and future explanations. :)
13.
▲
by
invalidator
1y ago
They are simple toggle switches without actuators. The switches are Honeywell P/N 4TL837-3D. Source[1]. Data sheet[2]. [1] https://ad.easa.europa.eu/blob/NM-18-33.pdf [2] https://www.mouser.com/da
14.
▲
by
invalidator
1y ago
MCAS autonomously adjusts trim downward. The trim switches override MCAS, but when released, MCAS can resume trimming down again. The trim adjustments don't "override" the pilot's elevator inputs (MCAS has no direct co
15.
▲
by
invalidator
1y ago
That's a pretty big yak to shave! Building a 5 axis that gives good results a big task. How long did it take you to get that working? Why do you need to make so many molds?
16.
▲
by
invalidator
1y ago
The BIOS was an abstraction layer. In the old days, not everything was 100% IBM PC compatible. There were lots of weird graphics cards. Some systems had incompatible disk and keyboard controllers. There was no memory protection in Real M
17.
▲
by
invalidator
1y ago
It's not the same. For a simple example, let's say you are simply driving in a circle. The car wants to lean toward the outside. The linear motors can provide a countering force, lifting the outside, lowering the inside, so the
18.
▲
by
invalidator
1y ago
It depends on the language you're using. For my Ruby example, each of those method calls will allocate an Array on the heap, where it will persist until all references are removed and the GC runs again. The extra overhead of the named
19.
▲
by
invalidator
1y ago
The author keeps calling it "pipelining", but I think the right term is "method chaining". Compare with a simple pipeline in bash: grep needle < haystack.txt | sed 's/foo/bar/g' | xargs wc
20.
▲
by
invalidator
2y ago
> Probably not a good idea for anyone with a timeline It's not completely crazy. Software was developed by much smaller teams and got out the door quickly in that era.
21.
▲
by
invalidator
2y ago
> I can't help but feel like a lighter weight VM (versus electron) is what we actually want. Or at least what _I_ want, something like UXN but just a little more fully featured. That's basically the JVM, isn't it? It'
22.
▲
by
invalidator
2y ago
"as the Universe expands, photons lose energy. But that doesn't mean energy isn't conserved; it means that the energy goes into the Universe's expansion itself, in the form of work." -- https://www.forbes
23.
▲
by
invalidator
2y ago
TempleOS deserves a mention here. It boots up into a simple system with a C-like language featured front and center. It makes it easy to write small programs with simple graphics. It feels like the Apple IIe and GW-BASIC systems that I cu
24.
▲
by
invalidator
2y ago
In my experience, farsighted people tend to be very casual with their glasses, whereas us nearsighted folks protect them carefully. My theory is that being nearsighted, I can see my glasses - every smudge or speck of dirt is immediately v
25.
▲
by
invalidator
2y ago
Are you far-sighted?
26.
▲
by
invalidator
2y ago
For a couple decades now, the way I have interviewed people is to ask a simple, very-high-level question, then repeatedly asking either "So how does it do that?" (drill down), or "What happens next?" (back out). For inst
27.
▲
by
invalidator
2y ago
Maybe? I think they're mostly used as sports vehicles currently, but it might be possible to squeeze a more practical vehicle into that class.
28.
▲
by
invalidator
2y ago
Safety regulations. "A Car" needs to be able to operate safely on highways at 60+ MPH. That means: horsepower, braking, crumple zones, airbags, crash testing, etc. By the time you add those up you've already exceeded that b
29.
▲
by
invalidator
2y ago
You can! Get an energy-monitoring smart plug[1]. Set it up on Home Assistant[2] or another smart-stuff system. Then create an Automation which sends an alert when it drops below 25 watts for 3 minutes. It's all-local, and requires n
30.
▲
by
invalidator
2y ago
Reducing framerate doesn't help much when there isn't a lot changing between frames. Here are some better optimizations: Noise reduction, so you compress less useless noise: -vf hqdn3d Turn up the Constant Rate Factor. This wil
More ›