HackerLangs
TopNewTrendsCommentsPastAskShowJobs

zdkaster

330 karmajoined 13 tahun yang lalu

Submissions

Kitty: New Level of Mouse Support

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

Modernizing Kernel Cryptography [video]

youtube.com
3 points·by zdkaster·kemarin dulu·1 comments

Rust is in TIOBE Index top 10

tiobe.com
22 points·by zdkaster·4 hari yang lalu·18 comments

Systemd v261 Released

github.com
5 points·by zdkaster·20 hari yang lalu·2 comments

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

lwn.net
4 points·by zdkaster·bulan lalu·0 comments

Making Claude a Chemist

anthropic.com
6 points·by zdkaster·bulan lalu·1 comments

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

github.com
156 points·by zdkaster·bulan lalu·80 comments

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

garmin.com
3 points·by zdkaster·bulan lalu·0 comments

Amazon Pinpoint End of Support

docs.aws.amazon.com
4 points·by zdkaster·bulan lalu·1 comments

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

cilium.io
3 points·by zdkaster·bulan lalu·0 comments

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

github.com
2 points·by zdkaster·2 bulan yang lalu·1 comments

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

lwn.net
10 points·by zdkaster·2 bulan yang lalu·1 comments

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

github.com
1 points·by zdkaster·2 bulan yang lalu·0 comments

Learning programming without touching a computer

www3.nhk.or.jp
2 points·by zdkaster·2 bulan yang lalu·0 comments

PGKeeper: Building the bouncer we needed for Postgres

figma.com
4 points·by zdkaster·2 bulan yang lalu·0 comments

Gcx: A CLI for managing Grafana Cloud resources

github.com
3 points·by zdkaster·2 bulan yang lalu·0 comments

Cloudflare – Introducing Dynamic Workflows

blog.cloudflare.com
4 points·by zdkaster·2 bulan yang lalu·1 comments

I Deleted My Second Brain

bulletjournal.com
2 points·by zdkaster·2 bulan yang lalu·3 comments

GnuPG – post-quantum crypto landing in mainline

lists.gnupg.org
174 points·by zdkaster·3 bulan yang lalu·68 comments

[untitled]

1 points·by zdkaster·3 bulan yang lalu·0 comments

comments

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