HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rrampage

4,881 karmajoined 13 yıl önce

Submissions

Poison, redzones and shadows: inside KASAN

bootlin.com
18 points·by rrampage·8 gün önce·0 comments

How to Train Your Goblin

goblins.mchen.workers.dev
4 points·by rrampage·geçen ay·0 comments

Dealing with cancel safety in async Rust

rfd.shared.oxide.computer
7 points·by rrampage·geçen ay·0 comments

Academic Research Papers in Open Source Code

papergrep.dev
2 points·by rrampage·8 ay önce·0 comments

PoC for Critical Lua Engine Vulnerabilities in Redis 7.4.5

redrays.io
3 points·by rrampage·9 ay önce·0 comments

Nothing fails like a history of success

surfingcomplexity.blog
1 points·by rrampage·10 ay önce·0 comments

When SSRF Is Enough: Full Docker Escape on Windows Docker Desktop(CVE-2025-9074)

blog.qwertysecurity.com
1 points·by rrampage·11 ay önce·0 comments

AUR Chaos Malware: An Analysis

mh4ckt3mh4ckt1c4s.xyz
3 points·by rrampage·11 ay önce·0 comments

Perplexity is using stealth, undeclared crawlers to evade no-crawl directives

blog.cloudflare.com
1,315 points·by rrampage·11 ay önce·748 comments

Firefox-patch-bin, librewolf-fix-bin AUR packages contain malware

lists.archlinux.org
146 points·by rrampage·12 ay önce·134 comments

How I Became the First Linux User in India

medium.com
2 points·by rrampage·12 ay önce·0 comments

Understanding Quake's Fast Inverse Square Root

betterexplained.com
2 points·by rrampage·geçen yıl·0 comments

Pgconf.dev 2025 Wraps Up with Great Success in Montreal

hornetlabs.ca
1 points·by rrampage·geçen yıl·0 comments

A disk is a bunch of bits (2023)

cyberdemon.org
38 points·by rrampage·geçen yıl·6 comments

Creative usernames and Spotify account hijacking

engineering.atspotify.com
4 points·by rrampage·geçen yıl·0 comments

An Implementation of J – Roger Hui (1992) [pdf]

jsoftware.com
2 points·by rrampage·geçen yıl·0 comments

A Quick Journey into the Linux Kernel

lucavall.in
3 points·by rrampage·geçen yıl·0 comments

How fast can you open 1000 files?

lemire.me
5 points·by rrampage·geçen yıl·1 comments

The Trouble with Leader Elections in distributed systems

blog.joemag.dev
6 points·by rrampage·geçen yıl·0 comments

Defining LLM Red Teaming

developer.nvidia.com
1 points·by rrampage·geçen yıl·0 comments

comments

rrampage
·4 ay önce·discuss
Fun read! I built a minimal Linux shell [0] in c and Zig last year which does not depend on libc. It was a great way to learn about execve, the new-ish clone3 syscall and how Linux starts a process. Parsing strings is the least fun part of the building the shell.

[0] https://gist.github.com/rrampage/5046b60ca2d040bcffb49ee38e8...
rrampage
·7 ay önce·discuss
Recurse center is awesome! The community is curious, kind and supportive. I did 2 batches there and each one expanded my horizons as a programmer.
rrampage
·geçen yıl·discuss
I've been building small programs in Zig, C and ARM64 assembly without relying on libc and only using Linux syscalls directly.

Some examples:

- A minimal C shell with built-ins like cd, pwd, type: https://gist.github.com/rrampage/5046b60ca2d040bcffb49ee38e8...

- Terminal Snake game which fits in a QR code using Linux syscalls for drawing: https://gist.github.com/rrampage/2a781662645dc2fcba45784eb58...

- HTTP server with sendfile support in ARM64 assembly: https://gist.github.com/rrampage/d31e75647a77badb3586ebae1e4...

I learned to handcraft a static ELF binary using just GNU assembler (no linker): https://gist.github.com/rrampage/74586d0a0a451f43b546b169d46... . Trying to see if I can craft a small assembler in ARM64
rrampage
·geçen yıl·discuss
The paper title is "Sandboxing: Foolproof Boundaries vs. Unbounded Foolishness"
rrampage
·2 yıl önce·discuss
Yurichev's SAT/SMT by Example [0] is a great (free!) resource for learning how to model problems to SAT/SMT

[0] - https://smt.st/
rrampage
·2 yıl önce·discuss
Storage cost is much higher. Express One Zone is $0.16 per GB while standard S3 is $0.023 per GB ( https://aws.amazon.com/s3/pricing/?nc=sn&loc=4 )
rrampage
·2 yıl önce·discuss
Repos:

Snapshot - Capture a snapshot (or subset) of your Postgres database whilst transforming the data ( Link: https://github.com/snaplet/snapshot )

Copycat - Generate deterministic fake values (e.g to anonymize sensitive data) ( Link: https://github.com/snaplet/copycat )

Seed - Automatically seed your database with production-like dummy data based on your schema for local development and testing ( Link: https://github.com/snaplet/seed )
rrampage
·2 yıl önce·discuss


  Location: Mumbai, India
  Remote: Preferred
  Willing to relocate: Yes, within India
  Technologies: Java, Golang, Python, WebAssembly, Linux, SQL, Kubernetes, AWS, GCP, Ruby on Rails
  Résumé/CV: https://www.linkedin.com/in/raunak1/
  Email: raunak1001 (at) outlook (dot) com
- Principal Software Engineer with 11 years experience.

- Have predominantly worked in scaling out backend services with a focus on building search, analytics and recommendation systems, refactoring monoliths, optimizing cloud costs.

- Have done minimal downtime migrations of infrastructure for AWS and GCP.

As a side project, I have been building a WebAssembly interpreter from scratch at https://github.com/rrampage/wart . It can run Doom and boot Linux!
rrampage
·2 yıl önce·discuss
Repo: https://github.com/rive-app/rive-renderer
rrampage
·2 yıl önce·discuss
Super nice project! I also spent the last month writing a WASM interpreter ( https://github.com/rrampage/wart ) using Java 21. I started it as an excuse to try out the pattern matching in switch / sealed classes in Java. It kind of snowballed in scope and can now run Doom and Waforth ( https://github.com/remko/waforth )! Have not yet tried compiling it to WASM and running it as a meta-circular interpreter.
rrampage
·2 yıl önce·discuss


  Location: Mumbai, India
  Remote: Preferred
  Willing to relocate: Yes, within India
  Technologies: Java, Golang, Python, WebAssembly, Linux, SQL, Kubernetes, AWS, GCP, Ruby on Rails
  Résumé/CV: https://www.linkedin.com/in/raunak1/
  Email: raunak1001 (at) outlook (dot) com
- Principal Software Engineer with 11 years experience.

- Have predominantly worked in scaling out backend services with a focus on building search, analytics and recommendation systems, refactoring monoliths, optimizing cloud costs.

- Have done minimal downtime migrations of infrastructure for AWS and GCP.

As a side project, I have been building a WebAssembly interpreter from scratch at https://github.com/rrampage/wart . It can run Doom!