Salta al contenuto principale



Bill Burr Says ‘CNN and Fox News Are a F—ing Disease,’ Fires Back at ‘Horrible’ Conservatives Bashing Him as ‘Woke’: ‘They’re Racists’ and ‘Cowards’


Bill Burr gave a no-holds-barred interview to Vulture where he called CNN and Fox News a “fucking disease” and railed against conservatives like Ben Shapiro for trying to brand him as some “woke” comedian. Burr and Shapiro got into a public spat earlier this year when Shapiro blasted Burr for “going woke” after the comedian took aim at “selfish” and “greedy” CEOs in the wake of the murder of UnitedHealthcare chief executive Brian Thompson.

“He doesn’t even know what that word means,” Burr now told Vulture about Shapiro. “His definition of woke is white liberals’ definition of woke, and they didn’t even know what it was; they just took the word from Black people. That’s the worst thing about our people — not only do we take from other cultures, we don’t even take the time to understand the definition.”

Burr’s comedy has become increasingly political in recent years, although he makes a point to lambast both the right and the left. This decision has resulted in each side of the political aisle accusing Burr of siding with the other, not that the comedian cares anymore.

“I trash ’em both because that is my job,” Burr told Vulure. “I can’t fix the political system, but when I do stand-up, if I start trashing, like, Trump, I’d hear the left in the crowd go, ‘Yeah, yeah, yeah!’ And I’d be like, ‘The fuck? You voted for a guy that is staring off into space. Your guy literally should be in a fucking home. What are you patting yourself on the back for? Your fucking party has not let you choose your candidate since Obama’s second term. You’re liberal? That’s fucking insane.’ I’m not flying either one of their flags; it’s the people who pay them that’s the problem. And they’re always distracting us with other stuff. CNN and Fox News are a fucking disease.”


in reply to geneva_convenience

Always centering Palestinians as the instigators is an admission that she will never change her mind.
in reply to apfelwoiSchoppen

When October 7 happened few people dared to give context and said Israel had been oppressing Palestinians for 80 years. They were attacked for it. Because "that's not relevant and nothing can justify October 7".

But starting off every conversation about Israel starving a 3 year old child to death by first blaming Israel's entire genocide on October 7 is completely fine.

All while Israel kills more people than October 7 bi-weekly.

Questa voce è stata modificata (1 mese fa)


The impossibility of banning encrypted communication?


Forgive me if this is an obvious stupid question, but with all this talk (again) about the EU trying to force chat platforms to check the content of its messages, I can help but think: how are they ever going to prevent me and my friend from sharing public keys and using them to encrypt our messages to each other? In other words: how are they ever going to be able to ban encryption?
Questa voce è stata modificata (1 mese fa)
in reply to Zerush

Maybe I'm missing the point (or a joke) but could you explain how this will save us from governmental monitoring?
in reply to KurtVonnegut

Do you really think that they still are monitoring an paleolitic, forgotten since almost 50 years (1971), pre-internet command line protocol, like Finger, transmitted with a Ping not even over web? They have enough with monitoring high tech steganographic encrypted chats and socialnet, I2P and TOR network. It's something like a knock on the door, asking if someone is at home, serve for short text messages Often the best hideout is a plain sight,

Type in your command line

finger zerush@happynetbox.com

Questa voce è stata modificata (1 mese fa)


Linux on a 2014 macbook air?


A friend of mine has an old macbook air. It still works, more or less, but the OS isn't getting any updates anymore, and updating to the latest OS seems dicey.

Has anyone had experience installing linux on an old macbook? From a quick internet search it looks like you can just make a bootable USB and have at it. Thinking mint because it's popular and my friend is a pretty basic user. The laptop will be mostly used for like youtube/netflix and basic web browsing.

Edit: a little extra context: I am moderately comfortable with Linux. I ran mint for a while on my desktop, and I've done software development for a job. I can install docker and start a python project fine, but I'd use a GUI for like partitioning a hard drive.

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

Try some debian or antix they go well with older stuff. I have a old 2015 laptop. I run gnome debian 12. Ran antix prior. Its pretty solid.

The installers come with gui partition stuff so don't worry.

in reply to jjjalljs

Update: installed mint. Seems work. Had a problem where it couldn't see the HD. Had to change an option in grub

Pasting what I found online to fix it:

