HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TheRemyyy

no profile record

Submissions

[untitled]

1 points·by TheRemyyy·5 maanden geleden·0 comments

[untitled]

1 points·by TheRemyyy·7 maanden geleden·0 comments

[untitled]

1 points·by TheRemyyy·7 maanden geleden·0 comments

Apex Programming Language – Fancy syntax, easy and fast

github.com
2 points·by TheRemyyy·7 maanden geleden·3 comments

NeuroxAI – GPU-Accelerated Neuromorphic Computing Platform

github.com
1 points·by TheRemyyy·7 maanden geleden·1 comments

NyroDB – Universal rust database engine, model based, fast

github.com
2 points·by TheRemyyy·7 maanden geleden·1 comments

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

github.com
2 points·by TheRemyyy·7 maanden geleden·4 comments

comments

TheRemyyy
·5 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
i know i forgot :/
TheRemyyy
·7 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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.