Viewing profile — briansteffens
briansteffens
HN member- Joined
- Thu, Jan 07, 2016, 1:40 AM UTC
- HN karma
- 260
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About briansteffens
Recent public activity
-
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…
-
comment
Comment #44612018
Maybe it's time for me to stop using this website
-
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?…
-
comment
Comment #41124941
I believe the technical term is The Joey Special.
-
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…
-
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…
-
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.
-
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?
-
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…
-
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…
- comment
-
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 …
- story
-
comment
Comment #21738504
They still ship to the US at least, I've ordered from them recently.
-
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…
-
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…
- comment
-
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…
- comment
-
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.
-
comment
Comment #15736792
I like the Aeron but I prefer the Knoll Generation.
-
comment
Comment #14842797
Mostly Haskell-related: http://www.stephendiehl.com/posts.html
-
comment
Comment #14704461
That's weird. You should be able to copy the document and then view the source in your copy.
-
comment
Comment #14704028
Awesome, nice work.
-
comment
Comment #14703784
Yeah I don't follow the parenthesis parser. Plan to do a write-up of some kind on how it works?