"""
thank you so much! what was the solution!

for anyone might read this in the future: in the bootmenu where u can select which version of linux u wanna boot u can press "e" and then u need to add intel_iommu=off at the end of the line of the "linux" row - i had some double dashes at the end for me it did the job when I add them before the double dashes.

Then I could see the harddrive and install mint mate on my old macbook air

also needed later on to set the parameter permantent by opening a terminal and used this command
sudo nano /etc/default/grub

edited this line like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=off"
then save and exit nano and this command for updating the boot thingy

sudo update-grub
"""







Partnership with Huawei: How Kazakhstan Plans to Develop 5G, Cloud, and AI


archive.ph/BakHV
in reply to ☆ Yσɠƚԋσʂ ☆

Of course it does. It's stolen Nortel stuff.

But, you see, the theft is the problem. I hoped that was obvious.

in reply to corsicanguppy

Literally everybody steals and copies tech from everyone else. I hoped that was obvious.


Best game engine to start with as a beginner to gamedev and linux?


I switched to catchyos not too long ago but i also want to get into gamedev im just not sure which engine to go with? I looked in scratch but i find it annoying (visual scripting). Im not sure if i should try godot or some other engine now. Im also not sure where to post at sense itch has become questionable, i also want to try game jams aswell.
in reply to GrumpyCat

Hi, game developer here.

If you're just starting out, Unity is a bit more mature and established - and it works fine on Linux. There are also quite a few resources for getting started that apply to the current version out there (E.g. It isn't rapidly changing too much at the moment for someone just starting out). It also has the best mobile support of any engine out there, so if you want to test your game on a phone that's your best bet.

Godot is popular among hobbyists, and could be a fun start, but I don't know of any serious games being made in it yet (having said that, I know quite a few folk who are currently evaluating it, so maybe in a few years).

But, really, my recommendation is to focus on learning a programming language first. Figure out the ins and outs of basic C#, then start learning about an engine that utilizes it.

I'm only saying this because it sounds like you're looking into how to build games, not just one specific role of the process: if that's the case, starting with some basic C# tutorials/classes would help a lot.

Once you know the be basics it will be much simpler to work with an established Engine, and jumping from one to another will also have less friction.

Finally, remember that scratch is a good tool to learn about how to program. If you're feeling like you've mastered it, now is a great time to move on to a proper programming language.

Questa voce è stata modificata (1 mese fa)


Protests in Israel - Haaretz


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

Over the past week, Tel Aviv-Jaffa saw a myriad of protests, each with its own message. But the movements must now truly join forces – Gaza's children and Israel's hostages can't wait for us to build the perfect coalition

from Haaretz Today via email
Israel News, Thursday, 31.07.2025
Linda Dayan

[an Israeli liberal perspective on various protests going on in Israel right now]

Each of these demonstrations carries its own message. At one, saying "starvation isn't a Jewish value" would be considered provocative; at another, signs declare "end the genocide." Some rail against the government for allowing Haredi youth to dodge the military draft, while others call for wholesale refusal to serve in the military at all.




Protests in Israel - Haaretz


Over the past week, Tel Aviv-Jaffa saw a myriad of protests, each with its own message. But the movements must now truly join forces – Gaza's children and Israel's hostages can't wait for us to build the perfect coalition


from Haaretz Today via email
Israel News, Thursday, 31.07.2025
Linda Dayan

[an Israeli liberal perspective on various protests going on in Israel right now]

Each of these demonstrations carries its own message. At one, saying "starvation isn't a Jewish value" would be considered provocative; at another, signs declare "end the genocide." Some rail against the government for allowing Haredi youth to dodge the military draft, while others call for wholesale refusal to serve in the military at all.





Protests in Israel - Haaretz


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

Over the past week, Tel Aviv-Jaffa saw a myriad of protests, each with its own message. But the movements must now truly join forces – Gaza's children and Israel's hostages can't wait for us to build the perfect coalition

from Haaretz Today via email
Israel News, Thursday, 31.07.2025
Linda Dayan

[an Israeli liberal perspective on various protests going on in Israel right now]

Each of these demonstrations carries its own message. At one, saying "starvation isn't a Jewish value" would be considered provocative; at another, signs declare "end the genocide." Some rail against the government for allowing Haredi youth to dodge the military draft, while others call for wholesale refusal to serve in the military at all.




Protests in Israel - Haaretz


