Live data from Hacker News

Viewing profile — holsee

holsee

HN member
Joined
Thu, Feb 02, 2023, 1:16 PM UTC
HN karma
3
Public activity
6 items

About holsee

No profile information was provided.

Recent public activity

  1. comment
    Comment #49251326

    I was at a final session of Code Mesh many moons ago in London, beer in hand, Sam + Joe Armstrong on stage banging out beats with Sonic Pi - good times.

  2. comment
    Comment #37750704

    Thanks for the hard work everyone who contributed to this ecosystem, from someone who just wishes to focus on applying the tech to build shit and solve problems in this space. Been…

  3. comment
    Comment #34691396

    I agree, or a nice `with` clause. When strict simplicity is not the ultimately goal dare I say leaning into the monads is the way...

  4. comment
    Comment #34626359

    I wish they didn't tbh, it makes me sad. Not allowing rebinding does provide a little bit of encouragement towards factoring things better, but I have seen manys a `X1` `X2` in my …

  5. comment
    Comment #34626236

    Sounds like a good old foldl may or may not have brightened up your day (with the "functional style" you mentioned) e.g. Pipeline = fun(Functions, Initial) -> lists:foldl( fun(Func…

  6. comment
    Comment #34626099

    I've run plenty of things in AWS Lamba using Erlang FWIW. https://github.com/alertlogic/erllambda It is interesting in as much as the lambda functions stay hot for a period of time…