Just wanting to make sure I understand your position, only open source code can be ethical?
- 0 Posts
- 110 Comments
I get what you are sayin, but it was not an advertisement since I am acting as a citizen, not an employee. I wanted to actually share that I was proud of my bosses for doing things the way they should. If we don’t share the ones that behave right, they will all vanish because it is not as profitable to behave right as it is to abuse customers and employees. I would encourage anyone who works somewhere that acts with honor and respect to share it and offer proof of why it is true. Laude the laudable, ya know? We do a good job of calling out the pieces of shit, but not for offering alternatives.
Edit: why is it wrong to laude a company I work for because they are ethical and doing business how it should be done? If we do not share the good companies as alternatives how will we ensure that they stick around?
I am actually very proud that the company I work for literally does not tick a single box.
We are a cloud infrastructure company that caters to animation and visual effects artists. We sponsor people’s passion projects. Everything is a prepay model that does not have any minimums and actually let’s you zero your account. No advertising, no data harvesting (I can say that with confidence as I would be the person doing it if it were happening and I don’t). Genuine altruism and genuine customer centric development. And the culture is not toxic in the slightest. The owners always make sure we are all paid before taking a dime and never take more than they pay the rest of us. It is seriously such a good company.
They also do compute for computational chemistry, prosumer AI platforming (providing access to ComfyUI, A1111, etc, not actually building AIs or stealing anyone’s data), and we can handle just about anything else.
If anyone out there has need for compute power for anything and want to work with a company that actually gives a shit, reach out. Especially if it is in a vertical space we already provide services in.
Yeah, those aren’t athiests, they are assholes. Anyone who prosthelytizes is an asshole. Period.
Agnostic here and yeah, most atheists and agnostics I have ever met are about the same. We don’t care if YOU believe. We care that you care we don’t. Most of us will never utter a word against your religion and beliefs as long as you “do unto others” and all that jazz. This comic reaks of being drawn by a Christian about how they think Athiests behave and feel. This video is ancient now, but I get the same vibes off this comic.
Why did it make you angry? All gravitationally bound objects orbit around a common center. For the solar system that center wobbles around inside the sun depending on where Jupiter and Neptune are in their orbits. The rest of the mass of the solar system does contribute, but it is generally negligible for most conversations. This is actually one of the ways that exoplanet hunters have found literally thousands of planets in the last decade or so.
This gives Randall-is-pissed vibes the same way https://youtu.be/e47lHyQZ2I4 gives Bill-is-fucking-pissed vibes. I love both of them.
I like to believe that Billy Ignore instructions is Bobby Tables’ kid.
Adalast@lemmy.worldto Programmer Humor@programming.dev•DOGE Plans to Rebuild SSA Codebase in Months1·3 months agoObviously all good questions that those much more informed should weigh in on. I know just enough about blockchain to recognize reasonable vs scam uses for, but I also know enough to not Dunning Kruger the topic.
Adalast@lemmy.worldto Programmer Humor@programming.dev•DOGE Plans to Rebuild SSA Codebase in Months1·3 months agoThere are actually other comments on this thread that provide other benefits besides trust, like modification tracing. There is more to it than just trust.
Adalast@lemmy.worldto Programmer Humor@programming.dev•DOGE Plans to Rebuild SSA Codebase in Months1·3 months agoI didn’t say distributed. You are absolutely correct though. I was more observing that of all the BS tech bro babble that our Oligarch in Chief could spew into the universe, blockchain would be one that could be implemented reasonably.
Adalast@lemmy.worldto Programmer Humor@programming.dev•DOGE Plans to Rebuild SSA Codebase in Months1117·3 months agoI mean, technically SSA data might be a legitimate use of the blockchain. I am one of the biggest opponents of the whole mess, but there are use cases for a persistent immutable data record, and social security numbers would be one of them.
Adalast@lemmy.worldto Programmer Humor@programming.dev•How people react when they see me work.111·4 months agoI used Notepad++ for virtually all coding I did (Python, JS, various Markup Languages, Action Script back in the day, etc) for a couple decades. The only reason I use VSCode now is because I inherited a nightmare of a legacy spaghetti bowl and needed the function tracing to attempt to figure out anything. I still prefer N++ for most small projects.
The old guard (Sanders exempt) is fucking useless. The young members like AOC and Jasmine Crockett are fucking holding it down. If the octogenarian asshats would just back them up and support them properly shit might work.
Adalast@lemmy.worldto Programmer Humor@programming.dev•muskrat's data eng expert's hard drive overheats while processing 60k rows71·4 months agoWhy? Because they feel the need to have local copies of sensitive financial information because… You know… They are computer security experts.
You seem to think that Trump didn’t add access keys for his idols the instant he got back in the door. He loves Putin and Kim Jun Il. They are like, his favorite drinking buddies.
The big difference between the a relational database and a spreadsheet is that “can do” clause in your sentence. In a relational database they MUST have those constraints to be related.
In the Microsoft ecosystem Access is the relational database. Excel is a table manager with fancy features.
Ohhhhh… I fucking hate this. I use Windows locally, but I do support for a render farm that runs on Linux. The number of times I have recieved “it works locally” tickets from an artist who decided to get clever and embed Windows paths in string literals in their scene makes me want to punch a puppy. They don’t even look at the application logs we provide to see that the paths threw errors. We handle repointing their file paths with symlinks normally, but when they use literals it literally fucks the system with escapes. I will never understand why Microsoft refuses to standardize to POSIX with the rest of the world. Aside from them being a US company with decision makers who still think freedom units make sense.
That is interesting and a bit anarcho, and I will not say I disagree, but I am of two minds given my distinct role on both sides of the line. We have made some of our code public, but there are privacy and security concerns given we are handling people’s personal data and private artwork, so exposing the whole codebase exposes potential security flaws, so keeping parts closed source makes sense. Balancing people’s privacy has to be a consideration as well when dealing with offering services.