Live data from Hacker News

Viewing profile — 5-

5-

HN member
Joined
Mon, Aug 26, 2019, 11:54 AM UTC
HN karma
920
Public activity
297 items

About 5-

No profile information was provided.

Recent public activity

  1. comment
    Comment #48487927

    and photogrammetry from crowd-sourced disparate still images was the biggest, flashiest "public" display of the technology: https://www.ted.com/talks/blaise_aguera_y_arcas_how_phot…

  2. comment
  3. comment
    Comment #48262033

    typical implementations of apl (including dyalog) are interpreted, not compiled ahead of time.

  4. comment
    Comment #48204540

    prince, a high quality html renderer used for typesetting, is written in mercury: https://www.princexml.com/doc/acknowledgements/

  5. comment
    Comment #47711589

    all of game boy advance and nintendo ds hardware is exhaustively documented in a single text file: https://problemkaputt.de/gbatek.txt (but you can replace txt with htm for a fanci…

  6. comment
    Comment #47400960

    see this 2007 talk: https://www.ted.com/talks/blaise_aguera_y_arcas_how_photosyn... i remember this being available in google maps in 2008 or so. fun technology!

  7. comment
    Comment #47358528

    one could say calling a company "palantir" isn't too far off that.

  8. comment
    Comment #47350693

    previously (1982): https://en.wikipedia.org/wiki/Cangjie_input_method#Early_dev... i think this is a dos port of it? http://www.cbflabs.com/down/show.php?id=62 seems to work for me…

  9. comment
    Comment #47109612

    maybe the chicks and norman get it, but i'm currently renting an apartment in france that has a bunch of these light switches installed all upside down, with "-" at the top: https:…

  10. comment
    Comment #46804322

    perhaps similar in scope to the hdl used in 'the elements of computing systems' aka nand2tetris.org ? https://drive.google.com/file/d/1dPj4XNby9iuAs-47U9k3xtYy9hJ... honorary menti…

  11. comment
    Comment #46617031

    thank you! that is very informative.

  12. comment
    Comment #46597450

    for a much more in-depth description of its predecessor, see https://archive.computerhistory.org/resources/text/CDC/cdc.6... i don't think there is a comparable book about the cray…

  13. comment
    Comment #46478680

    also of note: the "fifty years of interactive fiction" post series: https://if50.substack.com/archive?sort=top (much discussed on hn) or in book form: https://if50.textories.com/

  14. comment
    Comment #46418998

    see also: https://vas3k.com/blog/computational_photography/

  15. comment
    Comment #46414348

    there is also "computer architecture: concepts and evolution" by blaauw and brooks which also uses apl throughout. https://search.worldcat.org/title/Computer-architecture-:-co...

  16. comment
    Comment #46339133

    [flagged]

  17. comment
    Comment #46081301

    have been using linux ever since i got my first personal computer. our customers all run linux in production too, so it's very easy and natural to develop and test the software in …

  18. comment
    Comment #45983288

    great to see thunderbird joining evolution in supporting ews among free software email clients. evolution has been keeping me sane whenever i needed to use ews for years.

  19. comment
    Comment #45891813

    doesn't the same argument apply to ordinal dates? i see some people on hn also using longnow-style five-digit years, but i really can't see the point. did the crossing of the rhine…

  20. comment
    Comment #45852166

    > Making a brochure. You need a photo of a happy family. do you really? > you don't quite know what the panels need to look like. look at your competition, ask your users, think? >…

  21. comment
    Comment #45804535

    > as long as you remember what you've built yes! like any craft, this works only if you keep practising it. various implementations of k, written in this style (with iterative impr…

  22. comment
    Comment #45754360

    indeed. with how good and cheap/free decompilers have gotten over the years my preferred way to read abstraction-happy c++ and rust code is to compile it with optimisations and deb…

  23. comment
    Comment #45726298

    > Zoom works but doesn’t stick. perhaps try using a user agent that remembers your settings? e.g. firefox

  24. comment
    Comment #45725482

    or ghost in the shell

  25. comment
    Comment #45721231

    perhaps it's a trivial observation that people tend to conflate the programming language in the strict sense (syntax, semantics, compiler implementation etc.) with its standard and…