queue

joined 1 year ago
MODERATOR OF
196
[–] queue@lemmy.blahaj.zone 6 points 1 month ago (2 children)

To train Google/Cloudflare's AI tools, and to double check against DDOS. That's it.

[–] queue@lemmy.blahaj.zone 10 points 2 months ago (1 children)

Meanwhile I can just use the same shortcuts every other program made in the last 40 years uses. Ctrl+Q to quit, Ctrl+S to save, Ctrl+Z for undo. If I wanted to consult a cheatsheet to relearn keyboard shortcuts, I'll use vim and emacs.

[–] queue@lemmy.blahaj.zone 13 points 2 months ago (3 children)

Nano isn't even that simple. Ctrl+X to quit? I guess if you use phonetic sounds to figure out how to exit a program. At least Vim uses the idea of "use what the words start with."

I personally use micro in the terminal, and Kate if I want a GUI to write. Vim and Emacs are fine for those who want it, I have no stakes in the editor wars beyond "I just want my program to do what I want, and I want it to be simple to learn."

[–] queue@lemmy.blahaj.zone 3 points 2 months ago

A rare Aging Wheels enjoyer in the wild! That dude has single-handedly gotten me more interested in automobile history and just how cars do things in general.

[–] queue@lemmy.blahaj.zone 12 points 2 months ago

Oligarchs are only for the rich outside of the Thirteen Eyes. American oligarchs are called lobbyists and job creators.

[–] queue@lemmy.blahaj.zone 16 points 3 months ago

If one person he is insanely focused on made a joke about him breathing too much, and they saw people laughing at it, he would. Instantly without second thought, because he never had a first thought.

[–] queue@lemmy.blahaj.zone 46 points 3 months ago (7 children)

Can't wait until he just dies from his own incompetence.

[–] queue@lemmy.blahaj.zone 2 points 3 months ago

Blueray/HDDvd was out before the majority of people stopped using their vhs collections.

Do you have a citation on this? Personally I was DVD only until I got an Xbox One, which could play Blurays.

And we got DVDs because my brother marketed getting a PS2 to my family as a DVD player and a Video Game system, as one of those alone cost the same as a PS2 at the time.

And we gave up VHS tapes long before, as space is at a premium for us. Worse quality, worse features, more work to rewatch something, bigger format, etc.

[–] queue@lemmy.blahaj.zone 81 points 3 months ago (8 children)

On why KOSA is an outrageous censorship bill that puts the power to control what you see online in the hands of dangerous people: https://www.eff.org/deeplinks/2024/07/kosa-internet-censorship-bill-just-passed-senate-its-our-last-chance-stop-it

On why KOSA is harmful to queer people, particularly trans youth: https://www.them.us/story/kids-online-safety-act-kosa-youth-lgbtq-content

On Marsha Blackburn's anti-trans intentions and what she feels KOSA should protect kids from: https://www.them.us/story/kosa-senator-blackburn-censor-trans-content (see also attached video clip)

On why it's not just queer people telling you KOSA is an absolute disaster: https://www.aclu.org/press-releases/aclu-slams-senate-passage-of-kids-online-safety-act-urges-house-to-protect-free-speech

Proof that the kids this bill purports to protect don't want it to pass: https://www.eff.org/deeplinks/2024/03/thou

And all but 3 members of the senate voted in approval: https://apnews.com/article/senate-child-online-safety-vote-f27c329679feb2d74787fc3887aa710f

America only has bipartisan support for hurting minorities.

[–] queue@lemmy.blahaj.zone 3 points 3 months ago

No? It downloads the videos. Your video player is the "frontend".

[–] queue@lemmy.blahaj.zone 11 points 3 months ago

There are legal complications with silencing a sitting US president. Before Elon, Twitter struggled to contextualize and mitigate the damage.

It's not a 1st Amendment violation, and every president has the ability to communicate tot the public 24/7. At least when Windrow Wilson had his 3 AM racist thoughts it wasn't able to get out fast enough for the press secretary to try and bury the lead.

