Viewing profile — redactyl
redactyl
HN member- Joined
- Sun, Jun 07, 2015, 10:53 PM UTC
- HN karma
- 24
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About redactyl
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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. …
-
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.
-
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…
-
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.
- comment
-
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 …
-
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…