Salta al contenuto principale



Gaming on Linux hasn't been great so far...


tl;dw their performance numbers don't match up to what we've seen in the past. Some pretty significant decreases in performance over Windows. I think there's clearly some sort of configuration error there. They also ran into the old dual-boot problem where Windows overwrites the Linux partition.

In my opinion this is lazy and irresponsible reporting. I don't at all mean to discount his experience, they are legitimate concerns, and it's fine to show the struggles of using Linux, but it's very clear he (admittedly) doesn't know what he's doing, and they need to consult an expert (or even a casual user) to figure out what the problem is before reporting. He said in the last video that Bazzite reached out to him to let them know if he has any problems so they could help but he obviously did not do that. As is, it just makes Linux/Bazzite look bad.

I hope he follows up with another video discussing the solutions.

What do you think?

in reply to Ulrich

Its fine reporting IMO. We had so many switching to linux Ws this year it was about time someone had a subpar experience.
in reply to Ulrich

I agree, if anyone did some surface level research they would quickly find out they should buy a second ssd if they want to dual boot Linux.
in reply to pineapple

they should buy a second ssd if they want to dual boot Linux


It's actually not necessary, I've been dual-booting on the same system drive for years without any issues at all.

The only thing that's strictly necessary in that case is knowing darn well what you're doing.

in reply to pineapple

I don't necessarily expect them to research everything, I just expect them to figure out what happened before reporting it to the public.

in reply to Avid Amoeba

I'm actually glad I ordered the 2 Duo, not at all fond of this new design.
Questa voce è stata modificata (1 mese fa)


Bradley Martin - Interviewing A Gym Bro In Gaza, the truth about Gaza.






Are these two rar files malware? (virustotal results)


Does anyone know if these two files are considered malware?
I see a lot of things in the behavior tab that seem suspicious (but then again, I have no idea, and am relatively new/dumb).

Here are the images of the virustotal results I am referring to:

Also, I did see there was an noticeable slowness to my pc after I extracted the rar files (I was in a VM).

Thank you.

Questa voce è stata modificata (1 mese fa)
in reply to Yourname942

There are some suspicious things going on like the qcloud and counter-strike domains, as well as the 7zip extract being run.

I would probably get rid of it.

in reply to MangoPenguin

I installed 7zip if that made it appear (not sure if it is the case though) Yeah I may have to just pay for subscriptions with money I can't afford :S
Questa voce è stata modificata (1 mese fa)
in reply to Yourname942

I suppose you can probably do most things without the plugins too, just more time intensive

in reply to ☆ Yσɠƚԋσʂ ☆

Look somebody had to stop Japan from starting up unit 731 and The Rape of Nanjing again.
Questa voce è stata modificata (1 mese fa)






OneXPlayer Super X: New AMD Strix Halo gaming handheld teased with convertible design


Technology reshared this.



Are distros really different or is it more about preference?


I've been working and testing to switch my main PC (used for work like audio recording, music, and general multimedia) and have been playing with Ubuntu Studio on my laptop. Loving it so far but I keep seeing people talk about CachyOS, Bazzite, or the new Debian Trixie.

I'm having trouble finding what's really different about all these distros aside from how they look or slight changes in how they do things (I know Ubuntu Studio has a low latency kernel which seems important for what I need to do). Is there a big difference? Like, if I go with Ubuntu Studio am I gonna end up wiping everything and installing CachyOS or Bazzite or something in a month because it's better? Or are all these distros basically the same thing with a different look and feel and as long as I choose one that gets regular updates, it doesn't matter fundamentally?

I'm trying to grasp the Linux concept but being a Windows user my whole life I'm struggling to 'get it'. Instead of trying to understand in the contex of Windows or Mac, is a better comparison Apple/Android? Like iPhones would be similar to both Mac and Windows (you don't get to choose much) and Android would be Linux (I know it's built on it haha) and it's really just a bunch of different options to do the same thing?

in reply to Jack_Burton

Been using Linux for 20+ years, and I've found it is the Desktop Environment that matters the most to me. It is the part with which I have daily contact. I have a PC running Debian, another running Fedora, a laptop with openSUSE, all with the same DE. My wife runs PCLOS with a different DE on her laptop, so I instantly revert to the CL rather than spend time searching for stuff.
in reply to Bronstein_Tardigrade

I'm in the same boat as OP. I just don't understand why one distro over another. I guess the next questions would be - what made you choose Debian for one PC and Fedora for the other? Do you find that openSUSE works better on a laptop than other distros? If the experience is the same, why not have them all the same distro? Do you just choose a distro on a whim? Roll a dice? Flip a coin?
in reply to Jason

My Fedora PC was 8 years old so the wife bought me a new box for my birthday. I loaded Debian on a whim and now I'm too lazy to switch to Fedora. The laptop has always been my experimental machine where I try different distros. The wife first started her Linux journey with PCLOS/KDE and sees no reason to switch.
in reply to Jack_Burton

Really they all work the same as long as they're based on the same OS. I've done a lot of distro hopping and the only real difference I've seen is the desktop environment, package managers(sometimes), and pre-installed applications.

Even then, all of these can be changed. I would suggest picking a distro that best suits your needs by default and then add what you need from there.

I personally have been really happy with Linux Mint.

Questa voce è stata modificata (4 settimane fa)


Debian +openbox is Mighty


This is not a tutorial. This is a way.

Debian +OpenBox is (a) the way. My system is a lenovo p53s laptop; nvidia remains unused because I only play Nexuiz, if I do. Yesterday I had a couple minutes so I downloaded a new trixie netinstaller iso and burn'd it to a usb stick, to which I booted into immediately, for the installing.

You can simply hold the enter key down and proceed through the installer and be magically booted into debian, if you like. Don't do that, though, that's crazy, and, I'm lying. Change these: networking, partitions, software. Networking is no big deal to mess with, or not, I use ethernet, so, I use a static local IP, therefore I don't allow the installer to auto-negotiate anything. Only occasionally do I use wifi, I act accordingly when I need it. Let it auto if you like, it's cool.

