Forgot your password?
typodupeerror

Comment A rancid idea (Score 1) 321

To say that a country is thriving at the expense of suffering and loss of life is a grotesque and rancid idea.
It incentivises continued conflict in order to maintain benefit for the country.

To say that "Countries that fail to follow suit risk disaster" raises serious moral and humanitarian concerns direction
the world is heading.

Comment Re:IWGB helped me. (Score 1) 30

I wouldnt say it was "Sorted Out" - I had to sell my home - it was that or end up bankrupt and homeless - and still unable to work due to the burnout it caused. The house sale was traumatic in itself and i had to borrow off family until it the sale completed. The positive i suppose was that we had enough to just about clear the mortgage and move to a cheaper home in Wales. Though - it has no kitchen and needs a lot of work doing to be properly liveable. An amazing view though and no mortgage or rent to pay.

Comment Re:It always puzzled me... (Score 1) 30

Gamers are a fickle bunch and speaking as someone from inside the industry there are still some that can be very mouthy and entitled when they dont get what they want. Larger companies with public IPO also have the press to deal with - bad news affects share price. There are certain dates throughout the year eg : christmas , easter and other public holidays where new updates and releases are expected. Things cant go out the door buggy, and if they do the punters get upset and the press report it. If features get cut to meet deadlines that doesnt pan out well either. All of these things are a sign of bad management and planning but also sometimes shit does just happen. I dont know if what the solution is to appeasing all the expectations of gamers and the press - but Im personally a beleiver in promising less and delivering more. Crunch culture sucks, it burns out developers fast - were usually not paid proper overtime and free pizza and cake isnt healthy doesnt make up for the long nights time after time Over time that gets refelected in the product.

Comment IWGB helped me. (Score 5, Interesting) 30

Just chiming in - I went through a year long ideal , also in the games industry i worked for the company in the UK that make a well known space exploration and trading game. Id been there nearly 11 yrs. Covid and lockdowns provided a stock surge 10x the current price. When the bubble broke they had a management reshuffle - and shed over 200 people. Similar problems with the return to work policy also. I can only assume that since id been there so long the payout would have been quite sizeable - thats when they tried to sideline me and bully me out - I fought them with IWGB for over a year, there were discrimination issues due to my disablity which they were exploiting. IWGB helped me get a settlement, i could have got more but the year long fight burned me out (im still in burnout) and i couldnt stick it any longer to take it to a tribunal. Just wanna say - even if your company doesnt officially recognise unions , you are still legally protected and if you find yourself in an unfair situation its well worth having them by your side - you are entitled to have them represent you in any meetings and there isnt much your employer can do about it.

Comment Re:My home network is nearly pure IPv6 (Score 1) 73

To me the hoops that smoothbrains will jump through to avoid IPv6 and stay on legacy IPv4, especially when hosting, is pathetic. NAT, port forwarding, tunnels, blah blah blah blah.

I have something like ~1.2 trillion times the number of routable addresses that the entire IPv4 space has. Not all are reachable, of course, just the services that need incoming access and they're each on their own isolated DMZ.

Comment My home network is nearly pure IPv6 (Score 1) 73

Started the move about 18 months ago when I decided to get off my lazy ass. My ISP gives out a /56 prefix, so that lets me run 256 /64 subnets/VLANs in the house, currently there are ~10 in use. Everything get a GUA through SLAAC and I use RAs (Router Advertisements) to give ULAs to everything. Any external facing services get their own VLAN and /64 for the system(s) as needed. Firewall blocks all incoming as they usually do by default and I punch a hole for the external-facing systems. They can't reach back into the network, they only answer the phone. All the systems update DNS dynamically if the prefix or full address ever change.

I have an SSH bastion set up. In all this time there has not been a single SSH attempt from the internet. On IPv4 it was constant background noice.
For those legacy IPv4-only systems on the internet, I set up NAT64. I have an IoT VLAN and IoT 2.4 GHz wireless network that are only IPv4 because a lot of IoT network stacks are junk.

I'm still farting around with it, but man oh man, there's no way I'd go back to IPv4. It was one of the best moves I've done in ages.

Comment Re:Double standard (Score 5, Insightful) 38

The problem here is that developers can take responsibility for the action while AI can not. Humans do make mistakes and that's ok; best practice is not to just can employees for messing up. Once is a mistake. Twice is an HR event. When someone does something dumb we forgive but we also insist that meaningful steps are taken to prevent that problem in the future. AI can't really take those steps because AI can't be accountable for "don't do it again." Taking down production because you dropped a table once is forgivable. Taking it down twice for the same reason is a different matter.

