wake.st is one of the many independent Mastodon servers you can use to participate in the fediverse.
the personal instance of Liaizon Wakest

Administered by:

Server stats:

1
active users

#windows

20 posts19 participants2 posts today

윈도를 맥처럼 - 맥의 CMD + 백틱키 단축키를 윈도에서 쓰기 (사용중 앱간 윈도우 전환)

hackers.pub/@arkjun/2025/mac-t

Hackers' Pub · 윈도를 맥처럼 - 맥의 CMD + 백틱키 단축키를 윈도에서 쓰기 (사용중 앱간 윈도우 전환)맥을 오랫동안 메인 개발머신으로 사용하다가 윈도를 다시 메인으로 사용한 지 1년째. 여러가지 단점에도 불구하고, 윈도11 + WSL (우분투) 환경에서의 개발이 나쁘지만은 않습니다.물론 CMD 키도 없고, Ctrl 키를 이용한 복사 붙여넣기는 불편합니다만. 그럼에도 맥에 없는 윈도의 장점들이 맘에 들고, 윈도에 없는 맥의 장점들 또한 맘에 듭니다. 물론, 언젠가 또 맥을 다시 메인으로, 윈도를 서브로 쓰는 날도 오겠지요.메인은 때로 상황에 따라 교체할 수 있음을 유연하게 생각해 두는 편입니다.[1]<사설이 길었는데, 제가 맥에서 자주 쓰는 단축키인 CMD + `(억음 악센트/백틱) 키 는, 사용 중인 앱의 전환을 시켜주는데, 가령 크롬 브라우저 창을 두 개 열었다면 단축키 사용시에 크롬 브라우저 창 간 전환을 시켜 줍니다. 맥에서 가장 많이 사용하는 단축키여서, 윈도에서 비슷한 역할을 하는 단축키를 열심히 구글링하여 찾아 보았으나 찾을 수 없었습니다. 그래서 AutoHotkey[2] 를 이용해 간단한 스크립트를 만들어서 사용하고 있습니다. 사실 완벽하게 동작하지는 않고, 개인적으로 쓰기에 적당히 만족하는 수준에서만 동작하는 코드라, 공유하기에 부끄럽기도 하고 코드도 초 간단합니다만,누군가 맥에 익숙하지만 윈도도 쓰는 사용자에게 도움이 되는 마음과,Hackers’ Pub 의 부흥(?) 을 기원하면서.<해당 AutoHotKey 스크립트 코드를 공유합니다.; Alt + 백틱 키를 눌렀을 때 실행되는 코드; MacOS 의 CMD + ` (Backtick) 키로 동일 프로그램내 창전환을 윈도에서 구현. !`::{ focusedWindow := WinExist("A") if !focusedWindow return focusedPID := WinGetPID(focusedWindow) focusedPName := WinGetProcessName(focusedWindow) focusedClass := WinGetClass(focusedWindow) focusedTitle := WinGetTitle(focusedWindow) ; Get all windows of the same class and process windows := [] for window in WinGetList() { if (WinGetPID(window) = focusedPID && WinGetTitle(window) != focusedTitle) { windows.Push(window) } } if (windows.Length > 1) { WinActivate(windows[2]) } else if (windows.Length = 1) { WinActivate(windows[1]) }}<실행 방법은 위의 코드를 임의의 ahk 확장자를 가진 파일로 작성하여 AutoHotKey 로 실행시키면 끝입니다. AutoHotkey 를 통해 해당 스크립트를 실행파일 (exe) 로 컴파일 할 수도 있습니다. 덧) 과거에 이미 GitHub Gist 쪽에 공유해 놓기는 했습니다. 읽어주셔서 감사합니다. 사실 최근 윈도를 메인으로 쓰는 1년 동안, 중간에 간간히 맥을 메인으로 쓰기도 했습니다. ↩︎ 오토핫키(AutoHotkey)는 윈도우에서 키보드 단축키 설정, 간단한 매크로 제작, 자동화 등을 목적으로 하는 무료 오픈 소스 기반의 스크립트 언어이다. 간단한 프로그램 제작에 특화된 직관적인 문법을 갖추고 있으며 마우스와 키보드 제어, 화면에서 이미지 검색, 윈도우 창 조작, 간단한 GUI 제작 등 언어의 목적에 맞는 기능이 내장되어 있다. 출처 : 나무위키 (https://namu.wiki/w/AutoHotkey) ↩︎

Lilbits: GIMP 3.0 released, Microsoft accidentally deletes Copilot from Windows PCs, and Firefox paves the way for Progress Web apps (finally)

GIMP is a free and open source image editing population that’s been around for more than two decades. And it’s spent most of that time on version 2 dot something or other. But after seven years of active development toward the next version, GIMP 3.0 is finally here.

The update brings better support for displays with high pixel density, tablet input improvements, native Wayland support on […]

#chromecast #chromecastAudio #copilot #firefox #gimp #lilbits #mozilla #windows #windowsUpdate

