Tildes has replaced HN and Reddit as the site I default to for news aggregation.
I do feel like it is a bit light on the technology/programming front, otherwise it has a well-rounded mix of interesting topics. I feel like its decisions to not have a downvote button, as well as only allowing sign-ups through limited invites from other existing users, were smart ones.
You don't actually need MFA. This whole thing came about because people reuse passwords between websites and websites have their databases hacked all the time so the same password can be used to log in on other sites.
2FA codes solve that because you can't reuse them between websites so one website getting hacked doesn't expose all of them.
You can easily reuse TOTP between websites, but not many websites let you set your own TOTP secret. They could easily do the same for passwords, but none do.
What situations do you encounter where you don't care about the structure of the data? The only ones I've ever encountered have been logging, where it's only purpose is to be manually text searchable, and something like OpenStreetMap where everything is just a key value store and the structure is loosely community defined.
As soon as you have a loosely defined object you can't access any specific keys which makes it useless for 99% of times you want to store and retrieve data.
Last app I worked on had a few tables in the billions of rows. Seemed to work fine as we were only really accessing it by unique keys which seems to remain fast no matter how large the table is.
> we were only really accessing it by unique keys which seems to remain fast no matter how large the table is.
Even a naive B-tree index has a logarithmic curve, which means that the time to find a record asymptotically flattens out as the number of records increases.
Aside from just getting more useful responses back, I think it's just bad for your brain to treat something that acts like a person with disrespect. Becomes "it's just a chatbot", "It's just a dog", "It's just a low level customer support worker".
While I also agree with you on that, there are also prompts that make them not act like a person at all, and prompts can be write-once-use-many which lessens the impact of that.
This is why I tend to lead with the "quality of response" argument rather than the "user's own mind" argument.
I swear the people posting this stuff are just building todo list tier apps from scratch. On even the most moderately large codebase it completely breaks down.
I hated feeling completely stranded as a kid since nothing was accessible by foot or PT. Even today visiting my parents outer suburban house feels like being dumped on an island.
My social life as a teenager was incredibly limited by the fact that I couldn't just jump on a bus and meet up with everyone else who lived in areas with PT coverage.
Yeah, most of us have no idea how bad we have it until we live somewhere where it's different.
The idea of walking/biking to school or walking with your friends to the cafe after school to hang out, or bumping into friends while walking home from a bar is so alien to Americans that it's not even on their radar.
We get a glimpse of it when we go on vacation to Prague or Disneyland or something. But when we return home, we immediately relegate the experience to something exotic you do on vacation rather than something you can actually have.
reply