Viewing profile — poorlyknit
poorlyknit
HN member- Joined
- Wed, Apr 27, 2022, 10:32 PM UTC
- HN karma
- 139
- Public activity
- 91 items
- HN profile
- View on Hacker News ↗
About poorlyknit
No profile information was provided.
Recent public activity
-
comment
Comment #44479314
This is a cheap overgeneralization.
-
comment
Comment #44479289
What can we do to make rent-seeking hurt society less? Imo we should start by decoupling money from power. Right now, people are forced to participate in the rent-seekers game beca…
-
comment
Comment #42445730
A zipcode should be plenty and grocery websites do that already.
-
comment
Comment #41828530
Very cool :) I got a good enough score in the basic scenario by playing around a bit but it would be cool if you could link some kind of tutorial (e.g. to a digital PID video or so…
-
comment
Comment #41694021
The fact that it happens 1) at/around powers of two 2) regardless whether using GC or preallocating makes me think its got to do with cache sizes. For example, the M2 macbook has a…
-
comment
Comment #41693703
Elm comes to mind. Mentioned a bunch on HN but you probably wouldn't call it widely used...
-
comment
Comment #41452185
Well no, obviously. Nix has not solved the rice theorem. But you'll have this problem whether you're using BuildKit or Nix. Difference is with Nix the final image only contains you…
-
comment
Comment #41374505
Like it or not, team dynamics are a part of engineering.
-
comment
Comment #41273638
Not OP, but I think it's a valid approach. You gain: Model consistency guaranteed by the database, your backend basically only acts as an external API for the database. You lose: M…
-
comment
Comment #41235327
IMO the Python version provides more information about the final state of res than the Go version at a glance: It's a list, len(res) The Go version may contain some typo or other t…
-
comment
Comment #40426260
Effect systems spring to mind but they're rather esoteric (in the Java world).
-
comment
Comment #40351285
Try using it for concrete problems you have today, start small. I used it to write a small calorie counting web app and some other tiny projects and picked it up that way.
-
comment
Comment #40058843
There's no null in Haskell to check for. Go check it out!
-
comment
Comment #40058833
This would be even more palatable if it involved some more design patterns.
-
comment
Comment #39924894
Does that change anything though?
-
comment
Comment #39834948
If you haven't already, read "Gödel, Escher, Bach". It sounds like you would enjoy it. For me its more of a "pick it up somewhere in the middle and get inspired" than "front-to-bac…
-
comment
Comment #39834742
Would you mind expanding that? I always assumed that renting, lending or buying anything constitutes a contract technically.
-
comment
Comment #39796286
Except that you're not allowed to take out a mortgage and denied credit if you're poor, which means you're stuck spending your money for necessities and therefore being poor. The s…
-
comment
Comment #39773993
This attitude is how we get stuff like the GTA V O(n^2) JSON deserialization bug. I get it, nobody is implementing quicksort on a day-to-day basis, but being taught the ideas behin…
-
comment
Comment #39669569
They have an interesting idea of "achieved": > Currently, only NVIDIA v100 GPU simulation is supported, and all GPUs mentioned later in this post are simulated v100s. So unless the…
-
comment
Comment #38674166
> us-vs-them mentality is very popular in radicalizing say well-meaning patriots or heavily left-leaning folks into properly stupid irrational positions, siloing them into self-fee…
-
comment
Comment #38355477
In Haskell you have a lot of options to type your functions in a more granular way. Consider the type class MonadIO, which lets you specify that your function works on any monad th…
-
comment
Comment #38301143
> am I required to forget that you came into my store? No. Your head is not covered by the GDPR. It requires you to not keep a record of all your clients' personal info without a l…
-
comment
Comment #38277635
Just store it by selling it to your neighbor state or country and buying it back when their renewables are at peak :)
-
comment
Comment #38277594
I think you're conflating the terms capacity and peak production here. As mentioned elsewhere in this thread, the peak production makes German electricity cheap enough to make ever…