Live data from Hacker News

Viewing profile — _rend

_rend

HN member
Joined
Tue, Feb 11, 2020, 2:45 PM UTC
HN karma
577
Public activity
58 items

About _rend

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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…

  4. comment
    Comment #48044101

    "Go ahead"?

  5. 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) …

  6. 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…

  7. story
  8. 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 …

  9. comment
    Comment #44875211

    I personally much prefer screen width / 1.618, but to each their own

  10. 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…

  11. 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…

  12. 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.

  13. 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…

  14. story
  15. 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…

  16. 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…

  17. 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…

  18. 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…

  19. 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…

  20. 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 …

  21. 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…

  22. 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!)

  23. 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, …

  24. 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…

  25. 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…