HackerTrans
TopNewTrendsCommentsPastAskShowJobs

notpublic

no profile record

comments

notpublic
·3 месяца назад·discuss
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 месяца назад·discuss
Excellent talk!
notpublic
·4 месяца назад·discuss
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 месяца назад·discuss
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 месяцев назад·discuss
Bestbuy with local pickup. They price match Amazon. B&H Photo is another option.
notpublic
·5 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
Yep. You be right. Looks like they increased it earlier this month. Bummer!
notpublic
·5 месяцев назад·discuss
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 месяцев назад·discuss
Is it fair to say IPV6 with ULA (Unique Local Addresses) is best of both worlds?
notpublic
·8 месяцев назад·discuss
Try adding a session hook that triggers on startup|resume|clear|compact to remind Claude about your custom skills.
notpublic
·8 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
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 месяцев назад·discuss
What is the proper way to disclose evidence for this class of hacking?
notpublic
·8 месяцев назад·discuss
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 месяцев назад·discuss
"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 месяцев назад·discuss
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 года назад·discuss
time-series data? Maybe include timescaledb
notpublic
·3 года назад·discuss
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