Forgot your password?
typodupeerror

Comment Re:Another reason to avoid Chrome (Score 0) 161

Any particular bugs in Firefox bothering you?

The memory leaks that never get fixed. They've gotten a *little* better lately, but FF still sucks down memory from time to like like a process gone rogue. The about:processes page generally don't tell you which tab, but only confirm you do have a problem.

FF just stops working on some pages from time to time while the pages work in Chrome.

Lately there have been more *extras* that have been thrown in, stuff that really doesn't belong in a browser and I have to go hunting to turn them off (e.g. I didn't ask for that weather pop-up and I'd swear I turned it off before but maybe that was on the work computer). Most of the time there is a setting but sometimes you have to go into about:config to really stop them. Their "DNS on HTTPS" broke a few sites at work which was mystifying until I found it and turned it off, because it prevented finding local servers. None of these things is large individually (not even Pocket because it was easy enough to ignore), but it's a large number of annoyances ... as in "death by a thousand cuts".

There are a number of defaults that are annoying, made more annoying because there used to be a setting to control them and make them better (like controlling upgrades) ... but those settings were removed. So now if you're lucky you have to do things to a userContent.css file to "fix them"; or if unlucky then there is no fix. And then FF keeps changing the names or something for no obvious reason because those settings break, and... (it never ends).

Found a icon up top the other day, to quickly bring up extensions, as if the option in the Tools menubar pulldown wasn't good enough. Since I almost never bring up extensions after I do the initial customization I tried to remove it and ... you can't. Why not?

The thing about FF is that it's generally better than Chrome in that you generally have at least some choice ... cue the topic of this article which is a big negative and "kills the user" in 1 blow. OTOH, FF likes to "kill the user" with a thousand little cuts. So with FF at least you survive a little longer, disliking it the whole time.

Comment Re: solid state (Score 1) 294

... but then he found out there was a month and a half wait to get a charger installed and the installation cost was going to eat more than a rebate, so he went ICE.