Root is allowed, absolutely.

I have a separate /home partition and I like it that way - do the same, smile later when it hits you. I have an nvme drive and I use ext4, with discard and noatime, for the root partition and xfs for /home, with noatime. ANd when the installer gets to (tasksel) the software part of the show, I uncheck everything other than typical system stuff, near the bottom. Do the same.

Installing debian is simple, clean, and fast. Upon rebooting there is nothing but a prompt if you do it this way, which, is the correct way. Let's build-up the sexy real quick.

I log in as root and install sudo and aptitude, which I have not added to kevin, for reasons. Then, still as root, I: visudo, and add my user beneath the existing root user down the file:

me ALL=(ALL:ALL) NOPASSWD:ALL

Then I log out of root and in as me to run the kevin bash script which installs the stuff I need to maintain penultimate level boredom. I run it like: sudo kevin.sh - Here's the guts to kevin, probably with some redundancy:

#!/bin/bash

# check root

[ "$(id -u)" -ne 0 ] && { echo "Must run as root" 1>&2; exit 1; }

# Install packages

echo -e "\e[1mInstalling packages...\e[0m"

[ "$(find /var/cache/apt/pkgcache.bin -mtime 0 2>/dev/null)" ] || apt-get update

apt-get -y install xorg openbox lxpanel thunar thunar-archive-plugin intel-microcode claws-mail polkitd xinit intel-media-va-driver-non-free va-driver-all

apt-get -y install curl feh bat lsd diodon nvtop unclutter numlockx wget whois mesa-utils mesa-va-drivers mpg123 alsa-utils ffmpeg bc jq libnotify-bin mc lshw lsof ncal ncdu inxi psmisc s-tui sed cpufetch dfc sysstat tar unzip zip x11-xserver-utils htop apt-utils at upower pwgen usbutils vnstat xpdf oxygencursors gpicview jpegoptim libimage-exiftool-perl

apt-get -y install tango-icon-theme keepassxc dbus-x11 lxappearance obsession scrot gvfs-backends arandr menu menu-xdg pnmixer bogofilter bleachbit gifsicle

apt-get -y install geany geany-plugins claws-mail-bogofilter lynx alacritty claws-mail-fancy-plugin claws-mail-pgpmime claws-mail-tools claws-mail-pgpinline claws-mail-vcalendar-plugin

apt-get -y install rsync fastfetch cpufetch cbatticon xscreensaver gpicview xscreensaver-gl xscreensaver-gl-extra fd-find libxml2-utils starship pulseaudio

apt-get -y install meld mintstick ips seahorse tldr mpv net-tools neverputt gnome-characters gparted pkexec xclip gsimplecal

apt-get -y install hwinfo iftop imagemagick acpi lm-sensors python3-pexpect pwgen s-tui sensible-utils catfish iotop pithos

apt-get -y install xdg-user-dirs-gtk xdg-utils xdotool unzip usbutils util-linux vym yelp zenity zip silversearcher-ag galternatives

apt-get -y install planner libreoffice libreoffice-gtk3 xfce4-screenshooter smartmontools gimp obsidian-icon-theme orage gmrun synaptic yad zim bashtop grc duf

I have a smoke as kevin does its thing. I arrive back at the prompt, system installed.

I do more:

sudo update-alternatives --install /usr/bin/x-file-manager x-file-manager /usr/bin/thunar 210

sudo update-alternatives --install /usr/bin/x-text-editor x-text-editor /usr/bin/subl 210

sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/alacritty 210

I might use kitty instead, which is usual

sudo dpkg-reconfigure tzdata

I have saved stuff:

