Viewing profile — jamesmstone
jamesmstone
HN member- Joined
- Sun, Jul 24, 2016, 3:54 AM UTC
- HN karma
- 10
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About jamesmstone
Recent public activity
-
comment
Comment #47295978
But please tell me "Why it matters" - LLMs seem to love adding this
- story
-
comment
Comment #46894568
This general idea is exactly why I love nix. The immutability of it is powerful. It can be useful for both running your agents in a certain environment AND your agents are useful a…
-
comment
Comment #46628928
https://jamesst.one
-
comment
Comment #39116034
In addition, it would then increase the market prices, which in turn helps incentive lower emissions or greener cheaper alternatives
-
comment
Comment #39116013
Exon could buy offset on behalf of their customer's expected emissions. (which I guess would indirectly increase the cost for their customers) . or they could give discounts to the…
-
comment
Comment #37671297
Not Something1234 but also interested in a feature like this https://docs.stadiamaps.com/static-maps/#example
-
comment
Comment #36305489
Hey! I am about to move to (Copenhagen) Denmark in a few weeks from Australia. I am also going in not speaking the language. Any tips / suggestions?
-
comment
Comment #36094682
I have a tangentially related problem I have been battling with that you may be able to help me with. I'm moving overseas (Australia to Denmark) and would like to keep my current m…
-
comment
Comment #32054204
pre postgres 15 can you solve this with two unique constraints ? unique (EmployeeName), unique (EmployeeName, CarID)
-
comment
Comment #31618002
thanks!
-
comment
Comment #31558673
hey thats neat! how do you build the iso?
-
comment
Comment #31309790
Champion! thanks
-
comment
Comment #31267916
That's awesome, would you mind sharing your nix config. I have never used nix and would love to see an example
-
comment
Comment #30473864
Interesting. By this, do you mean select '2020-01-01' :: date; is slow, but select '2020-01-01' ::pg_catalog.date; is fast? If so, that is very surprising. Any ideas why that is sl…
-
story
Ask HN: Which line of code you have written will be executed the most?
The other day I was trying to determine which line of code I have written will get run the most? I think for me it would be a for loop in a cron job I run on work's servers - not v…