Live data from Hacker News

Viewing profile — RX14

RX14

HN member
Joined
Wed, Jul 16, 2014, 4:26 PM UTC
HN karma
937
Public activity
270 items

About RX14

[ my public key: https://keybase.io/rx14; my proof: https://keybase.io/rx14/sigs/KOXeFhY07k2u1UHS2a-NSSKDd1qQpVnpcsO18nBbuWY ]

Recent public activity

  1. comment
    Comment #36323381

    It's had consistent contributions for 5 years now, with the latest being about a month ago.

  2. comment
    Comment #32034507

    Hunting in modern rail vehicles is largely a solved problem using axle yaw dampers and other systems. I struggle to see why BART doesnt use a standard wheel profile and buy from a …

  3. comment
    Comment #32034487

    There are some trains which use independent wheels, but they need complicated mechanical centering mechanisms to replace the self-centering effect, and these are more expensive to …

  4. comment
    Comment #32034456

    Long-distance trains in the UK manage about the same, with 200km/h max, but for more of the track (and higher accel/decel)

  5. comment
    Comment #24242949

    The -ls flag to find prints the same as ls

  6. comment
    Comment #23140350

    I would greatly greatly appreciate an effort to benchmark builds without optimizations too. We've seen some LLVM-related slowdowns in Crystal, and --release compile times are far l…

  7. comment
    Comment #22162915

    DBMSes always keep their database in the file system in a consistent state to be able to recover from system crashes. Taking a file system snapshot is equivalent to pulling the pow…

  8. comment
    Comment #22162873

    It seems a lot of people have these stories, and then people like me and OP who have had btrfs survive the most fucked up situations (I've had a btrfs nas built on "random drives I…

  9. comment
    Comment #21909808

    My secondary motive is that I'm a girl :) I certainly wasn't much more than sleepy and wanting to break the stereotypes on that particular expression when I wrote it.

  10. comment
    Comment #21890341

    First class? About a girl-year or two I'd guess. Fully usable? About half that.

  11. comment
    Comment #21890334

    If you reach out to manas directly, I'm sure they will be happy to have a sponsor for a particular feature.

  12. comment
    Comment #21887805

    Yes, you can do the same optimizations in Crystal, and Nim. Someone should write these and post the code for comparison.

  13. comment
    Comment #21887771

    Hopefully wasm's gc proposals will be implemented and get LLVM support, allowing languages like Crystal to sanely support wasm.

  14. comment
    Comment #21887736

    Yes, we do so for more complex formats like YAML and XML. However, for JSON, reimplementing is worth it for binary portability.

  15. comment
    Comment #21887723

    The basic foundations of a Windows port are already in place for Crystal, merged into master. In fact you can can already cross-compile a "Hello World" on Windows. This means the p…

  16. comment
    Comment #21887694

    Unfortunately there's no concrete timeline, it's being worked on on-and-off by the community. If you have free time, or free money, it'd be a great help to the effort.

  17. comment
    Comment #21884869

    JSON is actually implemented entirely in Crystal for Crystal, I'm pretty sure it's the same for Nim too. For a language which claims to be fast, having to use a C-based JSON parser…

  18. comment
    Comment #21884805

    The JSON code is written in a way which forces the whole object to be loaded into memory - both in Nim and Crystal. It would be interesting to compare code clarity and benchmarks f…

  19. comment
    Comment #21884713

    > We’ve been waiting for years. I know, and it's unfortunate that there's not been time to work on this. I don't think people understand how small a language like Crystal is though…

  20. comment
    Comment #21884685

    Nice article! There's one small error, where the article says "With Nim, we were also able to link both the Nim and C files into the same executable, which Crystal sadly cannot do.…

  21. comment
    Comment #21871135

    We used to be a pretty nice purple, and I kinda miss that.

  22. comment
    Comment #21863555

    It's unique selling point is union types as a part of the type system, with whole-program type inference and flow typing. This has never been done before (as far as I am aware), an…

  23. comment
    Comment #21763176

    It's certainly decentralized, just federated instead of distributed. And yeah, it sucks as a protocol (but not that badly, the standard is just weak like everything else the w3c pr…

  24. comment
    Comment #21164491

    Matrix is a fundamentally broken protocol held up by the prowess of it's UI design team.

  25. comment
    Comment #21164317

    A long poll connection (i.e., a TCP connection not sending packets) uses exactly 0 joules of battery until something is sent.