Viewing profile — abhirag
abhirag
HN member- Joined
- Thu, Feb 09, 2017, 6:59 AM UTC
- HN karma
- 312
- Public activity
- 138 items
- HN profile
- View on Hacker News ↗
About abhirag
Recent public activity
- story
- story
-
comment
Comment #47981448
Location: Bangalore, India Remote: Yes Willing to relocate: Yes Technologies: Rust (Tokio, Axum, Pingora), RocksDB, Python, Kubernetes, AWS/GCP, OpenTelemetry, NATS Résumé/CV: http…
-
comment
Comment #47921313
I think macros can help when the syntax seems messy, that is where lisp shines the most. Have a look at extempore lang ( https://extemporelang.github.io/ ) you might like it. Macro…
-
comment
Comment #47920613
Comment seems AI generated, thanks anyway!
-
comment
Comment #47920586
Hey, thanks for taking a look! I have messed around with Clojure (Overtone) and Sonic Pi (Ruby dialect) and normally prefer lisps for anything fun :) Regarding advantages/disadvant…
-
comment
Comment #47920212
Livecoding Music with Fennel and Renoise
- story
- story
-
comment
Comment #41685380
At $work we are evaluating different IPC strategies in Rust. My colleague expanded upon 3tilley's work, they have updated benchmarks with iceoryx2 included here[0]. I suppose the c…
-
comment
Comment #17177281
You are not alone in thinking this -- [ https://www.slow-journalism.com/ ]
-
comment
Comment #17167906
Maybe this -- https://sappingattention.blogspot.in/2012/11/reading-digital...
-
comment
Comment #17167795
Maybe this is the article you are searching for -- It's Okay to "Forget" what you read ( https://news.ycombinator.com/item?id=15146715 )
-
comment
Comment #16984578
"The humble improve" -- Wynton Marsalis :)
-
comment
Comment #16858821
It hurts to hear stigma and Emacs together in a sentence but I guess you are referring to the arcane keybindings of Emacs. In that case I use native keybindings for editing in Emac…
-
comment
Comment #16843086
Found it in the spam folder, will mail you the details soon :)
-
comment
Comment #16842918
I would love discussing the literate ray tracer I have been working on and the literate programming workflow I have made for it. Couldn't find your email in the profile, mine is ab…
-
comment
Comment #16842786
I have used both Jupyter Notebooks and org mode with org-babel extensively and I agree with the OP regrading the fact that the org-babel workflow is vastly superior, OP did point o…
-
comment
Comment #16759806
Thanks for the review, I have my eyes set on The Reasoned Schemer( https://mitpress.mit.edu/books/reasoned-schemer-second-editi... ) if I ever feel like learning more about logic p…
-
comment
Comment #16759359
On the topic of pretty covers, I love the covers of these two books a lot: 1. The Art of the Metaobject Protocol ( https://mitpress.mit.edu/books/art-metaobject-protocol ) 2. The A…
-
comment
Comment #16736481
I'd recommend London Review of Books ( https://www.lrb.co.uk/ )
-
comment
Comment #16622743
This might be right up your alley -- http://tachyons.io/ I also use a similar approach and thus love functional CSS :)
-
comment
Comment #16622452
You are seeing the Trolley Problem Dilemma[ https://en.wikipedia.org/wiki/Trolley_problem ] in action. Majority of respondents when asked that problem would choose to let a few peo…
-
comment
Comment #16610854
I have no intention of starting or getting into a flame war between Ruby and Python, both are great languages but I can help with the Python tooling a bit. The Python equivalent of…
-
comment
Comment #16608148
But that isn't a limitation of lru_cache, for example the same higher order function when used in Clojure i.e. memoize with recur for tail recursion will not cause stack overflow. …