Blake

joined 2 years ago
MODERATOR OF
[–] Blake@feddit.uk 25 points 2 years ago (3 children)

I believe that we have a duty to break unjust laws. Obedience is a harmful thing to teach your kids.

[–] Blake@feddit.uk 34 points 2 years ago (4 children)

I remember when I was around 13-14 years old we had sex education class and we had to put a condom on a dildo. We all thought it was great fun.

This isn’t really related to whatever this woman is talking about, she’s probably just making shit up, but it just reminded me of that and I thought I’d share.

[–] Blake@feddit.uk 1 points 2 years ago

A lot of American leftists are so obsessed to American imperialism that they consider anyone/anything that opposes the US to be “the good guys” and any criticism of the good guys must only be because we bought into western propaganda. This sadly makes it pretty much impossible to really engage in any sort of meaningful discussions around criticism of China, because no matter what you say, you’ll either be assumed to be acting in bad faith, or you’re a useful idiot for some western government.

With all of that said, it doesn’t really have anything to do with Israel or anti-semitism, really, does it? Pretty much every leftist is justifiably critical of Israel, but also strongly opposes anti-semitism. People can be wrong about some things, but right about others.

[–] Blake@feddit.uk 17 points 2 years ago

“high level of theft cost retailers money that would be better used to reduce prices and invest in a better customer experience”

Hahahahahahahaahahahahahahahahhahaaaaa

[–] Blake@feddit.uk 1 points 2 years ago

i dont think its better than New Vegas

To be fair, that’s quite a high bar, games that are as good as New Vegas are very rare indeed

[–] Blake@feddit.uk 5 points 2 years ago

Text input by a user is almost always a string, because the user presses 0 or more keys on their keyboard before hitting enter.

Without validation, we have no way to know that the user typed - did they type “1” or “True”, or did they embrace chaos and type in “Batman”? Unless we check, we can’t be sure.

We can assume, but then we have to accept that our program will have what we call “undefined behaviour” if our assumption is incorrect - which is definitely not good. In the best case scenario, your code harmlessly crashes. In the worst case scenario, your code is being used by the Pentagon for some reason and just started global thermonuclear war, which ideally should be avoided.

There are ways around this. For example, we could listen for individual keystrokes and only accept the inputs if they meet our criteria - if the user presses the 1 key, that’s true, if they press 0, that’s false, any other key is ignored, for example.

But the best thing to do, in my humble opinion, is to accept a string input and then check what the user entered. In most cases, “True” or “False” aren’t usually what we want, unless you’re writing some sort of true or false guessing game or something. Most cases where we want a Boolean input from a user, it’s a yes/no kind of thing. “Would you like to continue?” or “Shall we start global thermonuclear war? y/N”

So you’re better off just embracing the string, and using that to determine behaviour, rather than a Boolean directly. For example, something along the lines of :

