Viewing profile — afhammad
afhammad
HN member- Joined
- Mon, Jan 03, 2011, 10:01 AM UTC
- HN karma
- 249
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About afhammad
I've mostly worked with RoR, Clojure and Elixir.
Twitter: @orinj
Recent public activity
- story
-
comment
Comment #43182965
Could you share more on your local setup please?
- story
-
comment
Comment #38437115
Similar but for the London Undergroound: https://traintimes.org.uk/map/tube/ https://traintimes.org.uk/map/tube/schematic/
-
comment
Comment #37640827
There are a few mentions of Oban [1] here. Most people don't realise that Oban in fact uses SKIP LOCKED [2] as well. Oban's been great, especially if you pay for Web UI and Pro for…
-
comment
Comment #36678115
"chasing" is a good word
-
comment
Comment #35697986
From my understanding, `work_mem` is the maximum available memory per operation and not just per connection. If you have a stored procedure with loops and/or many nested operations…
-
comment
Comment #35685436
> Bad code in a specific part of the codebase bringing down the whole app, as in our November incident. This is a non-issue if you're using a Elixir/Erlang monolith given its fault…
- story
-
comment
Comment #35401014
Good timing, I’ve been searching for something like this!
-
comment
Comment #35359017
tax exemption
-
comment
Comment #35339365
413 Payload Too Large
-
comment
Comment #35079968
There's been a lot of development in the Elixir ecosystem and so a lot to share. Embedded with Nerves, the various AI/ML libraries and tooling, LiveBook getting better every day, L…
- story
-
comment
Comment #34539854
Adding my vote here. Throughout my career I've gone the C#.NET -> RoR -> Clojure -> Elixir/Phoenix route. After spending a year with Elixir, iterating rapidly on a production syste…
-
comment
Comment #34529452
It seems that this wasn't as routine as these things aught to be but rarely are.
- story
-
comment
Comment #34486987
Retool (on-prem) + Tailscale (golink, etc)
- story
-
comment
Comment #34426244
A lot of people are in the right place at the right time, but very few are equipped to realise it and take advantage of it. At the beach, waves will hit everyone in their path (rig…
-
comment
Comment #34426179
By Louis Pasteur. It's quoted in the article
-
comment
Comment #34366086
On the tools: I have gone the route of using the libraries (e.g Kaffy for Phoenix, ActiveAdmin for Rails) and later building a central shared backoffice from scratch that any team …
-
comment
Comment #34366031
Fair, I was going based on hearsay/docs. It looks like LiveView has been trying to accommodate the issue with some work arounds such as: https://github.com/phoenixframework/phoenix…
-
comment
Comment #34365851
Alpine.js is seeing an increase in utility as it pairs nicely with htmx[0], Phoenix LiveView[1] and the likes for lightweight interaction that doesn't require the server. [0]: http…
- story