Live data from Hacker News

Viewing profile — redactyl

redactyl

HN member
Joined
Sun, Jun 07, 2015, 10:53 PM UTC
HN karma
24
Public activity
9 items

About redactyl

No profile information was provided.

Recent public activity

  1. comment
    Comment #43343380

    I find I use Niri in a similar way to other tiling WMs, but instead of having one application per workspace, it lets me keep accessory applications clustered with the main ones. Fo…

  2. comment
    Comment #40415621

    Not really answering your question, but in my neighborhood (not in the UK), residents push back against developers asking them to install more brick facades on new homes. In my old…

  3. comment
    Comment #40415529

    This is how I think of brutalism, and it makes it very hard to talk about with others. I think the word conjures dystopian images for a lot of people, which is really unfortunate. …

  4. comment
    Comment #37633929

    Yes, I often see people putting things into mutually-exclusive categories when I rather think they should be thinking with more of a tag system.

  5. comment
    Comment #33717910

    Haskell is a language standard, and GHC is an implementation of that standard. It may be the only one (not sure the status of Hugs, another implementation), but that's the differen…

  6. comment
    Comment #29290749

    I could text and drive without ever taking my eyes off the road. Probably still not the safest, but I constantly see people staring down into their lap while driving now.

  7. comment
  8. comment
    Comment #27714705

    The artist was already the consumer. Whatever the medium, the artist has to ultimately select particular things as "works of [their] art". If I paint my bathroom and then go on to …

  9. comment
    Comment #24666094

    A linear time algorithm ('.includes') is a constant time algorithm when its input is constant. Of course, the other input to '.includes' (the char) can vary in value, but to know i…