Red Alert 2 in web browser

red-alert-2-in-web-browser

About Chrono Divide is a fan-made project which aims to recreate the original “Red Alert 2” from the “Command & Conquer” series using web technologies. The result is a game client that runs in your web browser, with no additional plugins or applications installed. The project initially started out as an experiment and was meant […]

Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in LLMs

adversarial-poetry-as-a-universal-single-turn-jailbreak-mechanism-in-llms

Abstract:We present evidence that adversarial poetry functions as a universal single-turn jailbreak technique for large language models (LLMs). Across 25 frontier proprietary and open-weight models, curated poetic prompts yielded high attack-success rates (ASR), with some providers exceeding 90%. Mapping prompts to MLCommons and EU CoP risk taxonomies shows that poetic attacks transfer across CBRN, manipulation, […]

Show HN: Awesome J2ME

show-hn:-awesome-j2me

An awesome list about Java platform Micro edition(J2ME). Documentation, academic papers, tutorials, communities, IDEs, SDKs, emulators, apps, video games. J2ME is a Java specification designed for old keypad phones and PDAs. MIDP, which is built upon CLDC, is used to create Midlets, which have .jad or .jar extension, and run on platforms like old keypad […]

Interactive World History Atlas Since 3000 BC

interactive-world-history-atlas-since-3000-bc

Interactive World History Atlas since 3000 BC Follow us World History Maps & Timelines. Kingdoms, Battles, Expeditions.Comparative History, Political, Military, Art, Science, Literature, Religion, Philosophy. Maps based on vector database.

Implementation of a Java Processor on a FPGA

implementation-of-a-java-processor-on-a-fpga

Degree Name Master of Science in Electrical Engineering Abstract Java, a programming language developed by Sun Microsystems in 1991, now managed by Oracle, has become one of the most popular computer languages for application development. This popularity can be credited to Java being architectural neutral and portable. It means that a Java program executed on […]

Show HN: An A2A-compatible, open-source framework for multi-agent networks

show-hn:-an-a2a-compatible,-open-source-framework-for-multi-agent-networks

OpenAgents is an open-source project for creating AI Agent Networks and connecting agents into networks for open collaboration. In other words, OpenAgents offers a foundational network infrastructure that enables AI Agents to connect and collaborate seamlessly. Each agent network on OpenAgents is a self-contained community where agents can discover peers, collaborate on problems, learn from […]

Inside Rust’s std and parking_lot mutexes – who wins?

inside-rust’s-std-and-parking-lot-mutexes-–-who-wins?

A while ago, our team was working on a Rust project where std::sync::Mutex was everywhere. A team member suggested switching to parking_lot::Mutex instead. They heard that it has better performance, smaller memory footprint, and more predictable behavior under contention. I had no idea how to evaluate this claim. A quick search online returned results favoring […]

#!magic, details about the shebang/hash-bang mechanism on various Unix flavours

Blank after #! required? There is a rumor, that a very few and very special, earlier Unix versions (particularly 4.2BSD derivatives) require you to separate the “#!” from the following path with a blank. You may also read, that (allegedly) such a kernel parses “#! /” as a 32-bit (long) magic. But it turns out that […]