Live data from Hacker News

Viewing profile — andrewmu

andrewmu

HN member
Joined
Thu, Mar 05, 2009, 12:23 AM UTC
HN karma
95
Public activity
50 items

About andrewmu

No profile information was provided.

Recent public activity

  1. comment
    Comment #47876937

    I haven't got round to publicising it yet, but I made a web application for designing small pixel fonts: https://microfonts.com/ The smallest legible one I've come up with is 4x6 (…

  2. comment
    Comment #24708269

    In the video at 2:31 the presenter says it has two dust catchers.

  3. comment
    Comment #20325520

    That's not usually true. A large proportion of pet rats die from tumours. Furthermore although e.g. in mice, there's Oncomouse, bred with a susceptibility to cancer, rats have been…

  4. comment
    Comment #19581021

    The problem is that VR performance is tightly coupled to GPU performance. Currently, adding more pixels requires an equivalent increase in GPU performance to maintain quality. I'm …

  5. comment
    Comment #19453805

    It's true that Bitcoin can't be used legally in fractional-reserve banking, but given the behaviour of exchanges to continue trading despite a proportion of their holdings having b…

  6. comment
    Comment #18414828

    I wouldn't say that that allowing fringe voices has been occasional. Nigel Farage has had a very disproportionate number of appearances on Question Time alone. More recently the BB…

  7. comment
    Comment #18414399

    This is not a valid argument for the BBC being an objective broadcasting organisation. One side can rightfully claim bias and then the other side can over-sensitively claim bias th…

  8. comment
    Comment #17932804

    Next.js ( https://nextjs.org/ ) lets you render pages on the server but have your React app behave normally after that. It's potentially useful for SEO and reducing latency for fin…

  9. comment
    Comment #15814623

    To be fair, some English speakers will say baby to mean a particular unnamed infant. For example, a midwife or childcare adviser will talk about what to do "when baby gets home" or…

  10. comment
    Comment #15642620

    One use is tagged pointers, using the top unused address bits for e.g. type information ( https://en.wikipedia.org/wiki/Tagged_pointer )

  11. comment
    Comment #15082400

    The late Pieter Hintjens had some thoughtful criticisms of CoCs: http://hintjens.com/blog:108 From my understanding, he's concerned about harmful assumptions sometimes made in them…

  12. comment
    Comment #14341935

    I won't say governments are perfect, but at least buying votes values each individual equally (in theory, there's various issues of how democracy is actually implemented).

  13. comment
    Comment #14192040

    Perceived excessive reparations for World War 1 were one of the grievances used by the Nazi party to gain power. It was possibly a good idea not to repeat those circumstances.

  14. comment
    Comment #13829282

    One of the further absurdities is that the tax applies to state schools but not private fee-paying schools.

  15. comment
    Comment #12744908

    High resolution screens have lots of pixels and high DPI screens have many pixels per inch. If you look at an Ultra HD (3840x2180) 40" TV close up versus a 5" phone screen (say 133…

  16. comment
    Comment #12585176

    There's a bit of irony between the title and the wording in the EU cookie warning: "We use cookies to personalise content and ads [..]. We also share information about your use of …

  17. comment
    Comment #11642995

    I think it should be named "UBoatyMcUBoatface"

  18. comment
    Comment #10808068

    I'm imagining a self-aware AI doing good all day then retiring to it's private realm to watch videos of paper-clip manufacturing.

  19. comment
    Comment #10776838

    The Danes were quite rowdy tourists. https://en.wikipedia.org/wiki/Invasions_of_the_British_Isles

  20. comment
    Comment #10431390

    Java only allows signed 32-bit integers as array indices. It 's a compile time error to access an array with a long index ( http://docs.oracle.com/javase/specs/jls/se8/html/jls-10.…

  21. comment
    Comment #10108580

    Ugh, the clumsy/non-standard naming of the 64-bit variant irritates me. AMD64, x86_64, x64, EM64, "Intel 64" (not Intel Architecture 64, although x86 is Intel Architecture 32), etc…

  22. comment
    Comment #10084402

    Unemployment?

  23. comment
    Comment #10041874

    I was once voted class representative because I happened to fall asleep at the front while it was being decided.

  24. comment
    Comment #9978184

    He didn't report it, he gave an estimate. And as for "wouldn't trust a Brit", I'd trust anyone directly involved in it, regardless of nationality.

  25. comment
    Comment #9879983

    This is really nice. I like the lighting model but also the attention to detail, e.g. scratches on the Chrome material. One thing, that might be specific to my renderer implementat…