Viewing profile — _rend
_rend
HN member- Joined
- Tue, Feb 11, 2020, 2:45 PM UTC
- HN karma
- 577
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About _rend
No profile information was provided.
Recent public activity
-
comment
Comment #48123271
To expand a bit, too, on how these definitions make side effects easier to represent in Haskell: One way to represent side effects in a purely functional language is to model them …
-
comment
Comment #48121729
Sure! "Box" here is used to just abstractly describe a value that contains other values. Let's take a list as an example: [1, 2, 3] :: [Int] Here, the "box" is a list, and inside o…
-
comment
Comment #48116200
My personal alternative take to the usual monad tutorial — greatly simplified: "Functor", "Applicative", and "Monad" are all just generalizations of the concept of `map` and `flatM…
-
comment
Comment #48044101
"Go ahead"?
-
comment
Comment #47155575
This is awesome! Love to see something new in this space, especially so heavily inspired by QuickSilver. The UI is slick and fast, and the fuzzy matching (and the match UI itself) …
-
comment
Comment #47154336
This is awesome! The design is slick, and it really does feel right at home on a portable device. Appreciate the work that went into this. Even more so, huge kudos for the performa…
- story
-
comment
Comment #46444066
This is Swift, where Type? is syntax sugar for Optional . Swift's Optional is a standard sum type, with a lot of syntax sugar and compiler niceties to make common cases easier and …
-
comment
Comment #44875211
I personally much prefer screen width / 1.618, but to each their own
-
comment
Comment #44735427
For completeness, this description of alignment is misleading: > Well, dear reader, this padding is added because the CPU needs memory to be aligned in sets of 4 bytes because it’s…
-
comment
Comment #43176357
> Which means if you actually edited those files, you might fill up your HD much more quickly than you expected. I'm not sure if this is what you intended, but just to be sure: wri…
-
comment
Comment #42158480
> Award-winning photo editing, graphic design and page layout software for Mac, Windows & iPad. They've supported Windows and iPad for years, too.
-
comment
Comment #41382783
Not at all: unless a license is provided, the code is fully protected under copyright and you have _no_ rights to copy it or use it in _any_ way you want (unless falling under "fai…
- story
-
comment
Comment #40479344
You're right, good question. At least partially, habit and muscle memory. I'm used to the keybindings, and the behavior for navigating tabs/splits/panes (across macOS, Windows, and…
-
comment
Comment #40478925
Zellij is pretty great, and I recommend others check it out. The UI is extremely slick, and getting a comfortable setup is nicer (to me) than tmux or screen. Unfortunately, it's mi…
-
comment
Comment #40042536
I think it'd be curious to see the code, some example strings, and whether or not you compiled with optimizations enabled — if you're willing to share. There's no reason for this t…
-
comment
Comment #39844866
> Financially, a doctor won't notice it. Not all doctors make enough money to not notice it, especially ones earlier in their career. Regardless, assuming you have two working adul…
-
comment
Comment #39844146
As a former NYC resident, and as someone whose family still lives and works in the city, I'm curious to see how this'll distribute traffic patterns throughout Manhattan. If you liv…
-
comment
Comment #39290998
> A series of function calls that each do something and each returns a value. This is not what functional programming is. Functional programming is a completely different paradigm …
-
comment
Comment #37543924
This wasn't obvious to me from the appearance of the page (I guess my screen is large enough that I didn't see the arrows in the bottom-right corner), but this site is actually a p…
-
comment
Comment #36493226
You can even simplify this further by feeding `pbcopy` the key directly using file redirection instead of a pipe: `pbcopy (I use this all the time myself!)
-
comment
Comment #35759070
Not quite true, though while I was there, many fellow employees misunderstood the rules to mean that you couldn't use GPL software on your machine. At least as of a few years ago, …
-
comment
Comment #35431835
Only a few weeks, so the experience is still pretty fresh. :) I do like it, though: dead-simple once the setup was in place, and zero ongoing maintenance so far. My plan is to keep…
-
comment
Comment #35431551
I recently found myself in exactly the same position for exactly the same reason, so happy to share my experience. :) I decided a priori to stick with email, both because I can't i…