Over the past week, Tel Aviv-Jaffa saw a myriad of protests, each with its own message. But the movements must now truly join forces – Gaza's children and Israel's hostages can't wait for us to build the perfect coalition


from Haaretz Today via email
Israel News, Thursday, 31.07.2025
Linda Dayan

[an Israeli liberal perspective on various protests going on in Israel right now]

Each of these demonstrations carries its own message. At one, saying "starvation isn't a Jewish value" would be considered provocative; at another, signs declare "end the genocide." Some rail against the government for allowing Haredi youth to dodge the military draft, while others call for wholesale refusal to serve in the military at all.





AMOLED Linux?


As I get older I am LOVING dark mode on everything. Does anyone know how to make the UI for my Debian Distro 100% AMOLED black almost like an Inverted color scheme in windows 11?
in reply to WaffleWarrior

You don't need to change desktop environments just change your shell theme. You can do it on Gnome with the extension User Themes. While your at it grab blur my shell.
in reply to WaffleWarrior

I havent used Ubuntu in a long time but im guessing its a similar process to Debian. Open terminal and type

sudo apt install gnome-tweaks

sudo apt install gnome-shell-extensions

sudo apt install gnome-shell-extension-manager


Go into the extension manager. Click browse and search for and get blur my shell, and User Themes. Go to gnome-look.org and go to the gnome shell section and find a theme you like. Place it in the /.themes folder (located in Home create this folder if needed), then click the gear next to User Themes and select the theme you added.

Make sure you get a gnome theme that is made for your current version of gnome or itll look janky. Blur my shell will take your desktop background and fill in some of the dead space with that. There are other nice extensions too. Lock screen Background, AppIndicator and KstatusNotifierItem Support, Caffeine, Weather O'Clock, are some i use.

Mess around with it a bit and get a feel for it is my suggestion. It should be easily reversible so dont be afraid to try stuff out. (You can turn extensions on/off with a click)

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

You know, putting up a black theme on your desktop environment is not difficult, you can probably find some online for your DE. The problem is the screen of your laptop/PC. Unless your laptop/monitor is a very expensive one, or a Mac, chances are you're using a cheaper panel. And slapping a 100% black theme there won't make it as black as you imagine it to be (as in your phone, for example, which usually use good quality screens).


Protests in Israel - Haaretz


Over the past week, Tel Aviv-Jaffa saw a myriad of protests, each with its own message. But the movements must now truly join forces – Gaza's children and Israel's hostages can't wait for us to build the perfect coalition


from Haaretz Today via email
Israel News, Thursday, 31.07.2025
Linda Dayan

[an Israeli liberal perspective on various protests going on in Israel right now]

Each of these demonstrations carries its own message. At one, saying "starvation isn't a Jewish value" would be considered provocative; at another, signs declare "end the genocide." Some rail against the government for allowing Haredi youth to dodge the military draft, while others call for wholesale refusal to serve in the military at all.
Questa voce è stata modificata (1 mese fa)


The Russian Armed Forces take Konstantinovka in a pincer grip — "Military Correspondents"





in reply to jackeroni

You would think getting ratioed this often might give you a clue as to how unpopular your opinions are.
in reply to Forester

we are not the same person lol

I barely have time to post on this account let alone an entirely separate one

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

You say this as his post is currently -38 over positive 25 but I guess you live in one of the triads where our discontent don't federate. merriam-webster.com/slang/rati…
Questa voce è stata modificata (2 settimane fa)
in reply to Forester

Yes, I mention the fact that popularity has no bearing on whether an idea is correct in response to another moron claiming that popularity makes their idea correct, fucking duh, learn to read
in reply to Amnesigenic

Or maybe just maybe your trapped in an echo chamber. my buddy your necroing a 30 day old thread to stand up for and proudly chest beat about humans killing other humans because you like how red some of those humans leaders claim to be. It's a disgusting take you should re-evaluate. Also the attack that your jabroni is beating his dick over failed and all those Russians are dead now in addition to countless more ukranians

So ultimately you need to take a minute and reflect do you want more dead Russians or do you want more alive Russians. The war continuing only makes more dead Russians. I hate the Russian gov but I am and always will feel for the Russian people led into the slaughter.

Questa voce è stata modificata (2 settimane fa)
in reply to Amnesigenic

I think that's very funny that you're saying this while based on your timestamps and time zone history, you're either posting from China or Siberia. But thank you for assuming that my fascist fuck face government pays me

I am disappointed however that you were not able to answer whether your intention is for more Russians to die or for less Russians to die.

Questa voce è stata modificata (2 settimane fa)
in reply to Forester

My timestamps don't tell you anything past what time I was online, you're either sincerely delusional or completely full of shit


BRICS not working against other countries — Kremlin



in reply to IHave69XiBucks

The unfortunate thing about the internet is all the people who agree with this sentiment are scattered across the globe. You'd have to do flyers in your local community or something
in reply to Dialectical Idealist

Yeah thats the tough part. Ive thought about doing a like underground commie ring when i start taking classes at college. Could put flyers up with QR codes to add me on something like Briar and vett then add people to a group. Could be useful for meeting likeminded local people and doing some organizing while in school. Just gotta put the flyers up at night with a mask on or something so the school cant link it to me.


in reply to crankyrebel

Don't worry. If we all go out and buy ourselves a birthday cake, you didn't just depressively try to fill the hole in your soul with cake, you had cake with fellow community members.


Trump extends deadline for tariff deal with Mexico by another 90 days


Donald Trump has extended the deadline for a tariff deal with Mexico by another 90 days, fuelling speculation he could announce pauses for dozens of other countries that face punitive higher import duties from Friday.

As the countdown continues to his deadline for a trade deal – already extended by four weeks from the original 90 days – the US president said he had made the decision to offer more time to Mexico because of the complexities of the trading relationship.

He wrote on social media: “We will be talking to Mexico over the next 90 Days with the goal of signing a Trade Deal somewhere within the 90 Day period of time, or longer.”

A little more than two weeks ago Trump threatened the EU and Mexico with tariffs of 30% on most exports to the US, but last Sunday he concluded a deal with Brussels with a 15% baseline rate from 1 August.

#USA


What to Do — And Not to Do — About a Judge Like Emil Bove


President Donald Trump’s second term has so far been a constant barrage of unconstitutional actions and illegal orders. So it was thus no surprise when the Senate on Monday confirmed Trump’s former personal lawyer and Justice Department lackey, Emil Bove, to a lifetime appointment on the 3rd U.S. Circuit Court of Appeals.

That 50 Republican senators would install this fascist bootlicker to one of the most powerful judicial positions in the land for life is, as MSNBC legal analyst Andrew Weissmann put it, “a nail in the coffin” for a system of checks and balances on authoritarian presidential overreach.

There’s a risk, however, after a grave blow like this to legal, political, and constitutional norms, that liberal epitaphs to the American constitutional order will mourn the wrong thing.



Colonial Theft: How Western Nations are Looting Ukraine's Cultural Treasures



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

On the one hand, yes, Dems aren't doing shit for us.

On the other hand, no. Republicans built this concentration camp and I dont believe it would exist if Trump lost.

in reply to Stillwater

You’re right it wouldn’t exist right now if Trump hadn’t won, but Democrats don’t have a good record of closing shit like this, either. Guantanamo Bay was supposed to be closed when Obama got elected, Republicans were responsible for that one too.
in reply to Catoblepas

Right. Dems maybe wouldnt have opened this but they won't close it either.
in reply to Stillwater

That's how the two arms of the oligarch party work together. The republicans pass things that are unpalatable, and dems make sure these things become institutionalized.


Russia’s International Reserves Hit Record $695.5 Billion



in reply to jackeroni

While knowledge of electricity dates back centuries, common electrification didn't start until the 1880s when Canada, Australia, Japan, the UK, and the US each had a small rudimentary system in place, but the countries were hardly electrified. Since it's not yet 2080, it cannot be said Africa has been denied electrification for centuries, just one century at best. From there i would have to ask why should it be Europe's or China's responsibility to electrify Africa? After visiting South Africa last year, and I cannot speak about other nations; it's readily apparent that they themselves are the deniers of electricity and other pieces of modern infrastructure. I have no doubt or illusions that forces outside SA play a role in this, but the people and government of SA need to determine what it is they want.
in reply to jackeroni

Thank God! Because we all know those backward Africans never could have done it on their own 🙄



Three Reasons Why Chasov Yar’s Fall Spells Doom for Ukraine – and What Comes Next




Lingmo OS???


Hello, Linux people.
Anyone tried lingmo os? Is it stable? In videos the interface looks kinda clean and its based on Debian. Sounds nice. Anyone made some tests?
Greetings

