Skip Navigation

User banner
Posts
3
Comments
558
Joined
2 yr. ago

  • Wonder how much of that goes towards his monthly payments for lawsuits he's lost.

  • They have protective custody for certain inmates that require protection, for example, Epstein.

  • Voyager client on Android, autoplayed the autorepeating gif for me.

  • Sufficient interest in the matter equates to standing in a general manner.

  • My inner voice is my voice as I hear it, and is more obviously there when I'm contemplative or reflective on ideas and concepts, but it doesn't seem to actively dictate or narrate most of my actions as I go through the day, except perhaps in anxiety or adrenaline peaking situations. It does seem more likely to flip to the forefront when there's an 'emergency' sort of moment to help stay calm and rational where others may panic. I do have some 'imagery' thoughts but only when I'm on more of an autopilot with an activity.

    Interestingly, I can have very vivid and detailed dreams filled with unique imagery and events that can seem very real and my inner voice kicks on sometimes during dreams, and I recognize it as a dream. I have at times been able to influence the direction of a dream that my subconscious usually seems to be running. These dreams can be expansive, I'm talking deep backstory, knowing things and languages I do not know, knowing details about history or science or math that I do not know, and having a strange hyper awareness of existence around me that I do not have when awake. The only really 'scary' dreams I've had since I was a kid are ones where I can't find my kids, or where my dad is still alive and shows back up at home like he was just living somewhere else for a while (and it's not so much scary as just hyper-confusing and stressful). The dad dreams are also some of the best dreams to have that inner voice of awareness happen.

  • What if I told you you can make a backup of a config file and edit a single line in a conf file, all with a single line of bash?

    sudo cp config.conf config.conf.bak.$(date +"%Y%m%d%H%M%S") && sed -i 's/^\(CONFIG_NAME\s*=\s*\).*/\1new_value/' config.conf

  • Yeah, totally.

    Just imagine trying to do this with Windows Powershell, without a package manager like chocolatey to make it simple like linux...

     
        
    $workdir = "c:\installer\"
    
    If (Test-Path -Path $workdir -PathType Container)
    
    { Write-Host "$workdir already exists" -ForegroundColor Red}
    
    ELSE
    
    { New-Item -Path $workdir  -ItemType directory }
    
    $source = "https://download.mozilla.org/?product=firefox-latest&os=win64&lang=en-US"
    
    $destination = "$workdir\firefox.exe"
    
    if (Get-Command 'Invoke-Webrequest')
    
    {
    
         Invoke-WebRequest $source -OutFile $destination
    
    }
    
    else
    
    {
    
        $WebClient = New-Object System.Net.WebClient
    
        $webclient.DownloadFile($source, $destination)
    
    }
    
    Start-Process -FilePath "$workdir\firefox.exe" -ArgumentList "/S"
    
    Start-Sleep -s 35
    
    rm -Force $workdir/firefox*
    
      
  • Not being corrupted is just too darn expensive.

  • Projecting one's denial of rational semantics is a comprehension problem on its own.

  • It means they are conflated, even if you don't like that they are.

  • You do know the two overlap rather consistently from the context of the females' choice in most cultures where it persists, right?

  • Dope is 100% also used for weed. Maybe just less common for the younger gens.