Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
notpublic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
notpublic
5mo ago
Jackrong has published the finetuning steps here. It seems to be quite thorough with notebooks etc. I am going through it myself now... https://github.com/R6410418/Jackrong-llm-finetuning-guide
2.
▲
by
notpublic
6mo ago
Excellent talk!
3.
▲
by
notpublic
6mo ago
Thanks! I assume you are referring to this https://github.com/obra/superpowers I use it as well (a customized version suited for my worflow). It is indeed the GOAT.
4.
▲
by
notpublic
6mo ago
From the commit history, it looks like you are using Claude for some of the development. Would love to hear how you are using Claude to go through such a massive code base. btw, impressive project.
5.
▲
by
notpublic
7mo ago
Bestbuy with local pickup. They price match Amazon. B&H Photo is another option.
6.
▲
by
notpublic
7mo ago
Thanks! In my search for a good STL for the following, your app gave me the closest model so far! https://m.media-amazon.com/images/I/41hGjsBlrKL._AC_SL1000_.... I tried Google/Claude etc. But none worked. As
7.
▲
by
notpublic
8mo ago
Offline videos are available here: https://video.fosdem.org/2026 It's organized by room which you can find here: https://fosdem.org/2026/schedule/tracks/
8.
▲
by
notpublic
8mo ago
Yep. You be right. Looks like they increased it earlier this month. Bummer!
9.
▲
by
notpublic
8mo ago
Talking about RAM prices, you can still get a framework Max+ 395 with 128GB RAM for ~$2,459 USD. They have not increased the price for it yet. https://frame.work/products/desktop-diy-amd-aimax300/configu...
10.
▲
by
notpublic
8mo ago
Is it fair to say IPV6 with ULA (Unique Local Addresses) is best of both worlds?
11.
▲
by
notpublic
10mo ago
Try adding a session hook that triggers on startup|resume|clear|compact to remind Claude about your custom skills.
12.
▲
by
notpublic
10mo ago
Another thing that helps is adding a session hook that triggers on startup|resume|clear|compact to remind Claude about your custom skills. Keeps things consistent, especially when you're using it for a long time without clearing contex
13.
▲
by
notpublic
10mo ago
Instead of including all these instructions in CLAUDE.md, have you considered using custom Skills? I’ve implemented something similar, and Skills works really well. The only downside is that it may consume more tokens.
14.
▲
by
notpublic
10mo ago
Check out the following for AM5 motherboards. It helped me a lot when I was in the market. Seems to be well maintained still: https://docs.google.com/spreadsheets/d/1NQHkDEcgDPm34Mns3C93... I ended up getting ASRo
15.
▲
by
notpublic
10mo ago
What is the proper way to disclose evidence for this class of hacking?
16.
▲
by
notpublic
10mo ago
If you know what to look for, the report actually has quite a few details on how they did it. In fact, when the report came out, all it did was confirm my suspicions.
17.
▲
by
notpublic
10mo ago
"A report was recently published by an AI-research company called Anthropic. They are the ones who notably created Claude, an AI-assistant for coding. Personally, I don’t use it but that is besides the point." Not sure if the auth
18.
▲
by
notpublic
10mo ago
Indeed! I just found out about tmux display-popup recently. # ~/.tmux.conf bind-key C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit" Then, in tmux: ctrl-b ctrl-g will open
19.
▲
by
notpublic
1y ago
https://huggingface.co/blog/fine-tune-whisper
20.
▲
by
notpublic
1y ago
https://github.com/unslothai/unsloth I'm not sure if it contains exactly what you're looking for, but it includes several resources and notebooks related to fine-tuning LLMs (including LoRA) that I found usef
21.
▲
by
notpublic
1y ago
Thanks! I really missed yahoo's :rofl: emoji
22.
▲
by
notpublic
1y ago
My experience has been just the opposite. We have moved all our apps to Elixir now. It has one of the best developer experience to work with. Especially for concurrent programming. I suspect OP is using an umbrella app as a shared library o
23.
▲
by
notpublic
2y ago
please do explain why
24.
▲
by
notpublic
2y ago
> ..but things like macros in Ecto.... Well, The whole language itself is built on macros. The following series of articles certainly helped me stop worrying and love the macros.. https://www.theerlangelist.com/article&#x
25.
▲
by
notpublic
2y ago
You may be interested in watching this from the same author where he compares various IDEs including Cursor. Addy Osmani – The Ai-Assisted Developer Workflow: Build Faster and Smarter Today https://www.youtube.com/watch?v=Sp
26.
▲
by
notpublic
2y ago
Highly recommend listening to In our Times (BBC) episode "The Habitability of Planets" that was aired last month. https://www.bbc.co.uk/programmes/m0025vvd
27.
▲
by
notpublic
2y ago
I have been using it for more than a year now in both production and at home. So far so good. Even GPU works out of the box in rootless mode without requiring any special privileges. edit: Redhat in production and Debian at home
28.
▲
Microsoft Phi-4
(huggingface.co)
2 points
by
notpublic
2y ago
|
0 comments
29.
▲
by
notpublic
2y ago
Do try it. We use it for text search in one of our apps and works remarkably well. Basically to find which chunks contain the given text. Since the text can span multiple chunks, a simple string search will not work.
30.
▲
by
notpublic
2y ago
Instead of doing a diff, curious if Normalized compression distance (NCD)[1] will yield a better result. It is very simple algorithm: to compare two images, i1 and i2 l1 = length(gzip(i1)) l2 = length(gzip(i2)) l12 = length(gzip(c
More ›