Live data from Hacker News

Viewing profile — billdybas

billdybas

HN member
Joined
Sat, Feb 04, 2017, 8:39 PM UTC
HN karma
157
Public activity
40 items

About billdybas

https://suurf.tv/@bill

Recent public activity

  1. comment
    Comment #49027114

    > If you're trying to built a local-first, mostly private service I just don't think the ATProto is the right tool for the job. I agree! I think the "permissioned data" working gro…

  2. comment
    Comment #48466477

    What I don't see anyone talking about is how Private Cloud Compute is behind an iCloud subscription. From what I can tell, this means any app that is using their foundation model i…

  3. comment
    Comment #48037259

    These feeds have been going down every day around the same time for a few hours for at least the past several months. https://www.reddit.com/r/youtube/comments/1r61jpo/all_youtub..…

  4. comment
    Comment #45154938

    Really cool! Added to my collection of personal websites @ https://personal.network/

  5. comment
    Comment #44434540

    > The hardest part was convincing people to download the Discord app on their phone as most of us didn't have it downloaded. This was surprising to me – is this typical of most Dis…

  6. comment
    Comment #42977061

    "Mood Machine: The Rise of Spotify and the Costs of the Perfect Playlist" by Liz Pelly goes into more detail about their origins and the culture around piracy in Sweden at the time…

  7. story
  8. comment
    Comment #19708182

    Matt has a really great course on Frontend Masters [0] where he shows you how to use canvas-sketch and make generative art. [0]: https://frontendmasters.com/courses/canvas-webgl/

  9. comment
    Comment #19560939

    Sure, but is that not what an online password manager is? :P

  10. comment
    Comment #19560821

    Yes. Mint also does this. From what I've heard, there are a lot of banks without APIs, so the next best approach is to login on behalf of users and scrape the data.

  11. comment
    Comment #19150450

    They're one of the few companies who are building GraphQL developer tools, so they have a financial incentive to have their name associated w/ GraphQL. This piece, while somewhat v…

  12. comment
    Comment #19150396

    Many GraphQL libraries take some sort of schema definition and then serve it at a route (eg. /graphql). To support multiple schemas, you'd just write a different definition and ser…

  13. comment
    Comment #19150353

    I agree. I think their recommendation is a bit overzealous. I can see the argument if you have a web frontend that consumes data from multiple backend services – have one GraphQL s…

  14. comment
    Comment #18690270

    For those looking to understand how to choose the right database for the job, I'd recommend first reading "Designing Data-Intensive Applications" ( https://dataintensive.net )

  15. comment
    Comment #18690245

    Oh, yes, definitely. Data warehousing and ML have different requirements and needs than your typical N-tier web app. Even streaming event data warrants a different solution. It com…

  16. comment
    Comment #18689883

    > The lesson we can learn from this story is the following: start with a generic database...SQL database are a good choice because they can do many tricks...The modern and successf…

  17. comment
    Comment #18487438

    Ah, it's that time of the year again – always enjoy seeing where the JS ecosystem is moving. I would like to see two categories added for next year's survey: 1. Auth – would be int…

  18. comment
    Comment #17371218

    Strategy-wise, it makes sense that they're cloning Patreon & Twitch features to keep people on the platform, but I think YouTube is going to need to innovate further if they want c…

  19. comment
    Comment #17335561

    FameBit ( https://famebit.com ) – acquired by YouTube

  20. comment
    Comment #17335525

    It's the same way any other marketing material may influence you to make a purchase. A lot of online influencer marketing is recommendation-based: "I like this product, so you shou…

  21. comment
    Comment #17335442

    Have you heard of the Fiesta Movement? [1] Ford essentially did that back in 2010. With the right brand, right audience, and right production value, anything's possible. Influencer…

  22. comment
    Comment #17288918

    I agree. FWIW, my university had a required co-op program, so I already had some internship experience under my belt, and even so, I was getting rejected from entry-level "Software…

  23. comment
    Comment #17288757

    I just went through the startup job hunting process as a new-grad. I think many startups have their expectations set too high for the work requirements & compensation they're offer…

  24. comment
    Comment #17218247

    Datastore Agnostic: - JS-Data - https://github.com/js-data/js-data SQL: - Sequelize - https://github.com/sequelize/sequelize - Bookshelf - https://github.com/bookshelf/bookshelf - …

  25. comment
    Comment #17034597

    +1 for testing actions / reducers. Snapshot testing probably makes sense if you're making a design system of component building blocks or a purpose-built re-usable component. Anyth…