Viewing profile — hazbo
hazbo
HN member- Joined
- Wed, Aug 14, 2013, 9:52 AM UTC
- HN karma
- 757
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About hazbo
No profile information was provided.
Recent public activity
-
comment
Comment #47701633
Perfumery. It's something I got into a few years ago and has been a real eye-opener into the world of perfumery and our wonderful olfactory senses. Strangely, though I suspect is t…
-
story
Ask HN: Which open source tools are best for code-heavy technical writing?
I'm curious about what open source tools people might recommend for writing with a focus on technical writing that includes a mixture of text and code snippets.
-
comment
Comment #42042423
I remember my mind being blown when I first came across list comprehensions. It was one thing to be able to effectively generate one list from another: Squares = [X*X || X (This ca…
-
comment
Comment #41728603
Does this logic not basically invalidate anything that isn't imperative at a high level that eventually runs on a processor? Like, "why bother writing Haskell? It just gets compile…
-
comment
Comment #41708113
That's true, in fact there are a whole bunch of BEAM languages[1]. It's just if OP needs to learn Erlang for their current project, learning Elixir, Gleam, LFE etc... might not be …
-
comment
Comment #41707654
From OP's post: > But my current project requires me to learn erlang
-
comment
Comment #41707451
I think Erlang's concurrency model is quite a bit different to the likes of Go (and probably most other languages). With Go you still have to worry about shared memory and have to …
-
comment
Comment #41707265
I've had such a good experience with ELP, though did have some issues getting it working correctly with my emacs setup (that's probably somehow my fault). I will say though that fo…
-
comment
Comment #41707194
I also really love this book! I'd also add that Adopting Erlang[1] is a great resource. [1]: https://adoptingerlang.org/
-
comment
Comment #41707172
In recent years there has been some improvement with the available tooling with the likes of rebar3[1] and just a few months ago WhatsApp released ELP (Erlang Language Platform)[2]…
-
comment
Comment #40145667
I'm not arguing that I think "Invalid name" is a good message here. I don't think it is. But if you're relying on either familiarity or the ability to look it up, then you're still…
-
comment
Comment #40145373
What's an "unclosed group"? And how would I go about finding that out without reading some sort of manual?
-
comment
Comment #39915876
This seems rather incomplete. Even if you were to use the cheat sheet to create a role/user and create a policy with a condition there's zero mention of row-level security, or even…
-
comment
Comment #39744985
It's now magically made it to page 6, seems a bit odd
- story
-
comment
Comment #38581260
I recently learned that it had been reported that the music for those ads was stolen and used without permission. https://en.wikipedia.org/wiki/You_Wouldn%27t_Steal_a_Car
- story
- story
-
story
Ask HN: What are some good examples of Rust code bases to read and learn from?
As the title states, just interested in finding some examples people think would be particularly good reads, especially for people approaching the language for the first time. Idea…
-
comment
Comment #32837913
Link to explanation on README: https://github.com/avaneev/prvhash#proof_math_is_engineered
- story
-
comment
Comment #32548808
A few years ago I was working at a startup and we had just started moving some stuff over from AWS to GCP. Things were going pretty good with GCP until one day they pulled the plug…
-
story
Ask HN: What are some interesting examples of Prolog?
I'm trying to source some programs and libraries written in Prolog to gain a better understanding of how a complete application is put together. Lots of Hello, World-esque examples…
- story
-
comment
Comment #28116076
I can't recommend the talk Dr Byrd did on this enough: https://www.youtube.com/watch?v=OyfBQmvr2Hc It's one of my favorite programs to play around with. I wrote about an Erlang imp…