Sure, for some people their location and circumstances work against them. Live in an apartment or condo and the owner won't help with a charger? You're going to have to rely on public fast chargers or charging at work (if the company does that and most don't) ... if this the case, an EV may not be a good choice for you. Live in house that has a small (100A or less) electrical mains? Yeah, that can get expensive to upgrade and it sounds like what your father ran into. That's a sucky situation also.

However, if a person lives in a home where they have an electric dryer in the garage, plug into that when you need to charge and you'll probably be good. You can even purchase your own charger box with a dryer plug and install it yourself. Don't have that or have a small mains? Consider plugging into a 120V receptacle. Sure, you'll only get about 30-40 miles of charge a night, but that's the average of what most people drive per day. You can double that by getting a small charger device that plugs into 2 120V receptacles which are on different breakers (and don't run anything else on those circuits) to get a low 240V circuit for 60-80 miles per night. They also make these "collars" for your electric meter where you can connect a new circuit and then run that to a 240V plug if the run isn't too long. If you're in a home, there are enough options I'd be surprised if 1 of them didn't work unless there are very exceptional needs.

Comment Lack of math skills? (Score 4, Interesting) 110

Looking that course up it seems that's about proving algorithms and other stuff, so maybe you do need more advanced math skills for such a theoretical course. My 39 years of experience is that 2 years of high school algebra is good enough for the typical programmer. I've worked 2 jobs in my time where higher math was needed, but the employer hired someone with a Phd in math to figure out what needed to be done, the rest of us did the UIs, the DBs, the infrastructure, etc. I'm not dismissing higher math, there are places where it's useful, but most programmers don't need it. Hmm, I also see that course isn't required to graduate, so some of those students shouldn't be taking it if they're not sure of their skills/knowledge.

Comment Re:Stop connecting it to the internet (Score 1) 93

I admit I've not worked in this sort of business, however I have worked on defense contracts where security was priority #2, right behind making the thing we were working on work. Convenience was far down the list. You can have a connection that writes outward only, hence you can get your data in near real-time but the system itself can't be changed from the outside. In the worst case, you copy the needed data to some media that is moved to an outside network, do that on whatever frequency is required, whether hourly or daily ... that's what we had to do on the defense project and we used mag-tapes and printed reports (ugh). I'm sure there are other ways to accomplish the needs and still be secure (your VPN idea is probably one). The point is there are ways to make breaking into these sorts of system dang near impossible by people sitting in another country; we just need to spend some money and do it, which I suspect is what's really stopping it because many won't see the need until some place is broken into and people are injured or killed because chemicals were dumped into the system incorrectly.

Comment Re:Stop connecting it to the internet (Score 1) 93

I wished I had mod points because you deserve a +5 Insightful for that. Really, why are we so lazy? I understand wanting all of that stuff on a network, but put it on a private network that you can only get to if you're at a company site. No bridges either, it's special terminals on the private network or you can't access it. Yeah, it makes things more inconvenient, but that the way it goes: it's always security versus convenience ... pick one.

Comment Re:I use gemini (Score 1) 105

Yep. I've read that generative AI doesn't say "I don't know the answer," but will just make something up instead.

Of course it will because "I don't know" isn't in the training data. If an LLM can't find good word associations, where a lot of the weights are very high, it can only work with the lower weight associations (unlikely to be right), and at worst will take the lowest weight association, which is probably guaranteed to be wrong. It would be nice if the models had a built-in rule such that if the weights fall below a certain threshold that the model would return "I don't know" or "I can't do that", but that's not in the LLM's company best interest, is it?

Comment Re:NO we dont (Score 1) 238

If you looked at their website, I hope you notice that they're planning on releasing *this year*, so they should have a really good guess on the cost, which they say will be in the [probably upper] 20's. I believe their goal of $20K was based on using the $7500 tax credit for EVs that Trump recently killed in his Big Ugly Bill.

Comment Re:Love systemd (Score 1) 118

You are starting to understand why the systemd haters think like they do. If Poettering had proposed a drop-in replacement for SysV init and then stopped, I would have thought, "Why not?" But we got a hairball of event-logging, network management, file mounting, user authentication crap all bundled in.

- event-logging - a logging system tied to service management system not only makes perfect sense, but systemd's logging is able to capture logs prior to the startup of any event logger - i.e. the "old" way literally lacked the capability to log some things. And in the implementation systemd offers a way to dump all logs to the traditional logging system. ALL of them. I.e. even if you never want to touch the journal, its existence still makes other logging daemons better.

Can't say journald really works based on my very recent experience. Ubuntu did an upgrade to my 24.04 LTS system. When I rebooted after that all I got were black screens, not even a mouse pointer, which told me X wasn't running. I could ssh into the system just fine, which is why I could tell that the logs were worthless as there weren't any errors shown, or at least nothing about video just some apparmor warnings. Eventually I figured out that the upgrade broke the Nouveau (the OSS nvidia) driver. I'd been wanting to move to the proprietary nvidia drivers for a few games and so took this as a sign that now was the time. Once that driver was changed, my system booted normally. Yes, the upgrade created the problem, but the systemd logger was useless in helping me.

But what really sank it was when I discovered that it was relatively simple to launch SysV shell scripts from the unit files to start services, thus saving all the work involved in re-inventing the wheel.

That has to be the most ignorant text every talked about this topic. SysV shell scripts literally are each a re-invented wheel, over and over again. 100s of lines replaced simple instruction in units files that are barely 10 lines long. You complain about re-inventing the wheel while actively celebrating your ability to do it. It's completely daft. The fact that sysv shell scripts reinvented the wheel is *literally the reason so many distributions jumped on the systemd bandwagon* They were tired of maintaining 100 different unique wheels.

Nope, not ignorant but useful. You've already got a working wheel when systemd comes along with its strange unit file syntax that you have to look things up every time you have to work on it (because it's not like it's done it daily to keep it in one's mind). It's really nice to point the unit file to a shell script to start something ... a shell script that's really easy to run on its own and especially to debug, or at least I've never found a way to debug a unit file and get something as useful as what "bash -x $file" gives me.

BTW, creating a new init script wasn't creating a "new wheel". There was a template you could copy, fill in the unique parts, "ln -s" the "S" and "K" files in the proper "rc.d" dirs, and you were done. It was easy to understand and easy to do as an advanced user or a sysadmin, or the creator of a product that needed init files for new services.

A big reason so many distros jumped onto the "systemd bandwagon" is because distros couldn't get their act together and ignored the LSB. Let's not forget that systemd also did the LSB equivalent of putting files in common places so all distros started looking the same from a config standpoint. If there is a positive for systemd, I'll hold this up as their 1 positive. Anyway, this change allowed the distro to be able to share the unit files and so they were suddenly able to do less work. Why it took systemd to force this escapes me because they could have had it without systemd, but they chose to go their own way ... then again, why have a new distro except to go your own way, so I probably shouldn't be surprised at the "extra individualism".

If you want an OS that is becoming one giant EXE to dynamically load and run everything as a DLL, go use Windows*.

And yet no part of systemd is one giant exe. In fact the only thing systemd has combined into one is the role of xinetd with sysvinit. Literally everything else are separate optional modules.

Sigh, conceptually it is like a giant EXE even if it's made up of 70+ modules. Trying to replace a single 1 of them is pretty difficult. Last I looked, there are 3 modules you can't replace at all, journald being 1 of those 3. That being said, if I were to replace one, journald would be it; but at this point, it's not worth my time or the effort. I guess I've gotten used to standing in the muck that is systemd and if I really decide I don't want it in my life there are alternatives like Devuan.

Now, I just create a "/etc/init.d/boot.local" shell script, create a unit file to run it once at boot time at the end, then add shell commands to it to "fix" whatever needs fixing ... something that used to be trivial to do but is now harder because systemd makes me create a unit file.

AFAICT, systemd is really only useful for distro maintainers/providers. For the person who admins his|her own system and general system admins it's a PITA ... all IMO of course.

Comment Re:Delaying the inevitable. (Score 1) 31

Except that comes across as a non-answer, sort like people telling me "it can be done use KVM" and stop there, then I never find out exactly how to do what needs to be done to make it work (which may speak more of my search skills). If you have a better answer, feel free to tell me or better yet point me to a website with the detailed answer.

My understanding (backed by a search) is containers are used when what's in it is running the same OS as the host, which will not accomplish my goal of running a Windows guest on a Linux host. Some applications can be run under Wine (which I tend to do via Code Weavers if it'll hit "gold status"). However some just rebel because it needs more stuff running in the background. An example of this is I'm trying to move away from Onenote, which requires Onedrive to be running so I can get the info out and port it elsewhere. I've got a couple of others in the audio/video area where there are no good Linux equivalents and don't run under Wine (or I've never been able to make them work); to be fair, the A/V Linux tools are finally starting to catch up so this area may go away "soonish". So yes, it does seems that I need a full Windows VM for the last handful of programs until I figure out a solution.