if user input is “y” then launch nukes
else if user input is “n” send fruit basket
else print “input invalid”`

As others mentioned in the thread, it may be wise to convert the input to lowercase - just in case the user enters Y or y. Personally I wouldn’t go so far as to take the first letter as the answer, in case the user enters “you must be joking!” for example :-)

[–] Blake@feddit.uk 3 points 2 years ago

Most of the big issues aren’t specific to the Tories, to be fair, they’re mostly a result of the way our world has been organised by the ruling elite to steal as much wealth as possible.

The Tories are definitely one of the worst parties that you can vote for, but a better world sadly isn’t on the ballot, all we get to vote for is whether or not we would like some extra bigotry and cruelty.

For a truly better world we need to take action outside of the ballot box, and I’m not talking about gluing ourselves to things or blocking a road. We need to work together to build a better world completely separate from all of the systems controlled by the state and the wealthy.

[–] Blake@feddit.uk 24 points 2 years ago (1 children)

This should be totally obvious to everyone. Even from a heartless economic perspective, properly funding the NHS more than pays for itself - people who have health issues have reduced productivity, and that means less taxes for the government, and that they end up paying more in benefits, and the impact on people’s health tends to mean that one issue becomes a much bigger issue or other issues… leading to things to get worse to a point where they can’t be ignored and it’s much more expensive to put right.

There is no good reason to continue to underfund the NHS. It is entirely ideologically motivated - despite the fact that publicly funded healthcare makes complete sense, it just doesn’t let the elite extract enough wealth from the rest of us!

[–] Blake@feddit.uk 22 points 2 years ago (6 children)

I’ve played Starfield (PC) a good bit by now and I’d say that mid 80s is probably fair.

The gameplay is great fun - the combat, gear, etc. is really quite similar to Fallout 4 (though without the VATS), with a Skyrim style talent tree.

The base building and ship building is quite like Fallout 4, though much improved (thankfully!) but still a bit janky.

The worldbuilding is immersive but the world itself is just okay - it’s really predictable, they play it a bit too safe, every faction is nothing we haven’t seen a dozen times before, and society hasn’t advanced at all ~400 years in the future apparently.

Characters are exactly what you expect from a Bethesda game - a bit two dimensional, but nice enough.

Graphics are good, sound design is good, music is nice but a bit too similar to Skyrim IMO.

The story is also really quite safe and derivative, reminds me simultaneously of Mass Effect and Skyrim.

The exploration is cool, but does get a bit repetitive after a while. I think more interesting “random” locations would be really good - after a few abandoned, flavourless civilian bases, you’ve seen them all.

I’m a sucker for customisable bases/houses/etc. especially for space ships, giving me all those building blocks and letting me loose in the sandbox (starbox?) is honestly hours of entertainment.

Space combat is fun, but IMO the space part of the game would be way more immersive if I did all of the ship piloting stuff in-character rather than in the UI menues, seems like a big oversight - why not have something like the galaxy map from mass effect, or have everything on displays in the cockpit? It would be much more immersive, but I guess it would have delayed the game quite a bit.

A lot of the game is juggling menues and interfaces which aren’t the best designed. very similar to Skyrim - I imagine UI redesign mods will really shine once they start coming out. It’s pretty tricky trying to figure out what stuff in your inventory is junk you accidentally picked up (looking at you, Fire Extinguisher!) and which items have a surprisingly good value-to-weight ratio (like some - but not all - of the books, or the deck of cards, surprisingly)

There are occasionally little bugs and glitches, but it’s not too bad for 2023 - nothing that makes the game unplayable or breaks major things, it’s just been stuff like glitchy animations, containers placed in the wrong place/orientation, weird physics behaviour, and I’ve noticed a couple missing textures here and there.

If you’re looking for more of a story/RPG game, I’d suggest something more like Mass Effect or Knights of the Old Republic.

For exploration and space combat, I think No Man’s Sky is better, but with much less customisation.

For more customisation and sandbox style gameplay - but less action-oriented - Space Engineers is probably a better choice.

All in all, Starfield is a fun game - Skyrim in space is a good starting point for describing it, but it’s a lot closer to “Fallout 4, but the bombs didn’t drop”, though the game has a lot of cool extra systems beyond that. I’d be happy to recommend it to someone who would enjoy a single player sci-fi themed looter-shooter sandbox game with some mild RPG elements and player-constructed ships and bases, and I’m sure there are hundreds of hours of enjoyment there, and, as with the Elder Scrolls or Fallout games, it’s likely a game that I will return to for many, many years to come

[–] Blake@feddit.uk 28 points 2 years ago (3 children)

Ah yes, the notorious proposed M15 motorway, good journalism there metro.

[–] Blake@feddit.uk 11 points 2 years ago* (last edited 2 years ago)

The Jedi Code: A Manual for Students of the Force. I am lucky enough to have a copy which been passed from master to student, and many annotations have been added to enrich, update or contest the material in the book, which really widens the perspective. Sadly, a section near the front of the book has been ripped out, I’m guessing that one of my predecessors wanted to scan the section regarding the Prophecy of the Chosen One - probably to email a PDF of it to Master Windu!

view more: ‹ prev next ›