Live data from Hacker News

Viewing profile — motorest

motorest

HN member
Joined
Tue, Dec 03, 2024, 6:34 AM UTC
HN karma
3,466
Public activity
1,673 items

About motorest

No profile information was provided.

Recent public activity

  1. comment
    Comment #45736619

    > Is there more information on this somewhere. Yes, everywhere. You just need to look for it. See the following link, which has references to Apollo and MAWS. https://blog.pragmati…

  2. comment
    Comment #45735961

    > The original 2003 DDD book is very 2003 in that it is mired in object orientation to the point of frequently referencing object databases¹ as a state-of-the-art storage layer. Ir…

  3. comment
    Comment #45735815

    > The state of HTML parsing should convince you that if you follow postel's law in one browser then every other browser has to follow it in the same way. No. Your claim expresses a…

  4. comment
    Comment #45734515

    > They accept malformed input & attempt to make sense of it, instead of rejecting it because the fields they care about are malformed. I don't think that's true at all. The whole p…

  5. comment
    Comment #45733625

    > Being liberal in what you accept comes at _huge_ costs to the entire ecosyste Why do you believe that? Being liberal in what you accept doesn't mean you can't do input validation…

  6. comment
    Comment #45733087

    > Which cloud company can casually find 100B cash in a year? AWS. Because AWS reports close to $11B/quarter, which is over half Amazon's entire revenue, and AWS owns the cloud comp…

  7. comment
    Comment #45731719

    > These aren't "job losses", these are "firings". They aren't unfortunate accidents of external origin that happened to them, they are conscious internal decisions to let people go…

  8. comment
    Comment #45731374

    > How is AWS getting billions of cash and low interest rate loans for capex? AWS is the cash cow. It owns between a third and half of the world's cloud computing market. Do you thi…

  9. comment
    Comment #45730068

    > Probably many reasons for this, but what I've seen often is that once the code base has been degraded, it's a slippery slope downhill after that. Another factor, and perhaps the …

  10. comment
    Comment #45729982

    > They might be bitter but evangelize Amazon products are their most marketable skills. I think you are talking out of ignorance and spite. Most of the services used by Amazon empl…

  11. comment
    Comment #45729941

    > By your definition then every little part of “Amazon” is technically a separate “company” including every geo. No. My definition is Amazon's actual organization chart as a holdin…

  12. comment
    Comment #45729926

    > Kindle is a loss leader? What do you think "Kindle" is? Is it a specific device? Is it Kindle for Web? Is it the Android or iPhone apps? Is it Kindle for Windows or Kindle for Ma…

  13. comment
    Comment #45726385

    > Like a lot of big tech companies Amazon is a small number of teams with profitable products and a whole bunch of other things that don’t make money. I think that's a simplistic v…

  14. comment
    Comment #45725384

    > Amazon includes AWS. They’re not “separate companies.” Actually, they are. Perhaps what is causing your confusion is that other parts of Amazon, such as Ring or Rivian, are also …

  15. comment
    Comment #45725328

    > Not surprising given folks have been saying Amazon/AWS has been a bloated mess for a while now. Who exactly do you think is saying this? Because from what I'm understanding, so f…

  16. comment
    Comment #45724950

    Amazon and AWS are two separate companies. From the article: > The cuts beginning this week may impact a variety of divisions within Amazon, including human resources, known as Peo…

  17. comment
    Comment #45713631

    > It doesn't solve the problem- its the end of the day when solar has ramped down that the crises happens. Its the duck curve. Where its still hot and air conditioning is still run…

  18. comment
    Comment #45712099

    It surprised me that a project such as NetBSD only managed to raise ~$10k throughout the year. What's going on with the project?

  19. comment
    Comment #45711669

    > I tried this and it is never as smooth as described. I think your comment shows some confusion that it's either the result or cause of some negative experiences. Starting with Gi…

  20. comment
    Comment #45710437

    > How do you concern about strategy all day? Just sit down and think about it? I'm not OP, but whenever your product is implemented by more than one team you will also have the nee…

  21. comment
    Comment #45710186

    > It might be empirically sound, but it does not make a priori sense that exercising a body will improve it. If I use almost any object in the universe frequently, it typically deg…

  22. comment
    Comment #45709090

    > A 18 Tb NAS harddrive is about 320 USD. A 2 bay unifi unas2 199. It pays off in one year. Restoring data from it is free. That single 18TB HD is hardly safe from a disaster or ev…

  23. comment
    Comment #45704776

    > This is a bit underwhelming because it gives a score and says, "Needs improvement", but has no real indication of what it considers problematic about a file. I think you didn't b…

  24. comment
    Comment #45704745

    > What about debugging. With source maps configured, debugging tends to work out of the box. The only place where I personally saw this becoming an issue was with a non-nodejs proj…

  25. comment
    Comment #45703467

    > TS is a linter anyway. Not really. TypeScript introduces optional static type analysis, but how you configure TypeScript also has an impact on how your codebase is transpiled to …