Live data from Hacker News

Viewing profile — MapleWalnut

MapleWalnut

HN member
Joined
Mon, Jun 04, 2018, 12:15 PM UTC
HN karma
136
Public activity
89 items

About MapleWalnut

No profile information was provided.

Recent public activity

  1. comment
    Comment #42785110

    Interesting that they did a major layoff on a US holiday (MLK Day).

  2. comment
    Comment #42309886

    Spanner provides serializability. It seems like DSQL only guarantees "repeatable read". https://docs.aws.amazon.com/aurora-dsql/latest/userguide/wor...

  3. comment
    Comment #40682774

    Sentry provides a great hosted service. You can self host if you like, but it’s nicer to let them do it

  4. comment
    Comment #40682121

    The Sentry SDK is open source and easy to contribute to in my experience.

  5. comment
    Comment #40214627

    It'll be hard to position this against Sentry. Sentry's a joy to use and their performance product is so helpful in debugging performance issues

  6. comment
    Comment #39744229

    That’s true, but with ESPPs, you get a discount on the stock price, effectively guaranteeing a decent return that would be hard to beat.

  7. comment
    Comment #39708033

    Yes, but that wasn't available when they did this migration

  8. comment
    Comment #39383242

    I like that polar supports funding specific issues or pull requests. Seems like a nice way to help fund a project while also helping prioritize issues you care about.

  9. comment
    Comment #37496916

    There is a lounge with seating, you just need a ticket

  10. comment
    Comment #37036901

    It'd be great if there was an rss feed for your blog

  11. comment
    Comment #35930974

    Not the most accurate title. They’re still using Typescript for type checking, they’re just using JSDoc type annotations instead of Typescript syntax

  12. comment
    Comment #35623459

    Mypy is the most correct and flexible type checker I’ve found. Pyright is great for auto complete in VSCode though, so I use both. The Google and Facebook options aren’t well suppo…

  13. comment
    Comment #35136229

    I pay for Feedly even though I had access to a very generous free plan. Their product is reliable and I use it every day, so it only seems fair to pay.

  14. comment
    Comment #34685262

    With the new GitHub code search, the first result is the DeleteView class: https://github.com/django/django/blob/bd366ca2aeffa869b7dbc0...

  15. comment
    Comment #33634405

    One of the engineering leaders at my company was big on Retool and it was pushed out as a way for backend developers to write frontend code. Now 6 months later that leader is gone,…

  16. comment
    Comment #33373690

    WAL is reliable, but Publish/Notify isn't. You'll lose messages with Publish/Notify if you aren't listening for them.

  17. comment
  18. comment
    Comment #32277204

    Your Python example has unnecessary type annotations. Python type checkers like mypy and Pylance can infer the type of `words` automatically. def main() -> None: words = ["Hello", …

  19. comment
    Comment #31952663

    TIL that ContextVars can work in place of thread locals too. Thanks for pointing that out! I had mistakenly assumed ContextVars only worked for async code.

  20. comment
    Comment #31163273

    Yeah, precommit isn’t my favorite thing out of personal preference. So it’s a shame prettier doesn’t have built in caching like other tools in the space.

  21. comment
    Comment #31162094

    Prettier itself would feel much faster if it supported caching like other code formatters (Python's Black, Rust's rust-fmt)

  22. comment
    Comment #31020523

    Dropbox support can rollback your Dropbox account to a previous point in time too.

  23. comment
    Comment #29703941

    What about https://github.com/Roblox/luau ? It gives Typescript-like annotations.

  24. comment
    Comment #29702520

    I'm encountering issues with the GitHub API too.

  25. comment
    Comment #29582855

    I wish there was something this good for Golang.