HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zdkaster

330 karmajoined 13 yıl önce

Submissions

Kitty: New Level of Mouse Support

sw.kovidgoyal.net
2 points·by zdkaster·dün·0 comments

Modernizing Kernel Cryptography [video]

youtube.com
3 points·by zdkaster·evvelsi gün·1 comments

Rust is in TIOBE Index top 10

tiobe.com
22 points·by zdkaster·4 gün önce·18 comments

Systemd v261 Released

github.com
5 points·by zdkaster·20 gün önce·2 comments

Linux 7.1-rc7: give rc7 a whirl and keep testing

lwn.net
4 points·by zdkaster·geçen ay·0 comments

Making Claude a Chemist

anthropic.com
6 points·by zdkaster·geçen ay·1 comments

Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens

github.com
156 points·by zdkaster·geçen ay·80 comments

Garmin: The more miles ridden, the higher avg VO2 max and FTP

garmin.com
3 points·by zdkaster·geçen ay·0 comments

Amazon Pinpoint End of Support

docs.aws.amazon.com
4 points·by zdkaster·geçen ay·1 comments

Securing CI/CD for an open source project: lessons from Cilium

cilium.io
3 points·by zdkaster·geçen ay·0 comments

POC for CVE-2026-46529 – RCE via PDF argv injection

github.com
2 points·by zdkaster·2 ay önce·1 comments

Linux 7.1-rc4: security list "almost unmanageable" from AI bug reports

lwn.net
10 points·by zdkaster·2 ay önce·1 comments

Show HN: Docker hello-world, but in half-size image with Matrix digital rain

github.com
1 points·by zdkaster·2 ay önce·0 comments

Learning programming without touching a computer

www3.nhk.or.jp
2 points·by zdkaster·2 ay önce·0 comments

PGKeeper: Building the bouncer we needed for Postgres

figma.com
4 points·by zdkaster·2 ay önce·0 comments

Gcx: A CLI for managing Grafana Cloud resources

github.com
3 points·by zdkaster·2 ay önce·0 comments

Cloudflare – Introducing Dynamic Workflows

blog.cloudflare.com
4 points·by zdkaster·2 ay önce·1 comments

I Deleted My Second Brain

bulletjournal.com
2 points·by zdkaster·2 ay önce·3 comments

GnuPG – post-quantum crypto landing in mainline

lists.gnupg.org
174 points·by zdkaster·3 ay önce·68 comments

[untitled]

1 points·by zdkaster·3 ay önce·0 comments

comments

zdkaster
·21 saat önce·discuss
I'm neutral. But sadly, this seems to be always the case when the unorthodox rising star emerges in the society.
zdkaster
·evvelsi gün·discuss
Eric Biggers (Google) on why the Linux kernel's crypto API is hard to use and slow — dynamic allocations, indirect calls, abstraction that fits neither modern algorithms nor modern hardware.
zdkaster
·3 gün önce·discuss
It's a bit hard to comprehend that's reality to be honest. But I could see that it could be the case from the fact that old industrial factories or old corporates would still run with what works for them.
zdkaster
·4 gün önce·discuss
Oh, thanks for the info. That's suprisingly a weird index to measure usage popularity...
zdkaster
·4 gün önce·discuss
What's more interesting is Visual Basic is ranked as #7 and I couldn't get my head around why this is the case, lol.
zdkaster
·20 gün önce·discuss
Systemd v261 has been released, some changes are including: - a new IMDS (Cloud "Instance Metadata Service") Subsystem - "boot secret" functionality for use on systems that lack a physical TPM - support for the kernel's Live Update Orchestration (LUO) / Kexec Handover (KHO) systems when they are present and enabled
zdkaster
·geçen ay·discuss
I have just put the comparison in the repo in case you want to checkout.
zdkaster
·geçen ay·discuss
Afaik, caveman does shorten sentences in coversation but lowfat is picking up what matter from cli ouput. That's a different output target.
zdkaster
·geçen ay·discuss
You can control what you want to feed to the agent. Keep what it needs, discard what it doesn't.
zdkaster
·geçen ay·discuss
I have just been using it for 2 months, so... lmao. might need a year and with more users to test out how it will go.
zdkaster
·geçen ay·discuss
Understood. Didn't mean as a click-bait or something. Just sharing my cli report summarize.

Target user here in HN should be tech-savy and this tool is not designed for non-tech because it is required highly customized from user to get the result user want.

Anway, would you mind putting the correct title here ? I will consider to update.
zdkaster
·geçen ay·discuss
Got it! thanks for your feedback.
zdkaster
·geçen ay·discuss
Understood. Let me give some examples, most of the time we don't need spaces between table output, git diff produce bunch of unnessary info we just need filename and actual diff lines, kubectl describe we would mostly check for events, image etc etc. This is the reason why I make it as composable filters as it very depends on your specific ops to optimize the token.
zdkaster
·geçen ay·discuss
Interesting approach. Thanks for sharing.
zdkaster
·geçen ay·discuss
To be safe if you need a full json, would make conditonal passthrough as the original raw output. Or, need to handle selective object using python via the filter plugin.
zdkaster
·geçen ay·discuss
Can you elaborate more on why would it so ?
zdkaster
·geçen ay·discuss
Frankly, not at all.
zdkaster
·geçen ay·discuss
Thanks for your feedback. Will put this in place. Meanwhile, please checkout architecture doc and plugin. The plugin doc could a little bit giving insight of what it does.
zdkaster
·geçen ay·discuss
I simply use LLM to create filter for my personal use. I have already put that specific instruction in the plugin doc in case you are interested.
zdkaster
·geçen ay·discuss
In term of token saving performance, it should be on par with rtk since it is basically the same idea. The major different is rtk bundled hundreds of filter logic and no room for user to adjust without maintaing user owned fork or opening the pull request while lowfat is using opposite architectural approach by removing almost all filter logic in the binary and seperate user filters as a plugin system