Read more: liliputing.com/lilbits-gimp-3-

Microsoft rolled out a Windows 11 update this week that "unintentionally uninstalled" the Copilot app from some computers. It's an odd bug for a company that's been pushing its AI app as a selling point, but Microsoft is "working on a resolution," to bring Copilot back... whether you want it or not. #Copilot #Windows #AI #Microsoft theverge.com/news/631053/micro

Illustration of the Microsoft Copilot logo.
The Verge · Microsoft accidentally wipes out Copilot in latest Windows 11 updateBy Tom Warren

Microsoft accidentally cares about its users, releases update that unintentionally deletes Copilot from Windows

It's rare in this day and age that proprietary operating system vendors like Microsoft and Apple release updates you're more than happy to install, but considering even a broken clock is right twice a day, we've got

osnews.com/story/141941/micros

www.osnews.comMicrosoft accidentally cares about its users, releases update that unintentionally deletes Copilot from Windows – OSnews

It's important for a tiling window manager to be expressive enough to handle applications which don't always follow established development practices

For example, #Blender gives every single popup window the same class as its main window - this is not a good practice, but it we should still be able to find a workaround

With komorebi, we get around this by using a composite rule to float every blender.exe window which does not include "- Blender" in the title

Is it the prettiest solution? Not really

But ultimately, it works, it is reliable, and it enables users to achieve their goals

Is today #FediHire Friday? Sure looks like it!

What I'm looking for: A senior level, individual contributor role supporting Windows, Active Directory, Certificates, PKI, Azure, and information security in a large environment. Interested in relocating outside of the US. I like to solve weird problems and make computers run smoothly. I want to help others use technology effectively.

My main focus the last few years has been rebuilding and modernizing a struggling certificate management team. That includes growing the team to meet our company needs, migrating our AD-integrated private PKI stack, getting a handle on our web PKI consumption, and making massive improvements to our certificate lifecycle management platform. I supported and advised our CyberSec and Desktop teams as we rolled out multi-factor authentication to 50,000 employees and contractors across the US. My background in understanding deep computer fundamentals, talent for quickly grasping nuances of larger systems, and calmness in a crisis have contributed to quickly resolving major technology outages regardless of root cause.

This role hasn't been exclusively technical. A big part of my current job is building relationships with our developers to help them understand how certificates work, the responsible ways to use them, and what our relevant internal policies are. I've been training and teaching junior and mid-level engineers both practical PKI concepts and our specific enterprise requirements. I've gotten to spend some time with upper management to both explain the immediate challenges we've had and the plans we can implement improve our infrastructure, reducing costs and outages.

While this position has been focused on certs and how to use them, I'm very comfortable considering a technical leadership role for Windows (server and desktop) administration and Active Directory. I also have some good experience with Azure and virtualization platforms, but they haven't been my daily focus for several years.

My current employer is direct retail for general public consumers. I've also worked in banking/finance, manufacturing, and architecture firms. The common thread is I love to help people leverage technology for their goals, to help them be more effective.

In my personnel/volunteer time I've done very similar: working backstage with lights/sounds/projections so live performers can do their best.

Right now I'm in Syracuse, New York (about five hours from NYC), but I'm open to relocation/migration anywhere in the world.

PMs open if you want to talk details. Boosts/reshares appreciated.

Palo Alto's security advisories include six vulnerabilities. Updated today.

CVE-2025-0113 Cortex XDR Broker VM: Unauthorized Access to Broker VM Docker Containers security.paloaltonetworks.com/

- PAN-SA-2025-0006 Informational Bulletin: Impact of OSS CVEs in PAN-OS security.paloaltonetworks.com/

- PAN-SA-2025-0005 GlobalProtect Clientless VPN: Clientless VPN Misconfiguration Allows Cross-Site Attacks security.paloaltonetworks.com/

- PAN-SA-2025-0004 Chromium: Monthly Vulnerability Update (February 2025) security.paloaltonetworks.com/

- CVE-2024-1135 Impact of CVE-2024-1135 security.paloaltonetworks.com/

- CVE-2025-0112 Cortex XDR Agent: Local Windows User Can Disable the Agent security.paloaltonetworks.com/ @paloaltontwks #cybersecurity #infosec #Windows #Microsoft

Palo Alto Networks Product Security Assurance · CVE-2025-0113 Cortex XDR Broker VM: Unauthorized Access to Broker VM Docker ContainersA problem with the network isolation mechanism of the Palo Alto Networks Cortex XDR Broker VM allows attackers unauthorized access to Docker containers from the host network used by Broker VM. This ma...

Looking for software recommendation...
I'm looking for a remote desktop solution to help others with computer issues. My side needs to run on #Linux, other side needs to run on #Windows, and to a lesser extent, #Linux as well.
Setting up the connection needs to be noob friendly on their side. I have an extremely strong preference for FOSS.

So far, I have not had fun experiences with remote desktop even just controlling my own machines.