HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zackify

1,401 karmajoined 14 वर्ष पहले
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·25 दिन पहले·0 comments

[untitled]

1 points·by zackify·2 माह पहले·0 comments

Reverse Engineering Tuya with AI

zach.codes
2 points·by zackify·3 माह पहले·0 comments

Vibe Coding a (basic) Wispr Clone in 20 minutes

zach.codes
1 points·by zackify·3 माह पहले·0 comments

Streaming My Vitals to Dr. Claw

zach.codes
2 points·by zackify·4 माह पहले·0 comments

[untitled]

8 points·by zackify·8 माह पहले·0 comments

Replacing Developer Docs with Claude's Plugin Marketplace

zach.codes
1 points·by zackify·9 माह पहले·0 comments

comments

zackify
·परसों·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
·3 दिन पहले·discuss
Yeah wyoming protocol I think someone even made kokoro Wyoming. I forgot exactly what I did it'd been a little while
zackify
·3 दिन पहले·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
·3 दिन पहले·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
·3 दिन पहले·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
·4 दिन पहले·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
·4 दिन पहले·discuss
I switched to yearly Cline pass because it was too cheap haha
zackify
·7 दिन पहले·discuss
I got mine! Did the reserve list 10 minutes in a few weeks ago. I like it way more than I thought.
zackify
·7 दिन पहले·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
·8 दिन पहले·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
·9 दिन पहले·discuss
I got around 17m tokens on glm 5.2 then blocked for 4 days on the weekly limit on that plan.
zackify
·14 दिन पहले·discuss
I did this by having a 30ft Bluetooth dongle in my attic near my living room
zackify
·14 दिन पहले·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
·20 दिन पहले·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
·21 दिन पहले·discuss
Calendly? Also google has this built in too now
zackify
·22 दिन पहले·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
·22 दिन पहले·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
·22 दिन पहले·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
·23 दिन पहले·discuss
pi.dev and ask ai to add features you miss from claude or codex. i configure keyboard shortcuts and swap models easily
zackify
·25 दिन पहले·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