• 0 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • That looks like it might be a separate molding around the edge, mitered at the corner? See if you can figure out how it’s attached—you may be able to pry off the portion that would be running front-to-back in the photo without damaging anything, then cut off the mitered corner on the left-to-right length with a handsaw…

    If it’s edging on a solid slab, pick whichever power saw you think is most likely to cut through in one pass and set up a guide to make sure the cut is straight, that’s all I can say.






  • Hmm. If I’m visualizing this correctly, and depending on the size of the table . . .

    Two pairs of legs with stretchers in between, on pivots that allow them to fold up agains the bottom of the table, slighly offset so that the legs end up alongside each other when folded instead of interfering. If you want them to touch the bottom of the tub, set them up to fold at the “knees” rather than the “thigh”, if you see what I mean. The difficult part is figuring out how to secure them in the extended position. If you’re okay with putting in a couple of bolts whenever you unfold, you could add a couple of supports that link the stretchers to the underside of the table at an angle (pivot at the other end again). Or you could attach a length of wood to one stretcher with a pivot and notch the other end so that when the table is unfolded, it drops over the other stretcher and forms a tight cross half-lap joint.

    All this requires gluing or screwing hinges or bits of wood pierced for dowels or screws to the bottom of the table to form the pivots.


  • letting cats roam outside is objectively harmful.

    That’s very situational. If you’re in a rural or semi-rural area that has small wildcats (or foxes or similar) already, adding a handful of domestic cats isn’t going to disrupt anything much. The only reason to keep cats inside in such a place is for their own safety (from larger predators like coyotes, and from highway traffic).

    If you’re in Australia, Antarctica, or a protected island biome with no native small wildcats or canids, or you have a known endangered species in the area that cats are likely to prey upon, that changes the equation. If you’re in a highly urban area, that changes things in a different way, because the danger to outdoor cats from traffic and other human activity rises exponentially.



  • One thing that’s helped me a bit in similar circumstances was to find the manual (by searching on-line, since the paper ones don’t tend to survive in our household). Even 30-50 years ago, they were pretty good at telling you what to absolutely not do, in order to reduce the number of lawsuits flung at the manufacturer. Also a nice-to-have for maintenance purposes.

    (Now if only I could find the one for that damned drill press . . .)




  • I ended up with a 103-key Unicomp New Model M (essentially the same layout as a 101-key, but with one Windows key and one context menu key stuffed into what would have been the small blank spaces in the bottom row between ctrl and alt—I really wanted a full-length spacebar). Linux is most often installed onto ex-Windows PCs, so it’s hardly surprising that it expects the Windows keyboard layout.

    (I believe the current generation of Gnome devs is big on minimalism, AKA omitting or removing features. I can understand the appeal from a code maintenance point of view, but it’s never been a DE that I liked.)

    You can buy keyboards with replaceable keycaps. You can also buy keycaps with Tux logos on them for at least some of those keyboards. You can decide for yourself whether your aesthetic dislike of the Windows logo is worth the rather higher price of such a keyboard.


  • nyan@lemmy.cafetoLinux@lemmy.mlIs gentoo Linux really worth it?
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    1 year ago

    Actually, Gentoo has no restrictions against packaging closed-source software, or even for-pay software. The net-im category is full of closed source.

    Closed-source games rarely get packaged, and almost never in the main tree, in part because they all have to be fetch-restricted. The system can’t predict whether you bought from Steam or GOG or some smaller store, or whether you have a means of downloading from that store without user interaction, so it has to send you to download the package yourself and place it in the source directory. That’s considered a black mark against the package. (There was someone a few years ago who was packaging GOG games in an overlay, but they don’t seem to be doing it anymore.) In general, no distro will package this stuff—you’re better off installing Steam and having it manage your games.

    As for build times, get used to letting updates involving large packages run unattended overnight. Sort out the dependencies, issue an emerge with --keep-going, and go to bed. Works for PI3s and my Athlon64x2 laptop, anyway. (If this is still intolerable for you, maybe Arch would be a better fit?)

    Finally, you may not be aware that the most complete list of Gentoo-packaged software available is not on the official site, but at gpo.zugaina.org, which also indexes ebuilds in overlays and Bugzilla.


  • Installing Gentoo requires you to 1. follow a long list of instructions (correctly, in order, without skipping) and 2. be willing to make some decisions about your system setup. I don’t consider that painful, but some people apparently do. It’s also useful to bring a book or some other secondary form of entertainment to occupy yourself with during the non-interactive parts of the install process. Once the initial install is done, you can minimize wasted time by starting updates right before leaving the computer, or just configure it to always leave one core free for your interactive needs.

    Gentoo has never been an appropriate distribution for new Linux users with no technical background, or people who want their system to “just work” without caring about how. It’s always been about choice, and its flexibility is both a strength and a weakness. Regardless, the OP did the correct thing by not including it in their guide.



  • nyan@lemmy.cafetoLinux@lemmy.mlI tried, I really did
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    There are two different RDP implementations in Linux: freerdp (which is the underlying library for remmina as well) and rdesktop. Each has its own set of bugs. No idea if rdesktop offers better support for what you want to do—I use it, but I only have single-monitor setups at both ends. (It has an annoying bug that can make it require multiple attempts to establish a connection, though.)