Live data from Hacker News

Viewing profile — chrfrasco

chrfrasco

HN member
Joined
Fri, Jul 21, 2017, 12:15 AM UTC
HN karma
317
Public activity
32 items

About chrfrasco

frontend infra @ canva

github.com/christianscott

christianfscott.com

Recent public activity

  1. comment
    Comment #46547249

    It was Jeff Dean and Noam Shazeer: https://www.dwarkesh.com/p/jeff-dean-and-noam-shazeer

  2. comment
    Comment #36691345

    I believe Nat is referring to a full stop rather than menstruation in the sentence about crying into tiktok.

  3. comment
    Comment #36133983

    > This is how a new product gets across the chasm. Find a pragmatist in pain. Do whatever-it-takes to make them happy with your product. Then go back and do it again. Good advice, …

  4. comment
    Comment #28164264

    mind expanding on this? you've piqued my interest but I can't quite see the connection

  5. comment
    Comment #27778794

    The limiting factor is managed isolation. You can return if there are flights from where you are currently, but you need to secure a spot in managed isolation first (2 weeks in a h…

  6. comment
    Comment #26778147

    > I wonder if we could reduce binary size with a dead-simple scheduler and GC For many CLIs I think even a brain-dead bump allocator would work

  7. comment
    Comment #26778118

    This is so cool. I especially loved the Makefile, it's nice to see "bootstrapping" laid out so plainly. I remember finding the concept quite hard to wrap my head around when I was …

  8. comment
    Comment #25119820

    I hope you didn't take too many of these comments to heart. You unfortunately got the standard HN comment section treatment – a delightful mix of nitpicking, assuming bad intent, a…

  9. comment
    Comment #24127783

    Sum types and exhaustiveness checking are doable with typescript! Though it's not especially ergonomic https://www.typescriptlang.org/play?#code/C4TwDgpgBAygrgWygX...

  10. comment
    Comment #23243268

    One more suggestion for you – dropbox paper ( https://paper.dropbox.com/ ) has latex support + syntax highlighting. It's quite simple but it works well as a google docs replacement…

  11. story
  12. story
  13. comment
    Comment #23059888

    Yeah, I can definitely see how that would be a more performant approach. I suppose I wasn't so interested in figuring out how to make this algorithm as fast as possible as much I w…

  14. comment
    Comment #23059638

    Hey all, as some keen-eyed commenters have pointed out, it looks like the rust program is not actually equivalent to the go program. The go program parses the string once, while th…

  15. comment
    Comment #23059560

    > The second problem is that at least the Rust code is decoding UTF-8 every iteration of the inner loop instead of decoding once and saving the result, or even better interning the…

  16. comment
    Comment #23059296

    run.js is not doing the benchmarking. If you look at the source for each of the programs being benchmarked, you'll see that the programs themselves are responsible for benchmarking…

  17. comment
    Comment #23059041

    Nice catch, thanks for pointing this out. I've updated the cache initialization to use `len(targetChars)` rather than `len(target)`: cache := make([]int, len(targetChars)+1) for i …

  18. story
  19. story
  20. story
  21. comment
    Comment #22633195

    Looks like we need prefers-prefers-color-scheme

  22. story
  23. comment
    Comment #19688443

    Man, I wish I could use the eye-roll emoji here

  24. story
  25. comment
    Comment #17307568

    > This to my mind verges on civil rights infringements You're funny!