Live data from Hacker News

Viewing profile — rotifer

rotifer

HN member
Joined
Sun, Feb 09, 2020, 6:46 AM UTC
HN karma
150
Public activity
51 items

About rotifer

No profile information was provided.

Recent public activity

  1. comment
    Comment #48407222

    At the bottom of the page there's a link, "When ‘if’ slows you down, avoid it" [1], that discusses these exact questions. It's basically what @josephg said, but it also shows the a…

  2. comment
    Comment #42667947

    A year or so ago I bought a Hisense 65U88KM, which comes with Google TV. During the setup procedure it asked me if I wanted to enable the "smart" features, such as Google TV, the c…

  3. comment
    Comment #42492549

    Brian Haidet (Alpha Phoenix) shows how he made a video of a laser beam travelling across his garage. From his description: I'm using the technique from the electricity waves video …

  4. story
  5. comment
    Comment #42252288

    In Haskell the numerator and denominator of the Rational type are unbounded integers, so one of the (many equivalent) ways of writing it is: ghci> sum [i % (i+1) | i % is the const…

  6. comment
    Comment #40885962

    Probably NumbeR.

  7. comment
    Comment #40662613

    > Surely it’s possible to make a compiler that takes time proportional to how much of my code has changed [...] My understanding is that this is how Eclipse's Java compiler works, …

  8. comment
    Comment #40067599

    You may discover this if you go to the Apress site, but there is a second edition [1] out. [1] https://hdombrovskaya.wordpress.com/2024/01/11/the-optimizat...

  9. comment
    Comment #39624405

    FWIW, in an upcoming version of Java you'll likely be able to do this: $ cat Hello.java void main() { System.out.println("Hello, world!"); } $ java --enable-preview --source 21 Hel…

  10. comment
    Comment #39272369

    The January 16, 2024 edition of the CBC radio show "As It Happens" has an interview with Gerry Vogrincic, the doctor who bought the book in 2007 and just sold it. There's a transcr…

  11. comment
    Comment #37448560

    Somewhat tangentially, that quote seems likely to be from a financial advisor named Gary Shilling [1], rather than Keynes. [1] https://quoteinvestigator.com/2011/08/09/remain-solve…

  12. comment
    Comment #36652498

    I write and review medical software. When I'm reviewing code the most important question is, "Is it correct?" If it's not, then the review simply isn't approved (obviously). Anythi…

  13. comment
    Comment #36564631

    The Communications of the ACM article "The Silent (R)evolution of SAT" [1] gives an overview of some of the techniques used in SAT solvers. I believe it was posted on HN fairly rec…

  14. comment
    Comment #36145818

    I expect they are referring to the "Vector API" described in JEP 426: Vector API [1]. From the summary: Introduce an API to express vector computations that reliably compile at run…

  15. comment
    Comment #35931925

    There is also the recently announced Pentax K-3 III Monochrome [1], but it's a DSLR not a rangefinder. At $2200 I don't know if you'd consider it a "poor man's" camera, but it's ce…

  16. comment
    Comment #35547832

    I don't believe that Java currently uses it by default, although I've seen discussion about possibly using it in the future. However, you might find these links useful: - I built a…

  17. comment
    Comment #35016544

    Regarding user-defined types, probably what you're looking for is JEP 401: Primitive Classes (Preview) [1]. I believe it's currently being worked on. [1] https://openjdk.org/jeps/4…

  18. comment
    Comment #34672212

    That quote comes from here [1]. A few lines later, writing about a talk he had given at a software company, he says: I gave a beautiful lecture, which fell flat on its face. The ma…

  19. comment
    Comment #34553549

    The city recently added sidewalks to my (low traffic) street after doing some sewer upgrades. Lots of people continue to walk on the street because it's consistently flat, as oppos…

  20. comment
    Comment #34421367

    Olympic Scrapheap Challenge/Junkyard Wars [1]? [1] https://en.wikipedia.org/wiki/Scrapheap_Challenge

  21. comment
    Comment #33325362

    I rarely use dd, but my most common use might be: blah | sudo dd of=/some/file where: blah | sudo cat > /some/file wouldn't work.

  22. comment
    Comment #32932388

    Java and the JVM from Sun/Oracle. People may not like the language (or the company), but it's good, well-engineered software.

  23. comment
    Comment #32840011

    I don't follow it particularly closely, but I recall that there was a recent LWN article, "Security requirements for new kernel features" [1], which discussed the issue. [1] https:…

  24. comment
    Comment #32147453

    I often use cat because when constructing a pipeline I'll do multiple rounds of: head filename | ... Once its working I find it easy to just type C-aM-dcat (i.e. beginning-of-line …

  25. comment
    Comment #31969806

    So much for post I wanted to submit about the blazingly ergonomic library I've written...