Brace Yourselves For The Impact
Brace Yourselves For The Impact
#Automation #Jobsecurity #Scripting #Self-obsolescence #Productivity
programmerhumor.io/programming-memes/brace-...
Brace Yourselves For The Impact
Brace Yourselves For The Impact
#Automation #Jobsecurity #Scripting #Self-obsolescence #Productivity
programmerhumor.io/programming-memes/brace-...
PowerShell v7.5.5 Release Notes | GitHub
github.com/PowerShell/P...
#powershell #cli #commandline #scripting #terminal
Admittedly crossing disciplines a bit here, but this is why we have #Automation #Scripting and #DevOps
PowerShell objects are not just data. They can DO things.
In this week’s PoshBytes: What the Method, I break down what methods are, how to call them, and how to find them using Get-Member.
Stop guessing. Start discovering.
# PowerShell #Automation #Scripting #DevOps
youtube.com/shorts/ab8jx...
Scripting the diologue that goes in between songs. It's like writing an audio play. #scripting #audio #synthwave #Scifi
#Automation #Docker #Linux #Python #Scripting #Software #Architecture #Software #Development #Ubuntu
Origin | Interest | Match
#Automation #Documentation #Home #Automation #JavaScript #Mobile #App #Development #Raspberry #Pi #Scripting
Origin | Interest | Match
FYI
You can emulate this Python line
"keyword".startswith(cmd)
in #bash, using the following:
[[ "keyword" = ${cmd}* ]]
With one catch:
cmd must NOT contain any whitespace.
#BashProgramming #BashScripting #Scripting
📄 C# File-based Apps in .NET 10 Single .cs file → run & build real apps, no csproj no sln no boilerplate. Scripts prototypes experiments quick utils finally feel lightweight in C#. #dotnet #csharp #net10 #scripting #productivity www.ottorinobruni.com/csharp-file-...
The Construct Pivot-Slide Chain Tool creates an interpolation, pivot-slide chain from 6 button presses and 4 fields with a main control and three interpolation controls. The ease of construction supports iteration and flexibility when rigging.
#Blender #TechnicalArt #Rigging #Scripting #Python
How to Automate Linux Backups Using rsync and systemd In this tutorial we build an automated Linux backup using rsync and a systemd timer. In this step-by-step tutorial, we'll create a reliable...
#Fun #Projects #System #Administration #Tutorials #ubuntu #Bash […]
[Original post on learnlinux.tv]
Your Sort-Object is not broken. Your data type is.
New PoshBytes covers:
• Numeric strings vs real numbers
• Use expressions inside Sort-Object
• Keep your original data intact
youtube.com/shorts/1ZXM3...
# PowerShell #Automation #Scripting #DevOps
#multimedia #revolution
#teamwork
#audio #visual #video
#scripting
#games #comedy #acting
#painting #sculpture #accessories
#animation
#C# #Programming #Game #Development #Graphic #Design #HTML #JavaScript #PHP #Programming #Scripting
Origin | Interest | Match
#Automation #Binary #Analysis #Computer #Security #Debugging #Reverse #Engineering #Scripting #Software #Development
Origin | Interest | Match
Under experiment with #AfterEffects expression language. #MadeWithCC #scripting #Animation #MotionGraphics
Audience-!
Entertainers-!
~
Say hi-!
Let's read the first wish from Bluesky-!
~
Carefree Media
will bring your multimedia dreams to reality-!
#multimedia #revolution
#teamwork
#audio #visual #video
#scripting
#games #comedy #acting
#painting #sculpture #accessories
#animation
#Conflict #Resolution #Customer #Service #Documentation #Report #Writing #Scripting #Social #Media #Management
Origin | Interest | Match
Is your item contained or in an array? If your PowerShell membership check keeps failing, you might have it backwards. New PoshBytes explains it clearly in under 90 seconds.
youtube.com/shorts/CpU3G...
#PowerShell #Automation #Scripting #DevOps
say hi
Carefree Media
will bring your multimedia dreams to reality
audience & entertainers
#multimedia #revolution
#teamwork
#audio #visual #video
#scripting
#games #comedy #acting
#painting #sculpture #accessories
#animation
Under experiment with #AfterEffects #expression language. #MadeWithCC #scripting #Animation #MotionGraphics
AquaShell: A Scripting Environment for Windows 📜
100% free and open-source, programmed in C++.
www.youtube.com/watch?v=q7OS...
#IndieDev #Programming #Coding #Scripting #ProgrammingLanguage #ComputerScience #Technology #Shell #BlueskyPromo #PromoSky
#!/bin/bash files=$(ls bc*.ppm) numfiles=$(ls $files | wc -l) numpages=$((numfiles*2)) frontat=1 backat=$numpages for file in $files; do filewidth=$(pamfile -size $file | awk '{print $1}') pagewidth=$((filewidth/2)) pamcut -right $pagewidth $file >| left.ppm pamcut -left $((pagewidth+1)) $file >| right.ppm if ((frontat % 2 == 0)); then mv left.ppm split$(printf %02d $frontat).ppm mv right.ppm split$(printf %02d $backat).ppm else mv right.ppm split$(printf %02d $frontat).ppm mv left.ppm split$(printf %02d $backat).ppm fi ((++frontat)) ((--backat)) done
Here's a little puzzle for you. Can you figure out the purpose of this one-off shell script I just wrote?
If you post an answer put it behind a CW so you don't spoil it for others!
#programming #scripting #shellScript #shellScripting #Linux
This is a scripted double jump I made with custom visual and sound effects, along with a custom jump / glide animation.
#Scripting
#VideoGames
#SecondLife
Under experiment with #AfterEffects #expression language.
#MadeWithCC #scripting #Animation #MotionGraphics
How big is your file really? Explorer rounds. PowerShell tells the truth in bytes. Learn how numeric multipliers like MB and GB make size calculations clean and easy to read in the latest PoshBytes.
youtube.com/shorts/wLn7u...
#PowerShell #Automation #Scripting #DevOps
Watch at: youtu.be/L8jyBeiF35w
Play at: tic80.com/play?cart=4548
#tic80 #youtube #youtuber #youtubechannel #heart #ecg #valentine #scifi #animation #animation2d #2danimation #2d #art #artist #pixelart #code #coding #creativecoding #program #programming #lua #scripting #nerd #geek #future #cool
PowerShell Studio 5.10.265 has been released with VS 2026 runtime updates & a fix.
Product version history:
👉 bit.ly/3NAsO3P
#NewRelease #pwsh #SAPIENTech #PowerShellStudio #scripting
Ever just need to scan names fast in PowerShell? Format-Wide is the underrated hero. See it in action in the latest PoshBytes short.
Watch now: youtube.com/shorts/XU5AR...
#PowerShell #Automation #Scripting #DevOps