I'm not sure that's really true. The only thing they've pointed at is that prosecutor being fired in Ukraine, but that was because the prosecutor was corrupt and people all over the world were calling for it. Also the prosecutor was notably corrupt by not investigating the company Hunter was working for (so Joe getting them fired actually went against his son's interests)
I don't think there's any malice here. Someone just forgot to put up a robots.txt on the bard website.
Wow another coup in francophone Africa. I wonder if the regional democratic powers not intervening in Niger encouraged this.
Grounding cables do not exist in The Federation
I feel like shitty sites getting too good at SEO has largely made google useless. That's why you had to append "Reddit" to get any useful info that wasn't from some SEO scamsite.
lemmy.world is down right now and your app is showing the raw HTML that is being returned (a CloudFlare 502 page)
Honestly that cake looks really tasty
Circles were a good idea
It was named Reddit Sync before Reddit forced apps to rename a few years back for trade mark reasons.
Sync was named for a feature it had where you could sync posts to your device for offline use. It was super useful as recently as a few months ago when I wanted to mindlessly scroll on a plane.
Whatever you do, I'd recommend using Typescript to give you some type safety with your JS.
The software is a little clunky but this is everything I dreamed of when I got half way through making a peer-to-peer reddit clone in 2015 and gave up lol
Hi, I've been doing TypeScript in my day-job and hobbies for six and a bit years now. I would not write JS in any other way.
TS is also a superset of JS so all JS is valid (unless you turn on
strict
mode). So there is no productivity loss/learning curve unless you want there to be.In fact, a lot of people who think they're not using typescript are using it because their editors use typescript definitions for autocomplete and JSDoc type signatures are powered by typescript.