Forgot your password?
typodupeerror

Comment Re:Stupid; but cynical. (Score 2) 28

My thoughts exactly. How exactly is this "local" and they clearly say it is using ChatPGT and other cloud services? It is just making queries to AI data centers. You can do that with any computer already. You can even do it semi-anonymously through something like Venice.

And "it is on 24/7"... so what? So is my Linux desktop computer at home. And interacting with it through Telegram??? Why? Wouldn't just a plain, direct web interface make more sense?

Clearly I am not the target market for such a machine, but I really don't understand who the target market is and why.

Comment Re:Brah (Score 1) 64

>"I swear that flying things have a radar set to seek and bite me, so I have to live with 1 acre bug-zappers indoors near all doors creating ozone because of this bullshit."

I, too, am one of those people who get ATTACKED by mosquitos, apparently way more than others. It really sucks. I am also apparently unusually allergic to the bites, so I can have a horrible welt that lasts for a week or longer. If I could snap my fingers and eliminate all mosquitos from the earth, I would do it in a heartbeat. I don't think it will upset the ecosystem much, but I kinda don't even care- they are responsible for more human (and animal) suffering than perhaps any other living thing.

In any case, I hate to break it to you, but biting mosquitos are NOT attracted to bug zapper lights. It will certainly attract flies, moths, and tons of OTHER flying insects, but not mosquitos. You might be able to get them to go near the zappers if you put a mosquito chemical lure inside them.

There are mosquito killers that work, but they typically burn propane to create heat, CO, and moisture, and typically have a vacuum fan that sucks them into a mesh bag where they are then trapped. They are expensive to buy/operate and require upkeep. But at least there is no annoying light or zapping sound :)

Comment Re: Disclosure Timing Drama Part 2.0 (Score 2) 22

You are correct. The mitigation of banning of the modules for Dirty Frag also covers Fragnesia.

However, if you removed the mitigation after getting a patched kernel, the previous patches do NOT protect against Fragnesia, so you will have to mitigate again until the kernel is patched again.

Comment Re:beat them senseless (Score 1) 107

>"They aren't printing every single part of the gun, but yeah, they are printing guns."

Well, no. They are printing parts of guns, not a whole gun. The barrel is certainly not printed. Nor are springs, fasteners, striker, etc.

>"You can make your own rifled barrels with EDM"

At least for now, [essentially] nobody has an EDM machine at home. And this is no different from just making parts with metal machining tools. Are we going to ban/restrict metal lathes and such? Or force computers on them so they can somehow detect you are manually making a barrel, trigger, firing pin, charger, springs, etc?

>"so you actually can manufacture every part of the firearm yourself."

Right. You could always do that. This new stuff doesn't really change that much. And it doesn't replace needing metal work. It might make some things easier, but still requires a lot of work/time and some expertise.

Comment Re:beat them senseless (Score 2, Insightful) 107

>"This is another instance of gun nuts ruining things for the rest of us."

Please define "gun nuts" because exercising your constitutional and lawful rights to be able to defend yourself and others is not nutty. And printing accessory parts isn't really all that nutty, either. People aren't "printing guns", at least not with plastic printers.

Your ire should be pointed squarely at the people at fault for making this mess- legislators who are apparently completely clueless about both firearms and technology.

Comment Re:Sad. (Score 1) 97

>"The new Harleys have a feature that randomly dumps oil on the ground to mimic the classic HD experience."

You forgot the horrible out-of-balance vibrations, strange noise, and mediocre performance. Then you would get closer.

There is a reason I ride a 16 valve inline 4 with variable valve timing (and stock muffler).

Comment Re:Just what we need (Score 1) 97

>"Frankly I'm thinking... whatever it takes to sell bikers on replacing their painfully noisy kill-me machines with silent kill-me machines is worth it."

They are only loud if illegally modified. Mine is no louder than most cars.

The problem with electric motorcycles is that there is not enough room for batteries. Until you can produce something with 160+hp per 600lbs *AND* 250 mile range, not interested.

Comment Re:What A Whiny Little Bitch (Score 2, Informative) 160

>"seriously? of course firefox users fucking complained. That's why the mozilla had to add their AI kill-switch after they got caught auto-adding AI."

No. Mozilla never "added AI". They added the ability to optionally hook Firefox into third-party AI systems (with the default on). And there was ALWAYS AN OFF SWITCH. It just wasn't in the main settings, it was under about:config. Then they later added in the main settings as well.

It never downloaded or installed any AI system. Very different.

Comment Re:Environmental impact probably overstated (Score 1) 160

>"I've gone and deleted chrome. I'm using Brave, but its crypto-bros in charge of that so I dont exactly trust them either. They just have a really effective adblocker that doesnt seem to trigger youtube into issueing shrill threats about breaking TOSs with adblockers"

I would suggest Firefox + UBO. I have no problems on YouTube or other sites with them (at least that is my experience on my machines which all run Linux). And as a huge bonus, you get to NOT support Google's efforts to control the web (Brave is still based on Google Chromium). Plus you also signal to sites that you want to support actual browser diversity, not mostly just a different UI on yet another Google-controlled engine.

Comment Re:On your mark, get set... GO! (Score 5, Informative) 44

>"Quick - copy and paste all your comments from the "Copy Fail" discussion over here!"

Pretty much :) It is essentially the same issue, found in three other kernel modules. Alma Linux and others already have pages up about it. These are serious issues for multiuser/multitenant servers needing to mitigate immediately. Not so much for single-user or home systems.

Copy Fail used the algif_aead module and for enterprise Linuxes, that is built-into the kernel. So either update the kernel, or mitigate with:

# grubby --update-kernel=ALL --args="initcall_blacklist=algif_aead_init"

and reboot. Dirty Frag uses three additional modules: esp4, esp6, and rxrpc. Enterprise Linuxes don't build those in, so all distros should be able to use something like:

# rmmod esp4 esp6 rxrpc
# sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf"

for immediate mitigation, without rebooting. Of course, disabling those modules has a price, it will disable IPsec ESP, IPsec VPNs (like Swan), and AFS clients. So if you use/need those, you can't mitigate without losing that functionality.

Comment Re:Version (Score 3, Informative) 46

Thanks! That was very informative (and not something I could easily find).

I remember playing Rogue way back in the 80's on ASCII terminals :) Many hours. I think I moved on from that fad before NetHack appeared. It is cool that there is an X11 version for Athena and QT, too.

Now I am getting nostalgic.... I remember when we were on X Terminals, Xblast TNT came out. Great times blasting other players on the network. Wow- it is still in the Mint repos, and as a native package! https://community.linuxmint.co...

Slashdot Top Deals

IOT trap -- core dumped

Working...