HackerTrans
トップ新着トレンドコメント過去質問紹介求人

TheRemyyy

no profile record

投稿

[untitled]

1 ポイント·投稿者 TheRemyyy·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 TheRemyyy·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 TheRemyyy·7 か月前·0 コメント

Apex Programming Language – Fancy syntax, easy and fast

github.com
2 ポイント·投稿者 TheRemyyy·7 か月前·3 コメント

NeuroxAI – GPU-Accelerated Neuromorphic Computing Platform

github.com
1 ポイント·投稿者 TheRemyyy·7 か月前·1 コメント

NyroDB – Universal rust database engine, model based, fast

github.com
2 ポイント·投稿者 TheRemyyy·7 か月前·1 コメント

Velox – A <3kb reactive framework with O(1) updates (No VDOM)

github.com
2 ポイント·投稿者 TheRemyyy·7 か月前·4 コメント

コメント

TheRemyyy
·5 か月前·議論
Pixli is a 3D game engine built in Rust with wgpu for cross-platform graphics (Vulkan, DirectX 12, Metal). It provides an entity-component system (ECS), PBR lighting with shadows, SSAO, bloom, unlit/lit pipelines, physics (AABB/sphere colliders, rigid bodies), and audio via rodio.
TheRemyyy
·7 か月前·議論
Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.
TheRemyyy
·7 か月前·議論
Laufuscator is a powerful Lua code obfuscator that transforms your scripts into heavily protected bytecode using a custom virtual machine. It employs multiple layers of encryption, anti-tampering measures, and code transformation techniques to make reverse engineering extremely difficult.
TheRemyyy
·7 か月前·議論
i know i forgot :/
TheRemyyy
·7 か月前·議論
Apex is a modern systems programming language that combines the safety of Rust with the expressiveness of modern high-level languages. Built on LLVM, Apex compiles to native machine code with zero runtime overhead while providing strong compile-time guarantees through its advanced type system and borrow checker.
TheRemyyy
·7 か月前·議論
NeuroxAI is a high-performance neuromorphic computing platform that simulates biologically-realistic spiking neural networks. Built in Rust with CUDA acceleration, it implements state-of-the-art learning algorithms and cognitive architectures inspired by the human brain.
TheRemyyy
·7 か月前·議論
NyroDB is a next-generation database engine built from the ground up in Rust. It utilizes Zero-Copy Serialization, Asynchronous Batching, and Secondary Indexing to achieve performance that transcends modern understanding
TheRemyyy
·7 か月前·議論
smaller foot print aims for security and performance, im going to expans the library in next few weeks if you have any ideas or just bad things you dislike about it say it
TheRemyyy
·7 か月前·議論
Hi HN, I'm the creator of Velox.

I built this because I wanted the fine-grained reactivity of Solid/Svelte but with a mental model closer to what I was used to in React hooks.

The core idea is ditching the Virtual DOM entirely. The compiler (built as a Vite plugin) transforms the JSX directly into DOM instructions. - Runtime is < 3kb. - Updates are O(1) (targeted node updates). - 800+ downloads on npm in the first 12h (unexpectedly!).

Currently working on stabilizing the ecosystem (router, CLI). The compiler logic is in `packages/vite-plugin-velox` if you want to roast my code.

Happy to answer any questions about the implementation!
TheRemyyy
·7 か月前·議論
Velox is a next-generation web framework designed for ultimate performance and developer experience. Unlike traditional frameworks that rely on heavy Virtual DOM diffing, Velox compiles your declarative JSX directly into surgical DOM operations. The result is an application with O(1) updates and a runtime that is barely there.