The "memes" by the Lemmy devs really are the best advertisment for Piefed and Mbin
Takapapatapaka
I enjoy your enthusiasm but
I highly recommend [...] to everyone
and
It's not for the faint of heart.
are a bold choice of juxtaposed sentences.
I think the idea here is not to say that hiphop/rap does not talk about or even glorify drug use/violence/misoginy, but rather that most popular music styles do, in this specific case classic country.
To use .dll VSTs on Linux with Reaper, i use yabridge. If i understood correctly it mixes the use of the linux .so VST format and Wine to trick the VSTs into thinking they run on Windows. So you can run Reaper outside of Wine, and automatically have access to Windows VSTs (once you setup yabridge properly).
It has some huge limitations (most Waves plugins are a big no, getting Kontakt to work seems to involve black magic way beyond my understanding, etc) but i got some plugins to work very well!
On the safety of Wine, i'm not sure at all. From what i understand of this forum, Wine itself is not really dangerous, but it does not block applications from communicating with Linux filesystem and environment so it's not 100% safe. However you are slightly protected by the niche aspect of Linux, which makes it unlilely for attackers to take time to code a virus that handles Linux way of working. And from my small experience with hacked VSTs on Windows, most werent a threat, especially when i took them from the same hacking team
Yup, seeing a french flag in a private context feels off, you immediately get the sense that whoever put it up has very intense feelings about the Motherland/Fatherland.
Well, not sure what you mean by hallucinating, but there are some LLMs (chatgpt3.5-turbo-instruct) that could play chess at a good amateur level (1750 elo), and by studying them, some people found parameters in the model that seemed to represent the current state of the chess board (as in, they corresponded to the game, and changing them artificially made the LLM play as if the game as always been that way).
For anyone curious but not wanting to read the article :
The python fastest ways of the base article are mainly using a for loop and using regex (first one is faster on small string, regex becomes faster around 25 characters).
For loop :
def loop_in(s):
for c in s:
if c in "aeiouAEIOU":
return True
return False
Regex :
import re
def regex(s):
return bool(re.search(r'[aeiouAEIOU]', s))
There are updates to the article, suggesting faster ways. First one uses the find() function, second one swaps the strings of the For Loop method :
def loop_in_perm(s):
for c in "aeiouAEIOU":
if c in s:
return True
return False
Clearly, and i never said the opposite.
Iran which was tolerable to media a few months ago
In what parallel reality do you live in ? It has been classified as one of the worse country for press freedom since years by RSF, they shutdown internet when things get out of hand and banned a lot of social medias.
I don't entirely disapprove your position, but i feel like this is a really bad argument. First, because it's only a boycott of one parade, when people get abducted and deported. Second because they only 'plan' or 'say they'll' do it.
This does not feel like a victory at all, this feels like satisfying yourself on crumbs
Edit : making it gender neutral
The iranian site seems to indeed be called Fordo, and is buried too deep for Israeli weapons to be effective. So talking about "destroying Fordo" effectively seems to be equivalent to talking about US nukes according to that article