Viewing profile — notpublic
notpublic
HN member- Joined
- Sat, Dec 08, 2018, 2:44 AM UTC
- HN karma
- 173
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About notpublic
No profile information was provided.
Recent public activity
-
comment
Comment #47751737
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-fin…
-
comment
Comment #47614887
Excellent talk!
-
comment
Comment #47342232
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.
-
comment
Comment #47341597
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, im…
-
comment
Comment #47037041
Bestbuy with local pickup. They price match Amazon. B&H Photo is another option.
-
comment
Comment #46979760
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/Cla…
-
comment
Comment #46846970
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/
-
comment
Comment #46803297
Yep. You be right. Looks like they increased it earlier this month. Bummer!
-
comment
Comment #46802970
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-d…
-
comment
Comment #46705854
Is it fair to say IPV6 with ULA (Unique Local Addresses) is best of both worlds?
-
comment
Comment #46045161
Try adding a session hook that triggers on startup|resume|clear|compact to remind Claude about your custom skills.
-
comment
Comment #46045156
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 …
-
comment
Comment #46044296
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 downsi…
-
comment
Comment #46005614
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/1NQHkDEcgDPm34M…
-
comment
Comment #45945374
What is the proper way to disclose evidence for this class of hacking?
-
comment
Comment #45945244
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.
-
comment
Comment #45944874
"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 bu…
-
comment
Comment #45881871
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: ct…
-
comment
Comment #44889465
https://huggingface.co/blog/fine-tune-whisper
-
comment
Comment #44724702
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 (inclu…
-
comment
Comment #43632407
Thanks! I really missed yahoo's :rofl: emoji
-
comment
Comment #43483535
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.…
-
comment
Comment #43175114
please do explain why
-
comment
Comment #43173459
> ..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.. …
-
comment
Comment #42932158
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 Smar…