Viewing profile — ryao
ryao
HN member- Joined
- Mon, Aug 18, 2014, 3:19 PM UTC
- HN karma
- 4,481
- Public activity
- 2,721 items
- HN profile
- View on Hacker News ↗
About ryao
No profile information was provided.
Recent public activity
-
comment
Comment #47415759
I will be impressed when they release the weights for these and older models as open source. Until then, this is not that interesting.
-
comment
Comment #45808327
If I were to ask most people I know offline, I suspect only a small number of them would know what a minisplit unit is. For most people, A/C is like plumbing. They do not think abo…
-
comment
Comment #45808216
Minisplit AC units are not very popular in the US. The US mainly uses either central air conditioning units or all in one AC units that are designed to be installed in a window. Th…
-
comment
Comment #45808131
If you need R410A refrigerant, the high costs are due to government regulations causing the shortage. I very much hope that the heat pump I had installed 2 years ago does not leak.…
-
comment
Comment #45808056
> If you live in the United States today, and you accidentally knock a hole in your wall, it’s probably cheaper to buy a flatscreen TV and stick it in front of the hole, compared t…
-
comment
Comment #45806996
> On the spiritual side, I think it is somewhat calming. I face this at times when you have patients that pass away and you talk their families; you have to be the bearer of bad ne…
-
comment
Comment #45806965
ZFS has a very nice set of macros that work very well: https://github.com/openzfs/zfs/blob/master/include/os/freebs... See P2PHRASE() and friends. They were inherited from OpenSola…
-
comment
Comment #45806907
It uses multiple non-standard extensions to C. A strictly standards conformant compiler would refuse to compile it.
-
comment
Comment #45806104
There is no statement about the efficiency of the motor itself. If the energy conversion efficiency is low, then the weight savings will not matter and the car will have even less …
-
comment
Comment #45767778
This depends on the PIO in the RP2040/RP2350. As far as I know, that is an innovation exclusive to the Raspberry Pi company, so it would not be possible to do this on another micro…
-
comment
Comment #45767741
This would be a great starting point to make a USB Ethernet NIC if someone were inclined to do it. It could even have a very practical use if it were made to impersonate a USB Ethe…
-
comment
Comment #45767632
I remember hearing about people doing that around the time that windows 98 was still current. It was really impressive. At the time, the idea of an operating system using a gigabyt…
-
comment
Comment #45767614
That is even smaller than minimal versions of Windows XP: https://archive.org/details/smallest-windows-xp-rtm-sp-0 I assume the minimal version of Windows XP still has components t…
-
comment
Comment #45767531
If you install the right software, Windows XP reportedly can run most Windows 7 software too: https://github.com/shorthorn-project/One-Core-API-Binaries That adds various NT 6 APIs…
-
comment
Comment #45739912
You are right, but blanket statements only need one counter example to be shown to be false. I had looked into cancer data because I read some remarks made about cancer between the…
-
comment
Comment #45736517
Are the outcomes in the US worse? Not that long ago (a couple months ago in fact), I looked at public data comparing cancer survival rates, which put the outcomes in the US at leas…
-
comment
Comment #45708931
Getting rid of the BIOS sounds awesome. I assume that means that it gets rid of code running the SMM, which can prevent invisible code from sapping performance from the machine for…
-
comment
Comment #45592465
Off the top of my head, here is what that needs: 1. Implementing PR_SET_SYSCALL_USER_DISPATCH 2. Implementing ntsync 3. Implementing OpenGL 4.6 support (currently only OpenGL 4.1 i…
-
comment
Comment #45592168
I wonder if paying the boring company to make a tunnel for the cables would be cost effective and avoid complaints. I believe that they can bore tunnels without digging along the p…
-
comment
Comment #45271276
If you are willing to give up incremental compilation, concatenating all C++ files into a single file and compiling that on a single core will often outperform a multi-core compila…
-
comment
Comment #45271102
GCC was originally written in GNU C. Around GCC 4.9, its developers decided to switch to a subset of C++ to use certain features, but if you look at the codebase, you will see that…
-
comment
Comment #45271078
It depends on the codebase. If the code base deserves to be a case study in how not to do programming, then a rewrite will definitely yield better results. I once encountered this …
-
comment
Comment #45270919
I feel like C++ is a bunch of long chains of solutions creating problems that require new solutions, that start from claiming that it can do things better than C. Problem 1: You mi…
-
comment
Comment #45227142
That is a misconception. They added VR support to the Xorg server long after people started saying this. New features need to be well written and not break existing things, which i…
-
comment
Comment #45227060
Nvidia likely will back port Debian 13 support to their driver if you ask nicely in an email to their Linux bugs email address, although you would probably wait 3 to 6 months for i…