Homies rule
kartonrealista @ kartonrealista @lemmy.world Posts 2Comments 114Joined 2 yr. ago

Flatbed with cheese and tomatoes on pizza bread... Yep, that's basically pizza. You can say Italian Americans evolved the dish and created popular varieties, but the basics come from Naples. Flatbed with toppings was eaten even in Achaemenid Persia, so I'm not talking about just that, but about a dish called "pizza" with cheese and tomatoes, and that clearly comes from Italy.
Is it because it works on patterns and your random garbled string would have too much noise to be compressed well, while a structured file coming from an actual piece of software would probably have enough repeating patterns to the point where it actually can be shrunk?
Many of these, such as carbonara, pizza, and tiramisu, were actually invented in the US
From the article you cited:
Pizza is a prime example. “Discs of dough topped with ingredients,” as Grandi calls them, were pervasive all over the Mediterranean for centuries: piada, pida, pita, pitta, pizza. But in 1943, when Italian-American soldiers were sent to Sicily and travelled up the Italian peninsula, they wrote home in disbelief: there were no pizzerias. Before the war, Grandi tells me, pizza was only found in a few southern Italian cities, where it was made and eaten in the streets by the lower classes. His research suggests that the first fully fledged restaurant exclusively serving pizza opened not in Italy but in New York in 1911. “For my father in the 1970s, pizza was just as exotic as sushi is for us today,” he adds.
It clearly states something different than your claim. Pizza was not invented in the US, it was popular in the US.
From Wikipedia:
Modern pizza evolved from similar flatbread dishes in Naples, Italy, in the 18th or early 19th century.[31] Before that time, flatbread was often topped with ingredients such as garlic, salt, lard, and cheese. It is uncertain when tomatoes were first added and there are many conflicting claims,[31] though it certainly could not have been before the 16th century and the Columbian Exchange. Until about 1830, pizza was sold from open-air stands and out of pizza bakeries.
Many sources state pizza wasn't popular in Italy as it was in the US, but your statement on it's origin is 100% wrong.
I love cycling, although I would say it's a combination of travel + physical activity that does it for me. I can also listen to some stuff in the background while cycling, which satisfies my ADHD monkey brain, because it's two (or three) experiences crammed into one time slot (efficiency!).
Arrivederci
No, I meant on YouTube. Most people watch long videos on their mobile devices just fine.
Machikado Mazoku/The Demon Girl Next Door
I have win11 and Pop_OS! on separate drives.
Since 2013 a drivers license is only given for 15 years in Poland. You can also send grandpa to the doctor by writing a letter to some local authority to possibly have his license taken away as a result of a medical examination.
This. What you just wrote. I totally agree. Like a chef serving a bowl of stew, you stuck your ladle into my brain and from my incoherent abstract thoughts were able to form the exact sentiment of what it is I was feeling. Down to a decimal of a decimal, more perfectly than I ever could have iterated, you captured the essence of every nuance I experienced relating to the subject matter. No words could portray the awe I felt knowing that somebody shared the exact same thought process as me. Not only that, but with the ability to articulate in such a refined manner the depth of said thought process. No words could describe that feeling. Except one. This.
This. So much this! This accentuates my inner being and my soul as well. I was scrolling through the comments when I came across yours, and now I don't even have post my comment because this is exactly what I would've said. I can't emphasize this enough everyone, this comment right here is beyond the mortal planar, the very purpose behind this post and exactly what I'm looking for and should be what you're looking for. I can't believe I've lived my entire life without this post. Here take a poor man's gold 🏅. Someone gild this post please. I'll have you know I saved and upvoted, but keep in mind that if it was at 69 or 420 I wouldn't (sorry but keks are more important). I'll also have you know that I downvoted first so I'm basically worth double, no need to thank me. I'm probably going to put this on my wall that's how much it means to me.
Why would people willingly install potential Russian spyware?
Edit: I think some people misunderstood. I wasn't talking about the parental surveillance, I was talking about potential use of the antivirus by the FSB for even more nefarious purposes. Although I do think helicopter parents are weird and cringe.
Lesson for the future: stop using crappy illegible fonts in a code editor, and use something nice like Fira Code or even Fira Mono or Sans if you don't like ligatures.
Edit: In the middle of writing this I realized it was a confusion between "1" and "l", which makes the font choice even more bizarre. What kinda garbage font doesn't distinguish between the two? I could understand if it was capital "i" and lowercase "l" since they look extremely similar in most sans serif fonts, but "1" and "l"?
Also it takes like 10 seconds to change the name of a variable across the whole file with a modern code editor like VSCode or an IDE for the specific language you were working with. If they were confusing you, you could have just changed "reclst" into "last_record" and that would save you a day of work.
It's hard to imagine with the monumental crowds I see every time I go to a mall. At least in the center of Warsaw malls seem continually busy these days.
This is coming from personal experience/opinion, but after trying to create a simple app in GTK4 Rust bindings I was so confused because of how alien the programming style was compared to typical Rust programming. After trying Iced it was much simpler and made so much more sense, no silly decorators or anything, you can define the view and the update loop separately, and interactions are handled by messages using pattern matching. The inheritance based OOP doesn't work well with Rust, and Iced has none of it, because it was made for Rust specifically.
I'm guessing QT bindings are similarly in a different style of programming and can't imagine that meshing well with native Rust code. Iced has a lot of merits to it and having the opportunity to both help it develop and use a native Rust framework in a Rust project makes a lot of sense.