• 1 Post
  • 379 Comments
Joined 2 years ago
cake
Cake day: August 4th, 2023

help-circle
  • TootSweet@lemmy.worldtoLinux@lemmy.mlI like gentoo :D
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    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.


  • TootSweet@lemmy.worldtoLinux@lemmy.mlI like gentoo :D
    link
    fedilink
    English
    arrow-up
    11
    ·
    4 days ago

    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.






  • 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.


  • I’ll try to say this delicately enough to not get banned…

    The modlog (which also contains the full text of my post) cites as the reason for the removal of my post “rule 1” which according to the sidebar is “Be civil and nice.”

    I think they consider any criticism of the government of Iran to be “incivility” and/or “meanness”.

    (Hopefully I’m not misinterpreting the mods here. Mods, please feel free to step in and correct any such misrepresentation.)




  • 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.



  • TootSweet@lemmy.worldtoMemes@lemmy.mlhey L.W mods/admins, how's it going?
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    1 month ago

    Anyone want to place bets on how long it is before Elon uses this as an excuse to whisper in Trump’s ear that he needs to classify the Fediverse as a terrorist organization? It’d conveniently shut down competition with Xitter (and other billionaire-owned social media sites) if Mastodon (and Lemmy and PeerTube and Diaspora etc) was shut down for “RaDiCaLiZiNg fErTiLiTy ClInIc BoMbErS” or whatever BS.



  • I’m not sure why you’re getting downvotes exactly.

    A basic tutorial on web development like Sleepless One suggested is definitely a good place to start, just to get a basic overview of what you’re getting into. I personally learn best by doing rather than by learning. What I mean by that is if I sit down to try to learn… say… the C programming language, I’m probably not going to learn much from it, let alone retain it. But if I decide I want to write a game in C and start writing the game even from what little I know about C, I’ll learn as I go. Not to say for me there’s no benefit in a “learn C” tutorial, but if you’re anything like me, I’d recommend switching to doing the specific website you have in mind as early as possible rather than trying to “learn web development” before switching to the project that is ultimately your end goal.

    Beyond that, you’ll want to avoid falling into a trap of doing what feels to you like it’ll work rather than what’s “best practices” for “the industry.” So the other thing I think will benefit you searching-wise is to look for information about not just how to make it (technically) work but also how to do the thing you want to do “right.”

    At least that’s my recommendation.

    Beyond that, are there any existing websites that closely approximate what you have in mind for an end goal for your project? If so, could you share one? I think it might help us with more specific recommendations.


  • Like someone else in this thread mentioned, Elon. I hated him well before he started doing really assholeish stuff publicly. I had plenty of liberal friends who thought he was cool and edgy and bought not-a-flamethrowers and Tesla cars. When the soccer team got trapped in a cave in Thailand and Elon called the rescue team pedophiles, I was like “I knew that guy had to be a total asshole”. Of course, now I know that was not even the tip of the iceberg.

    I think I was ahead of the curve hating on “generative AI”.

    Bill Gates. I hated him for being a big part of the rise of proprietary software as an institution long before the right wing conspiracy theorists started making up bullshit about him. Which is annoying because now I have to tell people I hate Gates but not because I think he’s putting 5G microchips in vaccines or whatever bullshit.

    Facebook is probably a pretty good example. I quit Facebook in like 2008. Not that nobody was talking about how evil Facebook was at the time, but their evil wasn’t really as well known at the time, I don’t think.

    I’m realizing a lot of these are technology-related.