I’m just this guy, you know?

  • 1 Post
  • 175 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • I’ve been happy with the GE Enbrighten series, though they do require a neutral wire. I use the Z-Wave models, but I can’t imagine the ZigBee models would work any differently.

    Neat feature of the Enbrighten line is they recognize several gestures including short tap, long press, double tap, and I think even triple tap. I configured mine so that short taps on/off toggle the lights between off and 100% on, long press on/off brightens/dims, and double tap on activates the preferred evening lighting scene.

    I think Minoston are also a GE product line? Again, Z-Wave, but rated for higher wattage in my case. They also require a neutral wire.

    I had a pair of no-neutral ZigBee switches sold as ‘Martin Jerry’ brand, but they were super dodgy. Terrible feel to them, and they made a sort of electrical whine when the fixture was on. I pulled them right out and sent them back.



  • You could source a pair of gigabit media converters and a length of fiber on Amazon for about $100. Just use the media converters to extend the Ethernet port from where the Internet hands off in your house over to your office. You can affix the fiber along baseboards and up over door frames with adhesive cleats and zip ties, or those nylon staples on a nail they use to tack down coax cable.

    If you’re willing to spend a little more on the fiber for a custom color, you can probably even order the fiber in a more neutral color than SMF yellow to blend into the trim better.







  • I happen to have LMDE installed on a Lenovo Thinkpad Carbon X1 (Gen 3) tablet. It has a stylus that takes a AAAA (yes, quad-A) battery. Its an i5 or i7 Intel processor, and has a 3k Wacom sensor display. I’ve played with Inkscape on it and I think it fits the bill nicely, but it’s also discontinued.

    Cinnamon was the only DE with DPI scaling that worked worth a damn, and also had good native support for screen autorotation and onscreen keyboard.

    I need to completely wipe and reinstall the system now because I configured my slices too small, and for some reason decided not to put root in an LVM like a sane person would have (it was 2017 tho. Different times…)

    Anyhoo, if you can come by one through the refurb market, I think it comes closest to your spec, saving the no-battery stylus.







  • I have. It usually stays off until they rig the cabin for final approach. Comes back on for landing but hey, whatever?

    I’m getting beaten up for my stance here, but seriously: if all it takes to put you over is some midflight ads the do the rest of us a favor and don’t fly. Take a train or whatever.

    Y’all are acting like they’re gonna strap us down and tape our eyes open like that Alex Whasisname kid in A Clockwork Orange. I assure you that doesn’t happen for another 22 years in this timeline (give or take).





  • I also mainly don’t use screen Auto Rotate, but I did make it a tile on the window shade. Rather than toggle it manually, I have Tasker enable rotation when an app that I want to auto-rotate is active on the screen, and disable it when that app is not active.

    It doesn’t put anything up on the status bar, but if you can live without it knowing only certain apps do it, maybe it doesn’t matter.

        Profile: Auto-rotate Apps
        Settings: Restore: yes
        	Application: Sky Map, Camera, Gallery...
        
        
        
        Enter Task: Enable Auto-rotate
        
        A1: Display AutoRotate [
             Set: On ]
            If  [ %ROTATE_APP_LOCK Set ]
        
        A2: Variable Clear [
             Name: %ROTATE_APP_LOCK ]
        
        
        
        Exit Task: Disable Auto-rotate
        
        A1: Variable Set [
             Name: %ROTATE_APP_LOCK
             To: 1 ]
            If  [ %ROTATE_APP_LOCK !Set ]
        
        A2: Display AutoRotate [ ]
    
    

  • SolidGrue@lemmy.worldtoSelfhosted@lemmy.worldVLAN question
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    If you just want each physical interface on your server to participate in a single VLAN, set the corresponding switch port as an access port in the desired VLAN, and then configure each server interface as a normal untagged interface.

    You would only do tagged frames (802.1q trunking) if you wanted to support several VLANs on the switch port.