HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rajveerb

no profile record

Submissions

Pleasant Reader – a cozy reader mode for Chrome/Brave – (Chrome extension)

github.com
3 points·by rajveerb·الشهر الماضي·0 comments

DeepSWE: More and cheaper intelligence from maxed GPT 5.5 than maxed Opus 4.8

twitter.com
5 points·by rajveerb·الشهر الماضي·1 comments

Stream2LLM: Overlap Context Streaming and Prefill for Reduced TTFT

rajveerbachkaniwala.com
3 points·by rajveerb·الشهر الماضي·0 comments

An old interview of Dijkstra (1985)

cs.utexas.edu
1 points·by rajveerb·قبل شهرين·1 comments

Why Ctrl+V won't paste images in Claude Code on WSL, with a fix

rajveerbachkaniwala.com
55 points·by rajveerb·قبل شهرين·90 comments

Evals will break

wanglun1996.github.io
25 points·by rajveerb·قبل شهرين·7 comments

Show HN: Reduce TTFT via Streaming to an LLM

rajveerbachkaniwala.com
1 points·by rajveerb·قبل 3 أشهر·0 comments

comments

rajveerb
·قبل 21 يومًا·discuss
is there a github repo for this project?
rajveerb
·قبل 21 يومًا·discuss
awesome project, thanks for sharing. can you add a page on how to consume it, it's a lot to take in currently. i would like to come back to it!
rajveerb
·قبل 29 يومًا·discuss
it would be cool to have this task (or some variant) in a benchmark.
rajveerb
·الشهر الماضي·discuss
what sort of compiler?
rajveerb
·الشهر الماضي·discuss
[flagged]
rajveerb
·الشهر الماضي·discuss
As someone who has spent quite a lot of time on inference, I would a add a small note:

Deployment looks very different for MoE than dense style models so I would say that it is more nuanced than "inference memory reqs remain the same". Memory can be very different for MoE style models.
rajveerb
·الشهر الماضي·discuss
"The next frontier is converting the physical world processes into an MCP call."

https://x.com/rajveerbach/status/2060242517509988533?s=20
rajveerb
·الشهر الماضي·discuss
haha sounds like it.
rajveerb
·الشهر الماضي·discuss
glad that you found it useful that was the intent.
rajveerb
·الشهر الماضي·discuss
@forcer would love to know how you "grow the user base , figure out entreprise sales strategy and exit"
rajveerb
·الشهر الماضي·discuss
Source: https://deepswe.datacurve.ai

Just select the two models from the drop down.
rajveerb
·الشهر الماضي·discuss
[dead]
rajveerb
·الشهر الماضي·discuss
the post has a much simpler fix.
rajveerb
·الشهر الماضي·discuss
Not true anymore.
rajveerb
·الشهر الماضي·discuss
I have loads of terminal sessions in different workspaces open so I moved to using terminals as much as possible.
rajveerb
·الشهر الماضي·discuss
I really like sixel as well because I do not want to open the image in an IDE when sshed into a remote server.
rajveerb
·قبل شهرين·discuss
I find his views on user friendliness to be very interesting. In fact, with the advent of agents this view can be challenged as the user is the agent who doesn't share the definition of user friendliness in the context of humans.

Unlike, humans being education resistant in understanding new ideas/products , agents are not like them.
rajveerb
·قبل شهرين·discuss
tl;dr Use Claude Code in WSL inside Windows Terminal? Copying an image in Windows and pressing Ctrl+V in Claude Code doesn't work. Three things break: (1) WSL only hands Windows images to the Linux side in an old BMP format Claude Code can't read; (2) WSL also keeps quietly overwriting your fixes a moment later; (3) Windows Terminal grabs Ctrl+V before Claude Code can see it. The fix is a small Windows program that converts the image to PNG, a Linux script that puts it on the Linux clipboard (and re-asserts once after WSL overwrites it), and one extra keybinding for Claude Code so the keystroke actually reaches the program.

Code: https://github.com/rajveerb/wsl-clip-bridge
rajveerb
·قبل شهرين·discuss
Reminds me of Travis Kalanick's apartment called "Jam pad".

I was talking to a friend about the same issue and I randomly clicked the new tab to find this at the top :)

I will ask my friend to take a look at this.
rajveerb
·قبل شهرين·discuss
Most of these are addressed?