Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
htsh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
htsh
2mo ago
curious, how does one configure something like this for AWS Lambda? Appreciate it. I am assuming it is a bunch of manual work.
2.
▲
by
htsh
3mo ago
Is it safe to assume they will come down in 2027?
3.
▲
by
htsh
4mo ago
i much prefer svelte but the rest of the world does not
4.
▲
by
htsh
6mo ago
yes! especially b/c i want to process a lot of email and directories full of old, personal documents
5.
▲
by
htsh
6mo ago
are we sure the RAM market will stop being insane in a year or two or could this be the new norm?
6.
▲
by
htsh
8mo ago
thanks! came in here to ask this. we can do much better with a cheap model on openrouter (glm 4.7, kimi, etc.) than anything that I can run on my lowly 3090 :)
7.
▲
by
htsh
1y ago
I have been doing this with claude code and openai codex and/or cline. One of the three takes the first pass (usually claude code, sometimes codex), then I will have cline / gemini 2.5 do a "code review" and offer sugges
8.
▲
by
htsh
1y ago
curious, why the 30b MoE over the 32b dense for local coding? I do not know much about the benchmarks but the two coding ones look similar.
9.
▲
by
htsh
2y ago
A lot of us have ryzen / nvidia combos... hopefully, soon, though.
10.
▲
by
htsh
2y ago
assuming you want to run entirely in GPU, with 12gb vram, your sweet spot is likely the distill 14b qwen at a 4bit quant. so just run: ollama run deepseek-r1:14b generally, if the model file size < your vram, it is gonna run well. this f
11.
▲
by
htsh
3y ago
As a longtime user of nodemailer, thank you. I am gonna check out emailengine for future work.
12.
▲
by
htsh
3y ago
Dreambooth was kinda great? That said, I agree that I wish there were more done post-research towards products with some of this stuff.
13.
▲
by
htsh
3y ago
Yes, offloading some layers to the GPU and VRAM should still help. And 11gb isn't bad. If you're on linux or wsl2, I would run oobabooga with --verbose. Load a GGUF, start with a small number of GPU layers and creep up, keeping an
14.
▲
by
htsh
3y ago
openrouter, fireworks, together. we use openrouter but have had some inconsistency with speed. i hear fireworks is faster, swapping it out soon.
15.
▲
by
htsh
3y ago
Can one enter their own opeanai URL and api-key? (so we can use openai-compatible things like openrouter or lm-studio)?
16.
▲
by
htsh
3y ago
That is what the RAG system does. The PDF is chunked and thrown into a vector store. And then when prompted, only the relevant bits are retrieved and stuffed into the context and sent to the LLM. So yeah it's kinda smoke and mirrors. I
17.
▲
by
htsh
3y ago
Cool! Any plans for Svelte?
18.
▲
by
htsh
3y ago
supabase just added their $599 tier for their soc2/hippa compliant product. really appreciated that.
19.
▲
by
htsh
3y ago
This subreddit remained open. Unfortunately, however, the oobabooga one went closed for a while and lost a lot of momentum. It is also back, however. Are there good lemmy spaces for LLMs?
20.
▲
by
htsh
3y ago
I know how that works. And my point was not that they should or will be replaced, but rather that they are no less expendable than developers (not very much). But the decisions they make are one of the things that can be automated. I do not
21.
▲
by
htsh
3y ago
Having just left a large enterprise, it certainly feels like executive jobs are replaceable soonest with the AI tech available to us now. Not sure why those of us that live in code editors or even Excel should worry about our jobs more than
22.
▲
by
htsh
3y ago
I moved back to NYC after a long time away, and to a different part of town than where many of my old friends live, and getting a dog considerably improved my connection with the folks around me. And of course, as others have said, voluntee
23.
▲
by
htsh
3y ago
1. go to a place where folks you want to hang out with live 2. get a dog
24.
▲
by
htsh
4y ago
Oh cool, I do not use the site and that was what I was wondering. I was curious if a host could click on a user and see all of their reviews.
25.
▲
by
htsh
4y ago
But could a future host see that they posted a negative review and not rent to them, fearing a honest review themselves?
26.
▲
by
htsh
5y ago
1. the market being so hot for mid-level engineers means that we are considering and hiring good junior engineers where we cannot find adequate mid-level talent. we would rather hire and develop a junior than compromise. 2. show code on git
27.
▲
by
htsh
5y ago
They ask you to install an extension but the web lookup is still available here: https://www.fakespot.com/analyzer
28.
▲
by
htsh
6y ago
Oh no, apologies for the lack of clarity. I would not get the whole thing and build it in the application layer before sending it to the client. If I want a particular array item nested a few levels in a JSON, the query as JSON object inste
29.
▲
by
htsh
6y ago
I agree that it is very easy to make bad decisions with this product, but I do not think it is unique to Mongo. And it is the role of a good architect or a good team lead to make sure that this does not happen or that developers do not go d
30.
▲
by
htsh
6y ago
Querying is in pure JS, easy to do stuff programmatically. But if starting new, with a team that did not know Mongo well already, not a real advantage. I still prefer querying something nested in mongo to querying something nested in JSONB,
More ›