HN user

rohitpaulk

1,707 karma

rohitpaulk.com

Posts97
Comments87
View on HN
www.youtube.com 2mo ago

Yann LeCun's Billion Dollar Bet [video]

rohitpaulk
3pts0
rohitpaulk.com 5mo ago

Why does request.remote_ip work on Heroku but not Render?

rohitpaulk
1pts0
ccbench.org 5mo ago

CCBench: How do agents perform on codebases that aren't part of training data?

rohitpaulk
1pts0
trialofcode.org 6mo ago

Code a database in 45 steps: test-driven coding puzzles

rohitpaulk
2pts0
status.salesforce.com 1y ago

Salesforce/Heroku down for 8 hours

rohitpaulk
16pts3
openai.com 1y ago

Evolving OpenAI's Structure

rohitpaulk
602pts676
roman.pt 1y ago

Cursor Under the Hood

rohitpaulk
7pts0
rohitpaulk.com 2y ago

What good programming practice feels like

rohitpaulk
3pts0
github.com 2y ago

Middleware: OSS Engineering Analytics Platform

rohitpaulk
14pts8
www.youtube.com 2y ago

Open-source DIY haptic input knob [video]

rohitpaulk
1pts0
twitter.com 2y ago

GPTLint: LLM-based linting

rohitpaulk
7pts0
www.3blue1brown.com 2y ago

Visualizing Attention, a Transformer's Heart [video]

rohitpaulk
999pts172
rohitpaulk.com 2y ago

Is practice all you need?

rohitpaulk
2pts0
twitter.com 2y ago

"Build your own Redis" challenge now supports replication

rohitpaulk
1pts0
aider.chat 2y ago

Reducing GPT-4 Turbo laziness with unified diffs

rohitpaulk
2pts0
app.codecrafters.io 2y ago

Show HN: a Rust intro for experienced programmers

rohitpaulk
8pts2
twitter.com 2y ago

Can GPT4 solve a CodeCrafters challenge?

rohitpaulk
2pts0
rohitpaulk.com 3y ago

My continuous process for improving programming productivity

rohitpaulk
1pts0
twitter.com 3y ago

NPM uses CSS as a query language

rohitpaulk
4pts0
citw.dev 3y ago

Create Your Own Compiler (Interactive Tutorial)

rohitpaulk
4pts0
petevilter.me 3y ago

Codebase as Database: Turning the IDE Inside Out with Datalog (2020)

rohitpaulk
258pts39
app.codecrafters.io 3y ago

Git Source Walkthrough: How Git init is implemented

rohitpaulk
2pts0
rohitpaulk.com 3y ago

A continuous process for improving programming productivity

rohitpaulk
2pts0
sourcegraph.com 3y ago

How codesearch.ai Works

rohitpaulk
3pts0
app.codecrafters.io 3y ago

Redis Source Walkthrough: How the ECHO command is implemented

rohitpaulk
15pts5
codecrafters.io 3y ago

Launch HN: CodeCrafters (YC S22) – Practice writing complex software

rohitpaulk
403pts206
calmcode.io 3y ago

Video tutorials for modern ideas and open source tools

rohitpaulk
3pts0
app.codecrafters.io 3y ago

Redis Internals: how the Redis event loop is implemented

rohitpaulk
4pts0
app.codecrafters.io 4y ago

Redis Internals: How the PING command is implemented

rohitpaulk
1pts0
app.codecrafters.io 4y ago

Show HN: I built a walkthrough of Redis's source code

rohitpaulk
6pts0

We use RubyLLM in production too, the most elegant library in this space I've seen so far.

I also liked how they run the issue tracker. If you select "Feature Request", it makes you explain how you explored workarounds, why you believe it belongs in RubyLLM etc to prevent scope creep.

Ember.js 7.0 2 months ago

Same here. Loved the LTS thinking and Ember data being built in but hiring was a pain and ecosystem packages were often out of date.

The whole idea that my RUNTIME contains code that a single human hasn't looked at does make me uncomfortable, but if this actually works without a ton of issues it's pretty remarkable.

Interaction Models 2 months ago

Aside from how impressive the model is, the demos here are very well done! Quirky and short, unlike what we're used to from Anthropic and OpenAI.

Cursor Camp 3 months ago

Nice one. Pleasantly surprised that this has nothing to do with Cursor the IDE

Laguna XS.2 and M.1 3 months ago

Been testing these via their "pool" agent. It's fast, and the agent adheres to the ACP spec pretty well (better than codex, opencode etc.) so it's a good experience in Zed.

Great content! Sidenote for the Fly team: on mobile, the “sidenote” cards appear in the wrong order - they appear before the content instead of after.

This is a great idea. We’ve used Storybook & Chromatic in the past to cook up something similar for our front-end apps. There was quite a bit of setup work involved though.

How does integrating this into a web app work? Do you hook into an existing test suite? Record sessions on staging?

(disclaimer: I work at CodeCrafters)

CodeCrafters is a bit light on Elixir support at the moment (only 2/8 challenges support it so far). We're planning on expanding Elixir support soon.

Currently, we're a great fit for Rust / Python / Go - we support a variety of challenges for those, and there's lots of example code from other users to review and learn from.