Comment Re:Delaying the inevitable. (Score 1) 31

I suspect you're speaking from a "company perspective". However, what are individual users supposed to use? What else is as easy to have a Linux base install, install VMware Workstation, and install Windows for those last few programs it's hard to give up (not games) or find an OSS solution for? Please educate me.

Comment Not for all of us... (Score 1) 51

That there is more bot traffic may become true as some (many?) people will use "AI agents" to do things, but also some of us won't be using "AI agents". If enough people say "I don't want to use them" or "they don't work for me", then perhaps it won't be so bad the the concern is over-blown.

Comment Evolved? (Score -1, Troll) 24

I don't think so. To evolve would be to change species and probably more like changing its genus or even family; usually it also means to go from simpler to more complex. At best this is "natural selection" and it's probably not even that as it sounds like it just used a different part of its genetics that it has previously not used. Can we please us the correct word? I'll suggest "changed".

Comment Re:Some people (Score 1) 81

That works except for gifts, you'll have to come up with a solution for that. Perhaps at the time of the purchase, if it's a gift you have to name the person who has to show an ID with that name on it.

Also, try:
* limit purchases to a max of 10 tickets per purchase
* only 1 purchase per credit card number, with address so it's also 1 purchase per address too (meaning neither can be reused for the same concert)
* for non-gifts, at least 1 person in the party has to be able to show the credit card used to buy the tickets in order to use the tickets

Those will stop most of the abuse. Those rules don't stop Ticketmaster from selling blocks to resellers and scalpers, but that's a different problem that probably requires the government to fix.

Comment Re:Subsidized, isn’t a plan. (Score 3, Interesting) 156

Some things need a jump start or the infrastructure itself is the problem.

Agree, there is a "chicken and egg" issue.

Right now, people don't want EVs because their home isn't set up for it

Disagree. If you have a single residence house in the US, your home is set up for it. At the very least use a 120V plug; that will get you 40+ miles of recharge every night, which is more than the average person drives per day (which is 37 miles). If your garage has a dryer in it, use that plug and get more range per night (or 2 x 120V on separate breakers plus a special adapter to make them into a 240v feed). No re-wiring required.

and they can't stop very many places along the way.

This is "it depends". If you are going on the major highways, you shouldn't have a problem for most of the US, and even fewer problems on the interstate highways. If you're going off into the back roads, that's what the trip planner app is for. The newer EVs coming out in 2027-2030 are where the solid state batteries will hit the sales lots and will make range an even less of a problem with their charging as fast as a gas fill up and longer range.

We are at the point where EVs will work for ~70% of the US right now if we wanted to (with how people actually drive not how they think they drive). The reason EVs aren't selling is the government making it harder than it should be (constantly changing tariffs and credits) and the cost, plus a LOT of lobbying by the oil & gas industry. Of course, buying a used EV is the cheapest option at the moment. Cost is coming down for new ones and will continue to drop in the long term; in the short term Trump may slow that down some but even he can't totally stop it. Europe (and the rest of the world really) has a lot more options and is doing better for EVs at the moment ... sigh.

Comment Re: Not exactly shocking (Score 2) 156

Does your EV require lubrication of joints or other spinning things?
Do you want to drive on asphalt?
Do you use plastic for anything, especially in your EV?
Do you have clothes with nylon, rayon, etc ... you know, non-natural fibers? Perhaps shoes with mesh?
Those are just the ones off the top of my head, and doesn't count all of the fuel used to transport even the "natural stuff" to the stores for you.

We'll always have some oil usage, but I am looking forward to a world where the amount used is greatly reduced (although it'll probably be beyond my lifetime).

Slashdot Top Deals

Outside of a dog, a book is man's best friend. Inside of a dog, it is too dark to read.

Working...