HN user

dingleberry420

361 karma
Posts0
Comments101
View on HN
No posts found.

For what it's worth, I'm a google workspace administrator and we've had issues with legitimate business emails going to our spam folders. We used various tools in the workspace admin console to whitelist the sender, but their mails kept going to our spam. We contacted google support, they verified our settings were correct, then kind of shrugged and said they can't explain why gmail flags things as spam. They clarified that it wasn't just that they weren't allowed to tell me, but that it was literally impossible for them to know.

So I'm not sure if there is such a thing as a "quality score", but there certainly is a machine learning black box.

Writing software isn't illegal. Timeline goes like this:

1. Developers write open source software

2. Open source software is deployed for money laundering purposes by other people

3. Developers who wrote software at point (1) are now being punished for something they did before the US deemed it to be illegal.

Let's say the speed limit is being decreased. Would it be fair to jail everyone who went over the speed limit in the past, before this decrease was even announced?

Can't post a meme on facebook - oh no!

Can't access facebook marketplace - legitimately annoying!

Can't access your mail archive going back a decade - could be a huge problem for some people

Sure, it's not as bad as getting sent to the gulag. But the problem with most of these tech companies is far bigger than not being able to post a meme.

HN has a rich history of shadowbanning unwanted users. Everyone should turn on "showdead" on their profile, which, to be fair, is at least an option.

“Modified clients” are a large problem for VRChat in a variety of ways. Malicious modified clients allow users to attack and harass others, causing a huge amount of moderation issues.

Imagine if non-game companies were this open about their servers being exploitable

It's insane, really. Many of my friends have no idea what to do when I send them an .mp3 or an .mp4 file if it doesn't instantly embed as a media player in their chat application of choice. For them, the only way to share images or videos is by uploading it to a commercial, ad-infested, sharing site.

By catering to the lowest common denominator we are creating a tech-illiterate society. This is on all of us who dumb down our features to make sure the users can understand.

Same reason you would deploy to plain old servers. Your stuff has got to run somewhere. And (Google hosted) kubernetes solves a lot of issues for you out of the box, which you would otherwise have to solve eventually anyway. And it takes basically no additional maintenance, if you use a mature managed service.

You can have your developers manually copy paste files to a server, which is great while it works, but it's far better to have an automated process. At that point it's not really much more work, in fact I'd argue it's less, to pick docker + kubernetes than any of the alternatives.

No. Kubernetes is extremely valuable to small orgs. Google Kubernetes Engine is pretty much fire & forget. You turn it on, set the maintenance window and it just works. It also saves you from having to reinvent health checks, ingresses, etc. It's actually less work than maintaining plain old servers when you factor in maintenance, and since state is immutable you don't run into issues where some developer fixed an issue 3 years ago and no one knows why it works.

It's laughable to think every small company has infra/DevOps/platform teams.

Also, in general, it's very useful to know the platform your software is going to be deployed to, so that you can design the software with those constraints in mind.

Why would it be slow? Docker is just as fast as running native on Linux.

Unless you're talking about running it on Windows or Mac. In which case, don't do that. You don't want your developers developing on a different OS than your CI & deployment environment anyway.