As part of an automation workflow I’m building around Elgato Stream Deck, I needed a way to size an application window to 16×9. This would be one component of a workflow that would allow me to launch an app, size the window, position it on the screen, and hide all the other windows with the push of a Stream Deck button.
The easy part was the Stream Deck configuration. The hard part was the AppleScript–I had never written one.
This AppleScript is crude, but it’s a start. I explain what the script is doing using inline comments, which in AppleScript are noted by the leading double-hyphens, although pound signs and (* *) delimiters for multi-line comments are also supported.
---------------------------------------------------------- -- SET VARIABLES ---------------------------------------------------------- -- theApp = name of the app MacOS will act upon set theApp to "ApplicationName" -- appWidth = how many pixels wide we'd like the window -- appHeight is calculated as a 16:9 ratio of "appWidth" -- Note that "as integer" means decimal portions of a -- calculation are truncated. set appWidth to 1600 set appHeight to appWidth / 16 * 9 as integer -- screenWidth = display pixel width -- screenHeight = Continue reading
The company claims the appliance is capable of simultaneously juggling millions of connections per...
Last year, we introduced powerful new innovations that make networking more secure and intrinsic to your infrastructure. These innovations included our Service-defined Firewall and introduction of optional distributed intrusion detection and prevention (IDS/IPS).
At RSAC 2020, VMware is making it easy to learn how intrinsic security can benefit your business with opportunities to engage us in 1:1 conversations, view demos and more.
Here are 3 ways that you can learn more about intrinsic security at RSAC 2020.
Tom Gillis, SVP/GM of Networking and Security at VMware, will be speaking at the RSA Conference in a breakout session. His session covers data center and branch security approaches and will feature demos across the VMware security portfolio including NSX Data Center, VMware NSX Advanced Load Balancer, and VMware SD-WAN.
Be sure to reserve a seat for his session!
Schedule an exclusive conversation with a security executive to discuss how intrinsic security for your network and workloads can enable proactive security that’s easy to operationalize.
Meeting time slots are limited so request a meeting now.
Dell bagged $2B with the sale of RSA; AT&T shared threat intelligence; and Orange teamed up...
It becomes increasingly important as operators rollout 5G networks and enterprises connect billions...
The companies announced the deal a week before the annual RSA mega-cybersecurity conference kicks...
Take a Network Break! Global espionage tensions ratchet up between the United States and China, the CIA is revealed to have owned a company that sold doctored cryptography systems to allies and adversaries, VMware adjusts its licensing, and more tech news. Guest analysts Keith Townsend and Ned Bellavance step in for a vacationing co-host.
The post Network Break 271: Global Espionage Agita Kicks Up A Notch; Forescout Gets Bought For $1.9 Billion appeared first on Packet Pushers.
The vendor’s Annual Internet Report projects the average 5G speed will be 575 Mb/s by 2023.
This anonymized data from the operators’ security operations centers and investigations is then...
I published a blog post describing how complex the underlay supporting VMware NSX still has to be (because someone keeps pretending a network is just a thick yellow cable), and the tweet announcing it admittedly looked like a clickbait.
[Blog] Do We Need Complex Data Center Switches for VMware NSX Underlay
Martin Casado quickly replied NO (probably before reading the whole article), starting a whole barrage of overlay-focused neteng-versus-devs fun.
Read more ...I published a blog post describing how complex the underlay supporting VMware NSX still has to be (because someone keeps pretending a network is just a thick yellow cable), and the tweet announcing it admittedly looked like a clickbait.
[Blog] Do We Need Complex Data Center Switches for VMware NSX Underlay
Martin Casado quickly replied NO (probably before reading the whole article), starting a whole barrage of overlay-focused neteng-versus-devs fun.
“We see the edge as really being defined not necessarily by a specific place or a specific...