Live data from Hacker News

Viewing profile — bsmith0

bsmith0

HN member
Joined
Wed, Jul 25, 2018, 2:04 PM UTC
HN karma
144
Public activity
31 items

About bsmith0

SWE @ Palantir | CompE @ UIUC

https://braeden.dev

Recent public activity

  1. comment
    Comment #40694418

    I'd be curious what role "global approvers" at Google/Google's scale typically have/how many are there/what's the process?

  2. comment
    Comment #29666228

    https://en.wikipedia.org/wiki/Differential_privacy might help

  3. comment
    Comment #29601826

    Senior year AP scores aren't available for seniors until way after the application process. I think I ended up having 7/11 of my tests during senior year. Imo the main advantage AP…

  4. story
  5. comment
    Comment #27806413

    These are the most predictable HN comments

  6. comment
    Comment #27521555

    Lol don't worry, HN spends a lot more time complaining about web.dev than praising it.

  7. comment
    Comment #27471987

    Yep my bad! I think flipping the order should work still though. The two links in the article: https://lemire.me/blog/2016/05/23/the-surprising-cleverness-... And the LLVM source i…

  8. comment
    Comment #27471755

    Here's a dumb question. If someone asked me to do it I'd probably write code like: while(x != 0) { c += x&1; x >>= 1; } Is this something that should be added to LLVM? Edit: flip t…

  9. comment
    Comment #27455892

    It's probably coil whine? https://en.wikipedia.org/wiki/Electromagnetically_induced_ac...

  10. story
  11. comment
    Comment #26339236

    Wow, it is actually shocking how disgusting the CEO's comments are.

  12. comment
    Comment #26314119

    It wasn't clear to me, but I might have just missed it. Is there a backup strategy beyond just duplicate data? Have they lost data during rebuild?I know he briefly talked about tha…

  13. comment
    Comment #26061908

    Yes, I built a really bad version of it a while ago: https://braeden.dev/waterfall/ Click waterfall, and then click play when you have the audio on your computer playing outloud. I…

  14. comment
    Comment #25800883

    You can just press ctrl+D and bypass the warning without any sound. It's not a big deal at all.

  15. comment
    Comment #25401535

    Agreed, about 25% of the content on HN seems to be Google hate.

  16. comment
    Comment #25367733

    What's up with the page faults in the timing details?

  17. comment
    Comment #23649285

    Really? That's a very cynical outlook.

  18. comment
    Comment #22806911

    Agreed, this type of article is such a circlejerk. People love to hate JS.

  19. comment
    Comment #22653115

    https://braeden.xyz/favsnek Snake in a Favicon (desktop only - arrow keys) I know it's been done before, but I thought it was a fun project to throw together quickly.

  20. comment
    Comment #21382576

    Jesus, the anti Google circlejerk is insane.

  21. comment
    Comment #20656532

    That link doesn't work either

  22. comment
    Comment #20638651

    See this in regards to the new Slack application: https://slack.engineering/rebuilding-slack-on-the-desktop-30... . It's much faster now. Also, I would be hard pressed to find a 5 …

  23. comment
    Comment #20637244

    What about the potential technical debt and additional manpower it requires to build out per-platform desktop applications. Easy is a priority for many OSS projects and companies w…

  24. comment
    Comment #20637116

    It makes cross-platform desktop development much easier. VSCode, Discord, and (the new) Slack are written in Electron, and those absolutely excel, even at the cost of a bit extra m…

  25. comment
    Comment #20628643

    Those both seem like implementation issues.