Viewing profile — phoyd
phoyd
HN member- Joined
- Wed, Jul 07, 2010, 10:00 PM UTC
- HN karma
- 249
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About phoyd
No profile information was provided.
Recent public activity
-
comment
Comment #48077273
That's literally what this post is about.
-
comment
Comment #48016272
I am more shocked by the "overnight" aspect. I tried running clang-format on the Chromium source (68,281 .cc files, 21 million lines according to wc): $ find chromium-149.0.7826.1/…
-
comment
Comment #45178746
I want to drop here the not very well known fact, that the SQL Standard grammar distinguishes between "SQL language identifier" and "regular identifier". According to the rules, a …
-
comment
Comment #44233120
.NET Core ran on Linux from version 1.0 on and it was released 2016 .
-
comment
Comment #41535248
Only cellular iPads have GPS IIRC.
-
comment
Comment #41066382
Giving employees stock options does not solve the "employes should own the company" problem, when there is a market to sell the stock. Shareholders and employees have different goa…
-
comment
Comment #41018164
A nice illustrative example of https://en.m.wikipedia.org/wiki/Brouwer_fixed-point_theorem
-
comment
Comment #40999804
I'm also interested. Setting up a passwordless SSH account for some public service sounds like a good way to give your machine away to North Korean hackers, because you forgot to s…
-
comment
Comment #40959743
https://retrocomputingforum.com/t/micro-chart-cpu-reference-... has a few more charts from the same publisher.
-
comment
Comment #37686029
Pi5 is already on Geekbench. Speed seemed to be on the ballpark of a mobile Intel i5 dual core 4xxx IIRC.
-
comment
Comment #37581002
Under UNIX, the lowest available file descriptor for the process is returned from open/create (also in Posix). So if you close(0) and then immediately open() something, you will (p…
-
comment
Comment #37513326
2008 ThinkPad t400 user here, running Ubuntu. Most business class notebooks are incredibly durable and the market offers replacement parts for 10 of 15 year old devices. A t400 bat…
-
comment
Comment #37291495
Transputer (and Occam) designer David May founded XMOS in 2005 where the ideas of the Transputer are still alive in the the xCore Architecture they make and sell. Their SDK offers …
-
comment
Comment #35373376
>If you’re lucky, the LED will have a CRI of 90 or higher EU has banned incandescent lights years ago and the situation for LED buyers is much different here. My local drug store c…
-
comment
Comment #35259235
Hey Bard, ever heard of Descartes?
-
comment
Comment #34437507
I am not seeing an option to pass a password to the archive extractors. Is the any?
-
comment
Comment #34412202
Yes, this was awesome. They explained the VM and everything.
-
comment
Comment #34412193
I remember how I read about functional programming languages for the first time in the August 1985 Byte issue, which I bought as a teenager because it featured a technical rundown …
-
comment
Comment #34322332
Sherlock Holmes stories are almost always narrated by Watson IIRC. ChatGPT missed that too, didn't it?
-
comment
Comment #29700206
Every Covid self test I've ever used had two red lines for postive and one red line for negative. Why are there tests out there that need color vision?
-
comment
Comment #29458035
The legal issue seems to stem from a few Sonos patents: https://www.theverge.com/platform/amp/2021/8/13/22623977/son... For example, Sonos has patented "Method and apparatus for ad…
-
comment
Comment #29096602
Related story: https://news.ycombinator.com/item?id=29092292
-
comment
Comment #28145002
Do I miss something, or does the quick sort example fail to handle the case where the value of "fst" is present more than once in the list?
-
comment
Comment #28074088
Wrong. (-1/2) is 0, (-1>>1) is -1 in C/C++/Java/C#...
-
comment
Comment #27942264
Now Docker should provide some way to bridge container ports to UDS. That would be perfect.