[–] queue@lemmy.blahaj.zone 45 points 3 months ago (6 children)

Not to deflect blame from Musk, but Jack was just as bad. He openly let Trump ignore the rules and TOS of the website because it got more ad revenue into the site. Trump said the most asinine, racist, sexist, queerphobic, ablest bullshit, but who gives a shit when he's the President?! He got suspended when he made Jan 6th happen. Everything before then was cool because it never got enough bad press.

Musk made it worse, but Jack is why it was possible in the first place. Jack banned leftists saying queer rights are more important than cishet feelings. Jack banned BIPOC from commenting on white people being openly racist and using slurs, but you called them a cracker once, you get perma-banned.

Fuck Twitter, Fuck Musk, Fuck Jack.

130
submitted 5 months ago* (last edited 5 months ago) by queue@lemmy.blahaj.zone to c/technology@lemmy.world
 

Here's the basics of my set up for what I can bring around:

  • A Crucial 1TB M.2 Drive
  • A M.2 Drive Enclosure that has USB 3.1 Gen 2 output So with these together are desktop performance in a small thing. It is not a flash drive that just gets ruined in like 3 months of constant use.

And with these, I use a Ventoy set up called Medicat. I love it, and there's no issue with it for me, besides that Medicat/Microsoft requires NTFS for Windows stuff. Aside from standard NTFS bullshit, it's wonderful.

Since I have so much space, I had the idea of storing a Linux set up for on the go use on any laptop/computer without needing to sign into 10 websites for one time use. Here's my two methods of how to do it:

  • Make a persistent data block for Fedora/Ubuntu/etc. and make a Live ISO point to it, then boot from Ventoy into the ISO, which then handles mounting the "drive".
  • Clear a space on the drive, install a distro like Fedora/Debian and encrypt it, allowing me to just run apt upgrade and move on like a normal PC.

Here's the upsides and downsides to both that I can see, just thinking about it.

Persistence:

  • ✅ Don't need to fuck with partitions of NTFS, last time I tried to shrink the drive NTFS had a breakdown and I couldn't fix it.
  • ✅ Can expand the persistence as time goes on
  • ❌ NTFS constantly has issues with me, where I can cleanly eject the drive but I need to run ntfsfix to make it work again, and I don't know when that will happen in the future.
  • ❓ Not sure how it will go with Arch Linux, but that might be a bad choice for a drive I boot into for fun/infrequently.

Partition and full install:

  • ✅ Easier to just get going, point an ISO to install there and good to go.
  • ✅ Easier to upgrade to new packages/editions, instead of downloading new ISOs and pointing it each time. I'm unsure if it would let me use a .dat file from Fedora 36 for Fedora 40, for example.
  • ✅ I can encrypt it so I don't need to worry about people nabbing it and messing with personal files.
  • ✅ I can use something like ext4 or btrfs, so I don't need to rely on NTFS.
  • ❌ Trying to resize NTFS was really fucky, and felt like I was breaking something. I did break it, and had to reinstall Medicat/Ventoy.
  • ❓ I'm unsure of how to boot from it and keep Medicat/Ventoy as the main option. Maybe create a file on Ventoy to boot the distro? Maybe it varies from BIOS to BIOS?

Wanting to hear the thoughts from people smarter than me, maybe have done this before. I just want to make it clear It's not a USB flash drive, this won't break randomly from one too many R/Ws.

39
submitted 10 months ago* (last edited 10 months ago) by queue@lemmy.blahaj.zone to c/linux@lemmy.ml
 

Hello! The TL;DR is:

I have an m.2 drive that is in a sturdy enclosure that has 1 TB. I have Ventoy with Medicat on there, with some backups of important data.

I still have a lot of room left on there, so I was thinking what else I could do, and the idea of basically installing a Linux Distro to a chunk of free space on there. Maybe Debian/Fedora or Arch.

Is there anything I should be aware of to help not break that system or rapidly kill the drive? It's not a USB flash drive, it's a M.2 drive that's put on a small board that then allows it to talk via USB C/Thunderbolt.

