Readit News logoReadit News
INTPenis · a year ago
I've been watching this thread for a couple weeks now and I posted it in the hopes of getting some attention.

It's sort of sad that small developers cannot get any help unless they go viral on social media.

But I also understand that any large platform must use automation to handle spam.

account42 · a year ago
> But I also understand that any large platform must use automation to handle spam.

They do not. Certainly not the kind of automation that shadowbans accounts of long-term users without any kind of manual review. Stop making excuses for this kind of shit.

a_random_canuck · a year ago
I’ve been saying for years, the only reason these kinds of online businesses are viable is because they are foregoing all the “human” services that they should be providing, and they can get away with it just by hiding everything behind machines and automation.

Why hire an army of humans to investigate and deal with spam when you can just auto-ban anyone your shitty algorithm says is suspect? And the only way they can get any recourse is to make a shitstorm on social media.

Welcome to the future.

oritsnile · a year ago
Relevant comment from the original author: https://github.com/fm-sys/snapdrop-android/issues/356#issuec...
CaliforniaKarl · a year ago
This is concerning. The possibility that a company’s livelihood could disappear, only rebuildable by reassembling the bits found on developers’ local Git clones. And then having to spin up new Git infra, rebuild all the pipelines, etc..
nightfly · a year ago
One of many reasons to prefer self-hosted software
tjoff · a year ago
Pipelines should be simple, if you have all the logic in scripts/whatever as part of the repo.

But rebuilding on another host is not the hard part. Rebuilding the community (and issue tracking etc.) is much harder. Especially since github pretty much dominates that aspect.

Zetobal · a year ago
Probably not the same problem but we have seen a lot of dev accounts being flagged since they started gating code search a few weeks ago.

Deleted Comment

jpc0 · a year ago
Marking this so I will read the article but from the comments.

Please keep backups of all your data, source code included.

If your company fails because {{online service}} lost all your data it is your fault not theirs.

jpc0 · a year ago
After now getting time to read the thread. Don't take my sentences as any negativity towards the dev in the thread, it is meant more generally.

Please keep backups of your data, your backup does not need to be full git history etc... Even just a zip export of the current state every now and then although just a full dump of the repo is small enough for most repos.

danlugo92 · a year ago
For anyone reading this and wants a web3 100% uptime and uncesorable/un-deleteable data please hit me up (not free but not a scam... also less than 3 dollars a month for 100 gygabYtes of storage...)...
account42 · a year ago
> If your company fails because {{online service}} lost all your data it is your fault not theirs.

No. It is your fault because it is expected and preventable but that shouldn't let the online service provider get off the hook. It's their fault too.

jpc0 · a year ago
I didn't want to write an essay but yes, they should be held accountable but it absolutely shouldn't end your company.
input_sh · a year ago
Quoting the alt:

> Nope. It's outrageous but 20 days after creating the ticket, support has yet to answer it. I'll definitely move ship next week.

Doesn't surprise me one bit. GitHub's support was pretty much non-existent even long before Microsoft's acquisition. My memory may be a bit foggy, but about a decade ago the only way I was able to resolve my issue was by literally interviewing someone from GitHub for an article and mentioning my issue to the person I was interviewing.

Brajeshwar · a year ago
What would be an ideal method to backup and/or auto-sync your Github Account(s) -- personal, work, etc? How are you doing yours?
AltF4me · a year ago
Self hosted Gitea will mirror a repo for you - I'm not sure on an entire account though.