Live data from Hacker News

Viewing profile — jganetsk

jganetsk

HN member
Joined
Thu, Mar 29, 2007, 5:53 AM UTC
HN karma
2,787
Public activity
680 items

About jganetsk

No profile information was provided.

Recent public activity

  1. comment
    Comment #44703995

    The person to look to for explanations of why OCaml/SML and not Haskell is Bob Harper. For example, the module system vs ad hoc polymorphism: https://existentialtype.wordpress.com/…

  2. story
  3. comment
    Comment #41173869

    I know the Effingo team at Google. It comes from Latin https://en.wiktionary.org/wiki/effingo#Latin

  4. comment
    Comment #39532882

    That's all included in the article, which admittedly is behind a paywall. He goes into great detail, including purchasing power parity, means vs medians, etc. And the conclusion is…

  5. comment
    Comment #39524686

    > As far as know the amount of poor people in the usa is also way higher than in Europe. If we take that into account i'd say that Europe is doing just fine. Citation needed. No, E…

  6. comment
    Comment #39371377

    This is a great observation! Indeed, most languages have very few words for smells. - https://www.theatlantic.com/science/archive/2015/11/the-voca... - https://www.wired.com/2014/1…

  7. comment
    Comment #36171400

    Noah Smith is no activist. He was a professor of finance and a journalist for the Associated Press, Bloomberg, and other reputable outlets. He now writes a very successful Substack…

  8. comment
    Comment #36171105

    This is a common misconception. Actually the primary fix is indeed to make affordable housing available. https://www.noahpinion.blog/p/everything-you-think-you-know-...

  9. comment
    Comment #35732430

    Stannous flouride stains my teeth and I avoid it like the plague.

  10. comment
    Comment #34373489

    One way to think about it: the world you are proposing is equivalent to one where the central bank fully monetizes all government debt. That possibility is a strict subset of the s…

  11. story
  12. comment
    Comment #31659842

    All signs pointing to a stock market recovery: - Decreased consumer savings - Decreased foreign savings Plugged into the profit equation: https://www.levyforecast.com/assets/Profit…

  13. comment
    Comment #29856262

    There's a difference between economics and finance. It is possible to have real economic problems while having sound financial flows. That's what's happening now. Inflation is the …

  14. comment
    Comment #29376814

    No. The persecution of religious minorities in Europe culminated in the Holocaust, which led to the Universal Declaration of Human Rights. Don't blame the minorities who have suffe…

  15. story
  16. story
  17. comment
    Comment #28498095

    There is something called fund flow: https://www.investopedia.com/terms/f/fund-flow.asp If a company issues $1000 of new stock, then that's an inflow of $1000 into the company. And…

  18. comment
    Comment #27189181

    I'm always surprised when people assume that inflation implies that wages will rise commensurately.

  19. comment
    Comment #26650163

    Pub/Sub Lite is a cheap managed cloud service on GCP: https://cloud.google.com/pubsub/lite/docs With a Kafka compatibility shim: https://github.com/googleapis/java-pubsublite-kafka…

  20. comment
    Comment #26650147

    You can use Pub/Sub Lite: https://cloud.google.com/pubsub/lite/docs With a Kafka compatibility shim: https://github.com/googleapis/java-pubsublite-kafka Disclaimer: I work on GCP.

  21. comment
    Comment #26195877

    People should read Debt: The First 5000 Years by David Graeber [1]. Then they would learn that debt 1) is viewed in very different ways in different cultures, places and times 2) i…

  22. comment
    Comment #26183582

    Increasing debt also means increasing savings. One person's date is another person's savings.

  23. comment
    Comment #25860677

    NYC lindy hopper here.

  24. comment
    Comment #25570632

    Does it also help that the code doesn't actually cast the raw pointer to references? It only uses the read and write methods.

  25. comment
    Comment #25566081

    Can you explain that more? Because the requirement I pasted about having unique aliases does come from the UnsafeCell documentation. My understanding is that &mut still needs to be…