• 5 Posts
  • 1.73K Comments
Joined 1 year ago
cake
Cake day: July 22nd, 2023

help-circle

  • I started with borrowing my mother’s lawnmower, that’s it. But the first afternoon I had enough to buy a weed eater. Couldn’t even afford a pager, had to call my mom and check on customer calls.

    Crud. Forgot where I’m at. Yes, success is nothing but luck 99.9994% of us will never have.


  • I’d suggest figuring out the Windows casting issue. My TV is hardwired to the network, so maybe that helps.

    Here’s a script for a mode switcher. Works great using psexe to wrap it in an executable.

    Do {
        CLS
        $Mode = Read-Host "`r`n(W)ork, (P)lay, (M)ovie?"
        } until ( 'w', 'p', 'm' -contains $Mode) 
    
    if ($Mode -eq "w"){
    # Work Mode
    displayswitch.exe /extend
    # Display taskbar and restart Explorer
    $p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
        }
    
    if ($Mode -eq "p"){
    # Play Mode
    displayswitch.exe /external
    # Display taskbar and restart Explorer
    $p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
        }
    
    if ($Mode -eq "m"){
    # Movie Mode
    displayswitch.exe /internal
    #Hide taskbar and restart Explorer
    $p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
        }
    


  • shalafi@lemmy.worldtoGreentext@sh.itjust.worksAnon watches an old concert video
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    5
    ·
    edit-2
    22 hours ago

    Y’all are fat as fuck. Period. But I think I know why… bear with me.

    I’ve spent decades watching Americans get fatter and fatter and fatter. I’ve seen people tonight that were unthinkable in the 70s and 80s. From talking to friends and neighbors over the years I’ve gathered this, “Yeah. I’m/he/she/ is a little pudgy, but at least I’m not as fat as him/her!”

    You see people worse off than you and breathe a sigh of relief. Well… I look at gravestones and think, “At least I’m not that bad off!”

    Keep telling my how bad your joints hurt when you hit 30.










  • I’d argue the Boomers are a fair cut above Gen Z. We Gen X folk are the greatest!

    Seriously though, we straddled the digital divide. We went from nothing to having to figure it all out. All when we were young and able to learn quickly. FFS, we couldn’t play a simple video game without understanding drives, IRQs, CLI, all that.