Live data from Hacker News

Viewing profile — jamesmstone

jamesmstone

HN member
Joined
Sun, Jul 24, 2016, 3:54 AM UTC
HN karma
10
Public activity
16 items

About jamesmstone

[ my public key: https://keybase.io/jamesstone; my proof: https://keybase.io/jamesstone/sigs/xTmiJY48vBN1wahQGFi28wJPprO9QZMHIISGRpX_SQk ]

Recent public activity

  1. comment
    Comment #47295978

    But please tell me "Why it matters" - LLMs seem to love adding this

  2. story
  3. 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…

  4. comment
    Comment #46628928

    https://jamesst.one

  5. comment
    Comment #39116034

    In addition, it would then increase the market prices, which in turn helps incentive lower emissions or greener cheaper alternatives

  6. 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…

  7. comment
    Comment #37671297

    Not Something1234 but also interested in a feature like this https://docs.stadiamaps.com/static-maps/#example

  8. 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?

  9. 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…

  10. comment
    Comment #32054204

    pre postgres 15 can you solve this with two unique constraints ? unique (EmployeeName), unique (EmployeeName, CarID)

  11. comment
  12. comment
    Comment #31558673

    hey thats neat! how do you build the iso?

  13. comment
    Comment #31309790

    Champion! thanks

  14. 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

  15. 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…

  16. 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…