Viewing profile — s_tec
s_tec
HN member- Joined
- Sun, Jun 08, 2008, 1:49 PM UTC
- HN karma
- 658
- Public activity
- 128 items
- HN profile
- View on Hacker News ↗
About s_tec
No profile information was provided.
Recent public activity
-
comment
Comment #48508370
It seems to be a general principle: If AI is better than you at something, you use it. If AI is worse than you, you don't. Each time the frontier models get better, I see another w…
-
comment
Comment #47282836
Location: San Diego, CA, USA Remote: Hybrid preferred Willing to relocate: No Technologies: Electronic design (KiCad, Verilog, SPICE), Embedded Linux (U-Boot, Yocto, Kernel drivers…
-
comment
Comment #47078103
Nifty! I recently bought a RISC-V VisionFive 2 Lite SBC, which required a lot of mucking with firmware and talking to the U-Boot serial console before it would boot Linux for the f…
-
comment
Comment #44685864
This is more of a compressed-air battery than a sand battery, except that the "air" is CO2 and it's "compressed" enough to cause a phase change. Heat-based energy storage is always…
-
comment
Comment #44452007
Thermoelectric cooling is pretty inefficient, because the materials need to balance competing requirements: - Good thermal insulator - Good electrical conductor - Good semiconducto…
-
comment
Comment #44139483
I'm not an expert, but my understanding is that silicon really loves to be with lithium, which makes it a really energy-dense anode material for batteries. It's also cheap and abun…
-
comment
Comment #43721237
This isn't the charging circuit - that goes in the charger. This circuit is responsible monitoring the state-of-charge (for that little LED bar graph on the front), disconnecting t…
-
comment
Comment #42524686
This is an excellent idea! It would probably make the most sense to perform these adjustments on April 1.
-
comment
Comment #42175291
I assumed the post title meant nanometers. Why? Floating-point rounding bugs. A nanometer is about 9e-15 degrees of latitude, which is right about where a double-precision floating…
-
comment
Comment #41938532
React Native added auto-linking years ago, which solved the native dependency problems. Just `yarn add` whatever you need, and if it has native code, the the Android side will inco…
-
comment
Comment #41333655
Each OS process has its own virtual address space, which is why one process cannot read another's memory. The CPU implements these address spaces in hardware, since literally every…
-
comment
Comment #39220518
Just because some people do bad things does not mean you get to paint the whole group with those crimes. Imagine if you had said, "Black people are criminals, because a black perso…
-
comment
Comment #38534115
Nah. When I am taking a road trip, the last thing I want to do register an account for some random charging network I'm never going to use again (because I'm in a different part of…
-
comment
Comment #38285939
I recently build my own a level 2 EV charger from an OpenEVSE kit. The heart of the charger is a big mechanical relay, which connects and disconnects the charging cable based on wh…
-
comment
Comment #38158417
Please explain. I keep hearing this meme, but the arguments don't make sense. For instance, people will say things like, "New World Order wants us all to use electric vehicles so t…
-
comment
Comment #37324287
This seems like a good idea. We have used gas taxes for a long time, but electric cars don't pay this tax. If we want to pay for roads based on how much people use them, we will ne…
-
comment
Comment #37080889
The National Electrical Code contains the rules for this sort of thing, plus whatever extra rules your local jurisdiction adds. I bought a copy of the code itself plus an "Illustra…
-
comment
Comment #37080604
I installed the solar first, which cost about $10k for parts, plans, and permits. I got quotes between $18k - $26k for the same-sized system professionally installed, so this was a…
-
comment
Comment #37079859
I like the distributed architecture. Each solar panel has its own inverter, as well as each battery. If I want more panels or batteries, I just add them in parallel with the existi…
-
comment
Comment #37078960
I recently installed an Enphase home backup system as a DIY project (crazy, I know). The biggest problem with any home-backup system is moving the loads onto their own sub-panel. W…
-
comment
Comment #35139428
Well, that just makes it worse! OP strongly implies that there is no good variable-speed solution, but if the industry already has an assortment of products, what exactly are they …
-
comment
Comment #35138819
Normal wiring is terrible, though, since it only supports turning the equipment on & off. If you have a variable-speed fan and variable-speed pumps, it would be nice for the thermo…
-
comment
Comment #34344934
I feel like this is an obvious idea, but we simply haven't had the 3D printing technology to make things like this before. Casting this using traditional methods would be extremely…
-
comment
Comment #32499599
The main reason to keep hydrocarbon fuels in a green-energy future is for their energy density. Rockets and airplanes will always want the best density and weight available, and th…
-
comment
Comment #32242942
The same thing occurs with Web standards. If some old IE version did things a certain way, even the most modern browser will want to do things in a similar way to remain compatible…