Telling Bluesky that I'm not interested in "this type of content" didn't help remove the problem. Blocking/Reporting the accounts is futile, as they are so numerous. Moderation lists for LGBT/furry content seem to be nonexistent or unlisted from public modlist sites (maybe they are considered to be "homophobic"?)
Anyway, Bluesky does't seem to be safe-for-work, so it's hardly a proper replacement for Twitter. If this is fixed, then that would be good.
Would be nice if others would report them too, because there are kids on BlueSky and they don't need to see their uncles/aunts or neighbors sticking their butt into a camera.
Tl:dr; It was a release file for their Minecon event. It was never meant to be public. Obsessing over a password protected in a company's S3 bucket is weird and crosses many limits.
Ouch
Queries should start by the `FROM` clause, that way which entities are involved can be quickly resolved and a smart editor can aid you in writing a sensible query faster.
The order should be FROM -> SELECT -> WHERE, since SELECT commonly gives names to columns, which WHERE will reference.
You could even avoid crap like `SELECT * FROM table`, and just write `FROM table` and have the select clause implied.
Never mind me, I'm just an old man with a grudge, I'll go back to my cave...
I usually start with: ``` select * from <table> as <alias> limit 5 ```
I still have questions:
* How long do you plan to keep the live demo up?
* Are you planning to make the source code public?
* How many hours in total did you invest into this "hobby project" in the two months you mentioned in your write-up?