Live data from Hacker News

Viewing profile — 00000000005

00000000005

HN member
Joined
Sat, Jan 29, 2022, 1:02 AM UTC
HN karma
135
Public activity
21 items

About 00000000005

No profile information was provided.

Recent public activity

  1. comment
    Comment #30205607

    OK so Google pays Apple around $13,000,000,000 per year. How much does Facebook pay Apple?

  2. comment
    Comment #30205395

    To avoid a competition lawsuit from the justice department.

  3. comment
    Comment #30205371

    > What would that payment be for from Facebook? To live. This is Tim’s town and if you think you’re doing business and cutting Tim out then you’ve got $10b concrete boots coming.

  4. comment
  5. comment
    Comment #30205325

    Facebook failed to pay the big money to Apple that they should have been paying for years. If Zuck had been handing Apple $5,000,000,000 per year as google does, then Apple would n…

  6. comment
    Comment #30205286

    It’s hard to explain now, but in the old days it mattered. Sometimes software was written by employees just because they wanted to, because they thought it was a good idea, and it …

  7. comment
    Comment #30205212

    The message however is this: An organized software development process kills innovation That’s true for startups as well as big companies. A company of four people could have a dea…

  8. comment
    Comment #30204976

    So in non-corporate speak, the company is so slow, and the workload on developers so light, you have time to do whatever you want? Wouldn’t dedicating that time to a project benefi…

  9. story
    Tell HN: There’s no room for skunkworks in modern software development

    In the old days, corporate rebels could almost secretly - but often simply openly and casually - run special projects to create new and innovative software. Modern software process…

  10. story
  11. story
    Ask HN: Is there a search engine that only returns non-commercial sites?

    I.e sites that are not companies and not trying to sell anything? Presumably advertisements are ok.

  12. comment
    Comment #30176142

    >>> The web platform is well on its way to becoming the dominant platform for application distribution. Errrr…. yes, “on its way”.

  13. comment
    Comment #30160723

    Weird headline wording suggests grammerly is wrong and this guy fixed it.

  14. comment
    Comment #30160258

    All cosmos related reporting must say something like; “these strands indicate the possibility of life on other worlds”.

  15. comment
    Comment #30146508

    Batman made exactly the same thing for Commissioner Gordon to use… the Bat Signal.

  16. comment
    Comment #30135724

    The new CEO does not impress with the killing off of jobs. Instead, he should have cut the price from a stupid $500 per ad to $50 per ad. Companies have money to spend on job ads, …

  17. story
  18. comment
    Comment #30123576

    There’s people who think using a database as a queue is bad, but if you keep pressing then for tangible reasons, it usually turns out to be emotional …… they just don’t like the id…

  19. comment
    Comment #30123561

    Databases have the same problems when disks fail, power goes out etc.

  20. comment
    Comment #30123555

    Batching up writes means greater risk if data loss compared to immediate writes.

  21. comment
    Comment #30122675

    You don’t even need a database to implement an effective queueing mechanism. Linux file move is atomic, which means file system based queues are perfectly viable. Just save one mes…