HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zackify

1,401 karmajoined il y a 14 ans
https://zach.codes

Writing https://leanpub.com/aismarthome

Submissions

Ask HN: Why aren't hardware passkeys used for access token creation?

4 points·by zackify·il y a 25 jours·0 comments

[untitled]

1 points·by zackify·il y a 2 mois·0 comments

Reverse Engineering Tuya with AI

zach.codes
2 points·by zackify·il y a 3 mois·0 comments

Vibe Coding a (basic) Wispr Clone in 20 minutes

zach.codes
1 points·by zackify·il y a 3 mois·0 comments

Streaming My Vitals to Dr. Claw

zach.codes
2 points·by zackify·il y a 4 mois·0 comments

[untitled]

8 points·by zackify·il y a 8 mois·0 comments

Replacing Developer Docs with Claude's Plugin Marketplace

zach.codes
1 points·by zackify·il y a 9 mois·0 comments

comments

zackify
·avant-hier·discuss
I have the llm twean every little piece of pi which is why I love it. And swapping models. Plus not having scroll jank like I got in opencode.

I even tweaked hitting "enter" when nothing is in the input box, it resume the last request. I love having this control and ease to extend and add anything to the ui
zackify
·il y a 3 jours·discuss
Yeah wyoming protocol I think someone even made kokoro Wyoming. I forgot exactly what I did it'd been a little while
zackify
·il y a 3 jours·discuss
A Tesla can choose to auto lock. Or not lock.

Or not lock in a certain area.

Plus the app is an actual usable thing. Not a crap one that sends notifications about doors being unlocked in a garage that never updates.

Last year I had to take my kia to the dealer just to have connectivity work. Verizon had a change and you couldn't even fix it without going in. Antiquated dealer software updates as well.
zackify
·il y a 3 jours·discuss
I use kokoro with home assistant and its great. I find its the most natural sounding and small too.

I speak over sonos speakers when certain events happen. And use it as my voice assistant.
zackify
·il y a 3 jours·discuss
After seeing kia evs and having a Tesla. Its the only good EV brand because the software from everywhere else is a complete joke.

Kia will tell me my doors are unlocked when I'm at home.

Tesla has a set home feature. Plus the 50 other annoyances.

Regen doesn't even persist with kia. You have to press the paddle to add it every time you start the car.

All this to say, the only good ux car anymore is tesla. Too bad they leak all recordings and have privacy problems too.
zackify
·il y a 4 jours·discuss
$6 a month I plan to use deepseek v4 flash mainly which should provide closer to 5x the usage on the cheaper ones but no set number
zackify
·il y a 4 jours·discuss
I switched to yearly Cline pass because it was too cheap haha
zackify
·il y a 7 jours·discuss
I got mine! Did the reserve list 10 minutes in a few weeks ago. I like it way more than I thought.
zackify
·il y a 7 jours·discuss
This is an annoying problem. It keeps making fake assumptions just because of hypothetical questions I've asked in the past.

It'll assume I own a datacenter and have lots of gpus just because I asked to research things.
zackify
·il y a 8 jours·discuss
You can get amazing local STT using parakeet which can use as little as 600mb of vram. Better or as good as whisper v3 large
zackify
·il y a 9 jours·discuss
I got around 17m tokens on glm 5.2 then blocked for 4 days on the weekly limit on that plan.
zackify
·il y a 14 jours·discuss
I did this by having a 30ft Bluetooth dongle in my attic near my living room
zackify
·il y a 14 jours·discuss
I have moonlight and sunshine and also drilled through the other side of the house with a long fiber optic HDMI cable. Best of everything lol

Also a Bluetooth dongle in my attic about 40ft USB cable. Works great for home assistant too and Bluetooth devices like plant sensors outside the house over ble

Bonus points if you do tailscale and jetkvm or wake on LAN and can moonlight from anywhere.
zackify
·il y a 20 jours·discuss
I ran glm 5.2 on rented 8x h200 it could only do 2x concurrency at a cost of $40 an hour. It felt great but dang I wish it was cheaper... It needs 750 at fp8
zackify
·il y a 21 jours·discuss
Calendly? Also google has this built in too now
zackify
·il y a 22 jours·discuss
Yeah this is why I disable remote access and setup tailscale.

Its annoying but with Claude and a little knowledge you can make it persistent. By default it got wiped every update which was annoying.
zackify
·il y a 22 jours·discuss
I just approach everything as a one off task. Fresh context.

"Use this CLI tool and figure it out. Look up this sentry issue using it"

"Add a service that watches for an error in the log. Look at the home assistant MCP data and find my phone, send a notification to it and make it send when there's an error"

Now after it manually does it and makes the code. "Make this into a skill for anytime I paste a URL with sentry inside the message"

But also important: "make that procedure a prompt file so when I invoke it I just pass X after it and it works fully"

Having too many skills for things that are very specific where you can directly invoke it via slash command, wastes context space with the skill headers I find. So I make those prompts instead
zackify
·il y a 22 jours·discuss
If only they would support the web and let you just issue a long running cookie....

I hacked the spec to pass through a cookie via the oauth handshake to do this without needing an oauth server.

Its really dumb they don't want to allow this.

If no cookie, open webpage.

If cookie set, close and persist.

I literally wrote an 80 page mini book on MCP yet it frustrates me to no end.
zackify
·il y a 23 jours·discuss
pi.dev and ask ai to add features you miss from claude or codex. i configure keyboard shortcuts and swap models easily
zackify
·il y a 25 jours·discuss
You have to try pi.dev you can already make it do anything you want. I use opus to customize and tweak parts of it. Its the best harness due to the entire thing being api driven for customization