Viewing profile — dchuk
dchuk
HN member- Joined
- Fri, Aug 26, 2011, 1:00 AM UTC
- HN karma
- 5,897
- Public activity
- 1,301 items
- HN profile
- View on Hacker News ↗
About dchuk
https://layeredthoughts.com
Recent public activity
-
comment
Comment #49110868
I’m playing with this exact concept but going down the path of a Claude code plugin that is optimized for configuring lowdefy apps because of that framework’s unique approach where…
-
comment
Comment #48960159
I just redid my homelab/media server (switched from an old NUC I couldn’t figure out how to stop overheating even with some decent modification work, now using an hp elitedesk with…
-
comment
Comment #48916141
I use this little three liner regularly with people in regards to AI (applicable as much to coding as it is business work): - I don't care how you produce the words - I expect you …
-
comment
Comment #48756154
Oh how I miss old school forums. It’s crazy to me how communities are wholesale embracing discord, which just is not the right form factor at all for anything but ephemeral real ti…
-
comment
Comment #48635891
very interesting ideas, thanks for the detail. I'll think about the wordpress search plugin idea. here's my twitter handle if you want to connect and chat there: https://x.com/iamd…
-
comment
Comment #48594082
I’ve been noodling on an idea sort of similar, which is to have a system where if you register for an account and very your site (with a technical mechanism in place to enforce tha…
-
comment
Comment #48580304
It’s funny, sites like these are so divisive. I’ve gotten as many “do not llm summarize anything for me” as I’ve gotten “this is super handy!” responses. I like them, so I’m keepin…
-
comment
Comment #48578566
Nice job, clean and well built. I built something very similar, with a focus on engineering/product/startup blogs https://engineered.at What's your tech stack? Mine is pretty vanil…
-
comment
Comment #48466936
Generally it’s things like that yes, but also stuff like preparing the pulled content to be summarized and then taking those summary batches and preparing for synthesis in a templa…
-
comment
Comment #48466736
Ha funny, I was speccing out an idea for real time Claude code interaction from local apps using some tricks vs using the agent sdk when I got the popup to try Fable. So of course …
-
comment
Comment #48436019
I’ve been using this general pattern - a custom cli app for deterministic tasks, skills for the agent harness, run the skills in the agent and it produces artifacts for you by usin…
-
comment
Comment #48426582
I backed jetkvm on kickstarter or indiegogo or whatever site they launched on out of excitement. It’s a well made device, the software is clean. It feels like it’s stopped being it…
-
comment
Comment #48422340
Been using his skills a lot lately, they are wonderful. I’ve added an issue to specs skill that grounds the issues with a technical plan against the current codebase, and a researc…
-
comment
Comment #48404497
Interesting. in terms of "crawling", the way the engine I built works is by default it's just polling the rss feed of a site on an adjusting cadence like any other rss feed reader.…
-
comment
Comment #48379671
ok this should now be fixed!
-
comment
Comment #48379411
Figured it out, had a random block of Firefox versions less than 147 in my ApplicationController for some reason. Of course my home internet went down though so I’ll push in a few.…
-
comment
Comment #48378687
I presume you’re politely asking in order to block? Which is fine, I get it. On my phone right now but can update later. I do want to ask though (and I should make this clear in a …
-
comment
Comment #48378661
Thanks for this info! Very helpful
-
comment
Comment #48378657
Yeah I know and agree, just wondering if something is haywire in that logic somehow. Otherwise it’s a bizarre issue but I’ll get it fixed
-
comment
Comment #48378646
Great feedback, should be straightforward to make happen. I’ll try to implement tonight.
-
comment
Comment #48378513
you know, I had setup some analytics filtering based on geoip because I was getting crazy spam traffic from Chine and Singapore, but that should only be affecting analytics not the…
-
comment
Comment #48378367
That’s…bizarre. Let me take a look EDIT: just checked in firefox, I don't see an issue. can you email me at me@dchuk.com and maybe I can debug with you?
-
comment
Comment #48377809
I built a site that's similar in concept to Hacker News, but is entirely fed by RSS feed content, that is then bullet-pointed summarized on the article page: https://engineered.at/…
-
comment
Comment #48149850
This is awesome thank you for building this! I’ve wanted to try building some sort of companion robot for my kids to play with, that leverages edge voice AI models and likely an ap…
-
comment
Comment #48084118
I rebuilt an app I found in rust and extended it in a bunch of ways that I use everyday for this use case and it works flawlessly if this is any help: https://github.com/dchuk/jark…