EDIT: Just to be sure, if I use Ventoy's EFI, do I need to be worried about a conflict with the bootloader of the Linux install?

 

Firmware security company Binarly on Wednesday disclosed the details of an attack method that can be used to compromise many consumer and enterprise devices by leveraging malicious UEFI logo images.

The attack method, dubbed LogoFAIL, exploits vulnerabilities in the image parsers used by the UEFI firmware to display logos during the boot process or in the BIOS setup. Getting the affected parsers to process a specially crafted image can enable the attacker to hijack the execution flow and run arbitrary code.

Hackers can use the LogoFAIL attack to compromise the entire system and bypass security measures such as Secure Boot.

“These vulnerabilities can compromise the entire system’s security, rendering ‘below-the-OS’ security measures like any shade of Secure Boot ineffective, including Intel Boot Guard. This level of compromise means attackers can gain deep control over the affected systems,” Binarly explained.

Binarly’s analysis showed that UEFI vendors use various types of parsers for BMP, PNG, JPEG, GIF and other types of images. The security firm’s research targeted firmware from Insyde, AMI and Phoenix and led to the discovery of two dozen vulnerabilities, more than half of which have been assigned a ‘high severity’ rating.

The impacted firmware is shipped with hundreds of consumer and enterprise computer models — including x86 and ARM-based devices — made by companies such as Acer, Dell, Framework, Fujitsu, Gigabyte, HP, Intel, Lenovo, MSI, Samsung, and Supermicro. This means millions of devices worldwide could be exposed to attacks.

A LogoFAIL attack can be launched by abusing the firmware update procedure to replace the legitimate logo with a malicious version. Attacks through physical access may also be possible, using an SPI flash programmer, assuming that the logo is not protected by hardware verified boot technologies.

Some vendors — this includes Intel, Acer and Lenovo — offer features that enable users to customize the logos displayed during boot, which can make it possible to launch LogoFAIL attacks from the OS, without the need for physical access to the device.

It’s important to note that while image parser vulnerabilities have been found in devices from all of the aforementioned vendors, they cannot always be exploited. In Dell’s case, for instance, the logo is protected by Intel Boot Guard, which prevents its replacement even if the attacker has physical access to the targeted system. In addition, Dell does not offer any logo customization features.

Details of the attack were presented by Binarly at the Black Hat Europe conference on Wednesday, and the company has published a technical blog post describing its findings.

The security firm has published a video showing a proof-of-concept (PoC) LogoFAIL exploit in action, demonstrating how an attacker who has admin permissions on the operating system can escalate privileges to the firmware level.

The vulnerabilities were reported to impacted vendors through CERT/CC several months ago, but it can take a lot of time for patches for these types of security holes to reach end devices, even if vendors create the fixes.

 

Title. Mainly asking for the library side, but PC cafe is also interesting to ask about.

Mainly since Windows 11 is 64-bit only, and it seems Windows 12 is going to subscription based on top of that, neither of which public libraries can afford tossing out computers and paying more in subscription fees than they make with overdue books.

My local library is only open for 2 days a week, due to a lack of funds for hiring more staff in the area. They use older Dell all in ones, and that just makes me think if they don't have the money for being open 5 days a week, they don't have the money to buy 4 new computers for the space.

Not even getting into the bigger libraries part of that system or the ones nearby. Some have 8 computers in groups, with 4 stations of groups.

So I was just wondering, if anyone has started or is aware of a Library/Public Computer focused linux-based OS? Perhaps one that allows immutable systems, and the library card system backed most use to enable end user access. Perhaps that's a config file tucked away somewhere.

And I guess the PC cafe OS is interesting, simply due to the fact that Linux gaming has been making huge strides, and PC cafes are still popular in Japan, Korea, and China.

EDIT: I am not in control or assistance to the library, just looking if there's a potential solution to libraries like mine. If I could give links to a library computer manager, or if I could give upstream bug reports to people making such software.

view more: next ›