Viewing profile — Fwirt
Fwirt
HN member- Joined
- Fri, Nov 18, 2016, 12:04 AM UTC
- HN karma
- 998
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About Fwirt
Recent public activity
-
comment
Comment #48808827
Actually it's an odd split. The temperature and fan adjustment are physical buttons, but the A/C, recirculation, and heated seat controls are on the screen. I'm thinking this is fo…
-
comment
Comment #48808213
I've been daily-driving a Planck with a custom layout for years now. I developed my own layout (QWERTY based but with punctuation and function keys on thumb-driven layers) and it t…
-
comment
Comment #48807600
Touch screens don't have to be modal, that's a UI choice. The 2020 Bolt we just got leaves the climate controls on screen at all times, even when CarPlay is open. I was also pleasa…
-
comment
Comment #48767505
What I’ve always wished is that I could take pictures with a nice DLSR or bridge camera and have a way to quickly load the RAWs into my phone for culling and processing. You could …
-
comment
Comment #48709084
It’s exploiting the natural tendency of trees to create “waterspouts” through a technique called pollarding. When a tree suffers an injury it creates a bunch of new twigs that tend…
-
comment
Comment #48663908
No, because the criteria here is state transition from not-in-use/power saving to in-use/"on". The Pi Zero has no meaningful sleep state, as I lamented above, thus the only valid "…
-
comment
Comment #48662847
Yep, those are the ones! There's also the oddity of the [[ and ]] motions. In the POSIX standard, those are the only two-character motions. I was using a state-machine to implement…
-
comment
Comment #48647759
I started writing a more fleshed out vi compatibility mode for TextAdept earlier this year. As someone who understood the basics after going through :vimtutor multiple times but al…
-
comment
Comment #48636218
It's a shame that, being based on a full-blown Linux SBPC, it has an absolutely unacceptable boot time for a camera. 22 seconds. I can have my iPhone camera out and ready to captur…
-
comment
Comment #48632650
The point they were trying to make was that if you take appreciation of assets into account, if your billion is appreciating by a relatively modest 5% per year, you are passively e…
-
comment
Comment #48621913
We just bought our first (used) EV, and charging stations are the Wild West right now. Any random station you pull up to might charge close to the local cost of electricity, or som…
-
comment
Comment #48402070
G-code is like assembly language for CNC. It’s human readable, you can write it by hand if necessary, most machines will compile it internally to machine instructions, and there ar…
-
comment
Comment #48400485
I'm sure the idea here was a physical quine, although since it only contains 2.5% of its own G-code it's not really a quine, any more than a "Hello World" program is a quine since …
-
comment
Comment #48386828
I think ultimately the conclusion the author reaches is an interesting one, that the real "disease" of tourism is like sepsis. It comes not from without, the tourists themselves, b…
-
comment
Comment #48330359
Houses are big, the air mass inside is big, convection and recirculation maintain a fairly consistent temperature throughout the house, and the thermostat is centrally located so i…
-
comment
Comment #48182336
It also prevents all kinds of clients who (for various reasons) can't implement SSL from visiting your website. I'm sure this is a "small web" blog, whose author wants to be visite…
-
comment
Comment #48097530
For anyone who was also curious what Justin Frankel got up to after the speculation at the end of the article, he founded Cockos Software and is the lead developer on the excellent…
-
comment
Comment #48067483
It's a shame, he's a genuinely cool guy! If I wasn't convinced that my kids would find a way to break it when I wasn't looking I'd definitely have an Acme Klein Bottle by now.
-
comment
Comment #48044647
The question is, do the same firms ban Excel? Excel spreadsheets often end up as shadow databases in unlikely places.
-
comment
Comment #48011669
It's not just that, Notepad++ is built around Win32 APIs and is designed for Windows. He's got some non-portable optimizations baked in. At its core, Notepad++ is just another Scin…
-
comment
Comment #47896591
Touch and mouse are two very distinct forms of input that need to be kept separate. Every convertible Windows laptop I have ever used has convinced me of that. Mouse interfaces can…
-
comment
Comment #47786281
Not wanting to install an OS package to do something as simple as sending some bytes a couple years back, I wrote a shell script to send WoL packets. Its only dependencies are netc…
-
comment
Comment #47786194
To me the buns still look far too perfect and fluffy. I don't know if I've ever received a wrapped McDonald's hamburger that hasn't been smashed flat to some extent, with cracks in…
-
comment
Comment #47773065
Quick plug for this guy who built a LoongArch emulator for use as a... scripting engine? https://github.com/libriscv/libloong
-
comment
Comment #47757094
Yes and no - while it's still simple enough to replace parts in some cases, and said parts are usually easy enough to track down, manufacturers are starting to go the Apple route a…