throwawaylala1 | 2 years ago | on: Spezless – A Reddit clone without u/Spez
throwawaylala1's comments
throwawaylala1 | 2 years ago | on: Douglas Crockford on JavaScript
Wouldn't it be nice if we could start over and apply all the lessons we've learned over the generations? The world would be a much better place!
Or would it?
We'd end up with yet another mess. It'll be a different mess but it'll be a mess nonetheless. Or worse - we'll end up with two big messes instead of one big mess!
throwawaylala1 | 3 years ago | on: Asdf – language tool version manager
This such a complete and utter lie and I'm surprised people in 2022 still believe it.
You do know what's happening when you run Docker on your Macbook, right? Right?
throwawaylala1 | 3 years ago | on: Backend for Front-end
Your frontend team needs an API call that retrieves only friend requests with user names/avatars because the current API call is too heavy.
Normally they'd go to the back-end team and ask them to add an endpoint or modify an existing endpoint to give them the exact data they need. The problem with that is global API surface area becomes more complicated. Complexity is bad because more mistakes are made.
With this model your front-end team can implement the endpoint themselves in the BFF and model the response data exactly as they need it.
They also don't need to deal with that one zealot on the back-end team that gives everyone a hard time about tiny irrelevant issues.
throwawaylala1 | 3 years ago | on: The History of User Interfaces
Not really. When you turn off recommendations, the app icons are hidden but the space for recommendations stays there! Yes, just a big ol' block of whitespace with a prompt to turn recommendations back on. It takes up like 30%+ of the start menu.
It's a dark pattern.
throwawaylala1 | 3 years ago | on: Show HN: A benchmark for analytical databases (Snowflake, Druid, Redshift)
throwawaylala1 | 3 years ago | on: Show HN: Inflation-adjusted stock charts – Total Real Returns
throwawaylala1 | 3 years ago | on: Deno raises $21M
throwawaylala1 | 3 years ago | on: Deno raises $21M
throwawaylala1 | 3 years ago | on: Deno raises $21M
> event sourced architecture
You must be joking. Please tell me you're joking.
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
Keep building strawmen, I'll be building software.
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
What kind of function documentation are you reading inline lol? Does it have like 30 function arguments?
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
In what way would the JavaDoc @param/@return/etc annotations actually help? What Godoc has is more than suitable for the vast majority of cases.
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
throwawaylala1 | 3 years ago | on: Cloudflare had a partial outage
throwawaylala1 | 3 years ago | on: WTF Nextdoor? Over 130 clicks to disable email and push notifications?
throwawaylala1 | 3 years ago | on: The Documentation Triangle, or, why code isn't self documenting
I LOVE Golang's approach to this [1]:
- Documentation generation from code is built in to the language toolkit
- There is a standard for writing the comments so all of them look the same across every project
- It even supports code examples which are visible as a REPL in the generated docs
When people ask "what's so great about Go?". It's stuff like that which is hard to succinctly describe but makes a huge difference in overall quality of Go code in the wild.
throwawaylala1 | 3 years ago | on: WTF Nextdoor? Over 130 clicks to disable email and push notifications?
throwawaylala1 | 3 years ago | on: Don't use Kubernetes yet
so there's that