Live data from Hacker News

Viewing profile — cellar_door

cellar_door

HN member
Joined
Thu, Oct 01, 2015, 4:06 PM UTC
HN karma
159
Public activity
42 items

About cellar_door

No profile information was provided.

Recent public activity

  1. comment
    Comment #38382279

    There are plenty of examples of workers unions voting with similar levels of agreement. Here are two from the last couple months: > UAW President Shawn Fain announced today that th…

  2. comment
    Comment #38370832

    are you serious? they're board members of the non-profit... they don't have any shares in the for-profit subsidiary and thus no financial incentive for commercializing the IP meanw…

  3. comment
    Comment #38370296

    > Investors have no reason to worry about their investment in the tech What? They have a MASSIVE reason to worry: 3/4 board members are clearly not aligned with the profit motive. …

  4. comment
    Comment #31934892

    The thing is, a high growth company like MongoDB doesn't need to fire a single engineer to turn highly profitable. They grew revenue 57% YoY last quarter and spent 52.6% of revenue…

  5. comment
    Comment #31290122

    Unfortunately this is my experience as well. Generally it's a misalignment of priorities. Since the people writing the endpoint don't have to consume it, they just do whatever is e…

  6. comment
    Comment #31029649

    Don't worry, it'd just be seized and put in control of very competent and qualified "elected" members of The Party.

  7. comment
    Comment #26334844

    Stock is getting hammered in after hours on top of -6.89% today

  8. comment
    Comment #25993656

    lol @ people who think Apple pushing back on FB tracking is out of their goodness of heart. They want FB to introduce a subscription model so they can rake in that sweet 30% commis…

  9. comment
    Comment #25935070

    > will have no idea how terrible their code performs on slower devices You can (and should) monitor page load performance... using JS

  10. comment
    Comment #25934160

    The mod team is coordinating

  11. comment
    Comment #25814666

    Ok, so you want to disable tracking and ads. Why does that necessitate disabling all JS? You can enjoy the performance of an SPA while selectively disabling tracking.

  12. comment
    Comment #25814596

    Also, SPA and server side rendering are not mutually exclusive. Both make sense as performance optimizations depending on the context.

  13. comment
    Comment #25337360

    The climate too. Always sunny (good lighting). Warm, but not too hot.

  14. comment
    Comment #25293814

    > People buying Apple for its M1 low power consumption are a niche inside a niche. Got it, watching Netflix in Chrome without the laptop getting hot is "a niche inside a niche" whi…

  15. comment
    Comment #24902086

    Instead of session length they could use time to success and number of successes. A success being dwelling on content for a certain length of time or interacting with it (commentin…

  16. comment
    Comment #24832081

    The most significant reason is preventing your identity from being stolen.

  17. comment
    Comment #24313370

    In-app payment processing is absolutely not worth a 30% fee. In a normal, competitive environment, Stripe and Paypal charge 3% + $0.30.

  18. comment
    Comment #24267120

    Jira free tier has standard roadmaps for up to 10 users: https://www.atlassian.com/software/jira/features/roadmaps?ta...

  19. comment
  20. comment
    Comment #24151956

    It's the pricing too. Apple's 30% fee on the payment processing for in app purchases is insane and clearly anti-competitive. Developers can use Stripe, Paypal, etc for literally 10…

  21. comment
    Comment #24147610

    > Yes they have less effects than adults but some children do go to the hospital and ICU You see this kind of vague claim online all the time when it comes to COVID but with no act…

  22. comment
    Comment #24111249

    $36,640 is actually more than the median individual income in the US, which is $33,706.

  23. comment
    Comment #24111181

    2 people * $15/hr minimum * 2000 hrs/year = $60,000 household income US median household income is $61,937.

  24. comment
    Comment #24054796

    You can code split React components and create loading tiers. Facebook claims they're doing this with the facebook.com redesign, for example: https://engineering.fb.com/web/faceboo…

  25. comment
    Comment #23908596

    I mean, onSuccess could change. And as you suggested, creating the extra callback is redundant. const fetchData = () => { setLoading(true); callApi() .then((fetchedData) => { setDa…