* Posts by Grogan

438 publicly visible posts • joined 10 Sep 2012

Page:

Unintended acceleration leads to recall of every Cybertruck produced so far

Grogan Silver badge

Hey, why worry. Nobody has ever died from unintended acceleration in a road vehicle (as long as there's no sudden, unintended deceleration occurring lol)

Gentoo Linux tells AI-generated code contributions to fork off

Grogan Silver badge

I'd agree, it's not about power, that's just piling on reasons. I was a bit washy about being closed minded, but I think they made the right decision at this time.

I compile my own software no matter what I'm using, I like to optimize and often don't like the way the distributor has compiled it. I care less for Gentoo, because I don't like to behave. For example it's easy to wind up with a bunch of circular dependencies in Ebuilds when you don't do everything their way. I prefer Arch for that, I build my own packages (not every silly dependency, there are thousands of packages including lib32 poo I need for gaming, but stuff that matters from the ground up) and use ignore directives so pacman won't replace my packages. I'm free to build my packages however I want using the PKGBUILD scripts and I can write in any dependency tracking info I want, as well as "provides" and "conflicts with" lines for things I choose to build monolithically instead of split packages. I've also got stuff I maintain myself in /usr/local and /opt. As long as what I do gibes, it doesn't break package management like I would in mainstream distros.

Otherwise, Gentoo is fun. I'd rather do a custom LFS than that though (which I also have for mostly non-gaming use).

A lot of distros like to spin their wheels. Others like to spin other people's wheels. Everybody thinks they are clever, and find new ways to re-invent the flat tire.

Grogan Silver badge

One part of me thought "Now that's pretty closed minded of them" but I think it's a good decision at this time to disallow such nonsense. It's best to just say an unconditional no, for now, and think about it again at some pie in the sky future date.

Europe gives TikTok 24 hours to explain 'addictive and toxic' new app

Grogan Silver badge

Well, YES, that's exploitation of the dopamine reward circuit in the brain. It will hook young and old (who are inclined that way... you couldn't pay me to be on tiktok or anything like it) with the promise of rewards for perseverance. Also, today it's videos and liking content etc. but what is it going to get them to do once the algorithms identify someone it has in its clutches?

I've got games that do that to me though, but with their looting and leveling metrics. I'd say that's in a good way, because it keeps the games replayable throughout a few "new game+" type playthroughs. However it's important to understand what these things are doing to you and why it works.

GCC 14 dropping IA64 support is final nail in the coffin for Itanium architecture

Grogan Silver badge

Re: "celebrated industry diplomat Linus Torvalds"

It's mostly just pretentious people that complain about him. He's actually a nice guy. I haven't in some years, but I used to follow the kernel mailing list. Any "rudeness" was more him just being jovial in admonishing people for bad code etc. He's been nice to me personally (and spent more of his time than I wanted to take) during interactions to get drivers fixed.

I'm a jackass too, I say what I want... so I couldn't criticize anyway.

When life gives you Lemon, sack him

Grogan Silver badge

Musk is a twat (full stop)... but he has a prescription for that ketamine. That makes it even less of anybody's business.

Loongson CPU that performs like 2020 Core i3 makes its way to Chinese mini PCs

Grogan Silver badge

No, the "mistrust" of western CPUs is only because they are being embargoed from purchasing high end silicon anyway. It's simply a tit for tat response, I'd think.

Grogan Silver badge

Well, they are never going to improve their fabs if the path of least resistance is to just buy chips from the West.

Good for them. Not because I want China to rule the world, but because I don't like embargos and blockading. These are not exactly acts of peace either and are only going to cause more hostility. China plays a long game, it won't be a "Pearl Harbor" type thing you can prepare for with military might.

Also, the world will be a better place with more chip manufacturing. I'm sick of this artificial scarcity.

D-Link issues rip and replace order for besieged NAS drives

Grogan Silver badge

Up yours, D-Link. I quit buying your crappy networking products 20 years ago.

