

Why isn’t that common to cover with a blanket other parts of our body when we feel cold, like the belly or lower back?
It… is?
Why isn’t that common to cover with a blanket other parts of our body when we feel cold, like the belly or lower back?
It… is?
Mine wasn’t really all that bad, but the time that occurs to me involves me at like 5 or 6 years old, snow, a sled, a metal fence post, and a big red bump on my forehead. I hit pretty hard, but I don’t think I was concussed or anything.
Yeah, I’m pretty sure my family was only the second owners of my house as well. All I know about the builder of my house is:
Oh, I think I know what’s going on. It’s interpreting the number with a period on the end as a numbered/ordered list. Putting a space before the dot should fix it.
And fixed:
321 . And this is not.
Still weird that the number’s sticking off to the side and getting cut off. Probably depends what client you’re using. In Lemmy-UI, it’s not cut off, but the number is further left than it would otherwise be. Jerboa looks fine, but it’s clearer on Jerboa that it’s interpreting it as an ordered list.
One could make a community named “Anon Posting” or something, lock it so only a mod can post, and then make the sole mod a bot that would post anything it got via DM (probably after automoding, rate limiting, etc) to said community.
I do think it’s a good idea for the bot to keep a log in case it gets abused for sufficiently evil purposes. One could add some extra functionality to the bot that would give identifying information about the poster to instance admins on demand (via DM), but I think instance admins would have pretty easy access to all DMs made to the bot, along with identifying information anyway. (Feel free to correct me if I’m wrong on that.)
Also, the bot could totally delete its logs and with them the identities of all posters after a while. Maybe a month?
And, of course, this wouldn’t be ironclad anonymity. But it would keep identities secret from anyone but the bot maintainer and instance admins.
Yeah, sounds like a pretty cool concept. Not volunteering to write such a bot (at least any time soon) or anything, but I support it.
So, I’ve been using Arch Linux ARM on Raspberry Pis for some “desktop systems” as well as for a janky-ass NAS solution, but that project is kindof dying. They go many months in a row sometimes without any package updates. It’s wild. And when people ask WTF is going on and offer beg to be allowed to help in some way, the admins lock the thread.
So, I’ve been looking to switch my Raspberry Pi’s to something that doesn’t depend so much on some “project” out there to be able to continue to use.
The main Gentoo project fully supports ARM. And even if it didn’t, it’d be a lot easier to use Gentoo without support than Arch.
Switching my main box (not a Raspberry Pi – it’s an x86_64 system) to Gentoo was basically for the purpose of trying out Gentoo again and evaluating whether I want to take the plunge and switch everything to Gentoo.
Aside from that, there’s SystemD which is yucky. (Yes, I know about Artix, but when last I tried it, it didn’t really feel “ready for prime time”. It depends a lot on the main Arch repos.)
Plus, I do kindof like the idea of “more control over my system(s)”. Configuring/compiling my own kernel (yes, you can do that on Arch, it’s much less “in the spirit of” Arch) to make it as minimal as possible and disable everything I don’t need. And of course USE flags are a plus if you want a light system.
Anyway, those are my main reasons.
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.
I’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.
Oh look what instance this was posted on.
Oh, no idea.
English.
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. And string
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.
Probably 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.
I want everything to be owned by myuser, group media
Wait, “everything?” Yeah, that’s probably contraindicated. You don’t want to be changing ownership of stuff in, say, /etc or /bin or whatever to your user. For the most part, stuff in those locations should be owned by root:root. If there are exceptions (things that should be owned by root:<something else>), the package manager will make sure they’re set as they should be.
Then make the “one true frontpage” for Lemmy or whatever (implement ActivityPub, maybe borrowing some code from the Lemmy codebase itself, or kindof making a fork of Lemmy), and if it’s good, it’ll be used. If not, it won’t.
But then, it might well fall victim to this phenomenon:
Lemmy has lots of competing “front pages.” How will one more change anything? A more generic domain name or something?
Definitely not too weird a question!
There are plenty of introverted Americans who hate how extraverted it is here. And the U.S. definitely isn’t “superior” to Germany in that way (or any other particular way.)
Also, there’s a difference between introversion, shyness, social anxiety, an avoidant and/or schizoid and/or schizotypal personality type, an avoidant attachment style, hikikomori/shutins, autism, and plenty of other sorts of socially-averse sorts of temperments. Some are “problems”, some aren’t. Given the way you’re talking about yourself, it sounds like what you’re experiencing is something you’d like to change about yourself. I do think it’s worth introspecting a bit (see what I did there?) and seeing to what extent your desire to change is internalized shame put on you by others and to what extent changing your presentation in the world would lead to a truer expression of your true self. But assuming the latter is the case…
Practice. Even if Germany is a pretty introverted place (and that’s valid – there are definitely differences regionally with regard to how introverted or extraverted the culture is) there are definitely places/events/gatherings/etc that are more expressions of extraversion than others. Immerse yourself in such events. Baby steps are fine. Start with contexts that are just a little bit more extraverted than you are if you like. And move on to more and more extraverted sorts of contexts. Also, I’d try to focus on events centered around things you hold a genuine interest in. (I, for instance, have enjoyed a lot of tabletop roleplaying games. That activity, even though it’s engaged in with others, feels much less overwhelming to me given that everyone’s focused on a common activity rather than just on “each other.”)
One more word about this. Try to avoid “masking.” That is, don’t invent a facade of extraversion to show people. It’s very cliche to say it, but: “be yourself.” I think probably ultimately if you end up “pretending to be extraverted” rather than engaging in socialization in a way you genuinely enjoy, it’s likely to do you more harm than good with regard to your goals.
Good luck!
Should metal detecting functionality be added to my electric toothbrush?
Should pizza savers also be functional Magic 8 Balls?
Maybe Cessna planes should add Roomba functionality.
Voice chat is a fine and good usecase, and I might even be persuaded that some amount of ActivityPub integration might be a good thing (mostly just for account management, though), but no, it shouldn’t be added to Lemmy any more so than my nose hair trimmer should also be a functional tazer. If a particular instance admin also wants to provide voice chat to users, great.
One of Lemmy’s greatest strengths is that it doesn’t try to do too much. It does one thing and one thing well.
Can you define your terms a bit? What do you mean by “range” and “angle-range?” Also, if you’re taking about angles, angles relative to what in particular? (Maybe relative to the line segment connecting the centers of the two circles? Relative to a tangent of one of the circles at the point of intersection?) Are you looking to solve this only for the case where the two circles have equal radii, or for the more general case where their radii may be unequal?
Also, I’ll assume Euclidian space here. Non-Euclidian isn’t my forte. I guess, though, to say I know nothing about it would be a bit hyperbolic.