Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
redactyl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
redactyl
2y ago
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. For example, my password manager lives in the same workspace (
2.
▲
by
redactyl
2y ago
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 house, a previous owner had installed brick veneer on one o
3.
▲
by
redactyl
2y ago
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. Maybe it should be abandoned in favor of a more positive-sou
4.
▲
by
redactyl
3y ago
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.
▲
by
redactyl
4y ago
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 difference, I believe.
6.
▲
by
redactyl
5y ago
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.
▲
by
redactyl
5y ago
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 paint a masterful painting, probably only one of t
8.
▲
by
redactyl
6y ago
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 if that affects running time we'd ha