HN user

blackmanta

380 karma

Student of life. Lifelong learner.

Posts25
Comments19
View on HN
github.com 11mo ago

Show HN: Yet another memory system for LLMs

blackmanta
165pts46
manta.black 1y ago

Show HN: Leveraging Google ADK for Cyber Threat Intelligence

blackmanta
4pts1
www.businessinsider.com 2y ago

Ex-OpenAI board member reveals what led to Sam Altman's brief ousting

blackmanta
785pts805
security.googleblog.com 2y ago

Scaling security with AI: from detection to solution

blackmanta
2pts0
9to5google.com 2y ago

Google Podcasts shutting down in 2024 for YouTube Music

blackmanta
1pts1
objective-see.org 3y ago

The LockBit ransomware (kinda) comes for macOS

blackmanta
4pts0
blog.tofile.dev 4y ago

Commandline Cloaking and Sysmon for Linux

blackmanta
2pts0
www.theverge.com 4y ago

One of the Steam Deck’s biggest hurdles just disappeared: EAC has come to Linux

blackmanta
3pts0
www.jamf.com 5y ago

(MacOS) Zero-Day TCC bypass discovered in XCSSET malware

blackmanta
1pts0
www.bleepingcomputer.com 5y ago

DC Police confirms cyberattack after ransomware gang leaks data

blackmanta
2pts1
carolinacon.org 5y ago

CarolinaCon Online Schedule

blackmanta
1pts0
google.github.io 5y ago

KCTF: a Kubernetes-based infrastructure for CTF competitions

blackmanta
28pts0
www.fantom.foundation 5y ago

Afghanistan Chamber of Commerce and Fantom enter into a blockchain pilot program

blackmanta
2pts0
cybernews.com 5y ago

Largest compilation of emails and passwords leaked for free on public forum

blackmanta
2pts0
www.phoronix.com 5y ago

Nvidia 460.32.03 Linux Driver Released with Official Vulkan Ray-Tracing

blackmanta
4pts0
www.gamingonlinux.com 5y ago

Nvidia release big new Linux driver with 460.27.04

blackmanta
3pts0
thehackernews.com 5y ago

Google Warns of Zero-Click Bluetooth Flaws in Linux-Based Devices

blackmanta
1pts0
news.sophos.com 5y ago

They’re back: inside a new Ryuk ransomware attack

blackmanta
1pts0
www.tomshardware.com 5y ago

20GB Intel IP Data Breach Floods the Internet, Mentions Backdoors

blackmanta
65pts9
lwn.net 6y ago

New 4.0 LTS Releases for LXD, LXC and Lxcfs

blackmanta
4pts0
www.ghostbsd.org 6y ago

GhostBSD 20.01

blackmanta
35pts14
discuss.linuxcontainers.org 6y ago

Trying LXD Virtual Machines

blackmanta
3pts1
trevon.dev 6y ago

A Potential Future of Computer System Defense

blackmanta
1pts0
docs.google.com 8y ago

Status of Antivirus in the World of Meltdown and Spectre

blackmanta
2pts1
www.phoronix.com 8y ago

Further Analyzing the Intel CPU “x86 PTI Issue” on More Systems

blackmanta
1pts0

I have an instance that does search related to my research interests, tracks news related to viruses in the US, events happening around my area and an “urgent” news job that uses searx and for things going on around me. I used Qwen 3.5 9B and tuned some of the jobs with GPT 5.4. I recently switched to use Gemma 4 and there was seemingly no major difference. I’ve found it useful for the digest and for findings papers without much effort.

With a nvidia spark or 128gb+ memory machine, you can get a good speed up on the 31B model if you use the 26B MoE as a draft model. It uses more memory but I’ve seen acceptance rate at around 70%+ using Q8 on both models

While the examples and provided prompt lean toward code (since that's my personal use case), YAMS is fundamentally a generic content-addressed storage system.

I will attempt to run some small agents with custom prompts and report back.

I have been using it for task tracking, research, and code search. When using CLI tools, I found that the LLM's were able to find code in less tool calls when I stored my codebase in the tool. I had to wrangle the LLMs to use the tool verse native rgrep or find.

I am also trying to stabilize PDF text extraction to improve knowledge retrieval when I want to revisit a paper I read but cannot remember which one it was. Most of these use cases come from my personal use and updates to the tool but I am trying to make it as general as possible.

I stored the codebase for yams in the tool. The "blocks" are content-defined blocks/chunks, not filesystem blocks. They're variable-size chunks (typically 4-64KB) created using Rabin fingerprinting to find natural content boundaries. This enables deduplication across files that share similar content.

I am working to improve the CLI tools to make getting this information easier but I have stored the yam repo in yams with multiple snapshots and metadata tags and I am seeing about 32% storage savings.

The tool has built-in versioning. Each file gets a unique SHA-256 hash on storage (automatic versioning), you can update metadata to track version info, and use collections/snapshots to group versions together. I have been using the metadata to track progress and link code snippets.

Microsoft does take security pretty seriously with windows. There have been times they make mistakes, but historically, they are doing better now than they were in the early 2000s before Bill Gates sent a memo noting that they needed to take security seriously. You could argue they take security as serious as any major play like apple and google, seeing they touch a lot of private user data.

[1] https://news.microsoft.com/2000/12/07/gates-offers-new-techn...