I mean, maybe we can make an Ai that uses reason to uncover these biases in the future from this starting point. We are only at the beginning.
I mean, maybe we can make an Ai that uses reason to uncover these biases in the future from this starting point. We are only at the beginning.
War is usually a war between STATES that has very little to do with its people. People are just the cannon fodder of the state interest.
In cases like Gaza one side actually does have PEOPLE involved, Gazans, vs a STATE. It makes it much more clear who is in the wrong.
Wait why can’t you do this? People definitely live in their gas stations / offices / whatever. It’s just not zoned for that, meaning it wasn’t made for that purpose, it’ll be suboptimal. But like, I don’t think the cops are out to look for your sleeping bag.
I’ll never understand devs that go “I don’t know that language”. PHP is one of the only languages used in production I don’t know. I have read examples and it looks like you bastardized a Java/c# clone with bash or a string templating language, which isn’t very appealing. But like, if I had to learn it, I’d do so in a month, functionally writing it in a week tops. Learning languages is part of the job, and they all add something to your understanding of paradigms.
Wait is this a mod or have I just been totally out of the loop on factorio updates
Say no more.
Btw I recall there were several of these developed at the same time, one by chucklefish (edit: starmancer) I think, did this one “win out”?
This article already seems disingenuous. DSA Salt Lake City Utah’s Statement on Palestine https://slcdsa.org/2023/10/10/salt-lake-dsa-statement-in-support-of-palestinian-liberation/ does not mention Hamas killing civilians let alone justify it. It vaguely uses the quote they cite to say that Palestine has a right to self defense, and even offense, which it does. I do not believe that this right includes the right to commit war crimes like killing civilians. We vote on statements in DSA, and such a statement certainly would not get my vote, but this statement is not that.
The only effect a law like this would have on me is me using the stuff more and probably contributing it to it.
Cool, the community is big enough. I’d welcome more, but I like social media better when the techies are the majority.
Let’s keep using it while it costs investors money then bail for matrix as soon as they start making money! That’s how we fight capitalism.
I like upvotes, otherwise I’d have stayed on forums. It’s also one of the only ethical algorithmic sorting methods as long as you can whitelist your members.
All good questions! I’d also just like to know what a few of the “best” instances are to watch videos on. I don’t get discovery. They all have weird names.
The only instance I’d ever recommend my friends to join is beehaw.org and that’s why I love it. Otherwise it’s the wild Wild West.
I think post/comment frequency is the best metric tbh. Activity matters more than user count.
Or Vice versa!
Yeah my boss has been going back and forth with me on this for months. Wanting to release unsecured products to the general public. I’m getting exhausted with him. I hold the keys and frequently I’ve told him no, and threatened to quit. Each time they just retreat back and hold a meeting how it will “stay on dev for now”. The features aren’t even feasible to release in the near future but I know they will force the issue. My resignation letter is on the table.
Dude that was amazing. Do animals in Minecraft have food bars?
My edit covers that
You should end to end test. If it’s slow, do it less often. If it’s costly, again do it less often. But this is your last line of defense against bugs.
Now, every service should also unit test, with mocks of all the other services that they call. I assume this is what you mean by pact testing. These should be locally runnable, offline, as the mocks are cheap offline things. If you need data from a database, I’d recommend mocking the data too.
A pact was broken when a mock passes but an e2e fails. You can share the mock across multiple codebases and test it is accurate to any PRs in the codebase it mocks.
Based comment