Feed aggregator

In Other News: FBI Hacked, US Security Pro Killed in Iran War, Hijacked Cameras Used in Khamenei Strike

Security Week - Fri, 03/06/2026 - 10:35am

Other noteworthy stories that might have slipped under the radar: Avira antivirus vulnerabilities, Transport for London data breach affects 10 million, Gaming cheat exposes North Korean hacker.

The post In Other News: FBI Hacked, US Security Pro Killed in Iran War, Hijacked Cameras Used in Khamenei Strike appeared first on SecurityWeek.

Categories: SecurityWeek

The PetPhone Lets Your Furball Dial You. These Catcalls Are Welcome Anytime

CNET Feed - Fri, 03/06/2026 - 10:32am
The PetPhone is a cellular pet tracker for cats and dogs. And its special feature is that your furry companion can call you just by jumping.
Categories: CNET

Hulu and Disney Plus for $5? Yes, This Deal Is Real

CNET Feed - Fri, 03/06/2026 - 10:19am
It's perfect timing to watch Zootopia 2, Paradise and Bluey episodes.
Categories: CNET

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

Hacker News - Fri, 03/06/2026 - 9:22am

I've been building a modern Ultima Online server emulator from scratch. It's not feature-complete (no combat, no skills yet), but the foundation is solid and I wanted to share it early.

What it does today: - Full packet layer for the classic UO client (login, movement, items, mobiles) - Lua scripting for item behaviors (double-click a potion, open a door — all defined in Lua, no C# recompile) - Spatial world partitioned into sectors with delta sync (only sends packets for new sectors when crossing boundaries) - Snapshot-based persistence with MessagePack - Source generators for automatic DI wiring, packet handler registration, and Lua module exposure - NativeAOT support — the server compiles to a single native binary - Embedded HTTP admin API + React management UI - Auto-generated doors from map statics (same algorithm as ModernUO/RunUO)

Tech stack: .NET 10, NativeAOT, NLua, MessagePack, DryIoc, Kestrel

What's missing: Combat, skills, weather integration, NPC AI. This is still early — the focus so far has been on getting the architecture right so adding those systems doesn't require rewiring everything.

Why not just use ModernUO/RunUO? Those are mature and battle-tested. I started this because I wanted to rethink the architecture from scratch: strict network/domain separation, event-driven game loop, no inheritance-heavy item hierarchies, and Lua for rapid iteration on game logic without recompiling.

GitHub: https://github.com/moongate-community/moongatev2

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Git-Credential-Pass

Hacker News - Fri, 03/06/2026 - 9:12am

git-credential-pass is a Git credential helper backed by pass.

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: I made a privacy-first browser-based image compressor

Hacker News - Fri, 03/06/2026 - 9:10am

Hey HN.

I’m a 17-year-old developer, and I recently needed to compress a lot of images for a small website I was working on.

Most tools I found required uploading files to their servers.

That made me uncomfortable, especially since many of the images belonged to clients.

I also ran into another issue: many tools were slow at compressing multiple images because of server uploads.

So I decided to build something that works differently.

I built ConUtil, an image toolkit that runs entirely in the browser.

Ahmed

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

Points: 2

# Comments: 1

Categories: Hacker News

Pages