Viewing profile — MapleWalnut
MapleWalnut
HN member- Joined
- Mon, Jun 04, 2018, 12:15 PM UTC
- HN karma
- 136
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About MapleWalnut
No profile information was provided.
Recent public activity
-
comment
Comment #42785110
Interesting that they did a major layoff on a US holiday (MLK Day).
-
comment
Comment #42309886
Spanner provides serializability. It seems like DSQL only guarantees "repeatable read". https://docs.aws.amazon.com/aurora-dsql/latest/userguide/wor...
-
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
-
comment
Comment #40682121
The Sentry SDK is open source and easy to contribute to in my experience.
-
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
-
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.
-
comment
Comment #39708033
Yes, but that wasn't available when they did this migration
-
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.
-
comment
Comment #37496916
There is a lounge with seating, you just need a ticket
-
comment
Comment #37036901
It'd be great if there was an rss feed for your blog
-
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
-
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…
-
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.
-
comment
Comment #34685262
With the new GitHub code search, the first result is the DeleteView class: https://github.com/django/django/blob/bd366ca2aeffa869b7dbc0...
-
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,…
-
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.
- comment
-
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", …
-
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.
-
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.
-
comment
Comment #31162094
Prettier itself would feel much faster if it supported caching like other code formatters (Python's Black, Rust's rust-fmt)
-
comment
Comment #31020523
Dropbox support can rollback your Dropbox account to a previous point in time too.
-
comment
Comment #29703941
What about https://github.com/Roblox/luau ? It gives Typescript-like annotations.
-
comment
Comment #29702520
I'm encountering issues with the GitHub API too.
-
comment
Comment #29582855
I wish there was something this good for Golang.