Also, I've never seen a company that uses different chipsets on their hardware and doesn't change names and model numbers. I remembered ordering NICs and sometimes they were Sundance Alta, Via Rhine, Realtek 8139 and one other I can't seem to remember at the moment. I was all WTF, because I thought they were going to be Realtek 8139. OK, I guess I'm pretty happy with the Sundance NICs... wait, now these new ones are VIA Rhine! Bollocks. Yes, it matters when you're trying to use the same kernels on all your boxes and you want them to have the same hardware.

You try and convince small business customers that the appliance they bought has a shelf life, and they have to buy a new one because the vendor refuses to fix their fuckery.

Windows 95 support chap skipped a step and sent user into Micro-hell

Grogan Silver badge

I've heard of tech support coaching people to use the low level debug DOS utility. Not just erasing structures on disk, but clearing CMOS too. I would have liked to reach through the wires and do three stooges stuff to them. You have to know exactly what you're poking at when writing to registers. You can corrupt firmware if you knock on the wrong doors. Back then, "flash bioses" were only in use for a few years. It was possible to corrupt it... a virus could do it by writing one byte to the bootstrap code in the bios to make the computer unable to boot from anything. You could brick a computer with debug.exe

P.S. There was a time when you could corrupt EEPROM on certain IBM Thinkpad laptops, simply by probing for sensors. The developers wrote in a "Thinkpad detection" routine after that, where the application (lmsensors' "sensors-detect" program) would quit with an error if any Thinkpad was detected :-)

Grogan Silver badge

What? Windows 95 would just reinstall over top of what was there by default. It wasn't so complex that it didn't work, either (might have to install any patches if you had... like the winsock2 update etc.) and of course if the computer was infected with a virus (they were actual file and boot record infecting "viruses" back in those days) you wanted to do more than that. More than just format in the case of a MBR infector too.

I couldn't count the number of times I reinstalled Windows 95 over itself on PCs. Yes, including fixing cross-linked files on FAT with scandisk first then reinstalling to fix corrupted files. That even happened to me personally once. What was I doing... testing filling up memory and the swap file until it crashed and it somehow corrupted my filesystem lol

That became less practical (and less successful) with Windows XP (NT based). Often if Windows XP was buggered, a "repair install" or even an "in-place upgrade" to reinstall it would fail.

If you deltree (or install Win9x to an alternate directory) applications were disconnected anyway. You'd have your files, but stuff like Microsoft Word wouldn't work and would need reinstalling. Better to just clean that up too. (and there will be crap in c:\program files\common files). Some applications would need reinstalling even with a successful reinstall of Windows 95 if they updated dlls that got overwritten back to older versions. That was a gotcha back then, applications often overwrote files in c:\windows\system and friends.

AND, "tech support" shouldn't be coaching end users to do things like this over the phone. Come on... I knew technicians that were scared to use deltree themselves. Working on a damaged filesystem with anything can cause corruption though.

AMD to open source Micro Engine Scheduler firmware for Radeon GPUs

Grogan Silver badge

I haven't bought an Nvidia card (for anyone, or anything) in 15 years. So many early deaths because of the PCB substrate problems Nvidia was denying back then. When they couldn't deny it anymore, it was just "mobile graphics" with the problem, but that wasn't so. It just manifested more quickly. Every single one of them within 2 years. I even had an almost new 8800GT card that spent most of its life in the closet (was only used for a few weeks when I decided I wanted a more powerful card). I sold it with a PC and ended up having to replace it for the guy on my dime, 6 months later. Having a conscience is expensive (It cost me money to sell that PC, in the end). So... that relegated Nvidia to "I don't care if they are the last company on earth..." AND "Charlie Demerjian was right all along!"

It soon became less desirable to have Nvidia on Linux and I never gave Nvidia a thought again for my own use either.

I don't care about GPGPU computing though. I'm just a chump that buys graphics cards for normal use in computers. As far as I'm concerned, it's just another consequence of human greed. Nobody cared about that shit (outside of some scientific computational use, or some off screen 3D rendering processing etc.) until cryptocurrency mining and now, even a mid range graphics card that would have cost you $250 to $300 is $600. If it isn't, beware... those cheaper brands like Assrock and their 25 cent resistors and capacitors they should have spent 50 cents on won't save you any money a month from now (past seller's return periods) when you can't even get an answer to claim the 3 year manufacturer's warranties.

Tough luck, bosses, AI is coming for your job, too

Grogan Silver badge

Re: AI replacing bosses - irony

When stated like that perhaps, but many bosses only exist to be the boss, they don't otherwise contribute anything useful and can even be a hindrance to productivity and harmony. Empire building too... "everything goes through me".

Iowa sysadmin pleads guilty to 33-year identity theft of former coworker

Grogan Silver badge

Yeah well, churches allow divorce too and allow people to remarry. It's not "until death do us part" anymore. The point is the same.

Grogan Silver badge

The reason shit like this happens is, the people making these decisions are low intellect, petty authoritarian types. It's easy to convince them the kid did it all, while the eloquent, manipulative professional stokes their egos.

Small minded hospital employees too... that kid just has to be wrong. The lower the salaries/wages, the lower the education, the more of this shit you get.

Grogan Silver badge

No, because "until death do us part" is no longer adhered to anyway, it's symbolic and was written by men, not gods. It really means "until one of us decides to get this legal arrangement nullified". Moreover, marriage can be simply ignored, provided neither party enters into legal marriage contracts again. Child custody, child support issues aside of course.

My answer on any biblical or moral aspects of it is: I don't care. It's up to the individuals how they think of their marriage. Kids are really the only thing that matters to me, if I'm to be judgemental.

Hillary Clinton: 2024 will be 'ground zero' for AI election manipulation

Grogan Silver badge

Re: "those that can't take time off still have a chance to vote"

It takes minutes to vote in-person where I live with polling stations in schools, libraries, recreation centers, municipal facilities... everywhere (and it's not your only option) and even if there are lines for your alphabetical name, it moves very quickly. If you want to vote in-person even faster, go on one of the early voting days a few days ahead of time, you'll be in and out of there in seconds.

In the U.S. they have a bunch of petty little fiefdoms that actually control the elections. Who in their right mind would let state governments control federal elections.

Amazon fined in Europe for screwing shoppers with underhand dark patterns

Grogan Silver badge

Re: Because it's good....

I feel a little guilty, because the buyer friendly, convenience and expediency of Amazon comes at a human cost. However, I'd have to be in to self harm, to not use them. Especially where I live.

Even other vendors like Newegg with all their praise and glory fuck you on the returns (at the very least you have to justify it... and they'll have employees that inspect and allow/deny/slip you a mickey), whereas Amazon issues your refund, no questions asked, before they even receive the return... which they have painlessly set up for you. It's certainly easier than taking something back to a brick and mortar store and explaining/arguing.

I'm confident enough to order everything for a whole build from Amazon, knowing that any parts that are shitty can go right back, no questions asked and I'll have better ones the next day or day after that (they even deliver on a Sunday)

Easy-to-use make-me-root exploit lands for recent Linux kernels. Get patching

Grogan Silver badge

Re: If you are *already* in such a sad state ...

While it can't be used to dismiss the problem, I agree with you. Those people should not be users in the first place.

I wouldn't trust my own mother with a shell account on my mail server, for example.

Vulnerable software though, that's something the operator needs to be attentive to. Bloody Hell, a decade ago I got owned through exim (a mail transfer agent, like sendmail but supposedly simpler and safer lol) just after a few days of not knowing about it and not upgrading it (I was on an older software load and had to compile things like that to upgrade them). Fortunately I'm fairly attentive and noticed the fuckery immediately. A system process in the list spelled wrong (mimicking). The exploit actually got root! It was able to drop jobs in root's cron. I was VERY lucky that whatever gang didn't come to reap their rewards yet. It cost me an all nighter of poring over the scripts, following paths, deleting files, hunting and poking. I dropped in a new kernel, forced reinstalls of some system packages (all of that just in case, I don't think anything was actually compromised yet), upgraded all internet facing daemons etc. and had no more problems. That gave me the bloody creeps forever. I get a new server now when the software load is EOL.

Grogan Silver badge

... and distro kernels dutifully have all the modules built, and they'll load with udev on invocation, so whenever there's something like this, it's available :-)

Ex-White House CIO tells The Reg: TikTok ban may be diplomatic disaster

Grogan Silver badge

It's stupid to try and ban it. Sure, ban it on government devices or devices that connect by VPN to government resources etc. but you can't tell the public they can't use an Internet service.

Don't ban it, decry it. Educate. They push propaganda into kids' heads all the time. Do something positive, like drumming the dangers of "Tik Tok challenges" and bad and/or malicious information into their heads. All bad information, not just politically inconvenient. Not only Tik Tok but all online places where idiots congregate.

It'll be good business for privacy VPN/Proxy services, at least.

The end of classic Outlook for Windows is coming. Are you ready?

Grogan Silver badge

Re: I need classic outlook

I use POP3 mail too and I don't listen to any brow beating about why I shouldn't, or why I don't need it anymore. I'll have it for as long as source code can still compile, too. (I run my own mail... there will always be a pop3d to run on a linux server)

Now you can compare your Chromium browser with that other Chromium browser using Speedometer 3.0

Grogan Silver badge

Now that I've tried it, what immediately comes to mind, with the change to this test, is that the scores are meaningless to me at this time. I have to establish a baseline again :-)

Grogan Silver badge

Re: It doesn’t test CPU JS execution?

No reason the author should know this unless intimate with the firefox build system, but browserbench's speedometer is one of the tests used for profiling the build. Benchmarks are good for profiling because they run through a lot of functions of the browser you wouldn't ordinarily hit just by running the software.

Grogan Silver badge

Well, I use benchmarks to compare my build results. Did my optimization flags and build method show any improvement, am I just spinning my wheels, or have I degraded performance. I run through several, and the browserbench suite is one of them.

Benchmarks aren't useful for comparing different browsers in itself... try it on the same machine, with the same resolution/window size, then you're comparing the performance of Chrome vs. Mozilla vs. the other chrome etc.

It would be silly to use the benchmarks across different systems unless you're comparing that (I didn't specifically, but I sure noted the difference in browser benchmark scores on my new rig, for example)

That home router botnet the Feds took down? Moscow's probably going to try again

Grogan Silver badge

Re: "Perform a hardware factory reset"

"And poof! say goodbye to your entire, lovingly-crafted network setup."

That their grandson, who has recently emigrated to Timbuktu, set up for them :-)

FOSS replacement for Partition Magic, Gparted 1.6 is here to save your data

Grogan Silver badge

Coincidentally, I was just wondering about that, if Gparted was going to be safe to use on a UEFI system. I'm expecting a new laptop for Dad any minute now (FedEx) and I need to "unpartition" some space.

I see from further comments that there is a live boot image (testing) out now.

It's crazy but it's true: Apple rejected Bing for wrong answers about Annie Lennox

Grogan Silver badge

Re: If Google loses, it does not win

No, it was foistware. They didn't come by that honestly.

Firstly, it was bundled with a lot of freeware and users had to opt out to not install it.

Secondly, when people went to Google or their services, they were prompted to install Google Chrome, which would make the internet faster.

Man admits to paying magician $150 to create anti-Biden robocall

Grogan Silver badge

I hope he is being charged and convicted for election interference. He says he doesn't think it affected the outcome of the primary, but if it convinced even one person to stay home, it was election interference. Throw his ass in jail.

Nevada sues to deny kids access to Meta's Messenger encryption

Grogan Silver badge

... but eat your meat, or you can't have any pudding :-)

Microsoft Publisher books its retirement party for 2026

Grogan Silver badge

Well, they just guaranteed we'll never purchase another Microsoft Office again. I've got 3 owned licenses here (had to jump through hoops to get them and turn off that Microsoft sign-in shit) worth about $1100 because of Publisher. We have a lot of .pub files, but they aren't that important anymore.

That's the only reason they aren't using LibreOffice. I use Linux only, but we also run an investment LLC (my aging parents are trying to teach me, but I'm a wanker, not a banker)

Good show, Microsoft. Next time I'll be able to say "Publisher is discontinued anyway, so we might as well use this FREE office suite". They are already familiar with it from using it by accident instead of Microsoft Word lol

Rice isn't nice for drying your iPhone, according to Apple

Grogan Silver badge

Re: COULD ALLOW SMALL PARTICLES OF RICE TO DAMAGE YOUR IPHONE

I remember in a test kit of sample questions for A+ certification, one of the multiple choice questions was which of the following is not a valid method of cleaning a keyboard? One of them was "put it in the dishwasher" which I thought was the obvious negative answer. In fact they all looked ridiculous. I was wrong, "put it in the dishwasher" was a valid method. I think that's bollocks, the harsh detergents might not rinse out completely, like the streaks on my glasses.

(note that this was back in the day when keyboards were hundreds of dollars... I still have one that you can pry from my stiff, dead, fingers, one of the first IBM clickity clack PS/2 keyboards from the 80's)

Grogan Silver badge

Common sense is what's lacking. Of course dry rice is dusty... nobody told you to put the phone in the bag with the rice and make shake and bake chicken :-)

You obviously dry the exterior of the phone as best you can before putting it in with the rice, too.

Persistent memory to replace DRAM, but it could take a decade

Grogan Silver badge

Re: OK, I'll bite.

Good point, they'll have to come up with a bios key combo to clear the system memory portion of that persistent memory. (I say it like that because I envision a day when memory and storage are the same device)

Preview edition of Microsoft OS/2 2.0 surfaces on eBay

Grogan Silver badge

Re: Nice museum piece

I remember in 1994 I paid $400 for Microsoft Office on umpteen floppy disks. Within a year or so some of those floppies had sectors that couldn't be read. So you'll get to like disc 12 and the installer barfs. Microsoft Office 95 was available on cdrom by then... I borrowed me one.

Grogan Silver badge

Fools and their money. Some people place great value on valueless things just because it tweaks their ego to have something with some form of rarity or authenticity. Why in the everlasting fuck would I want some skidmarked pantaloons just because they were worn by Elvis or somebody?

Software has got to be the most ridiculous memorabilia, if I wanted OS/2 for something I'd just go find it. Humans are pack rats... there are archives.

HP CEO pay for 2023 = 270,315 printer cartridges

Grogan Silver badge

It's probably gone up from this now, but several years ago I saw it expressed as: If you were to empty out ink cartridges, it would cost over $8000/gallon :-)

Damn Small Linux returns after a 12-year gap

Grogan Silver badge

Wow, that's nice news. That was an awesome little swiss army knife distro, I used to keep that handy. They even made it look nice, for being so light weight.

I found an old screenshot, I don't know the date but it's named dsl23.png, so version 2.3? It uses Linux 2.4. Using 23 Mb of RAM booted up with a decent GUI. I remember this being my favourite release, I loved the ringed planet and colour scheme. That's fake transparency though, it's the desktop bgimage. I positioned it so the rings match :-)

Damn Small Linux - dsl23.png

North Korea running malware-laden gambling websites as-a-service

Grogan Silver badge

I don't understand why anybody tolerates that little kleptocratic fiefdom. Even China should want to spank them (stealing bank accounts from Chinese nationals etc.)

If there's a people that need liberating on this planet, it's North Koreans. What awful conditions they live under. Absurdly so.

Worried about the impending demise of Windows 10? Google wants you to give ChromeOS Flex a try

Grogan Silver badge

Re: Not worried

In Soviet America, Linux runs you...

Microsoft might have just pulled support for very old PCs in Windows 11 24H2

Grogan Silver badge

Re: What?

You only think it's "fair" because you don't know anything better. We enjoy better compatibility for older hardware.

We have userspace driver frameworks for those kinds of peripherals too...

Windows Vista? They made perfectly good sound cards go in the garbage because they banned hardware processing because they couldn't control that with their DRM (at that point there were some models you could force to use a software driver if you edited .inf files but that was shitty compared to what you had). Windows 7 removed gameport support from sound cards.

Nvidia knows how to eat a bag of dicks, but they provide legacy drivers for older cards on Linux. Further, there are open source drivers that will accommodate them. Other, more open graphics hardware has even better support for old models (e.g. old Radeon cards). The kernel can still use old, non-mode setting drivers too with a few parameters set. Old Matrox cards and an AGP bus? No problem.

There are windows-only printers and devices that just can't work, but you'd likely be having trouble with those on newer windows as well because they didn't stick to the API frameworks.

Tesla's Cybertruck may not be so stainless after all

Grogan Silver badge

Re: until the Cybertruck is scheduled for a full wash

Same (well, not even that, intentionally). I never wash my car, what's the point? It will rain, or in winter time, it will snow some days and rain other days, in current times. If the roads are salty and slushy, washing the car is pointless because it's still salty and slushy etc.

The body shouldn't rust, unless compromised. I drive my cars for 10+ years, too. There may be some scratches, gouges and rust when I take it to the wreckers at the end of its life, but it got there. That is a very unusual instruction in the manual for these vehicles. The kind of thing you'd skim over and then a few seconds later.... "what?!?

P.S. I'd have to say the underside takes more of a beating, if not undercoated.

Ford pulls the plug on EV strategy as losses pile up

Grogan Silver badge

I was up there today so I had a look at the car. It is indeed an Escape, a 2021 model Hybrid (not plug-in hybrid, it uses the engine to charge the batteries)

They have had it for longer than I remembered (time flies). They will have had it for 3 years in June, dad says. (and they haven't had any trouble with it)

Also, it was not as expensive as I thought. Around $44,000 Canadian (which is still a lot, but you could easily pay more for a car than that)

I can't edit the old post, so I'll just reply to it for the sake of correctness.

Grogan Silver badge

No, it's not a plugin EV, it's a 2021 Escape. It uses the engine only to charge the batteries.

They've actually had it for longer than I remembered, time flies. I asked Dad about it and he said it will be 3 years in June (and they haven't had any trouble with it)

It also wasn't as expensive as I thought, ... $44,000 Canadian.

Grogan Silver badge

My octogenarian parents have a Ford hybrid electric. I think it's an "Escape" but I"m not sure. It's a typical hatch-back vehicle that they make these days. It's an expensive machine, but is it ever nice. Unlike EV's, it's even more practical than a regular car because you don't have to stop for gas very often. My folks go back and forth to the city for doctors appointments and stuff and still wouldn't need gas that week.

They've had it for more than a year and haven't had any trouble, but we'll see how long that expensive tech goes without needing major money.

Republican senators try to outlaw rules that restrict Wall Street’s use of AI

Grogan Silver badge

Those greedy pricks would want nothing more than to have AI buying and selling up stocks for them before anyone or anything else can react. Crash the whole stock market, as long as they profit.

That's what AI tends to do, finds the best solution regardless of other costs.

Congress told how Chinese goons plan to incite 'societal chaos' in the US

Grogan Silver badge

Man, would I ever like to see a "Chinese goon". Do they have big noses like Alice?

DEF CON is canceled! No, really this time – but the show will go on

Grogan Silver badge

Re: "That's because we studied math at school."

I firmly believe this... "Lottery tickets are a tax on fools". The odds of winning anything significant are so far out there that you'd probably have a far greater chance of being dead on that day than winning a jackpot. For example,. the 6/49 lottery (sampling with replacement), your chances of winning with all 6 numbers are something like 1 in 15,000,000

Even with instant gratification tickets like "scratch and win", the serious prizes are VERY rare. The $2 and $20 etc. prizes you win occasionally are unlikely to cover the costs of all the money you waste on tickets. I have family members that buy me those at xmas or birthday time and dropping hints didn't work, so it was "Don't waste your money on that, it never pays out. I can't even be arsed to scratch them to be honest" which resulted in a disappointed "oh..." from my sister.

You're not imagining things – USB memory sticks are getting worse

Grogan Silver badge

I got so sick and tired of all the crappy USB sticks available. I could go around to every store in the area and not one would have a decent one. I went through several and they all had such crappy, pulsating write speeds that they were pointless.

It seemed to me they were missing some SCSI logic and buffering wasn't working correctly, in addition to it being crappy memory.

So I ordered a big hundred dollar Corsair GTX that does about 400 mb/sec (according to iotop "actual write speed") for both reads and writes.

IPv4 address rentals to mint millions of dollars for AWS

Grogan Silver badge

All these downvotes because people don't like to hear the truth. I've been downvoted here every time I've said something like this about IP address hoarding.

They must be American or something.

The truth is that nobody wants to replace all their equipment, work with more machine readable than human numbers, work with much more complex subnetting etc. and beta test new infrastructure. Companies are hoarding IP addresses and not using entire networks. That shouldn't be.

Page: