over_clox likes this.
over_clox likes this.
Muss da noch was kommen oder darf ich weiter entspannt im CafĂ© sitzen und mit mir alleine sein? Unsere Autorin hat fĂŒr sich eine Antwort gefunden.Anna Fastabend (taz)
I love ray tracing and path tracing when they're done right. Ik fully ray traced scenes are hardly playable even on high end cards without upscaling but like if one has a powerful enough card, why not utilize its potential? Yet most people don't seem to care about RT.
When it comes to upscaling though, I hate it, and I'm not even talking about frame gen. It makes things look blurry and causes annoying artifacts. I think playing on lowest settings with clear textures is more enjoyable long term than maxed out in 4k with a consistently blurry image. Also this new technology makes devs care less about optimization (which will backfire btw as we're approaching the physical limit of transistor size).
And if I called Google AI as dumb as a box of rocks, isn't that also just about as insulting?
My own computer is a piece of shit by modern day standards. Is my computer offended when I call it a piece of shit? Nope.
Again, I'm not insulting a person, so I don't see how anyone would take it personally or get offended. Totally different context.
Don't feed the trolls. OP's account is apparently just barely over an hour old, and all their posts are hateful.
Report them and move on, I already have. When the mods check, I'm sure they'll deal with it quickly.
over_clox doesn't like this.
Telegram co-founder Pavel Durov will divide his estimated $117 billion fortune among his 106 plus children upon his death, he said: The kids include those who were naturally conceived and as a sperm donorRachel Raposas (PEOPLE)
Favorite recipes
Favorite cocktails
Favorite video games
Favorite Linux distro if you want to see a small scale war
As the tentative launch date for Tesla's Robotaxi service approaches, more details are emerging, including the presence of a human safety driver and other key aspects.David Uzondu (Neowin)
So it's a taxi.
Motherfucker loves trying to reinvent the wheel only to end up at the goddamn wheel.
"I'ma invent a giant system that goes underground so we can move people around faster!" That's a subway, you santorum-covered condom.
An archaeological dig underway in Milam County is helping a Native American tribe rediscover and preserve its past.Rudy Koski (FOX 7 Austin)
I got back yesterday from working on this dig. It was my first field school experience â but despite the fuckery that is tent-camping in central Texas midsummer, I can safely say Iâll be back every chance I get.
If anyone reading this needs a push to get involved with their local org: do it! Best decision Iâve ever made, and the best pool of people Iâve ever met.
The project was a beautiful reminder that even in rural Texas, there are plenty of unsung heroes out in the wild who dedicate their entire lives to building community and looking out for others.
The emergence of social media has destroyed all the small communities to standardize communication and information.
It's a bit of a digital version of rural exodus. And since 2017/2018, I've noticed that everything that, in my opinion, represented the internet has disappeared.
I've known Lemmy for a few hours and I feel like I'm back in the early spirit of the internet.
ChunkMcHorkle likes this.
lol no shit many Americans donât own a kettle, they apparently rank 36th in tea consumption per capita. Breaking news lads, they arenât as enamored with it as the next higher usage countries.
List of countries by tea consumption per capita
The UK is 3rd, behind Ireland and Turkey. Get your shit together, UK.
Head of U.S. rates strategy at TD Securities, Gennadiy Goldberg, said that the crux of the $37 trillion problem is that no one knows at what level the debt becomes unsustainable. Treasury Secretary Scott Bessent acknowledged that the U.S. government has a spending problem, not a revenue problem.
Goldberg agrees with Bessentâs argument but states that the U.S. also does not tax much compared to both the size of the countryâs GDP and government outlays. He believes that either taxes have to go up, spending has to come down, or some combination of the two, but warned that itâs very complicated to figure out.
The White House said on June 7 that the GOP tax bill significantly improves the countryâs fiscal trajectory by including $1.7 trillion in mandatory savings, while Trumpâs tax cuts will spur economic growth. Democrats have pointed to analyses showing the billâs tax cuts will benefit wealthier Americans far more than low- and middle-income workers while also adding to the national debt.
https://www.cryptopolitan.com/u-s-national-debt-crosses-37-trillion/
cross-posted from: lemmy.ml/post/31984374
Head of U.S. rates strategy at TD Securities, Gennadiy Goldberg, said that the crux of the $37 trillion problem is that no one knows at what level the debt becomes unsustainable. Treasury Secretary Scott Bessent acknowledged that the U.S. government has a spending problem, not a revenue problem.
Goldberg agrees with Bessentâs argument but states that the U.S. also does not tax much compared to both the size of the countryâs GDP and government outlays. He believes that either taxes have to go up, spending has to come down, or some combination of the two, but warned that itâs very complicated to figure out.
The White House said on June 7 that the GOP tax bill significantly improves the countryâs fiscal trajectory by including $1.7 trillion in mandatory savings, while Trumpâs tax cuts will spur economic growth. Democrats have pointed to analyses showing the billâs tax cuts will benefit wealthier Americans far more than low- and middle-income workers while also adding to the national debt.
CSU-Landesgruppenchef Hoffmann kĂŒndigt an, den Vorschlag der Linkspartei fĂŒr das Parlamentarische Kontrollgremium nicht zu unterstĂŒtzen. Mit der nominierten Fraktionschefin Reichinnek sei keine Zusammenarbeit möglich.tagesschau.de
\#!/usr/bin/env bash
\#set -x
## Define variables
MEM_SIZE="8192" # Memory setting in MiB
VCPUS="2" # CPU Cores count
\#OS_VARIANT="rocky9" # List with osinfo-query os
OS_VARIANT="rhel7.9" # List with osinfo-query os
ISO_FILE="~/Documents/software/os/RHEL-7.9-20200917.0-Server-x86_64-dvd1.iso" # Path to ISO file
case $OS_VARIANT in
rhel7.9)
KS=ks7.cfg;;
rocky9)
KS=ks9.cfg;;
esac
echo -en "Enter vm name: "
read VM_NAME
OS_TYPE="linux"
echo -en "Enter virtual disk size : "
read DISK_SIZE
DISK=~/.local/share/libvirt/images/${VM_NAME}.qcow2
echo "Creating disk"
sudo virt-install \
--name ${VM_NAME} \
--memory=${MEM_SIZE} \
--vcpus=${VCPUS} \
--location ${ISO_FILE} \
--network network=default \
--disk path=${DISK},size=${DISK_SIZE} \
--graphics=none \
--os-variant=${OS_VARIANT} \
--console pty,target_type=serial \
--initrd-inject ~/virt/${KS} --extra-args "inst.ks=file:/${KS} console=tty0 console=ttyS0,115200n8"
<network connections='3'>
<name>default</name>
<uuid>61afc7f1-9c5e-4cra-8d18-e3cf4f9358e9</uuid>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='virbr0' stp='on' delay='0'/>
<mac address='52:54:00:7c:32:9b'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.122.2' end='192.168.122.254'/>
</dhcp>
</ip>
</network>
<interface type='network'>
<mac address='52:54:00:07:82:78'/>
<source network='default' portid='800dfd67-d90a-42te-a0b7-c4c78cdae481' bridge='virbr0'/>
<target dev='vnet7'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface>
<interface type='network'>
<mac address='52:54:00:5e:f5:05'/>
<source network='default' portid='d57dbc56-759e-40f9-856f-9623f4801a93' bridge='virbr0'/>
<target dev='vnet8'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface>
$ ip link show master virbr0
11: vnet7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master virbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fe:54:00:07:82:78 brd ff:ff:ff:ff:ff:ff
12: vnet8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master virbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fe:54:00:5e:f5:05 brd ff:ff:ff:ff:ff:ff
I think anyone conforming to a strict rigid archetype of manliness is going to wonder secretly about the other world.
I'm not sure if it makes them eggs. I think once they stop caring about it, the stress of their place in the world will wash away, and they can just be themselves (average dude with some girly interests) and actually relax into their masculinity instead of reaching always for an impossible archetype
The EU is under pressure to strike a trade deal with Trump, but an influx of mass-produced, low-quality food must be off the table, says Guardian Europe columnist Alexander HurstAlexander Hurst (The Guardian)
Deal? There are no deals to be made. Trump doesn't honor any deal, including his own. He is bound by no court, or rule of law. No congressional checks and balances. They are bad faith actors. There is nothing to negotiate.
The FDA has been gutted. The food is even less safe than it used to be.
American food, like their diplomacy is a nightmare. Don't do it.
cross-posted from: szmer.info/post/8058668
Text: ICE agents are complaining that every time they go out wearing masks in unmasked cars with no uniforms or identification, protesters keep dumping pounds of glitter on them so that everyone can tell they're ICE for days afterwards.Image below the text: a man in white shirt and black tie and glasses, with a raised hand, as if trying to get someone's attention.
Text on that image: who had "Glitter bombing the Gestapo" on their bingo card?
over_clox likes this.
I just hope they're using biodegradable glitter, we already have enough microplastic in our bodies..
With that concern stated, still, good!
Could it possibly be? Are the old legends true? It is! It's the fabled lost city of Atlanta! Howdy, y'all!comb.io
Looking for Privacy-Oriented Open-Source Android Browsers
I'm looking for a privacy-focused, open-source Android browser. Here are some options I've found:
* IronFox â Privacy-oriented and recommended by LibreWolf. GitLab Link
* Fennec F-Droid â Seems like development has stopped. F-Droid Link
* Waterfox â Waterfox Link
* Librewolf â Privacy-focused but not sure about Android support.
Is there any other browser out there that fits this criteria? Is there an even better choice? Iâm particularly interested in ones that focus on privacy.
I have been tossing around the idea of a little distro hopping. I'm an avid mint fan. It was my first jump from windows. I became quite familiar with mint but felt the want to branch out and went down the rabbit hole (oh my lanta). I like stability and cleanliness. Security by default. Least mental load possible long-term.
I'm currently testing out NIXos. Next will be VanillaOS, 3rd will be Fedora Silverblue. Anyone have good recommendations? Easy backups, stability, security first posture, least maintenance and memory load. I hate getting scattered in symlinks, scripts, and filesystem placing.
I've tried going full custom Linux mint. But app armour and Firejail constantly conflict or require manual updating and tweaking to keep up to date with app installs, or general life cycle updates.
The most intriguing aspect if NIXos was that basically the entire configurable system was confined to two files. Infinitely reproducable. I tend to swap laptops or hardware relatively often being on the go or getting good tech deals. Having your entire system in two files essentially is awesome.
What are some pros and cons of different distros? What do you daily drive as a power user? Give me your thoughts!
Most major distros are fairly secure by default without things breaking (arch is a exception there, As you got to set that up your self).
If you want to go extreme their is Qubes OS. But you can not swap that across systems like you might want do.
Qubes is good. Not super daily driver friendly. Lots of tweaks needed. I use a laptop like a phone replacement. Banking, apps, messaging, all sorts of usual phone tasks. Also Qubes is too resource heavy on a laptop, it drains the batteries in a couple hours on basic usage. Takes 16 gigs if RAM to run and 32gb to breathe really. Plus 30 ish percent CPU idle roughly on a 12th gen Intel i7.
It's too heavy to daily, perfect for desktop, just not laptop all day material.
It's the latest in a string of setbacks for the mega-rocket, which SpaceX hopes to use to build Starlink and one day go to Mars.Sean O'Kane (TechCrunch)
externelly likes this.
You're absolutely right, you absolute fuckwad, and well said, even if you are a shit eating waste of a human.
(Sorry I don't mean it, I feel bad now...)
Agreed, but your point will usually be a lot better received if you aren't a dick. SpaceX is a great example- it's a great company, but the head of the company taints the whole thing they are trying to achieve.
It comes down to respect. Even if I'm wrong, treating me with respect will mean I'm more likely to respect you, and if I respect you I'm going to respect your argument.
Chatbot tries to change subject after serving up unrelated userâs mobile to man asking for rail firm helplineRobert Booth (The Guardian)
Autonomous User doesn't like this.
Recently, I came across Preveil, which is a service that can provide end-to-end encryption to either your Outlook, Gmail, or Apple Mail email accounts. Itâs free, but if you want more storage, obviously, you will need to pay.
It looks very interesting as this could get others to use end-to-end encryption for the emails without having to move to another provider. However, I havenât really seen any reviews (besides this one from PC Mag) or others expressing their experience with Preveil, so I am unsure if itâs a good service to use or recommend.
Has anyone used it or is familiar with Preveil? Does anyone know if there are similar services to Preveil, preferably those that are open source?
With PreVeil, you get free end-to-end encrypted secure cloud storage along with secure email thatâs tough enough for business but extremely easy to use, all while keeping your existing email address.PCMag
Ab wann sollten Kinder Social-Media-Accounts haben? DarĂŒber ist in Deutschland eine hitzige Debatte entbrannt. Bundesbildungsministerin Prien fordert eine gesetzliche Altersbegrenzung fĂŒr soziale Medien. CSU-Chef Söder hĂ€lt das fĂŒr "totalen Quatsch".Markus Wolf (BR24)
They still have to go through basic.
Edit: and before you throw out some nonsense about how itâs just a formality or it doesnât matter, remember that a solid 50% of the (shitty) reasoning For keeping the trans community out of the military is an argument about physical ability
OC text by @heythatsprettygood@feddit.uk
Had to deal with this recently. The cause is openSUSE's move to SELinux on new installs, which by default blocks the required permissions for the RPM version of Steam. You can correct this with these commands:
ausearch -c 'steam' --raw | audit2allow -a -M my-steam
to create the permissions file and
semodule -X 300 -i my-steam.pp
to apply it.Hopefully this saves someone else from the wild goose chase I went on earlier.
like this
Though sales of Nintendo's new Switch 2 hardware had become one of the fastest-selling consoles ever, sales of third-paâŠVikki Blake (GamesIndustry.biz)
Why? The console just launched. One would expect the initial sales numbers - both consoles and games - to be incredibly valuable information at this stage. Opening weeks are measured for likeâŠevery product launch
As the article says, the numbers especially matter in the context of the consoles sales numbers, which are incredibly high.
It's too early to draw any conclusions. Take it from Mat Piscatella, who's forgotten more about video game market research than I ever learned myself.
Hardware launches are not like game releases, anyway. It's the establishment of a new product market, and early game releases on consoles have an ebb and flow to them that later blockbusters do not. It's about building growth, not first-week sales.
1) Nintendo
2) Switch
âNew product marketâ? Only in the most literal sense of the term. Functionally those rules do not apply at all. I mean come on, itâs called âSwitch 2,â the sequel to a must-buy system.
This is a company that has been dropping consoles for almost half a century and still ends up in millions of homes when they fail. âNintendoâ is synonymous with âvideo games.â The switch Is literally one of the most successful video game hardware releases in history. When it comes to Nintendo, conventional wisdom does not apply. As evidenced by the unbelievable abuse their fans will endure sometimes.
Nintendo gets all these caveats and generous interpretations. If this was a new Xbox (definitely) or PlayStation (maybe) we wouldnât even be having this conversation. People would just assume Microsoft or Sony fucked up. Weâd be pointing and laughing and cheering on their demise.
conventional wisdom does not apply
All the more reason why it's far too early to draw any conclusions.
It depends on why it doesnât apply. You canât just throw out some little flippant answer like that and act like you made a point of any substance.
There are sales expectations during product launches, and in the video game world when youâre selling a console there is a ratio of console to games that is expected. A notable example where people saw the same trend was the PS3, because people were buying it as an (at the time) affordable Blu-ray player with little to no intention of buying games. So in that case conventional wisdom did not apply, and this wasnât apparent at first, so they had to figure out what was going on.
The point is nobody is saying Nintendo is doomed, but theyâre saying that third-party sales are pretty far south of where they expected, which is concerning. That could always change, but as of now, it is clearly a note worthy data point. I donât know why you feel this need to downplay it but itâs unwarranted and kind of strange. If I were Nintendo I would at least start lightly probing as to what is going on and at the very least keep close eyes on it in the coming weeks to see if the trend doesnât reverse.
Just like âthe fastest selling video game console
launch in historyâ matters, âlagging third-party title salesâ matters too. Unless Nintendo is not allowed to brag about how many units theyâve sold initially because that data point, apparently, is not meaningful to you/too early? I would certainly disagree with that, but itâs pretty consistent with what youâve argued so far.
Fuck gender and fuck german for letting "the" get THIS fucking out of control.
I studied this fucker for 5 years in secondary school, got a B , but fuck it.
I'm learning/speaking Spanish now, it's still got gender and el/la/al but it's not this bad.
My first language of Turkish doesn't even have "the" for fucks sake.
Spanish is a rather easy language
German on the other hand not so much. On the other hand, it's usually very precise and information-dense, which is reflected in how fast it rather slow it's spoken, especially compared to Spanish.
Linux systems face critical local privilege escalation threats via CVE-2025-6018/6019 flawsâusers must patch now.The Hacker News
You Look Like You Could Use A Fuckin' Lamp...
youtube.com/watch?v=3gHl4P7AXtâŠ
Provided to YouTube by Create Music GroupYou Look Like You Could Use A Fuckin' Lamp · Obscurest VinylYou Look Like You Could Use A Fuckin' Lampâ 2024 Create ...YouTube
Growing up, I didn't really question why this band would be played along side Nirvana, Bush, Soundgarden, Linkin Park, etc. because my radio station of choice was not just grunge, but also "adult alternative." So it would play pop shit, too, sometimes.
But I still, to this day, often find U2 listed among grunge artists, or their songs get played on grunge playlists. The fuck? How is this shit grunge? It doesn't fit in any way! It doesn't have the sound, it doesn't have the style, shit it doesn't even have the same emotional resonance. It's happy and hopeful.
I mean, it's just a specific collection of noises that somehow tingles our brains.
I assume it's because we are great at recognizing patterns, and music is just that - patterns.
1- Ball of Drag, 30ââ feet from a point you choose everyone make a Dex save or are change into their drag selves. 1d10 mental damage
2- Drag Cone, 20ââ long, 10ââ wide. Make a will save or lost your next turn to untuck
3- Bring Back my Ghouls, raise 12 ghouls Drag to fight or dance for you, eliminate 1 by round till thereâs only a queen Drag that you must fight or be dethroned
When it comes to science journalism, what's on the label is not always what's in the tin.FAIR
Der Europarat rĂŒgt Deutschlands Vorgehen bei Demonstrationen gegen den Gaza-Krieg und auch in FĂ€llen von Kritik an Israel. Die Meinungsfreiheit sei in Gefahr, schrieb Menschenrechtskommissar O'Flaherty an Bundesinnenminister Dobrindt (CSU).BR24 Redaktion (BR24)
LINMOB.net is a blog about LINux on MOBile devices. With the PinePhone (Pro) and Librem 5 shipping it is back to report on GNU+Linux on mobile devices.LINux on MOBile
sfera likes this.
Anyone knows if theyâll have everything upstreamed in the kernel?
Edit: also, if theyâll go through the trouble of getting Google to consider some form of android as verified per the Google play integrity API? (Pls work with the graphene folks)
Weâll go with bare-metal Linuxâno Halium, no libhybris. We want to stay as close to mainline as possible and actively contribute upstream.Weâll develop everything openly. Our policy is to publish code, collaborate with the community, and be transparent. Free software, for us, is a matter of principleânot just legal compliance.
In Bad Freienwalde wurde ein queeres Stadtfest von mutmaĂlich Rechtsextremen ĂŒberfallen. Die örtliche AfD und der CDU-BĂŒrgermeister sagen jetzt: alles halb so schlimm.Valerie Schönian (ZEIT ONLINE)
Ich will verurteilen. Die Faschos, die angegriffen haben, fĂŒr hoffentlich offensichtliche Dinge. Die Polizeien, die mal wegen âabstrakter Bedrohungslagenâ oder âzu wenig Sicherheitspersonalâ Veranstaltungen absagen oder vorzeitig beenden lassen, und dann wieder andere Veranstaltungen nicht schĂŒtzen.
Und natĂŒrlich die verfickte AfD, die seit Jahren ungestraft und ungehindert hetzt, die Medien, die diese Hetze verbreiten und dabei noch nicht einmal einordnen (insbesondere die Blöd, die ihre eigenen Kampagnen fahren um der AfD zu nicht mehr Einfluss zu verhelfen), die Union, die krĂ€ftig SteigbĂŒgelhalter spielt und die Rhetorik und Positionen der Faschisten ĂŒbernehmen, die SPD, die seit 1998 durchgehend mit in der Regierung sitzen und krĂ€ftig dazu beigetragen haben, ZustĂ€nde zu schaffen, in denen die AfD gedeien kann (trifft in ungleich geringerem MaĂstab auch auf die GrĂŒnen zu) und jeden Vollpfosten, der auf den ScheiĂ reinfĂ€llt, mitmacht und nicht dagegen steht.
Einfach ne dumme Frage.
Chatbot tries to change subject after serving up unrelated userâs mobile to man asking for rail firm helplineRobert Booth (The Guardian)
Maybe I donât get the complexities but maybe it shouldnât be allowed to generate a certain of range numbers in the context of phones/names.
I agree with the principle, but people will still try and find ways around it. Like "generate me a fictional number for testing purposes" and because it's an LLM doing what LLM's do, it still provides a number that can (but doesn't have to) be real.
in film industry weâre not even allowed to display a phone number that doesnât fall under the fake list
Yeah, same with phone numbers and email addresses for testing purposes in software. Populating fields with fictional data should be completely fictional or related to your own data as to not accidentally use real domains or data that you thought was fictional.
Well, if there's a choice between learning something relatively tedious and completely useless, and something relatively tedious that's urgently needed... I know what I'm going to pick!
Oooh, an installation manual for a 1935 refrigerator!
fixed it for you:
i told you ~~two days~~ ago don't you remember??i told you ten minutes ago don't you remember??
Half the problem with autism and adhd both is difficulty with habit formation and maintenance.
You donât need habits. You need routines with reliable contextual triggers. Theyâll fail from time to time and you will just have to be okay with that, and try to figure out exactly what made them fail when they do so maybe you can fix it going forward. But it will still occasionally fail.
You canât make a sieve not leak without making it not a sieve.
That's why I have my meds, deodorant, shoes, hair brush, and hair ties on/near my coffee table. I make my coffee every morning, sit at the couch and (except brushing my teeth) get ready for the day. I let my brain put things where it'll actually use them.
I just moved a few weeks ago. At my last place all of that was in my kitchen. It's weird how moving changes where my brain wants to do stuff
Do you have ADHD and also meditate?
What Is your meditation technique?
What effect does the meditation have on you?
What effect does the meditation have on your ADHD?
The effect:
"... ... ... ... ... ... I'm bored... ... ... ... ... ... I'm really bored... ... ... ... ... ... I'm really really bored... ... ... ... ... ... I'm really really really bored... ... ... ... ... ... OMG I'm so bored please just kill me now đ đ đ "
I have a "Unsorted-NEW" and "Unsorted-OLD". When everything is too cluttered I rename "Unsorted-NEW" to "Unsorted-Number" and move it to "Unsorted-OLD" along with the previous iterations. Then I make a new "Unsorted-NEW" and put the clutter in it. Which I'm totally going to sort and not just leave there and forget about it until everything's too cluttered again...
...
... ... ... that actually made more sense before I tried to explain đ
cross-posted from: piefed.blahaj.zone/post/86457
âTo facilitate this vetting, all applicants for F, M and J non-immigrant visas will be asked to adjust the privacy settings on all their social media profiles to âpublicââ, the official said. âThe enhanced social media vetting will ensure we are properly screening every single person attempting to visit our country.â
Diplomats to look for âindications of hostility towards citizens, culture or founding principles of United StatesâAndrew Roth (The Guardian)
Hi,
I'm looking for a soft to create ASCII diagram like (or better)
asciiflow.com/
ideally:
- FLOSS
- for linux
- offline
- no javascript.
I've found a candidate ascii-draw and it's write in Python â€ïž đ, but it's only available as flatpack.. :/
Hi, I've a question, that is not a bug report... I think It could be good to have the github tab discussions open for such thing... or do you use another space for that ? Lemmy community or somethi...BobSquarePants (GitHub)
I'm not sure why you wouldn't want the ASCII-Draw flatpak, but that's not the only way to get it:
- there's a Snap
- it can be installed from source
- there's also an AUR package
But maybe you're not on Arch, don't like Snaps (can't blame anyone for that) and don't want to install from source (same)? What type of package are you looking for? Only native package? For which distro?
post: polymaths.social/@rl_dane/statâŠ
github discussion: github.com/mastodon/mastodon/iâŠ
Summary Since it first opened, mastodon.social has operated without any sort of explicit IP grant from the users to the service, which is unusual for a social networking service. Today Mastodon ann...mcclure (GitHub)
like this
don't like this
Very resonable (imo) response from Gargron (lead developer of Mastodon):
Iâve forwarded your question to our legal help and will provide an answer as soon as they give it to me. What you must understand is that our lawyers donât have experience with federated platforms, and we donât have experience with law, so we meet somewhere in the middle. Meta presumably has an in-house legal team that can really embed themselves in the problem area; our lawyers are external and pro-bono and rely on us to correctly explain the requirements and community feedback. The draft has been around for something like a year and none of the community members pointed out this issue until now. Iâll add one thing:
"My assumption, {.. shortened for brevity ..} is that when you post content it gets mirrored elsewhere, and this continues until a deletion notice is federated. So I'd assume if an instance somewhere mirrors my content they can't get in trouble for it, and I'd also assume that if there is a deletion or maybe a block and a reasonable interpretation of the protocol would say that the content should be removed, I could send them a takedown and at that point they'd have to honor it."The goal of the terms is to make assumptions like this explicit, because assumptions are risky both sides. Just because luckily there were no frivolous lawsuits around this so far doesnât mean there isnât a risk of one.
Cory has had a much more calm response on a fediverse post, offering to reach out to the EFF's lawyers for assistance in drafting a better ToS for Mastodon, and other experienced lawyers have offered help also. Amongst the usual negativity from some users.
I'll be keeping my eye on the outcome but so far it looks positive.
like this
JohnAnthony doesn't like this.
like this
dorumon likes this.
didn't i just see any new sandman season announced though?
I feel like we have to be able to separate artists' bad behavior from our evaluation of the quality of their work.
Maybe there's a time limit? Maybe they have to be dead so they can't benefit from their work being sold.
Are there any non problematic artists/creators from 500 years ago who we nevertheless find their work product valuable to society today? What about science? Especially medicine with all the body snatching.
Neil Gaiman is almost certainly a sex pest based on all the women reporting. So I get not wanting to give him money. He hopefully gets it, too.
I like the suggestion of piracy as an approach...
Those who cheered on the latter murder should now be examining their consciences.
The historical record is very clear: in politics, violence begets violence. This story is only beginning and it may not end well for America.
See details about the recent shootings.
Nobody's cheering a CEO murder, they're cheering a symbolic win AGAINST the health insurance industry, which preys on poor Americans.
And nobody's cheering a Democrat politician murder, they're cheering a symbolic win FOR the party that preys on poor Americans.
externelly likes this.
I swear it's gonna load any second now and I'll be able to do something productive!
Still better than ads, though đ
fzn() {
nl | fzf --with-nth 2.. "${@}" | awk '{print $1}'
}
find . -maxdepth 1 -type d | fzn -e -m
Improving access, flexibility, and CI integration for development boards, making it easier for developers to work with embedded hardware, no matter where they are.Collabora | Open Source Consulting
I've been meaning to switch my pc to linux for a while but have only recently gotten enough time to switch.
Is there anything that I would need a dualboot for? I was previously concerned with VR, specifically using a quest wirelessly. I heard about a year ago that it is possible but not the best. Has it improved since then?
And is there anything else I would still need a windows machine for? I don't know specifically what doesn't work and I don't mind using FOSS alternatives.
I was running a raspberry pi with raspian on it as a homelab for a few years (until the SD card died đ I still need to fix that) so I am not completely unfamiliar with linux and the terminal and am willing to use it to make programs work as long as they work as well as they would on windows.
(I've decided on swapping to mint if that matters)
over_clox likes this.
Every other time I hear someone mentioning dual booting between Windows and Linux, it's where M$ pushed out some update that borked the dual booting.
Personally, I'd recommend running Windows in a virtual machine instead, or Linux in a virtual machine, your choice whichever OS you want to run as the main host OS..
How do you think image enhancement has always worked? Do you think AI tools are ignoring 30-years of Photoshop equations?
And no, we shouldn't be fiddling with primary sources. Do you think Wikipedia is a primary source?
Hi! I'm trying out Nix and I'm trying to set up and organize everything. Usually I put all my configs in a directory which is also a git repo and synced to my NAS, using the same subfolders they'd be in, and use GNU Stow to symlink the top-level folders (/dotfiles/home/
to /home/username/
, /dotfiles/etc
to /etc
and /dotfiles/usr
to /usr
) and let it do its thing. Would it cause problems to also do that for configuration.nix?
On Arch I already had a /dotfiles/etc
symlinked to /etc
for my custom keyboard layouts, which worked fine... until the update which moved the location of the GUI keyboard layouts. It prevented the update so I undid the symlinks, updated, and put them again to the new location... but somehow it broke everything except the tty and no Wayland compositor I tried would work anymore (and there went my record of having never broken Arch since the first install over a year ago đ
)
So I'm kinda wary of doing it on an even more critical file... but also I'm very lazy and having everything in a single repo is very convenient... How do you do it?
: Are they using it to death then locking it in a drawer? Schemes needed as shipments of refurbed kit dipsDan Robinson (The Register)
I think progressives never thought about this because we banked on immigration and demographic change allowing us to win culturally and electorally but the issue is immigrants tend to be overwhelmingly male, that is how Trump won actually he won over a lot of Hispanic,Black,Asian and indigenous men who feel humiliated by a new culture, economy and world.
So what can we do rhetorically and policy wise to win more young men over ?
cross-posted from: fedia.io/m/gifs@lemmy.world/t/âŠ
Also, cars are dangerous AF. Tens of thousands of people die a year because of them. Hence why we have licenses and maintenance rules and an unbelievably extensive road system with clear signals and lights.
And despite all these rules, the number of car deaths is much greater then any other cause of death. It's not a lack of rules that are the problem with cars (nor guns).
dorumon likes this.
I support giving users the choice between AI and non-AI services and products.
But workers protesting the use of AI in their industries are dumb in my opinion.
AI is going to change a lot of industries forever and there is almost nothing workers and unions can do currently to actually stop the progress.
I even had seen some worker unions who are protesting AI use, accept working with companies that use AI and I support them, Because they won't be taken seriously if they did not do that.
In short: I think workers should protest workers conditions and wages, rather than protesting technology.
AI adaptation is inevitable.
Der Netzbetreiber sieht die Ursache des groĂflĂ€chigen Stromausfalls im April in der âFehlfunktionâ einer Photovoltaik-Anlage in Badajoz. Er hat sie nach eigenen Angaben âperfekt identifiziertâ.pv magazine Deutschland
I want to be part of the solution of the problems I see on Lemmy, that is why I opened my alt account at my current server to open new communities while fixing their issues.
I had been informed by the server admin that I should not post more than 5 posts in any local community which is guaranteed to kill my communities on my current server.
I am explaining the backstory here for people to understand my logic for my question.
So, I really appreciate any help here. If anyone can give me good servers to open my communities in.
My current communities:
- News: to lower the load on Lemmy. World server and to improve the Fediverse health.
- Europe: due to less than optimal moderation actions as documented in "power trippin " community.
- Misinformation/ Disinformation: Because there is no community to post research and news about this topic.
Thank you all for your help. I really would appreciate any lead here.
like this
don't like this
like this
Blaze (he/him) likes this.
!fediverse_vs_disinfo@lemmy.dbzer0.com
exists and is decently active.
like this
Angry_Autist (he/him) doesn't like this.
The death of Turki al-Jasser was the first high-profile killing of a journalist since the 2018 murder of Jamal KhashoggiStephanie Kirchgaessner (The Guardian)
like this
"Without Revolutionary theory, there can be no Revolutionary Movement."
â Vladimir Lenin^[What is to be Done? | Audiobook]
It's time to read theory, comrades! As Lenin says, "Despair is typical of those who do not understand the causes of evil, see no way out, and are incapable of struggle." Marxism-Leninism is broken into 3 major components, as noted by Lenin in his pamphlet The Three Sources and Three Component Parts of Marxism: | Audiobook
As such, I created the following list to take you from no knowledge whatsoever of Leftist theory, and leave you with a strong understanding of the critical fundamentals of Marxism-Leninism in an order that builds up as you read. Let's get started!
Section I: Getting Started
What the heck is Communism, anyways? For that matter, what is fascism?
The FAQ of Communism, written by the Luigi of the Marx & Engels duo. Quick to read, and easy to reference, this is the perfect start to your journey.
Parenti's characteristic wit is on full display in this historical contextualization and analysis of fascism and Communism. Line after line, Parenti debunks anti-Communist myths. This is also an excellent time to watch the famous speech.
Section II: Historical and Dialectical Materialism
Ugh, philosophy? Really? YES!
By understanding Dialectical and Historical Materialism first, you make it easier to understand the rest of Marxism-Leninism. Don't be intimidated!
Engels introduces Scientific Socialism, explaining how Capitalism itself prepares the conditions for public ownership and planning by centralizing itself into monopolist syndicates and cartels.
Section III: Political Economy
That's right, it's time for the Law of Value and a deep-dive into Imperialism. If we are to defeat Capitalism, we must learn it's mechanisms, tendencies, contradictions, and laws.
Best taken as a pair, these essays simplify the most important parts of the Law of Value.
The era of Imperialism, which as the primary contradiction cascades downward into all manner of related secondary contradictions.
Section IV: Revolutionary and Scientific Socialism
Can we defeat Capitalism at the ballot box? What about just defeating fascism? What about the role of the state?
If Marxists believed reforming Capitalist society was possible, we would be the first in line for it. Sadly, it isn't.
Further analyzes the necessity of Revolution and introduces the economic basis for the withering away of the State.
Section V: National Liberation, De-colonialism, and Solidarity
The revolution will not be fought by individuals, but by an intersectional, international working class movement. Solidarity allows different marginalized groups to work together in collective interest, unifying into a single broad movement. Marxists support the Right of Self-Determination for all peoples and support National Liberation movements against Imperialism.
Breaks down misogyny, and queerphobia, as well as how to move beyond the base subject of "gender" from a Historical Materialist perspective.
When different social groups fight for liberation together along intersectional lines, they are emboldened and empowered ever-further.
De-colonialism is essential to Marxism. Without having a strong, de-colonial, internationalist stance, we have no path to victory nor justice. These books are best taken as a pair, read in quick succession.
Section VI: Putting it into Practice!
It's not enough to endlessly read, you must put theory to practice. That is how you can improve yourself and the movements you support. Touch grass!
Mao wrote simply and directly to peasant soldiers during the Revolutionary War in China. This pair of essays equip the reader to apply the analytical tools of Dialectical Materialism to their every day practice.
Common among new leftists is dogmatism over pragmatism. Everyone wants perfection, but dogmatic "left" anti-Communists let perfection become the enemy of progress.
Common among western leftists is fetishization of Marxism, rather than using it as a tool for analysis and social change. This article helps rectify that.
Organizing is a skill. If we are to be successful, we must work to better ourselves.
Congratulations, you completed your introductory reading course!
With your new understanding and knowledge of Marxism-Leninism, here is a mini What is to be Done? of your own to follow, and take with you as practical advice.
"Everything under heaven is in utter chaos; the situation is excellent."
Ââ Mao Tse-Tung
Milan (Italy) (AFP) â Hardcore supporters of Serie A giants Inter Milan and AC Milan were sentenced to up to 10 years in prison on Tuesday for a range of crimes including criminal conspiracy and murder, following a probe into illegal activities of so-called "ultra" groups.All 16 people standing trial for a variety of offences, in a fast-track procedure which began in March, were found guilty and handed sentences which added up to 90 years.
The crimes broadly involved activities around the iconic San Siro stadium on matchdays, from ticket touting to control of parking, sales from concession stands and taking payment from people without tickets and letting them into the stadium.
Andrea Beretta was one of three people handed the harshest sentence, the former leading Inter ultra being found guilty of criminal conspiracy aggravated by mafia methods and the murder of fellow top Inter ultra and mobster Antonio Bellocco.
Beretta turned state's witness after stabbing to death Bellocco during an altercation outside a boxing gym in a Milan suburb, weeks before the arrest in September of 19 leading Inter and Milan ultras.
The murder of Bellocco was especially shocking due to his status as a scion of an 'Ndrangheta mafia family, from the southern Italian region of Calabria, which bears his surname.
Beretta was also one of six people to be arrested in April for the murder of notorious ultra and career criminal Vittorio Boiocchi in October 2022.
He stepped up to take over the "Curva Nord" section of the San Siro from Boiocchi who was gunned down outside his house at the age of 69 as part of a power struggle between rival factions.
Beretta and Marco Ferdico -- sentenced to eight years -- used Bellocco's 'Ndrangheta connections to push aside more traditional football hooligans, linked with far-right politics, who were bidding for top billing among the Inter ultras.
Milan's top ultra Luca Lucci was also given 10 years in prison for criminal conspiracy and planning in 2019 the attempted murder of a rival ultra, Enzo Anghinelli.
His right-hand man Daniele Cataldo, judged to be the man who carried out the attack on Anghinelli, was handed the same prison sentence.
The fast-track trial, known as "rito abbreviato", is a legal procedure in Italian law in which defendants are judged on the basis of evidence brought by prosecutors, with no debate of that evidence by legal teams.
The procedure allows trials to be completed in a much shorter space of time than the years it takes for the ordinary judicial procedure, under which the remaining three people arrested in September began their trial in February.
That trio includes Francesco Lucci, who often took charge of the Milan ultras during his brother Luca's frequent problems with the law for offences that include drug trafficking and the assault of an Inter fan who was blinded and later committed suicide.
Neither of the clubs were charged in relation to the crimes, and were awarded 50,000 euros each as civil defendants and damaged parties in the trial.
Hardcore supporters of Serie A giants Inter Milan and AC Milan were sentenced to up to 10 years in prison on Tuesday for a range of crimes including criminal conspiracy and murder, following a probe into illegal activities of so-called "ultra" groupsâŠRFI
I use a headless server connected to nothing but an ethernet cable in my basement, and I'd prefer to allow the thing to boot by itself and start up without me needing to unlock the disk encryption every single time I do an update or power back on. Its a Dell 9500t NUC that I'm using it as a server and am wondering whether its possible to encrypt everything still.
I do generally use docker containers, so could I potentially encrypt just the containers themselves, assuming I'm worried about a smash and grab rather than someone keeping the machine powered up and reading my ram?
Clevis/tang is probs what youâre looking for.
celeste
in reply to CyberEgg • • •schlump
in reply to celeste • • •celeste
in reply to schlump • • •Ganze Tarifrunde öffentlicher Dienst. Von Verwaltung (Bund+Kommunen) ĂŒber Landschaftsbau, Sparkasse bis Gesundheitswesen alles dabei. publik.verdi.de/ausgabe-202503âŠ
1 mal 3%, dann 2,8% (mindestens 110âŹ) Forderung war 8%. Laufzeit 27 Monate, und nur 1 von 3-4 geforderten zusĂ€tzlichen Urlaubstagen. In der Abstimmung wurde es mit 52,2% nur recht knapp angenommen.
So sieht das Ergebnis aus
publik.verdi.debob_lemon
in reply to CyberEgg • • •Generell im Sommer immer mehr lĂŒften als sonst, vor allem wenn ihr quer lĂŒften könnt. Frische heiĂe Luft ist angenehmer als Abgestandene etwas kĂŒhlere Luft.
Und macht die Rollladen zu, wenn die Sonne drauf scheint.