Live data from Hacker News

Viewing profile — rodonn

rodonn

HN member
Joined
Thu, May 26, 2016, 9:25 PM UTC
HN karma
277
Public activity
108 items

About rodonn

[ my public key: https://keybase.io/rodonn; my proof: https://keybase.io/rodonn/sigs/MEBHq6yLzqzE-jH9R4C1jJbl_QnSOGpaPCPMz1PsnHc ]

Recent public activity

  1. comment
    Comment #48916101

    The challenge is timing. Power is a relatively low share of the cost of a modern data center, but the length of time it takes for approvals and construction for solar means it woul…

  2. comment
    Comment #48499276

    The problem is that I don't know before I read a doc whether or not it will be useful and valuable. If someone wants me to spend my time and attention on something they have shared…

  3. comment
    Comment #47203884

    "profitable on inference" means "marginal costs of inference are lower than revenue". It is very common to distinguish between upfront costs vs. marginal costs when judging the eco…

  4. comment
    Comment #47203859

    There's been a huge amount of improvement in coding agent effectiveness since they ran that experiment. In a more recent follow up experiment, METR found 20% speed up from AI assis…

  5. comment
    Comment #45429916

    You can use the "cameo" feature only with users who have gone through the cameo creation flow. Sama has an account and created a cameo likeness of himself. When you create your cam…

  6. comment
    Comment #45387691

    That's hiring for a role buying ads, not selling ads. i.e. this is ChatGPT buying ads on other platforms to promote ChatGPT.

  7. comment
    Comment #44830182

    Yes they do: https://www.reddit.com/r/OpenAI/comments/1ljery5/gemini_just...

  8. comment
    Comment #44270840

    The Clayton act explicitly includes partial acquisition as still being covered. "No person engaged in commerce or in any activity affecting commerce shall acquire, directly or indi…

  9. comment
    Comment #44270825

    It might reduce scrutiny, but not completely prevent it. Clayton act says "No person engaged in commerce or in any activity affecting commerce shall acquire, directly or indirectly…

  10. comment
    Comment #42901962

    Depends on where you live. The average in San Francisco is $0.29 per kWh.

  11. comment
    Comment #42741316

    These drugs (mostly) don't allow you to eat more unhealthy food, instead they make it easier to have the self control to avoid over eating / choose healthier foods.

  12. comment
    Comment #41522021

    Iron Gall ink was used on both the Magna Carta and the Declaration of Independence. It can last for many centuries, unfortunately it can fade if exposed to strong sunlight, which i…

  13. comment
    Comment #40780163

    The profit maximizing price after a 30% cut `q(price) * (price - 30% price)` is not the same as the profit maximizing price without that cut `q(price) price`. As long as the demand…

  14. comment
    Comment #39949875

    This is why targeted advertising is so much more effective than un-targeted. On Facebook/Instagram I frequently see ads for products I was not aware of that are relevant to my inte…

  15. comment
    Comment #38927560

    If you prefer dplyr syntax you can use https://tidypolars.etiennebacher.com/

  16. comment
    Comment #38927544

    I haven't run into any friction for (1), since worst case you just call `.to_pandas()` at the end of your pipeline before you start plotting. For any plotting apis that rely on the…

  17. comment
    Comment #38927528

    For (2) I like to do: 1. `from polars import col` which at least shortens each use by a few characters 2. For columns that I use very frequently, define a "constant" for them e.g. …

  18. comment
    Comment #38464339

    You don't 'need' tracking for ads, but it has a huge impact on the the amount of revenue per impression the ads will generate, because tracking enables you to show ads to the peopl…

  19. comment
    Comment #38404976

    If you had a system that was (a) oriented towards achieving some goal and (b) understood the world it was operating in, then allowing someone to "pull the plug" would interfere wit…

  20. comment
    Comment #38277710

    They key is that it is a tax on the value of the land not the size, so large plots of land would face a much smaller tax per acre compared to prime real estate in a city. It is tru…

  21. comment
    Comment #38164036

    I don't understand how you think that building up defensive capabilities is provoking war. Making the cost of invading higher makes it less likely the PRC will try to invade. The U…

  22. comment
    Comment #37804585

    Looks like she was wrong: https://news.ycombinator.com/item?id=37802116

  23. comment
    Comment #37804568

    Looks like her claim was in fact false: https://news.ycombinator.com/item?id=37802116

  24. comment
    Comment #37741920

    I'm pretty sure the author is misinterpreting what she saw. Here is a thing that Google does do: The user searches for "children's clothing". An advertiser has created a search ad …

  25. comment
    Comment #37383851

    GPT stands for Generative Pre-trained Transformer. The "main" training step using huge amounts of inputs is called pre-training. The idea is that after that pre-training, you might…