Viewing profile — bsmith0
bsmith0
HN member- Joined
- Wed, Jul 25, 2018, 2:04 PM UTC
- HN karma
- 144
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About bsmith0
https://braeden.dev
Recent public activity
-
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?
-
comment
Comment #29666228
https://en.wikipedia.org/wiki/Differential_privacy might help
-
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…
- story
-
comment
Comment #27806413
These are the most predictable HN comments
-
comment
Comment #27521555
Lol don't worry, HN spends a lot more time complaining about web.dev than praising it.
-
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…
-
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…
-
comment
Comment #27455892
It's probably coil whine? https://en.wikipedia.org/wiki/Electromagnetically_induced_ac...
- story
-
comment
Comment #26339236
Wow, it is actually shocking how disgusting the CEO's comments are.
-
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…
-
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…
-
comment
Comment #25800883
You can just press ctrl+D and bypass the warning without any sound. It's not a big deal at all.
-
comment
Comment #25401535
Agreed, about 25% of the content on HN seems to be Google hate.
-
comment
Comment #25367733
What's up with the page faults in the timing details?
-
comment
Comment #23649285
Really? That's a very cynical outlook.
-
comment
Comment #22806911
Agreed, this type of article is such a circlejerk. People love to hate JS.
-
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.
-
comment
Comment #21382576
Jesus, the anti Google circlejerk is insane.
-
comment
Comment #20656532
That link doesn't work either
-
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 …
-
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…
-
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…
-
comment
Comment #20628643
Those both seem like implementation issues.