lingmo.org/

in reply to Verax

Damn this UI is sleek af
But as other said, this is a pretty recent one so I would wait a bit before making mines jump on this MacOS like island


Mac OS brew librewolf deprecated?


I reinstalled Librewolf via brew on my Mac and got this message:
Warning: librewolf has been deprecated! It will be disabled on 2026-09-01.

Any idea what's happening there?

Would love to have another way to use Librewolf on Mac OS btw... it has to be reinstalled regularly with "brew reinstall librewolf --no-quarantine" because the installation "is broken". Very annoying, but I love Librewolf!

in reply to massivemeatballs

For months (years?) I’ve been installing it on ARM-based Macs by using brew install --no-quarantine.
in reply to davel

The --no-quarantine flag might be deprecated. There's a discussion on homebrew github about disabling it, as Apple is closing the door on unsigned apps: github.com/Homebrew/homebrew-c…


LOW-maintenance distro solely for VPN hosting?


I want to run a small VM running a very low-maintenance distro for the sole purpose of running a private VPN (preferably WireGuard).

I do this because I want to access all of my ESXi VMs from WAN.

I'm thinking Fedora Server because it has roling-release, so I don't have to reinstall, I guess? But I want it to be very stable, because if it fails I lose access to ALL my VMs.

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

Alpine with a cronjob to apk -U upgrade or auto-updating Debian Stable


Immigrant with prosthetic legs thrown into solitary for griping about flooded cell: report


A Liberian-born double amputee was thrown into solitary confinement at a Georgia immigration detention center after refusing to enter his flooded cell — a move that could have destroyed his battery-powered prosthetic legs and left him unable to walk, according to a report.

Rodney Taylor spent three days in a "restrictive housing unit" at Stewart detention center after guards tried to force him into a cell with an inch of standing water. For Taylor, whose microprocessor-controlled prosthetic legs cannot get wet, entering that cell would have been catastrophic, The Guardian reported.

The 46-year-old barber has lived in the U.S. nearly his entire life after arriving from Liberia as a child on a medical visa. He underwent 16 operations and has only two fingers on his right hand.

#USA


World’s ‘oldest baby’ born from embryo frozen in 1994


The world’s “oldest baby” has been born in the US from an embryo that was frozen in 1994, it has been reported.

Thaddeus Daniel Pierce was born on 26 July in Ohio to Lindsey and Tim Pierce, using an “adopted” embryo from Linda Archerd, 62, from more than 30 years ago.

In the early 1990s, Archerd and her then husband decided to try in vitro fertilisation (IVF) after struggling to become pregnant. In 1994 four embryos resulted: one was transferred to Archerd and resulted in the birth of a daughter, who is now 30 and mother to a 10-year-old. The other embryos were cryopreserved and stored.

“We didn’t go into it thinking we would break any records,” Lindsey told the MIT Technology Review, which first reported the story. “We just wanted to have a baby.”





How to test Wayland from a live USB? (Ubuntu/Kubuntu)


Does anyone know how to test a Wayland session with a Kubuntu 24.04 live USB? I'm testing it out now, but I see that it's using an X11 session. I'd like to test how the laptop would work under Wayland instead, before installing Kubuntu or Ubuntu for good.

Some web search lead to this post, which gives quite involved instructions but it's from 2020. Hopefully it's more straightforward now?

Cheers!

in reply to stravanasu

Those both default to Wayland for boot them up to live CD and test away
in reply to TechAngel

Thank you. This live USB defaulted to X11 for some reason, but I was able to change to Wayland after the session started.

It turns out Wayland doesn't support my touch/pen-screen: ""Unsupported platform detected. Currently only X11 is supported". So X11 it is.



Breaking Points - Green Beret GHF Whistleblower interview




Is there way to capture wayland with ffmpeg?


I know that OBS has pipewire window/screen capture but I want to use ffmpeg to capture as I can use x11grab on xorg
in reply to Waffelson

Do you specifically need ffmpeg? If it’s just screen recording from the terminal, wl-screenrec has the best performance (meaning low CPU usage) for Wayland screen capture. It does require the new screen capture extensions so it will depend on your compositor.
in reply to tekato

ffmpeg has very customizable options to record/stream, it gives many options to control which encoder to use, which max/min bitrate to use, which audio codec use, so it's almost obs but in cli world