Viewing profile — rickard
rickard
HN member- Joined
- Sat, Jan 08, 2011, 12:41 PM UTC
- HN karma
- 96
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About rickard
Recent public activity
-
comment
Comment #44498591
As another commenter noted, I don’t trust NYT’s lawyers with my chats any less than OpenAI, but spreading private data should be limited as far as possible. I just cancelled my NYT…
-
comment
Comment #43701215
I agree that it’s not zero, but according to CDC, the US sees about 1.35 million cases per year in a population of about 346 million, which is about 390 cases per 100,000 people. Y…
-
comment
Comment #38331147
Here's the flight on FlightRadar24: https://www.flightradar24.com/data/aircraft/ln-fnc#32d90c2c
-
comment
Comment #32889841
I think that it’s pretty relevant that this is from this year’s Ig Nobel prize winner in literature: https://news.mit.edu/2022/mit-cognitive-scientists-win-ig-no...
-
comment
Comment #31568112
Not DALL-E 2, but Disco Diffusion ( https://colab.research.google.com/github/alembics/disco-diff... ): * https://jossi.avkrok.net/Escher_0.png * https://jossi.avkrok.net/Escher_1.p…
-
comment
Comment #29470324
Working link, open access, with link to pdf: https://epjc.epj.org/articles/epjc/abs/2021/07/10052_2021_Ar...
-
comment
Comment #27781561
It’s like they need a socialist revolution in China. Workers of the world, unite!
-
comment
Comment #27572616
Yep, completely agree. For the project I'm currently doing, it seems like a fairly good fit though. Lots of prototyping different approximations, and needs to be faster than plain …
-
comment
Comment #27572540
I recently (last week) started using numba, for similar reasons to why the author seems to like Julia. I tested translating his example to numba: @numba.njit(parallel=True, fastmat…
-
comment
Comment #22721693
The number of people in intensive care is most certainly not growing exponentially. Please see the official statistics on https://portal.icuregswe.org/siri/report/vtfstart-corona .…
-
comment
Comment #10481100
I don't quite agree with your complaints. Regarding #2, what do you consider the problem with representing arbitrary precision decimals as numbers? That your javascript json parser…
-
comment
Comment #4100447
Isn't it quite close to both 403 Forbidden, "request was a legal request, but the server is refusing to respond to it" and 401 Unauthorized? And now it's on the wikipedia http://en…
-
comment
Comment #4100344
And specifically the referenced slashdot discussion and comment: http://yro.slashdot.org/comments.pl?sid=2906113&cid=4027... Indeed, very amusing and to the point.
-
comment
Comment #4091981
How come Christ Church Meadow, Oxford, is also in Venice? See http://mostbeautifulplaces.org/item/5291686 vs http://mostbeautifulplaces.org/item/5291685 ... Hackish indeed... ;-)
-
comment
Comment #3557386
What is "SSL host headers"? Is it wildcard certs, as Microsoft describes them on http://www.microsoft.com/technet/prodtechnol/WindowsServer20... ?
-
comment
Comment #3474401
Oh, look - he did an initial commit! I'll play with it on the bus tonight. :)
-
comment
Comment #3471243
The github repo at https://github.com/inimino/ActiveShell looks pretty empty... It would be nice to have even a non-"serious" version to play with, since by your description, it wo…
- comment
-
comment
Comment #2555552
1): The disk doesn't seem to be emulated; it's just a rootfs in RAM. 2): See another thread here. 3): Check out cpux86.js. In the start() function at the very end, the following se…
-
comment
Comment #2555514
I guess a tun/tap to some server-side service might be possible too, but perhaps not very interesting. The x86 dynamic library api suggested in the tech notes sounds more useful. E…
-
comment
Comment #2555455
Implement emulation of a network card... ;) The tech notes page states that "there is no network emulation at this point".
-
comment
Comment #2555441
3 days. See http://bellard.org/jslinux/tech.html , linked from the page source.
-
comment
Comment #2354020
Coming in late, but I guess the thread you refer to is "Finishing the network protocol" at http://lists.freedesktop.org/archives/wayland-devel/2011-Mar... . After skimming through …