HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zdkaster

330 カルマ登録 13 年前

投稿

Kitty: New Level of Mouse Support

sw.kovidgoyal.net
2 ポイント·投稿者 zdkaster·昨日·0 コメント

Modernizing Kernel Cryptography [video]

youtube.com
3 ポイント·投稿者 zdkaster·一昨日·1 コメント

Rust is in TIOBE Index top 10

tiobe.com
22 ポイント·投稿者 zdkaster·4 日前·18 コメント

Systemd v261 Released

github.com
5 ポイント·投稿者 zdkaster·20 日前·2 コメント

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

lwn.net
4 ポイント·投稿者 zdkaster·先月·0 コメント

Making Claude a Chemist

anthropic.com
6 ポイント·投稿者 zdkaster·先月·1 コメント

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

github.com
156 ポイント·投稿者 zdkaster·先月·80 コメント

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

garmin.com
3 ポイント·投稿者 zdkaster·先月·0 コメント

Amazon Pinpoint End of Support

docs.aws.amazon.com
4 ポイント·投稿者 zdkaster·先月·1 コメント

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

cilium.io
3 ポイント·投稿者 zdkaster·先月·0 コメント

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

github.com
2 ポイント·投稿者 zdkaster·2 か月前·1 コメント

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

lwn.net
10 ポイント·投稿者 zdkaster·2 か月前·1 コメント

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

github.com
1 ポイント·投稿者 zdkaster·2 か月前·0 コメント

Learning programming without touching a computer

www3.nhk.or.jp
2 ポイント·投稿者 zdkaster·2 か月前·0 コメント

PGKeeper: Building the bouncer we needed for Postgres

figma.com
4 ポイント·投稿者 zdkaster·2 か月前·0 コメント

Gcx: A CLI for managing Grafana Cloud resources

github.com
3 ポイント·投稿者 zdkaster·2 か月前·0 コメント

Cloudflare – Introducing Dynamic Workflows

blog.cloudflare.com
4 ポイント·投稿者 zdkaster·2 か月前·1 コメント

I Deleted My Second Brain

bulletjournal.com
2 ポイント·投稿者 zdkaster·2 か月前·3 コメント

GnuPG – post-quantum crypto landing in mainline

lists.gnupg.org
174 ポイント·投稿者 zdkaster·3 か月前·68 コメント

[untitled]

1 ポイント·投稿者 zdkaster·3 か月前·0 コメント

コメント

zdkaster
·昨日·議論
I'm neutral. But sadly, this seems to be always the case when the unorthodox rising star emerges in the society.
zdkaster
·一昨日·議論
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 日前·議論
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 日前·議論
Oh, thanks for the info. That's suprisingly a weird index to measure usage popularity...
zdkaster
·4 日前·議論
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 日前·議論
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
·先月·議論
I have just put the comparison in the repo in case you want to checkout.
zdkaster
·先月·議論
Afaik, caveman does shorten sentences in coversation but lowfat is picking up what matter from cli ouput. That's a different output target.
zdkaster
·先月·議論
You can control what you want to feed to the agent. Keep what it needs, discard what it doesn't.
zdkaster
·先月·議論
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
·先月·議論
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
·先月·議論
Got it! thanks for your feedback.
zdkaster
·先月·議論
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
·先月·議論
Interesting approach. Thanks for sharing.
zdkaster
·先月·議論
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
·先月·議論
Can you elaborate more on why would it so ?
zdkaster
·先月·議論
Frankly, not at all.
zdkaster
·先月·議論
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
·先月·議論
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
·先月·議論
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