Live data from Hacker News

Viewing profile — brosciencecode

brosciencecode

HN member
Joined
Sat, Nov 13, 2021, 9:36 PM UTC
HN karma
516
Public activity
20 items

About brosciencecode

brosciencecode@protonmail.com

GitHub: @brosciencecode

Recent public activity

  1. story
  2. comment
    Comment #40422598

    Sam is very clearly in the wrong here, but is your argument for why he sucks seriously that he said “we should not brand people as heretics for disagreeing with my point of view?”

  3. comment
    Comment #39821417

    I get the feeling you may not have gone 0-1 on an API before. In general, you have 1 consumer when you're starting off, and if you're lucky your API gathers more consumers over tim…

  4. comment
    Comment #39518044

    We’re working under the assumption that “memory safe languages” can’t be unsafe themselves, which isn’t the case.

  5. comment
    Comment #39516110

    In other news: crimes should not be committed, and car accidents are outlawed

  6. comment
    Comment #39289995

    "Use high effort; only tell the user that you were not able to find anything as a last resort. Keep trying instead of giving up." Lol - it looks like they got hit by the recent laz…

  7. comment
    Comment #38015365

    This looks like an interesting take on serverless Postgres! Is this type of multi tenant separation enough for the kinds of users who care about it? I’d imagine a lot of the concer…

  8. comment
    Comment #36933206

    Are you mistaking POST for PATCH? What I've been working with is: - POST creates - PUT replaces (i.e. edit, but you need to provide the whole resource) - PATCH edits (i.e. you can …

  9. comment
    Comment #36367645

    Out of curiosity, what makes it unreadable to you?

  10. story
  11. story
  12. comment
    Comment #33791064

    > 23 year-old data scientists should probably not work in start-ups, frankly; they should be working at companies that have actual capacity to on-board and delegate work to data fo…

  13. comment
    Comment #33462023

    In general, tech people are more likely to be early adopters. Also, it helps if the VCs you're targeting can log in as well. Same reason most mobile startups are iOS well before th…

  14. story
    Ask HN: How do you debug test failures in CI?

    It seems like developers frequently run into situations where the only way to debug a test failure in Continuous Integration is by repeatedly pushing incremental changes until a sm…

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

    Wouldn't a generator like this significantly increase risk of succumbing to dictionary attacks? I probably just don't understand part of what it's doing, but I'm curious.

  18. comment
    Comment #30353171

    It sounds like the Shanling M0 fits your bill: https://en.shanling.com/product/222 I've used it for over a year and love it. It also works as a USB and Bluetooth DAC, so you get a …

  19. story
  20. comment
    Comment #29213392

    rsync.net is awesome. You get a Linux filesystem you can access via SSH. Many tools support it (like git-annex), and since it's ssh-able, you can script anything that doesn't work …