Feed aggregator

PTC Windchill Vulnerability Exploited in Ransomware Campaign

Security Week - Mon, 07/27/2026 - 9:19am

The critical unsafe deserialization flaw allows attackers to execute arbitrary code remotely, without authentication.

The post PTC Windchill Vulnerability Exploited in Ransomware Campaign appeared first on SecurityWeek.

Categories: SecurityWeek

MedusaHVNC Malware Uses Hidden Windows Desktops to Evade Detection

Security Week - Mon, 07/27/2026 - 9:00am

The malware-as-a-service operation launches legitimate browsers on an invisible desktop, giving attackers persistent and covert remote access to compromised Windows systems.

The post MedusaHVNC Malware Uses Hidden Windows Desktops to Evade Detection appeared first on SecurityWeek.

Categories: SecurityWeek

A Collection of Definitions of Intelligence

Hacker News - Mon, 07/27/2026 - 8:39am

Article URL: https://arxiv.org/abs/0706.3639

Comments URL: https://news.ycombinator.com/item?id=49068824

Points: 1

# Comments: 0

Categories: Hacker News

Phished. Again

Hacker News - Mon, 07/27/2026 - 8:38am
Categories: Hacker News

Show HN: Claude Playbooks – isolated, shareable Claude Code instances

Hacker News - Mon, 07/27/2026 - 8:37am

Sometimes I want to change my CC configuration by installing some skills, plugins or having some MCP connections. However the more I customize my CC the more is gets convoluted because it is hard to keep it clean. Wanna try an experimental hook or new CLAUDE.md behavior? You have to change your current setup, then if you didn't like, you have to revert it back.

Over time, it became a nuisance to deal with all of the changes, then I wanted to use 2 different accounts, that's where I have discovered that we can actually have isolated CC instances, which is a spectacular way to have multiple CC setups. By default, CC utilized CLAUDE_CONFIG_DIR which points to ~/.claude, if you want to have a fresh CC, just run this:

mkdir ~/.claude-personal CLAUDE_CONFIG_DIR=~/.claude-personal claude

an you'll have separate CC instance, you may configure however you want and even have an alias for this: alias claude-personal='CLAUDE_CONFIG_DIR=~/.claude-personal claude'

(put this into your ~/.bashrc or ~/.zshrc) and you are good to go!

I have created several CLAUDE_CONFIG_DIR and being able to use them in parallel feels great.

For example, I have experimental CC setup that is loaded with community plugins and skills (caveman, i-have-adhd, context-mode, etc) and I can access this setup just by typing "claude-experimental".

And another setup where I even use different account! They both work isolated.

To make things easy, I've created a small tool to manage and *share* isolated claude-code setups: https://github.com/ramazanpolat/claude-playbooks/

Single static binary, no dependencies, MIT licensed.

Feedbacks are welcome!

Comments URL: https://news.ycombinator.com/item?id=49068803

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Volas – Technical Indicators for Python

Hacker News - Mon, 07/27/2026 - 8:31am

I wanted it faster to calculate technical indicators than Pandas, so I built volas, 254 indicators, similar APIs to Pandas, but much much much faster.

Comments URL: https://news.ycombinator.com/item?id=49068732

Points: 1

# Comments: 1

Categories: Hacker News

Pages