The developer can be accountable. And if HR fails to hold them to account for it, HR is accountable. And if HR isn't held accountable, leadership is. And if leadership isn't held accountable, the board is. And if the board isn't held accountable, the stockholders have some hard decisions to make. And if they choose not to make them than it wasn't really that big a deal, was it?

But with an AI the option is "we stop using AI" or "we live with the result."

Comment The problem isn't technical; it's legal/ethical (Score 2) 147

Everyone is so excited about not having to pay software engineers to write code that they've forgotten what engineers actually do. It's less common in the software world but go find a civil engineer or an electrical engineer or an aerospace engineer and follow them around for a week.

At some point, there's going to be a document in front of them laying out how something is going to be built and they're going to be asked to approve it. And when they do that they're taking responsibility for the design. If it falls down, if it catches on fire, or if it crashes into the mountains and kills people, they're the name on the form saying that won't happen. They're responsible.

Claude 4.5 Opus is very impressive, but if it writes a software application that kills people it can't take responsibility. It can't be punished. It can't even really be sued.

I just don't see how we, as a society, can trust fundamentally unaccountable entities to build systems that can do real harm if they go wrong. I suppose the alternative is that Anthropic accepts full legal liability for everything its models do. Their unwillingness to make that move tells you all you probably need to know about their own internal confidence in those models.

Comment Sheer, unadulderated bollocks (Score 5, Informative) 157

The difficulties described are consequences of Apple’s proprietary platform design, not evidence that Linux or ARM are immature ecosystems. Conflating ISA compatibility with platform openness is a fundamental misunderstanding of how hardware enablement works.

“Linux doesn’t feel ready for ARM yet. Many apps aren’t compiled for ARM.”

This is the weakest argument in the article.

ARM Linux is widely deployed on:

Billions of Android devices (Linux kernel)
Most cloud hyperscalers (Graviton, Ampere)
Raspberry Pi ecosystem
Embedded and industrial systems
Major distros eg:
Fedora, Ubuntu, Debian have mature AArch64 support.

And today most open-source software compiles cleanly for ARM64.
Browsers, compilers, containers, dev tools are fully native.
Even Steam supports ARM via translation layers.

The real issue is x86-only proprietary binaries.

That’s not Linux-on-ARM immaturity.
That’s legacy x86 ecosystem inertia.

Even Apple solves this via Rosetta — a translation layer.
Linux uses FEX or box64 for similar purposes.

Translation instability platform immaturity.

I guess the source is MSN though ...

Comment Re:We have lost our ability to debate and decide (Score 1) 77

One thing the science does tell us is that we all have a very hard time separating the world that existed when we were children from our perception of that world through the eyes of a child.

Ask nearly any population in the United States when this country was best and you'll get a majority who'll swear to you it was when they were teenagers. The age of the group doesn't matter. You get the same result from 20 year olds as 40 year olds as 60 year olds as 80 year olds. And what you're seeing is people looking back to a time when they had lots of free time, lots of freedom, and most of their income was disposable and thinking "that was pretty great." And it was.... except they were living under a roof someone else paid for and still experiencing the risks and complexities of the world through the filter and safety net provided by their parents.

And since we're being scientific about this: yes, obviously not everyone. I'm sure someone reading this right now is thinking "I had a tough childhood." And I'm sure they did but anecdotes are not data.

The 1980s were -- and I say this as both a historian and someone who lived through them -- fucked. Reagan torched the New Deal consensus. The AIDS crisis was literally laughed out of the White House press room. Our government perpetuated a long string of dirty intelligence/foreign-policy interventions. The wealthy and powerful were juiced to the gills on cocaine.

There was a sense of decorum which has sense evaporated from American politics but that's about it.

Comment Propaganda / BBC Bullshit (Score -1, Flamebait) 44

"We had sex in a chinese hotel" ......
Anti-China Propaganda - like chinese hotels are the only place this is happening ...
Like BBC has broadcast one iota of truth regarding the Epstien revelations that might shed more light on the actions of the royal nonce, ex prime ministers or
high ranking british pedophiles... Weird i think isnt it that they dont have any airtime for to tell the truth on the biggest trafficking / pedophile ring ever. Maybe thats because BBC is also an organisation that enabled and paid nonces
like
Rolf Harris ,
Billy Idol ,
Jimmy Saville,
Stuart Hall,
Huw Edwards,
Chris Denning,
Johnathan King,
Chris Langham
All bankrolled by the nations LEAST trusted nonce enabling broadcaster.

I smell a dead cat story, and the reason i do not watch , not fund british nonce-enabling broadcast television via the TV License.
I highly recommend people boycott it. In fact if you ARE paying and watching BBC programmes - why do you fund this - what does this say about you?

Slashdot Top Deals

Most public domain software is free, at least at first glance.

Working...