stevecrox

joined 8 months ago
[–] [email protected] 7 points 5 months ago* (last edited 5 months ago) (1 children)

Nah Linux Mint is a Kia Ceed.

Ubuntu is a Ford Focus, they successfully stole the volvo estate market (Debian). The car was fun, good value and very practical. It was everywhere. Then Ford started increasing the size, weight, price, etc.. killing the point of the Focus.

So along comes Kia trying to make a competitor in the Ceed.

In theory the Ceed is a great car, its super cheap, lots of cabin space, nippy, the inside has every modern convenance, but....

  • It plays engine noises via speakers that aren't aligned with what you are doing
  • The boot space is rubbish, so 5 people can happily travel in the car you barely fit a suitcase in it
  • There is an steering sensitivity button that stays on at 70 MPH with no indication on the display
  • A Vauxhall Nova just out accelerated you

Your left wondering why anyone is bothering with hot hatchbacks these days as you climb into your volvo

[–] [email protected] 100 points 5 months ago* (last edited 5 months ago) (8 children)

Debian would be a Volvo Estate, its the boring practical family choice, the owner is soneone boring like an architect or a financial advisor.

Arch is a Vauxhall Nova, second hand battered owned almost exclusively by teenage lads who spend a lot of time/money modifying it (e.g. lowering so it can't go over speed bumps, adding a massive exhaust to sound good but destroys engine power).

Fedora is something slightly larger/more expensive like a Ford Focus/VW Golf/Vauxhall Astra owned by slightly older lads. The owners spend their time adding lighting kits and the largest sound systems money can buy.

Slackware is clearly a Subaru Impreza, at one point the best World Rally Car but hasn't been a contender for a while. Almost all are owned by rally fans who spend fantastic amounts of time tinkering with the car to get set it up an ultimate rally car. None of the owners race cars.

OpenSuse is a Nissan Cube, its insanely practical. It should be the modern boring family choice, but it manages to ve too quirky for your architect while not practical enough for van drivers.

I don't know the other distros well enough.

I run Debian btw

[–] [email protected] 3 points 5 months ago

I would argue this is good journalism, you have a noted economic expert that the SNP tried to hire and is pro independence give his opinion on the SNP independence plans from an economic perspective.

He thinks they are pretty disastrous.

[–] [email protected] 7 points 5 months ago (2 children)

Lays is called Walkers in the UK and the Sensations brand is still sold.

Here there are in my local supermarket. Personally I prefer the Sensation Thai Sweet Chilli nuts, they are the perfect thing while you wait for food to cook on the BBQ.

[–] [email protected] 3 points 5 months ago (2 children)

When AMD launched Ryzen they deliberately offered way more I/O bandwidth than Intel.

The first generation Ryzen CPU's used RAM frequency that could cause performance issues if you used low frequency RAM. That got fixed in the 3000 series.

There are a small number of Ryzen CPU's which end with "3D," it means they had 3D Cache memory and its supposed to add rediculous performance in certain situations. Phoronix runs tons of benchmarks on CPU and GPU.

The only Intel instructions AMD haven't implemented is AVX-512 and AVX-10. No one uses AVX-512 as Intel CPU's get so hot they performance throttle so much its faster to not use the extension. AVX-10 is something new Intel released this year to get around that.

AMD does support AVX2 which a lot of Audio/Video products do use.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

You are far worse than the people you are claiming to act against.

Lots of people can feel something is a problem and struggle to articulate it. So you have to take people on a case by case basis.

OP talks about how they feel diverse characters are shoe horned in or badly written. Ask them to provide an example.

When they can't, then call them out. They are a bigot and deserve scorn.

If they can provide an example, help them understand the issue and use appropriate language.

Calling someone out who genuinely feels there is a problem doesn't stop them feeling there is a problem. These people will go looking for some who acknowledges their feelings.

Which is how you make a bigot

[–] [email protected] -1 points 6 months ago (5 children)

I think they are saying most attempts at diversity come from middle aged white guys and just end up being poorly done and so detract from the game/story.

Similar to how 00's electronic companies just painted it pink to appeal to women or why South Park added Token.

So arguing for more diversity within the companies themselves

[–] [email protected] 0 points 6 months ago (4 children)

I wouldn't get massively excited.

Python is a scripting language, its shines when you want to write a stand alone file which takes an input and performs a task. Scripting languages are great to learn as a first language and so python is wonderful for non developers.

The issue you hit is the build management solutions for Python are kind of broken and these help support and encourage good development practice so a lot of Python projects end up a collection of scripts rather than a mature project. You can have good projects but...

In raw benchmarks Java has 90% of the performance of C/C++, but in reality Java is more performant because developers get bogged down in memory management on C/C++ and they get more time to optomise in Java as a result. I'm not sure where Rust will come out to be honest.

Python benchmarks at 50% the performance of Java, in reality I've found code ends up slightly worse because Python is procedural, library support and streaming is poorly supported.

Take library support, Spring really rose to prominese because of 'hibernate' which was a way to abstract talking to different databases through objects, you could switch from PostgreSQL to Oracle through config. Spring data has dumbed this down so I define a plain old Java object and Spring will generate everything I need.

Python expects you to hand craft SQL statements and every database extends SQL slightly differently, so i need to write SQL for every operation and manage/own it. So the win in being able to quickly read/write to a database (since you don't have to learn anything about Spring) is quickly ruined because of the all the boilerplate and error handling you now have to write.

[–] [email protected] 18 points 6 months ago (4 children)

Every programming languages has communities built around them.

Its becoming clear Rust solves a lot of C/C++ type problems and the embedded communities are definitely shifting over.

Apache is the primary community for Java, a quick look at their project list shows it's entirely web servers, data engineering and clustered projects for distributed computing.

Personally if you asked me to solve this problem I would use Spring Boot with various Spring libraries for talking to the caddy, user control, etc... Looking at the project, its exactly what they have done

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

Every big UK company I have worked for doesn't own its building. They will typically agree to rent a building for 5-20 years at a fixed rate (longer times if its being purpose built for them) .

So I would expect this is paying out the rest of the rental agreements for a building to escape the building lease.

It is to do with financial reporting and the way asset and operational costs are reported.

[–] [email protected] 12 points 6 months ago* (last edited 6 months ago) (2 children)

See its the opposite in Linux land.

AMD open sourced their drivers so everything just works, while Nvidia drivers have to be built against your system and Nvidia refused to supply proper desktop drivers for years (EGLStreams vs GBM).

The downside of AMD's approach is it has to trickle down which depending on what distribution you use can take weeks to a year and it normally takes a couple iterations to get everything working nicely. Which basically expect the 6800 XT to work brilliantly but the 7300 to be flakey for a bit.

My favourite bit is I owned a few Athlon 5300 APU and 5 years after they were released AMD were still adding performance improvements to them.

[–] [email protected] 3 points 6 months ago

I shall have a think where it makes sense to create one. Lits were created a while back and seem to have been purged

Short Message Format = Tweet Thread = post

KBin calls a community a "magazine" and Magazine mods can associate hashtags with the Magazine.

The idea is from your instance you can look at the thread view or microblog (tweet) view.

KBin was started by a person called Ernest, he doesn't seem particularly great at accepting outside help. A number of people who wanted to contribute but found their work stuck for review for months forked KBin and called it MBin.

view more: ‹ prev next ›