rmnull's comments

rmnull | 7 months ago | on: Ask HN: Who is hiring? (August 2025)

NexBio Research Labs | Remote (India only) | ABIS Internship | https://nexbiolabs.com/hiring

We're building a high-performance Automated Biometric Identification System (ABIS) and looking for interns who enjoy systems-level work, performance tuning, and debugging real-world problems. You’ll work closely with a co-founder (me) on testing, benchmarking, and prototyping GPU-heavy components.

32+ hrs/week Paid internship Strong performers may be offered full-time roles

Stack: Python, C++, Java, Shell, CUDA, TCP/IP, Git, Linux, JS/TS (bun)

To apply: * Email [email protected] * Subject: "HN Hiring: Your Name" * Include: Resume, GitHub profile, A short paragraph: "A project I'm proud of and what I learned from it"

Happy hacking!

Update: Thanks for applying folks, We have found the candidates for the requested role. Closing the application.

rmnull | 3 years ago | on: Show HN: Emacs Configuration Generator

As an alternative solution, you can ask if the user would like to setup their font on start of emacs and invoke `menu-set-font`. But i think this won't work for people who want to run their emacs in console, another problem i see with this solution is, it would prompt every time emacs starts, which would lead to more confusion.

> I have an idea of how to solve the font issue (https://git.sr.ht/~pkal/ecg/tree/master/item/ecg.lisp#L342), but on my systems this never gives me all the fonts.

if i read it correctly `document.fonts` reads like "get all the fonts used on this web page" rather than "get me all the fonts installed on this computer".

rmnull | 3 years ago | on: Show HN: Emacs Configuration Generator

Neat. I like the fact that it is opinionated providing a decent setup to get things done.

Here are some of the things i was confused about, or thought could be improved.

1. The label of checkbox don't seem to respond to clicks.

2. On Font Input, There's no description or selections on what inputs are acceptable.

3. There is no mention of Javascript in programming language support section. iirc typescript package can handle js mode apart from the default builtin support for js. A mention of js would have be nice.

rmnull | 4 years ago | on: Ask HN: What book changed your life?

> Strangly, Neal Stephenson's " Cryptonomicon" ... The idea that something so profoundly good can exist for people like us, convinced me to read only very high quality literature of all kinds and sci-fi of only the highest kind. Also made me give up watching TV/web series to a large degree. I don’t compromise with the quality of entertainment that I consume anymore. I consume only the best and most desired things.

I have a hard time with this. Earlier i used stuff like imdb and goodreads to determine and then i realized i don't like more than half of what i consume. Later i started asking what my friends liked, and consumed as per their recommendations, had a similar experience but this time around whenever i didn't like something, i complained to my friend and we had long discussions about it sometimes spanning multiple days. i found this approach better even if it sometimes meant consuming the trend of the week. After doing that for an year or two i started doing to consume/save-for-later anything that remotely looked interesting. These days I'm still following that approach. i still come across a lot of cheap makes but i think these help me to judge what's good and what's not. I mostly bring up this argument as i strongly believe "best" is subjective And going by all time classics or other people's recommendations you may miss out a chance to discover for yourself what is truly best for you. This was a straw man argument. Ignore it if it doesn't apply to you. But i'm curious on how you determine what makes "highest kind" and "best" before consuming it.

> "Mastery" by Leonard Gordon

I couldn't find this book.

rmnull | 4 years ago | on: Ask HN: What book changed your life?

* Persepolis by Marjane Satrapi.

Among lot of books i've read this was the one that pushed me towards questioning my beliefs. Although i can't say this book made me irreligious it certainly was a gateway to a whole new world.

* Calvin and Hobbes.

this is one of those things that completely changed my perspective on creativity, oh and not to mention all the things about life and philosophy in there, its in good spirit.

* Animal Farm

This is arguably the best piece of satire I've read that is also fun and easy on the brain. It flows like water.

* The Little Schemer.

I hold this book dear. I've tried reading SICP twice and given up. And thought LISP was not for me. The environment was horrible, all those parens it was just confusing. This book changed that, what it encouraged me to do is grab a pen and paper and try to work everything out myself[1]. It was such a fun read and i owe most of my understanding of functional programming to this book. Few days after finishing this book, i introduced this book to my friend and we spent all our days discussing life listening to sufjan stevens and working through this book, it was a sweet time.

====

[1] I wrote my actual scheme programs on computer long after i had worked through the book(i don't recall exactly but it was after 5th or 6th chapter). An online friend of mine recommended that i try DrRacket as i could execute scheme there. It was a much friendlier environment.

page 1