The Rules of Acquisition? I hate to tell you, but that’s kinda what got us into this mess.
- 8 Posts
- 911 Comments
TootSweet@lemmy.worldto Asklemmy@lemmy.ml•When you find a new podcast that has lots of episodes already recorded, do you start at the beginning, the latest, or what?English6·4 days agoI’m a “completionist” sort of person, so I’d start at the beginning. Not saying I recommend doing so. It’s just a quirk of my psychology.
I upvoted this before I saw what community it was in. Now I wish I could upvote twice.
This is not a good thing. Dude’s a nazi. Everything he aligns himself with will be tainted by him, not helped. The quicker any community with any decency explicitly disavows him, the less damage his public support of them will do.
TootSweet@lemmy.worldto Asklemmy@lemmy.ml•What do you like or dislike about lemmy?English313·6 days agoOh look what instance this was posted on.
TootSweet@lemmy.worldto Technology@lemmy.world•Disney's AI Paradox: Pursues OpenAI Deal While Suing Rival FirmsEnglish33·7 days agoDisney is no stranger to hypocracy of that sort. Look at them making their billions off of the public domain (Snow White, Cinderella, Aladin, The Little Mermaid, need I go on?) while lobbying heavily for longer copyright terms to keep works they made from being similarly adapted.
TootSweet@lemmy.worldto Asklemmy@lemmy.ml•what goes in this chart in your opinion?English4·12 days agoOh, no idea.
TootSweet@lemmy.worldto Asklemmy@lemmy.ml•what goes in this chart in your opinion?English2·12 days agoEnglish.
Yeah, I think “a slice of bread” is a lot more common than “a bread slice”. Not to say I haven’t ever heard “a bread slice” used. I’m sure I have at least a few times. It would be pretty rare, however.
Though, I’m not sure “a pizza slice” is all that much more common. Maybe there are regions where it’s very common? Or maybe it’s more common in certain contexts? Like maybe sell-by-the-slice pizza places might tend to refer to “a pizza slice” rather than “a slice of pizza” when talking with coworkers? (That said, I’d imagine they’d just shorten it further to “a slice” since the “pizza” part would tend to be obvious in that case.)
Also, @eager_eagle@lemmy.world mentioned “water bottle”. I think if I hear “a water bottle” rather than “a bottle of water”, I’m probably going to assume it may or may not be an empty bottle intended for water rather than a bottle filled with water as “a bottle of water” would imply.
Way off the topic of programming, but linguistics is fascinating too!
The Go programming language documentation makes a big deal about how it “reads from left to right.” Like, if you were describing the program in English, the elements of the Go program go in the same order as they would in English.
I say this as someone who likes Go as a language and writes more of it than any other language: I honestly don’t entirely follow. One example they give is how you specify a type that’s a “slice” (think “list” or “array” or whatever from other languages) of some other type. For instance a “slice of strings” would be written
[]string
. The[]
on the left means it’s a slice type. Andstring
on the right specifies what it’s a slice of.But does it really make less sense to say “a string slice”?
In Go, the type always comes after the variable name. A declaration might look like:
var a string
Similarly in function declarations:
func bob(a string, b int, c float64) []string { ... }
Anyway, I guess all that to say I don’t mind the Go style, but I don’t fully understand the point of it being the way it is, and wouldn’t mind if it was the other way around either.
Edit: Oh, I might add that my brain will never use the term “a slice of bytes” for
[]byte
. That will forever be “a byte slice” to me. I simply have no choice in the matter. Somehow my brain is much more ok with “a slice of strings”, though.
TootSweet@lemmy.worldto Showerthoughts@lemmy.world•"workers" is a dehumanizing termEnglish12·16 days agoI gave you an upvote.
I could see a case for using “working person” instead of “worker.” It’s definitely not the sort of thing that’s agreed to be exploitative language (yet?) though.
What I do for sure bristle at a lot more is referring to people as “resources.” Like, when planning a project, discussing how many “resources” can be “put on the project”. Definitely feels dehumanizing.
TootSweet@lemmy.worldto Leopards Ate My Face@lemmy.world•Elon Musk humiliated as new poll shows Republican support plummetingEnglish1081·18 days agoThe only reason “Elon Musk’s favorability went down” is because Trump doesn’t like him anymore. As much as I’d love to claim this as a win (and I guess it kinda is in a way), all it really is is another disturbingly scary indicator of what a cult MAGA really is.
DALLE LLaMA
TootSweet@lemmy.worldto memes@lemmy.world•Divination methods have moved from tarot to the anusEnglish4·23 days agoMakes note in game master secret ideas list
describing IntelliJ as “good”.
Shots fired back. 😈
TootSweet@lemmy.worldto Asklemmy@lemmy.ml•I have this t-shirt. Who's tour was this?English3·1 month agoProbably isn’t going to be easy to track down. The only thing I’ve been able to find is this. The only things that match up are the last name and the timeframe (and even the timeframe isn’t perfect. September 19, 2009.) No idea beyond that whether that’s the “correct” Webber couple. (Also, the wedding registry page doesn’t mention whether Megan took the Webber last name. If not, and if the t-shirt is related, I’d think the t-shirt would use the term “Webber/Lange Wedding” or some such rather than just “Webber Wedding”. But who knows.)
I checked the Wayback Machine hoping an older version of the same page a) might be available and b) might have more information than the basically no information that the current version of that page has, but unfortunately they don’t appear to have any versions of that page saved.
The source of the page doesn’t have much information (aside from what’s visible in the page, the URL, or the title of the page) except for a zip code: 90049. Probably where Megan and Thomas live.
Again, no idea if that specific Megan and Thomas are related to the t-shirt. But I guess there’s a small chance.
Edit: I guess you could contact screen printing companies in LA near that 90049 zip code and see if you can find a screen printing company that will admit to having made that shirt. They might be able to tell you the story of it. If there’s a tag in the shirt, it might even say the name of the screen printing company.
Me too!
I used Gentoo almost exlusively from like 2003 to maybe 2012 or 2013. I switched to Arch about then. But quite recently I made the switch back to Gentoo on my primary box and I’m happy I did.
Only thing I still need to do to really make it long-term sustainable for my particular use is to set up a build server on my network. My “primary box” is in the room where I sleep and I need it dark and quiet when I’m sleeping. Can’t have MOBO color-shifting LEDs and fan sounds overnight. And I can’t compile something like Chromium in less than the 15-to-16-ish hours I’m awake in a given day. (And I’d prefer to compile it myself rather than using a binary package.) Hence the need for a build server.