HackerTrans
トップ新着トレンドコメント過去質問紹介求人

notpublic

no profile record

コメント

notpublic
·3 か月前·議論
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
notpublic
·3 か月前·議論
Excellent talk!
notpublic
·4 か月前·議論
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.
notpublic
·4 か月前·議論
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.
notpublic
·5 か月前·議論
Bestbuy with local pickup. They price match Amazon. B&H Photo is another option.
notpublic
·5 か月前·議論
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 per Claude, the technical name for that is Pillow Block Bearing/Shaft Coupling Block/Flange Mount Bracket. Funny thing is, your app didn't return any good result when I search with any of those terms.

After reading your blog post, I searched for "block with 2 holes". And lo and behold, it returned ABC-00162357!

Couple of suggestions: 1) Have a permanent link for each model 2) Show related models when a model is clicked 3) and lastly, show models based on an image

edit: Search for "mounting block" returned ABC-00180735 which is exactly what I was looking for. Thank you so much for making this!
notpublic
·5 か月前·議論
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/
notpublic
·5 か月前·議論
Yep. You be right. Looks like they increased it earlier this month. Bummer!
notpublic
·5 か月前·議論
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...
notpublic
·6 か月前·議論
Is it fair to say IPV6 with ULA (Unique Local Addresses) is best of both worlds?
notpublic
·8 か月前·議論
Try adding a session hook that triggers on startup|resume|clear|compact to remind Claude about your custom skills.
notpublic
·8 か月前·議論
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 context
notpublic
·8 か月前·議論
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.
notpublic
·8 か月前·議論
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 ASRock X870E Taichi Lite. The main reason to get it was because it had 2 CPU x8 slots which are spaced perfectly for an Nvidia NVLink. And, they are Gen5 PCIe.
notpublic
·8 か月前·議論
What is the proper way to disclose evidence for this class of hacking?
notpublic
·8 か月前·議論
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.
notpublic
·8 か月前·議論
"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 author has tried any other AI-assistants for coding. People who haven't tried coding AI assistant underestimates its capabilities (though unfortunately, those who use them overestimate what they can do too). Having used Claude for some time, I find the report's assertions quite plausible.
notpublic
·8 か月前·議論
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 a popup window with lazygit
  q to quit
notpublic
·2 年前·議論
time-series data? Maybe include timescaledb
notpublic
·3 年前·議論
not an AI expert but from a talk I recently heard... if there is a mismatch in training data between the "teacher" LLM and "student" LLM, you risk teaching the student to hallucinate or to ignore information