Live data from Hacker News

Viewing profile — briansteffens

briansteffens

HN member
Joined
Thu, Jan 07, 2016, 1:40 AM UTC
HN karma
260
Public activity
59 items

About briansteffens

https://briansteffens.github.io/

Recent public activity

  1. comment
    Comment #46558648

    There are some things that I think become more fun, like dealing with anything you don't actually find interesting. I recently made a quick little web app and I hand-coded the core…

  2. comment
    Comment #44612018

    Maybe it's time for me to stop using this website

  3. comment
    Comment #42659799

    Is there anything that couldn't be justified with this style of thinking? Would this person support legalizing murder since more murders might raise awareness of how bad murder is?…

  4. comment
    Comment #41124941

    I believe the technical term is The Joey Special.

  5. comment
    Comment #30881805

    > WE ALL HAVE THE OPTION TO FIND A BETTER JOB! For now most of us in this industry do. This is not a long term solution to anything. > Unions promote individual rights at the expen…

  6. comment
    Comment #29124029

    > where lowercase letters operate on bang, uppercase letters operate each frame. Anyone know what a 'bang' means in this context? Not sure if it's an Orca-specific thing or more ge…

  7. comment
    Comment #23910714

    As is tradition, we managed to get all the downsides of both shutting down and not shutting down, with none of the benefits of either.

  8. comment
    Comment #23631121

    How much and what kind of experience do you think someone should have with a language before beginning to form an opinion?

  9. comment
    Comment #23559851

    Ah, but you left out the first paragraph which clarifies the second entirely! >riverrun, past Eve and Adam's, from swerve of shore to bend of bay, brings us by a commodius vicus of…

  10. comment
    Comment #23408893

    > That feels like a leadership failure to me. In that case you'd look at the Chief, the union rep, the Mayor and any other folks who can change the culture but don't. Yeah, I agree…

  11. comment
  12. comment
    Comment #23284594

    Erlang/OTP is really cool and I found the Elixir language pretty reasonable and even nice but: 1. Elixir is still a pretty leaky abstraction over Erlang. In my experience it's not …

  13. story
  14. comment
    Comment #21738504

    They still ship to the US at least, I've ordered from them recently.

  15. comment
    Comment #20188482

    SF weather is unusually consistent and most days it's on the cooler side but not super cold, often a bit cloudy/overcast. If you like that (I do), the weather is great. If not, the…

  16. comment
    Comment #20108181

    Speaking from my own very limited experience, I think C++ can be pretty nice if you basically write straight C but borrow from the C++ STL. Smart pointers (std::unique_ptr, std::sh…

  17. comment
  18. comment
    Comment #18027145

    I was interested in working at GitLab a couple years ago but the salary calculator changed my mind. It lumped all the cities in Oregon together which gave some weird results depend…

  19. comment
  20. comment
    Comment #16710091

    Coding interview books: how to use bit fields to save a marginal amount of memory while making your algorithm work only with values of n <= 64.

  21. comment
    Comment #15736792

    I like the Aeron but I prefer the Knoll Generation.

  22. comment
    Comment #14842797

    Mostly Haskell-related: http://www.stephendiehl.com/posts.html

  23. comment
    Comment #14704461

    That's weird. You should be able to copy the document and then view the source in your copy.

  24. comment
    Comment #14704028

    Awesome, nice work.

  25. comment
    Comment #14703784

    Yeah I don't follow the parenthesis parser. Plan to do a write-up of some kind on how it works?