HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zdkaster

330 karmajoined há 13 anos

Submissions

Kitty: New Level of Mouse Support

sw.kovidgoyal.net
2 points·by zdkaster·ontem·0 comments

Modernizing Kernel Cryptography [video]

youtube.com
3 points·by zdkaster·anteontem·1 comments

Rust is in TIOBE Index top 10

tiobe.com
22 points·by zdkaster·há 4 dias·18 comments

Systemd v261 Released

github.com
5 points·by zdkaster·há 20 dias·2 comments

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

lwn.net
4 points·by zdkaster·mês passado·0 comments

Making Claude a Chemist

anthropic.com
6 points·by zdkaster·mês passado·1 comments

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

github.com
156 points·by zdkaster·mês passado·80 comments

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

garmin.com
3 points·by zdkaster·mês passado·0 comments

Amazon Pinpoint End of Support

docs.aws.amazon.com
4 points·by zdkaster·mês passado·1 comments

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

cilium.io
3 points·by zdkaster·mês passado·0 comments

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

github.com
2 points·by zdkaster·há 2 meses·1 comments

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

lwn.net
10 points·by zdkaster·há 2 meses·1 comments

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

github.com
1 points·by zdkaster·há 2 meses·0 comments

Learning programming without touching a computer

www3.nhk.or.jp
2 points·by zdkaster·há 2 meses·0 comments

PGKeeper: Building the bouncer we needed for Postgres

figma.com
4 points·by zdkaster·há 2 meses·0 comments

Gcx: A CLI for managing Grafana Cloud resources

github.com
3 points·by zdkaster·há 2 meses·0 comments

Cloudflare – Introducing Dynamic Workflows

blog.cloudflare.com
4 points·by zdkaster·há 2 meses·1 comments

I Deleted My Second Brain

bulletjournal.com
2 points·by zdkaster·há 2 meses·3 comments

GnuPG – post-quantum crypto landing in mainline

lists.gnupg.org
174 points·by zdkaster·há 3 meses·68 comments

[untitled]

1 points·by zdkaster·há 3 meses·0 comments

comments

zdkaster
·ontem·discuss
I'm neutral. But sadly, this seems to be always the case when the unorthodox rising star emerges in the society.
zdkaster
·anteontem·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
·há 3 dias·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
·há 4 dias·discuss
Oh, thanks for the info. That's suprisingly a weird index to measure usage popularity...
zdkaster
·há 4 dias·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
·há 20 dias·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
·mês passado·discuss
I have just put the comparison in the repo in case you want to checkout.
zdkaster
·mês passado·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
·mês passado·discuss
You can control what you want to feed to the agent. Keep what it needs, discard what it doesn't.
zdkaster
·mês passado·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
·mês passado·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
·mês passado·discuss
Got it! thanks for your feedback.
zdkaster
·mês passado·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
·mês passado·discuss
Interesting approach. Thanks for sharing.
zdkaster
·mês passado·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
·mês passado·discuss
Can you elaborate more on why would it so ?
zdkaster
·mês passado·discuss
Frankly, not at all.
zdkaster
·mês passado·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
·mês passado·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
·mês passado·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