Viewing profile — alxmng
alxmng
HN member- Joined
- Sun, Aug 03, 2014, 8:06 PM UTC
- HN karma
- 2,532
- Public activity
- 1,109 items
- HN profile
- View on Hacker News ↗
About alxmng
https://www.alexmingoia.com
--
News junkie? Don’t miss a headline: https://sumi.news
Recent public activity
-
comment
Comment #42073942
Hmm maybe I misunderstand. All the rules must be applied to fixpoint or elimination, for every input right? And the larger the program (rule set) the worse the performance since mo…
-
comment
Comment #42071115
I think the issue is performance. A true term rewriting system has to essentially operate on text, right?
-
comment
Comment #42020663
What I've noticed is if there's 1 product, 500 sellers will buy the product on Alibaba, create 500 different "brands", and when searching Amazon it appears there's thousands of pro…
-
comment
Comment #41882345
This is essentially the RPC vs REST debate. Do you want your API to be a schema of data types (REST), or a list of function signatures (RPC)?
-
comment
Comment #41813311
There's plenty of available gardening space in unused yards. Ask your neighbors if you can garden their unused yard in exchange for them getting a cut of the produce or flowers.
-
comment
Comment #41603699
Check out the paper "Dedalus: Datalog in Time and Space". It formalizes a Datalog to include time, specifically to handle async behavior. It explores exactly what you seem to be do…
- comment
-
comment
Comment #41596382
Did you consider writing a nicer language that compiles to Nix? A "friendly" tool on the outside with Nix inside.
-
comment
Comment #41533751
When I first started the project, URLs needed certain constraints enforced in my business logic. So I thought "Great, let me create a type for URLs". This is the type that parses U…
-
comment
Comment #41526940
This is my experience as well. Referential transparency and immutability have many advantages, with few disadvantages (if any). Type checking is great as a way to enforce constrain…
-
comment
Comment #41372782
What's productive? Measured in purely financial terms selling cigarettes, junk food, and fentanyl is productive. Figuring out how to get teenagers to scroll TikTok all day is produ…
-
comment
Comment #41253290
One option is to outlaw asking for a tip at a place of business. No screen prompting for a tip, no slot on a receipt to accept a tip, etc. Nothing could be displayed conditional on…
-
comment
Comment #41204053
Any details? What part is AI generated? Which model? What tools? What was the process?
-
comment
Comment #40911754
I find it helpful to first assess uncertainty. 1 = I’ve done this before 2 = Someone else in the organization has done this before 3 = Someone outside the organization has done thi…
-
comment
Comment #40892128
https://en.m.wikipedia.org/wiki/Software_crisis
- comment
-
comment
Comment #40697700
I enjoyed “Endurance” by Alfred Lansing, and would recommend it if anyone wants to read a riveting and mostly accurate account of Shackleton’s famous voyage.
-
comment
Comment #40567535
You might enjoy Sabine Hossenfelder's video exploring this "I recently learned that waste heat will boil the oceans in about 400 years": https://www.youtube.com/watch?v=9vRtA7STvH4…
-
comment
Comment #40460095
“I Am That” by Sri Nisargadatta Maharaj
- comment
-
comment
Comment #40300259
"Individual Contributor" is corporate speak for non-managers (someone who does not manage others).
-
comment
Comment #40024288
Someone could take ownership of the project and make decisions instead of letting a monkey run around.
-
comment
Comment #39879286
Everything. Rails, Haskell, Rust… I care about speed/performance above all and Helix is just faster than everything else. Zero config is icing on the cake.
-
comment
Comment #39876270
Thank you. I love Helix. It’s my daily driver.
-
comment
Comment #39681194
Yes, I've done this for my clients. Any of the leading LLMs can power the natural language part. But SQL is typically too open-ended to integrate into a product. You'll need a more…