Live data from Hacker News

Viewing profile — Lx1oG-AWb6h_ZG0

Lx1oG-AWb6h_ZG0

HN member
Joined
Wed, Apr 16, 2014, 8:34 PM UTC
HN karma
840
Public activity
159 items

About Lx1oG-AWb6h_ZG0

No profile information was provided.

Recent public activity

  1. comment
    Comment #49258578

    > The fans’ resistance to having Dobby’s “grave” desecrated seemingly prevented the undersea cable from going through the area. It was instead rerouted in an area that was close to…

  2. comment
    Comment #46314651

    patio11 wrote a great article and podcast about debanking and anti-money laundering processes last year, it was eye opening how kafkaesque these things are: https://www.bitsaboutmo…

  3. comment
    Comment #46264570

    I thought skills were supposed to help with “giving claude access to tools it can call”. When would one use MCP over skills?

  4. comment
    Comment #41451086

    From TFA: > However, the Internet Archive expanded its library project during the covid-19 pandemic. It launched the National Emergency Library, allowing an unlimited number of peo…

  5. comment
    Comment #41053772

    One other reason is that the quality of Amazon listings has really nosedived over the last decade. There are too many spammy merchants in the marketplace now. You cannot just trust…

  6. comment
    Comment #41008264

    Wouldn't this be an attack vector? Use some low-hanging bug to bring down an entire security module, allowing you to escalate?

  7. comment
    Comment #41007582

    Apparently Crowdstrike also brought down Linux hosts in the same way in April but it didn’t get widely reported: https://news.ycombinator.com/item?id=41005936

  8. comment
    Comment #40637115

    iOS already supports OTP, it’s just buried in Settings > Passwords > Set up verification code. Once you do that, it’s seamless - it autofills in all my site and works beautifully i…

  9. comment
    Comment #40381932

    There are plenty of reports about how Tesla has made this difficult. Tesla parts are difficult to obtain even for Tesla’s own service centers: there are frequent months-long waits.…

  10. comment
    Comment #39279772

    > Privacy taken too far, however, can lead to bad outcomes. To mitigate the potential of Code being used for nefarious activity, Code users are limited to $250 USD per payment, up …

  11. comment
    Comment #36962762

    The substance is causing the anti-social behavior though, it’s putting people in a state where they’re not able to control their behavior or reason rationally about how it affects …

  12. comment
    Comment #36141486

    Their pricing is just absurd. Reddit's official app and webpage is garbage, and instead of working with amazing developers like Christian to add whatever functionality they need to…

  13. comment
    Comment #32389729

    > It followed that company A's service qualified as an unlawful transfer of data to a third country because their parent company was located in the US, violating relevant data prot…

  14. comment
    Comment #28898563

    If the hardware can directly tell us what pixels have changed, this should dramatically simplify how we encode and store videos, right? Ideally, the enormous amount of time computi…

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

    We’ve all heard anecdotes about how Apple’s mismanagement of the safari team is holding back the entire web. This article is the first one I’ve read that goes in depth about specif…

  18. story
  19. comment
    Comment #27001496

    https://www.theverge.com/2021/4/27/22406673/basecamp-politic... > Employees say the founders’ memos unfairly depicted their workplace as being riven by partisan politics, when in f…

  20. comment
    Comment #26849712

    > the National Mine Safety Supervision Bureau has reported three recent coal mine accidents, including an April 10 “water penetration accident” in Xinjiang that caused 21 people to…

  21. comment
    Comment #26300297

    > Using JSON.stringify() with any BigInt value will raise a TypeError as BigInt values aren't serialized in JSON by default. However, you can implement your own toJSON method if ne…

  22. story
  23. comment
    Comment #26226071

    The main advantage I’ve found with GraphQL is the normalized cache in client libraries like Apollo or Relay. It allows components to just ask for the data and not worry about how i…

  24. comment
    Comment #26218797

    We had an article on the front page yesterday about Swift’s ABI and how much Apple has invested in dynamic linking: https://news.ycombinator.com/item?id=26205969 > It's worth notin…

  25. comment
    Comment #26110184

    This is essentially what the react team is proposing with their new server components: you have the server doing most of the heavy lifting and data loading, leaving the client-side…