sudo cp -R .local/share/fonts/* /usr/share/fonts/

sudo cp -R .local/share/themes/* /usr/share/themes/

sudo cp -R .local/share/icons/Dracula/ /usr/share/icons/

curl -s 'https://liquorix.net/install-liquorix.sh' | sudo bash

echo "vm.dirty_background_ratio=20" | sudo tee -a /etc/sysctl.conf

echo "vm.dirty_ratio=60" | sudo tee -a /etc/sysctl.conf

I might change swappiness, too

put the following in /etc/fstab:

tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0

tmpfs /var/spool tmpfs defaults,noatime,mode=1777 0 0

tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0

tmpfs /var/log tmpfs defaults,noatime,mode=1777 0 0

I like the following 3 proggys so:

sublime text:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo tee /etc/apt/keyrings/sublimehq-pub.asc > /dev/null

echo -e 'Types: deb\nURIs: https://download.sublimetext.com//nSuites: apt/stable/\nSigned-By: /etc/apt/keyrings/sublimehq-pub.asc' | sudo tee /etc/apt/sources.list.d/sublime-text.sources

Then, update and install sublime.

firefox:

wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null

echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null

update, install firefox

phoenix:

echo 'deb https://download.opensuse.org/repositories/home:/celenity/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:celenity.list

wget -O- https://download.opensuse.org/repositories/home:celenity/Debian_12/Release.key 2>/dev/null | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_celenity.gpg > /dev/null

update, install phoenix

I add:

eval "$(starship init bash)"

to root .bashrc, for the pretty.

I install loginfetch from marcov's script, sans physlock:

script is here, unmodified.

I remove the following after installing the sexy: exim*, xdg-desktop-portal, and xdg-desktop-portal-gtk

I modify /etc/default/grub thusly:

GRUB_CMDLINE_LINUX_DEFAULT="quiet mitigations=off"

You may want to leave grub alone.

randomly, when I log into a gui, I: sudo lxappearance and choose to make root apps comply.

I have a wicked: ~/.bashrc and also: ~/.bash_aliases, ~/.bash_functions. My: ~/.config/openbox rc.xml and menu.xml are fully tweaked and wicked, my ~/bin dir is full of handy scripts; I want for nothing. Firefox opens in ~ a second with win+b, which is the slowest app to open. I maintain: starship, kitty, et al. config files. I back stuff up to a usb stick with a handy rsync alias.

This has been my desktop for ~ 20 years - completely reliable and functional top'd with kill-me-now boring.

in reply to bubbalouie

who fears hackers if you hack yourself
in reply to bubbalouie

Shit, and I just finished my quarterly distro-hop run last weekend. Now I have to take this for a spin 🤣🤣


EnteAuth (and a bunch of other FOSS) take Microsoft's "free" money


cross-posted from: lemmy.dbzer0.com/post/51040952

I'm moving away from using products by big tech and I recently started using EnteAuth for 2FA. Today I got an email from them saying that they received money as part of GitHub's secure open source fund. Maybe I'm just being paranoid but I do not like this at all. Microsoft is not altruistic I don't care what anyone says. There has to be an ulterior motive for this. With even the recent news that github won't be so independent anymore and they're getting folded into the Microsoft umbrella this has me worried. But let's be real github was never independent just look at copilot being forced down everyone's throat. That's why I personally stopped using it.

According to the fund

Throughout this program, each project receives $10,000 USD via GitHub Sponsors (which breaks down to $6,000 USD during the sprint and $2,000 USD at 6- and 12-month security check-ins). Projects are also invited to a new security focused community, and office hours with the GitHub Security Lab, that they can take advantage of during the full 12 months. They also receive security resources to immediately implement in their project and Azure credits for cloud infrastructure.


Those sponsors include

Alfred P. Sloan Foundation, American Express, Chainguard, Datadog, Herodevs, Kraken, Mayfield, Microsoft, Shopify, Stripe, Superbloom, Vercel, Zerodha, 1Password


Projects that are part of this even include nodejs, nvm, log4j, JUnit, and Matplotlib. Taking cybersecurity seriously is great but this just seems like a way to sucker them into their ecosystem to get them dependent on their products. Like I said maybe I'm being paranoid but I wouldn't be surprise when Microsoft suddenly buys these projects and we lose what made them so great.

Questa voce è stata modificata (1 mese fa)

Technology reshared this.

in reply to kennedy

You may as well just stop using computers all together, bud 🤣

I don't mean to ruin your world view, but there are no ways to run anything you want to run by focusing on "altruistic companies", however you may subjectively define that.

Look, you're focusing on the wrong thing here. Maybe you didn't know this, but the massive majority of FOSS projects get funded by companies - either for consulting, feature bounties, IC development - and is a main driving force for the ecosystem.

Many in this ecosystem would even tell you that every single project is massively UNDERfunded by said companies, and they should kick in more to help keep these projects secure and in good standing. They make billions and billions of dollars off people's work, and it surely seems they should kick some of that back to the projects.

Whatever Microsoft's involvement is here, it's not going to be changing the direction of any of the projects mentioned. If for some reason something untoward starts happening with any project: boom, fork and new community. It's that simple.

In short, these people getting funding for their work is a good thing. If you take issue with who is providing that money, you're going to be digging a deep, deep hole in your research, and if you're running down the dep chain, you'll find out that all of the things you use have some funding by companies like Microsoft, Apple, Google, Facebook, IBM, Red Hat, Amazon, Alibaba, Halliburton, Qualcomm...I could keep going on and on.

in reply to just_another_person

but there are no ways to run anything you want to run by focusing on "altruistic companies", however you may subjectively define that.


I think you misunderstood OP. their complaint is not that these projects should search an altruistic donor... but that Microsoft is suspicious in doing this, because arguably they rarely have good intentions.

Whatever Microsoft's involvement is here, it's not going to be changing the direction of any of the projects mentioned.


let's hope so

If for some reason something untoward starts happening with any project: boom, fork and new community. It's that simple.


easier said than done.

In short, these people getting funding for their work is a good thing.


I think OP (and me too) is worried about the terms. like, can these projects abandon github without repercussions? can they start using another code forge in parallel?

in reply to WhyJiffie

Uhhh, repercussions like what? They're getting small amounts of money for specific work. Up front. What repurcussions could there be for project moving to Gitlab, for instance?
in reply to just_another_person

Uhhh, repercussions like what?


sudden closure of donated azure services without prior notification and time to move off.

having to pay back some of the money.

the project planning with the promised donations as a given (they don't get all of it upfront, but as they get the most of it it's actually fair) and microsoft either using it as leverage or just carelessly terminating the contract to save money.

in extreme case banning the project from microsoft owned services, including github.

any of that in decreasing order of probability if implementation is different from expected (like not baking in specific security tools to the project) and the parties cannot agree on a solution.

in reply to just_another_person

Uhhh, repercussions like what?


sudden closure of donated azure services without prior notification and time to move off.

having to pay back some of the money.

the project planning with the promised donations as a given (they don't get all of it upfront, but as they get the most of it it's actually fair) and microsoft either using it as leverage or just carelessly terminating the contract to save money.

in extreme case banning the project from microsoft owned services, including github.

any of that in decreasing order of probability if implementation is different from expected (like not baking in specific security tools to the project) and the parties cannot agree on a solution.

in reply to just_another_person

oh and I must also live in texas, right?

I wouldn't even recognize their voice or face.

Questa voce è stata modificata (1 mese fa)
in reply to WhyJiffie

yes exactly, my problem is not the money. I don't expect these project to always be free and I support those I can, sponsorship is good. These giant tech firms have used free projects all the time to make money without providing any support so its fine that they're supporting them. My problem is that I do not trust Microsoft at all.
Questa voce è stata modificata (1 mese fa)
in reply to kennedy

In terms of the open source community Microsoft has been significantly less sketchy than usual for about a decade now. For those of us that are old enough to remember the halloween files it's hard to let go of that paranoia, particularly with the sketchy shit MS has been doing with their proprietary stuff lately, but near as I can tell they've been above board on their open source stuff.

I wouldn't go so far as to say blindly trust them at this point, but I wouldn't just assume with no evidence at all that there has to be something nefarious going on either.

in reply to orclev

I've never heard of the Halloween files I just looked it up and that's just so crazy. I don't know what's going on behind closed doors in their c-suite but I wouldn't be surprised if this fund is a way to get their hands into open source projects. Like you said there's no explicit proof so it's best to be cautious.
Questa voce è stata modificata (1 mese fa)
in reply to kennedy

Whether it's good or bad is not determined by the fact that it's corporate money, but how that money impacts development, the devil's in the details, not just in a company donating lots of money.

Open source in general is very dependent on corporate sponsors. The linux kernel wouldn't exist had companies not invested in it.

I'm not knowledgeable enough to assess the potential pitfalls here, so I will be cautious but not paranoid, and continue to pay attention to discussions on how FOSS projects are run 🤷‍♂️

Questa voce è stata modificata (1 mese fa)


New Zealand woman and six-year-old son detained for three weeks by Ice in US enduring ‘terrifying’ ordeal


A New Zealand woman who is being held at a US immigration centre with her six-year-old son after they were detained crossing the Canada-US border, is being wrongly “treated like a criminal”, according to her friend and advocate.

Sarah Shaw, 33, a New Zealander who has lived in Washington state for just over three years, dropped her two eldest children to Vancouver airport on 24 July, so they could take a direct flight back to New Zealand for a holiday with their grandparents.

When Shaw attempted to re-enter the US, Immigration and Customs Enforcement (Ice) detained her and her youngest son, in what was a “terrifying” ordeal, said Victoria Besancon, Shaw’s friend who is helping to raise money for her legal fight.

“Sarah thought she was being kidnapped,” she said. “They didn’t really explain anything to her at first, they just kind of quietly took her and her son and immediately put them in like an unmarked white van.”



New Zealand woman and six-year-old son detained for three weeks by Ice in US enduring ‘terrifying’ ordeal


A New Zealand woman who is being held at a US immigration centre with her six-year-old son after they were detained crossing the Canada-US border, is being wrongly “treated like a criminal”, according to her friend and advocate.

Sarah Shaw, 33, a New Zealander who has lived in Washington state for just over three years, dropped her two eldest children to Vancouver airport on 24 July, so they could take a direct flight back to New Zealand for a holiday with their grandparents.

When Shaw attempted to re-enter the US, Immigration and Customs Enforcement (Ice) detained her and her youngest son, in what was a “terrifying” ordeal, said Victoria Besancon, Shaw’s friend who is helping to raise money for her legal fight.

“Sarah thought she was being kidnapped,” she said. “They didn’t really explain anything to her at first, they just kind of quietly took her and her son and immediately put them in like an unmarked white van.”

#USA


Surrey police pose as joggers to catch men harassing women out exercising


Eighteen people have been arrested after a police force sent out female undercover officers posing as joggers to catch men harassing women while they are out exercising.

A pilot operation from Surrey police deployed female officers in running gear during rush hour to expose how often women are harassed. The pilot has resulted in 18 arrests for offences such as harassment, sexual assault and theft.



Lithuania to give children drone training to counter Russia threat


Children in Lithuania are to be taught how to build and operate drones as part of the small Baltic country’s efforts to build capacity to deal with any future threat from Russia.

In a joint initiative by the defence and education ministries, the government said on Tuesday it hoped to teach more than 22,000 people, including schoolchildren, drone skills as part of an attempt to “expand civil resistance training”.

The programme would be adapted to different age groups, with third- and fourth-grade students of between eight and 10 years old learning to build and pilot simple drones, the government said. Secondary school students will design and manufacture drone parts and learn how to build and fly advanced drones.



The Western media is complicit in Israel’s murder of Palestinian journalist Anas al-Sharif


I still remember the day Shireen Abu Akleh was martyred. My mother called me crying. She had grown up watching Shireen, who was an invited guest into her home every day while she lived in Palestine. I remember when my mom called me after Israel dropped their first bomb in Gaza, the same tears, a different type of violence. And yesterday, my mom called me again to talk about Anas. Anas al-Sharif’s voice was one I’ve come to intimately know over the last two years, and one we will never hear again. Because, like the almost 300 journalists in Gaza that Israel has killed, Anas represented the truth. And truth is a threat to Israel.

For 22 months, the international community has watched Israel systematically murder journalists and called it acceptable losses in a just war. Nearly 300 media workers have been killed, the deadliest conflict for journalists in recorded history. Yet the world’s response has been to write strongly worded letters while shipping more weapons. Where are the sanctions that followed Russia’s invasion? Where are the war crimes tribunals that prosecuted Rwandan generals? Where is the global media solidarity that should transcend borders and politics? Apparently that only exists when the victims are not Palestinian.

Under Article 79 of Additional Protocol I to the Geneva Conventions, journalists are explicitly protected as civilians in armed conflict zones. Intentionally directing attacks against civilians, including journalists, constitutes a war crime under the Rome Statute of the International Criminal Court and amounts to grave breaches of the Geneva Conventions. The law is clear. The crime is obvious. But, Israel has transformed every Palestinian journalist into a “legitimate target” by simply calling them terrorists first.



The Western media is complicit in Israel’s murder of Palestinian journalist Anas al-Sharif


I still remember the day Shireen Abu Akleh was martyred. My mother called me crying. She had grown up watching Shireen, who was an invited guest into her home every day while she lived in Palestine. I remember when my mom called me after Israel dropped their first bomb in Gaza, the same tears, a different type of violence. And yesterday, my mom called me again to talk about Anas. Anas al-Sharif’s voice was one I’ve come to intimately know over the last two years, and one we will never hear again. Because, like the almost 300 journalists in Gaza that Israel has killed, Anas represented the truth. And truth is a threat to Israel.

For 22 months, the international community has watched Israel systematically murder journalists and called it acceptable losses in a just war. Nearly 300 media workers have been killed, the deadliest conflict for journalists in recorded history. Yet the world’s response has been to write strongly worded letters while shipping more weapons. Where are the sanctions that followed Russia’s invasion? Where are the war crimes tribunals that prosecuted Rwandan generals? Where is the global media solidarity that should transcend borders and politics? Apparently that only exists when the victims are not Palestinian.

Under Article 79 of Additional Protocol I to the Geneva Conventions, journalists are explicitly protected as civilians in armed conflict zones. Intentionally directing attacks against civilians, including journalists, constitutes a war crime under the Rome Statute of the International Criminal Court and amounts to grave breaches of the Geneva Conventions. The law is clear. The crime is obvious. But, Israel has transformed every Palestinian journalist into a “legitimate target” by simply calling them terrorists first.



The Western media is complicit in Israel’s murder of Palestinian journalist Anas al-Sharif


I still remember the day Shireen Abu Akleh was martyred. My mother called me crying. She had grown up watching Shireen, who was an invited guest into her home every day while she lived in Palestine. I remember when my mom called me after Israel dropped their first bomb in Gaza, the same tears, a different type of violence. And yesterday, my mom called me again to talk about Anas. Anas al-Sharif’s voice was one I’ve come to intimately know over the last two years, and one we will never hear again. Because, like the almost 300 journalists in Gaza that Israel has killed, Anas represented the truth. And truth is a threat to Israel.

For 22 months, the international community has watched Israel systematically murder journalists and called it acceptable losses in a just war. Nearly 300 media workers have been killed, the deadliest conflict for journalists in recorded history. Yet the world’s response has been to write strongly worded letters while shipping more weapons. Where are the sanctions that followed Russia’s invasion? Where are the war crimes tribunals that prosecuted Rwandan generals? Where is the global media solidarity that should transcend borders and politics? Apparently that only exists when the victims are not Palestinian.

Under Article 79 of Additional Protocol I to the Geneva Conventions, journalists are explicitly protected as civilians in armed conflict zones. Intentionally directing attacks against civilians, including journalists, constitutes a war crime under the Rome Statute of the International Criminal Court and amounts to grave breaches of the Geneva Conventions. The law is clear. The crime is obvious. But, Israel has transformed every Palestinian journalist into a “legitimate target” by simply calling them terrorists first.

in reply to geneva_convenience

It's probably better to be more specific than "The Western Media." Remaining generic makes it easier to handwave the criticism and point fingers elsewhere. Sympathetic voices inside of Western media nod along and think "Yes, not me, but others."
in reply to themeatbridge

It's all one giant conglomerate. There are barely any non-government ran Western media.


Recognising Palestinian state must not distract from ending Gaza mass deaths, UN expert says


cross-posted from: lemmy.ml/post/34601933

Wed 13 Aug 2025 05.00 EDT
She called for an embargo on all arms sales to #Israel and a cessation of trade agreements – as well as accountability for the war crimes and crimes against humanity with which the international criminal court has charged top #Israeli officials. She also called for a complete Israeli withdrawal from occupied territory by the 17 September deadline set by the #UN general assembly.

“Ending the question of #Palestine in line with international law is possible and necessary: end the genocide today, end the permanent occupation this year, and end apartheid,” she said.




Recognising Palestinian state must not distract from ending Gaza mass deaths, UN expert says


Wed 13 Aug 2025 05.00 EDT

She called for an embargo on all arms sales to #Israel and a cessation of trade agreements – as well as accountability for the war crimes and crimes against humanity with which the international criminal court has charged top #Israeli officials. She also called for a complete Israeli withdrawal from occupied territory by the 17 September deadline set by the #UN general assembly.

“Ending the question of #Palestine in line with international law is possible and necessary: end the genocide today, end the permanent occupation this year, and end apartheid,” she said.





Recognising Palestinian state must not distract from ending Gaza mass deaths, UN expert says


cross-posted from: lemmy.ml/post/34601933

Wed 13 Aug 2025 05.00 EDT
She called for an embargo on all arms sales to #Israel and a cessation of trade agreements – as well as accountability for the war crimes and crimes against humanity with which the international criminal court has charged top #Israeli officials. She also called for a complete Israeli withdrawal from occupied territory by the 17 September deadline set by the #UN general assembly.

“Ending the question of #Palestine in line with international law is possible and necessary: end the genocide today, end the permanent occupation this year, and end apartheid,” she said.




Recognising Palestinian state must not distract from ending Gaza mass deaths, UN expert says


Wed 13 Aug 2025 05.00 EDT

She called for an embargo on all arms sales to #Israel and a cessation of trade agreements – as well as accountability for the war crimes and crimes against humanity with which the international criminal court has charged top #Israeli officials. She also called for a complete Israeli withdrawal from occupied territory by the 17 September deadline set by the #UN general assembly.

“Ending the question of #Palestine in line with international law is possible and necessary: end the genocide today, end the permanent occupation this year, and end apartheid,” she said.



in reply to Peter Link

Those countries be like see we support a palestinian state but yoy know hamas is the problem not the occupation so we need to continue to support the so called isrsel right to defend itself, keep doing military and economical cooperation


Recognising Palestinian state must not distract from ending Gaza mass deaths, UN expert says


Wed 13 Aug 2025 05.00 EDT

She called for an embargo on all arms sales to #Israel and a cessation of trade agreements – as well as accountability for the war crimes and crimes against humanity with which the international criminal court has charged top #Israeli officials. She also called for a complete Israeli withdrawal from occupied territory by the 17 September deadline set by the #UN general assembly.

“Ending the question of #Palestine in line with international law is possible and necessary: end the genocide today, end the permanent occupation this year, and end apartheid,” she said.



Germany: ING Bank to introduce Wero this month



in reply to pdqcp

How the world "should" respond to the thing we care about is an actively counter-productive thing to get hung up on.

Its much important how they do respond to it, and how we can reach those who don't connect with it

(And that doesn't just lecturing people and trying to brow beat them into caring about it, which seems like the default approach for a lot of foss folks 🥲 thats the opposite or reaching people, that's alienating them)

in reply to pdqcp

I’m an open source developer who’s put thousands of hours of work into my open source projects.

  • Amount of money I’ve made from writing and maintaining open source projects: $0
  • Amount of money I’ve made from writing and maintaining closed source projects: idk exactly, but probably close to $1,000,000 (over ten years of working in big tech)

I get wanting to use open source software. I want to use open source software. I want to write open source software. I do write open source software. But please understand that I only do that because I enjoy it. I also need to pay the bills, and there’s not much money in writing open source software.

If you value an open source project, especially if it’s just a small development team that doesn’t sell anything, please donate to them.

Right now, I run an email service, port87.com/, and it is technically closed source. But it’s built on my open source projects, Svelte Material UI, Nymph.js, and Nephele. Probably about 70% of the code that makes up Port87 is open source, and if you use Port87, you’re helping me continue to develop those open source projects. So even if you don’t donate to open source projects, there are other ways to contribute. Support companies who support open source projects.

in reply to hperrin

This sort of thing can't really be done in capitalism at all. Open Source (as it was advanced by Eric S. Raymond and the Mozilla Project back in the late 90s) was always stuck in a capitalist way of thinking.

In a society where everyone has their basic needs met and people are expected to contribute what they can, writing FOSS can be your contribution.

in reply to hperrin

The early mobile phone apps conditioned people to expect things free.

I donate to any project, open or closed source if it's worth it.



‘Jewish Jihad’ Has Seized Control of Israel


cross-posted from: lemmy.ml/post/34601111

reprinted with an introduction by World-Outlook
August 11, 2025
“I read and translate testimonies of people who walk 7 kilometers each way in order lug a sack of flour weighing 30 kilos in this horrific heat. How can we even imagine that? The extreme heat is also playing a part.

“It’s terribly frightening because every time, you feel as if you’ve crossed another threshold from which it’s already impossible to return. For example, the erasure of #Gaza — there is no way back from that. What that means is, that even if the last soldier returns to Israel today and the Gaza Strip is opened to the world, we’re in a situation in which there is no way to exist in Gaza.”




‘Jewish Jihad’ Has Seized Control of Israel


reprinted with an introduction by World-Outlook
August 11, 2025

“I read and translate testimonies of people who walk 7 kilometers each way in order lug a sack of flour weighing 30 kilos in this horrific heat. How can we even imagine that? The extreme heat is also playing a part.

“It’s terribly frightening because every time, you feel as if you’ve crossed another threshold from which it’s already impossible to return. For example, the erasure of #Gaza — there is no way back from that. What that means is, that even if the last soldier returns to Israel today and the Gaza Strip is opened to the world, we’re in a situation in which there is no way to exist in Gaza.”



in reply to mrdown

And what everyone else means is the 1940s is still about 50 years too late...

It's started in the late 19th century, that means like the 1890s.

in reply to Peter Link

This has all the appearance of blogspam, they'te just regurgitating a legitimate news site.

If you can link to the orginal, that's allowed, this is not.

"The following was the lead article in the Israeli daily Haaretz on August 7, 2025"



‘Jewish Jihad’ Has Seized Control of Israel


cross-posted from: lemmy.ml/post/34601111

reprinted with an introduction by World-Outlook
August 11, 2025
“I read and translate testimonies of people who walk 7 kilometers each way in order lug a sack of flour weighing 30 kilos in this horrific heat. How can we even imagine that? The extreme heat is also playing a part.

“It’s terribly frightening because every time, you feel as if you’ve crossed another threshold from which it’s already impossible to return. For example, the erasure of #Gaza — there is no way back from that. What that means is, that even if the last soldier returns to Israel today and the Gaza Strip is opened to the world, we’re in a situation in which there is no way to exist in Gaza.”




‘Jewish Jihad’ Has Seized Control of Israel


reprinted with an introduction by World-Outlook
August 11, 2025

“I read and translate testimonies of people who walk 7 kilometers each way in order lug a sack of flour weighing 30 kilos in this horrific heat. How can we even imagine that? The extreme heat is also playing a part.

“It’s terribly frightening because every time, you feel as if you’ve crossed another threshold from which it’s already impossible to return. For example, the erasure of #Gaza — there is no way back from that. What that means is, that even if the last soldier returns to Israel today and the Gaza Strip is opened to the world, we’re in a situation in which there is no way to exist in Gaza.”





‘Jewish Jihad’ Has Seized Control of Israel


reprinted with an introduction by World-Outlook
August 11, 2025

“I read and translate testimonies of people who walk 7 kilometers each way in order lug a sack of flour weighing 30 kilos in this horrific heat. How can we even imagine that? The extreme heat is also playing a part.

“It’s terribly frightening because every time, you feel as if you’ve crossed another threshold from which it’s already impossible to return. For example, the erasure of #Gaza — there is no way back from that. What that means is, that even if the last soldier returns to Israel today and the Gaza Strip is opened to the world, we’re in a situation in which there is no way to exist in Gaza.”



How language is hiding the real internet from you




Dutch Signal Group


Today we started a Dutch group on Signal. Do you like to share your knowledge and experience with other Dutch speakers? Then join our group via the link: signal.group/#CjQKIBGAZH8kgzbC…
in reply to dysprosium

Look the OP has this account created 2 hours ago, and posted this right after, sure it is


SMplayer...jitter? Slightly choppy framerate


Hi guys!
So...I have a beefy AMD PC, CPU AMD 7700, GPU 7800XT 16GB, 32GB RAM. Maybe not top of the line, but definitely capable of playing about any kind of video. Well...not with SMPlayer! I get a slightly choppy playback. Like, if the movie being played is 24.97FPS, it feels to be playing at...23FPS? It's hard to tell as there's no obvious proof of what I'm saying. It's usually ok on normal dialog scenes, but super noticeable when the the camera pans around. It can be very distracting.

But VLC on default settings plays the same file consistently better, no noticeable jitter. This applies to about any 1080p/4K file. Also not crazy bandwidth nor anything, a bit under 2GB for 1h worth of video on most TV shows.
SMPlayer uses video output driver - GPU, and in Performance, hardware decoding is set to Auto. I've toyed with several of these settings (vdpau, vulkan, wayland-copy...about anything available in the lists), to no avail. I have checked both with mplayer or mpv as multimedia engine (by default it's specified as 'other' and then the /usr/bin/mpv). Either option has differences, but still get the same...choppy playback. Any idea of what could be wrong? I have no clue on how to troubleshoot this.
I'm using NobaraLinux (Fedora 42, KDE plasma edition).

EDIT: It seems to be refresh rate. The videos are 24, or 24.97FPS, and that doesn't convert well to 60Hz. If depending on the video file I change the output to the TV to 24Hz or 50Hz (I don't have 25 nor 40Hz) then the playback seems perfectly smooth. My follow-up question would be, how can I do this automatically from SMPlayer? Is there a way it either adjusts the screen refresh rate, or interpolates the playback FPS to account for the existing refresh rate?

Questa voce è stata modificata (1 mese fa)
in reply to iturnedintoanewt

U definitely not enabled hard acceleration in settings choose auto-safe in the list
Questa voce è stata modificata (1 mese fa)
in reply to anon5621

As i said, it is enabled. I tested it and it runs fine. But it jitters. Even with acceleration off, this computer is more than capable of playing video off of the cpu and not dropping a single frame.
Questa voce è stata modificata (1 mese fa)



Israeli controlled UN will add Hamas to blacklist of groups that commit sexual violence as weapon of war without any evidence


After the Dinah Project ~~revealed~~ falsified dozens of testimonies of rape, sexual assault and intentional mutilation on October 7 and against hostages, the UN secretary-general will add the terrorist organization to the list of perpetrators of sexual violence in wars; draft report to be presented to the Security Council also contains warning that Israel may be included on list

https://archive.is/sKiu0

in reply to mrdown

There are a few companies on the UN blacklist. But these falsified rape allegations of which the UN and Israel have no evidence are primarily so that countries can smear smear Hamas and prevent organizations such as UNRWA from working with the government of Gaza to help Palestinians.

The UN is directly committing genocide with this designation

Questa voce è stata modificata (1 mese fa)


Free select screenshot tool for Pop


Hi all. New to Linux, just installed Pop yesterday. I'm trying to find a screenshot tool which allows freeform selection, something which was built into Windows via snipping tool. I've tried Flameshot, Shutter, and a half dozen other programs but either I'm blind or none of them have this functionality.

Can anyone recommend a program that does that? Thanks!

Edit:

Clarification: I want to be able to draw a shape, say a circle instead of a rectangle, and have the screenshot only be of what I've circled. Snipping Tool in Windows had this functionality, you could select that instead of a rectangle or square it would be freeform. I wanted to know if there was any Linux equivalent, because I haven't been able to find one on my own.

Questa voce è stata modificata (1 mese fa)
in reply to kosherbacon79

I use Spectacle for taking screenshots and I've enjoyed using it for several years. After that, I'd crop it in any image editor that has a freehand selector tool. Gimp would be the first thing I tried, but I'm sure you could find something easily enough.


Attic Insulation Installers: What You Need to Know for a More Comfortable Home


If you’ve ever stepped into your attic and felt like you were walking into a furnace—or a freezer, depending on the season—you’re not alone. In a climate like Scottsdale’s, where temperatures often soar above 100°F in summer, your attic plays a huge role in determining your home's comfort and energy efficiency. That’s where professional attic insulation installers come in. Whether you're building a new home, upgrading an older one, or just looking to cut down those soaring energy bills, installing or updating your attic insulation is one of the smartest investments you can make.

In this post, we’ll cover everything you need to know about attic insulation installation, from why it matters to how to choose the right installer in the Scottsdale area.

Why Is Attic Insulation So Important?
Attic insulation acts as a thermal barrier between your home and the outside environment. In the intense Arizona heat, proper insulation prevents the sun’s radiant heat from penetrating your living spaces. During the cooler months, it works in reverse—keeping the heat inside where it belongs.

Here’s how attic insulation benefits your home:

Lower energy bills – By reducing the amount of heat entering in summer and escaping in winter, your HVAC system doesn’t have to work as hard.

Improved indoor comfort – No more drastic temperature swings between rooms or floors.

Extended HVAC lifespan – Less strain on your heating and cooling systems means fewer repairs and a longer operational life.

Environmental benefits – Reduced energy use means a smaller carbon footprint.

Types of Attic Insulation
Before diving into the installation process, it’s helpful to understand the types of attic insulation available:

  1. Blown-In (Loose-Fill) Insulation
    This is one of the most common types for attics. It’s made of fiberglass or cellulose and is ideal for irregular or hard-to-reach areas. It's fast to install and great for topping off existing insulation.
  2. Batt (Roll) Insulation
    Typically made from fiberglass, batt insulation comes in pre-cut panels. It works well in attics with standard joist spacing and few obstructions.
  3. Spray Foam Insulation
    This option offers superior thermal performance and air sealing but tends to be more expensive. It's especially useful if your attic is prone to air leaks or moisture problems.

Why Hire Professional Attic Insulation Installers?
You might be tempted to tackle attic insulation as a DIY project, but here’s why working with professionals—like our team at Scottsdale Attic Insulation—makes a big difference:

  1. Accurate Assessment
    A certified installer will assess your current insulation, check for air leaks, and identify moisture issues before recommending a tailored solution.
  2. Proper Installation
    Even the best insulation materials won’t perform well if they’re improperly installed. Professionals ensure coverage is consistent and complete, avoiding gaps that reduce effectiveness.
  3. Safety First
    Working in an attic can be dangerous. Trained installers have the equipment and experience to avoid injury, electrical hazards, and exposure to insulation materials.
  4. Building Code Compliance
    Insulation requirements vary by region. A licensed installer ensures your home meets Scottsdale’s building and energy codes, which is especially important if you plan to sell your home in the future.

What to Expect During the Installation Process
At Scottsdale Attic Insulation, we make the process as smooth and transparent as possible. Here’s what typically happens:

Inspection & Evaluation – We start with a thorough inspection of your attic to evaluate current insulation levels, ventilation, and potential problem areas.

Custom Recommendations – Based on your home’s specific needs, we recommend the best insulation type and R-value (thermal resistance).

Prepping the Space – We seal any air leaks, repair damage, and ensure the attic is clean and safe for installation.

Insulation Installation – Whether it’s blown-in fiberglass or spray foam, our team installs your new insulation with precision and care.

Final Inspection – After installation, we double-check everything to ensure maximum performance and customer satisfaction.

Questions to Ask Your Attic Insulation Installer
Choosing the right contractor matters. Here are a few questions to ask before hiring someone:

Are you licensed and insured?

What type of insulation do you recommend for my home, and why?

How long will the installation take?

What R-value do you suggest?

Do you offer any warranties or guarantees?

Why Choose Scottsdale Attic Insulation?
We’re a local team that understands the unique challenges of insulating homes in the Sonoran Desert climate. Our focus is on high-quality materials, expert installation, and honest service. When you work with us, you're not just improving your home's comfort—you’re investing in long-term energy savings and peace of mind.

Ready to Make Your Home More Efficient?
If you’ve been noticing higher utility bills, hot or cold spots in your home, or if it’s just been a while since your attic insulation was evaluated, now’s the perfect time to schedule an inspection. At Scottsdale Attic Insulation, we’re here to help with friendly, professional service every step of the way.

Technology reshared this.



Blown In Insulation: Everything You Need to Know for a More Comfortable Home


If you’re a homeowner in Scottsdale or the surrounding areas, you probably already know how critical proper insulation is to maintaining comfort and reducing energy bills. But if your attic insulation is outdated, compressed, or simply insufficient for our intense Arizona climate, your home could be losing a lot of energy—and money. One of the best solutions to upgrade your home's energy efficiency is blown in insulation.

In this article, we’ll break down everything you need to know about blown in insulation, from how it works and what materials are used, to its many benefits and why it's such a smart investment for Scottsdale homes.

What Is Blown In Insulation?
Blown in insulation—also known as loose-fill insulation—is a type of insulation made from small particles of material that are blown into place using specialized equipment. This allows the insulation to fill cavities and cover irregular spaces more completely than traditional batts or rolls.

There are two main types commonly used in attics:

Cellulose – Made from recycled paper products treated with fire retardants.

Fiberglass – Made from spun glass fibers and also treated for fire safety.

Both types are highly effective at creating a thermal barrier that helps keep indoor temperatures stable all year round.

How Is It Installed?
The process is quick, clean, and minimally invasive—making it a favorite among homeowners and insulation pros alike.

Assessment: A professional will inspect your attic to determine how much insulation is needed and identify any issues like leaks, pests, or inadequate ventilation.

Preparation: If existing insulation is damaged or needs to be removed, that step comes first.

Installation: A blowing machine is used to distribute the loose-fill material evenly across the attic floor, filling every nook and cranny.

Finishing Touches: The insulation is leveled to a consistent depth to ensure optimal performance.

For most standard-size homes, the entire process can often be completed in just a few hours.

Why Scottsdale Homes Need Blown In Insulation
Arizona’s climate poses unique challenges—especially the extreme summer heat. Blown in insulation can significantly improve your home’s ability to withstand these temperatures. Here’s how:

Improved Energy Efficiency: A well-insulated attic can lower your cooling bills by up to 20%. Blown in insulation helps create a strong thermal barrier that keeps your AC from working overtime.

Year-Round Comfort: While summers get all the attention, Scottsdale can also see chilly desert nights in the winter. Blown in insulation helps regulate indoor temperatures in all seasons.

Moisture and Mold Resistance: When properly installed, blown in insulation can also help reduce the risk of moisture buildup—especially with cellulose, which is treated to resist mold and pests.

Environmentally Friendly: Cellulose is made from recycled materials, and fiberglass has a relatively low environmental footprint. Both options contribute to greener living.

The Benefits of Blown In Over Other Insulation Types
You might be wondering how blown in insulation compares to traditional batt or spray foam insulation. Here's a quick breakdown:

Feature Blown In Insulation Batt Insulation Spray Foam
Coverage Excellent – fills gaps completely Good – may leave gaps Excellent
Installation Speed Fast Moderate Slower
Cost Affordable Affordable Higher
Sound Dampening Great Moderate Good
Best Use Attics, retrofits Walls, new construction Sealing air leaks

For many Scottsdale homeowners, blown in insulation offers the best combination of performance, affordability, and ease of installation—especially for upgrading attics.

How Long Does It Last?
When professionally installed and maintained, blown in insulation can last 20 to 30 years or more. It doesn't settle as quickly as many people assume, especially modern fiberglass versions, and remains effective for decades. Regular inspections can help ensure it maintains its depth and effectiveness over time.

When Should You Consider Upgrading?
If you’re experiencing any of the following, it might be time to upgrade your attic insulation:

High energy bills, especially in summer

Uneven indoor temperatures

Drafts or hot spots in the home

Old or damaged insulation

Preparing to sell your home and want to improve energy ratings

Upgrading to blown in insulation is not only practical but also one of the most cost-effective ways to boost your home’s energy efficiency and resale value.

Why Work With Scottsdale Attic Insulation?
At Scottsdale Attic Insulation, we specialize in helping local homeowners stay cool in the summer, warm in the winter, and save money all year round. Our experienced technicians use high-quality materials and state-of-the-art equipment to ensure your blown in insulation is installed perfectly the first time.

We understand the unique needs of homes in the Scottsdale area and take pride in providing honest, friendly service with results you can feel.

Final Thoughts
Blown in insulation is a simple yet powerful upgrade that offers immediate and long-term benefits for homeowners in Scottsdale. Whether you’re dealing with rising energy costs, uneven temperatures, or just want to make your home more eco-friendly, blown in insulation is a smart, effective solution.

Ready to improve your home’s comfort and efficiency? Contact Scottsdale Attic Insulation today for a free consultation and find out how blown in insulation can make a big difference in your home.

Technology reshared this.



in reply to xc2215x

We've ignored and tacitly (outwardly) supported this long enough! It's time to do something ineffective
Questa voce è stata modificata (1 mese fa)