frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Rendezvous with Rama

https://blog.engora.com/2026/03/rendezvous-with-rama.html
1•Vermin2000•46s ago•0 comments

Study finds teens spend nearly a third of the school day on smartphones

https://phys.org/news/2026-03-teens-school-day-smartphones-frequent.html
1•bikenaga•1m ago•0 comments

Employees at OpenAI and Google support Anthropic's lawsuit against The Pentagon

https://www.theverge.com/ai-artificial-intelligence/891514/anthropic-pentagon-lawsuit-amicus-brie...
1•dougb5•1m ago•0 comments

Real-Time LLM Debate

https://debate.apxlabs.dev
1•romirpatel•1m ago•1 comments

Electrical upgrades for our Winnebago Solis camper van

https://www.jamesxli.com/2026/van-electrical-upgrades/
1•bobbiechen•2m ago•0 comments

Tokenized Stocks Are Coming to a Market Near You

https://www.wsj.com/finance/stocks/tokenized-stocks-are-coming-to-a-market-near-you-five-things-t...
2•petethomas•5m ago•0 comments

Show HN: LOAB – AI agents get decisions right but skip the process [pdf]

https://github.com/shubchat/loab/blob/main/assets/loab_paper_mar2026.pdf
1•shubh-chat•6m ago•0 comments

But why do we change the clocks at 2am?

https://www.rd.com/article/why-does-daylight-saving-time-start-at-2-a-m/
1•gbacon•6m ago•0 comments

Hosted MCP server "everything" for testing

https://servereverything.dev/
1•pj3677•8m ago•0 comments

Train Neural Network Using DirectCompute D11

https://pypi.org/project/directcompute-nn/
1•raviadiprakoso•9m ago•1 comments

Reviving the Maintenance of MkDocs

https://github.com/orgs/mkdocs-community/discussions/1
1•netule•9m ago•0 comments

Energy-based Model (EBM) for enterprise AI security Ship it or keep tuning?

1•ALMOIZ_MOHMED•10m ago•0 comments

Personal Software and the Collapse of the Talent Pipeline

https://blog.slamdunk.software/extremely-personal-software-and-the-collapse-of-the-talent-pipeline/
1•Destiner•10m ago•0 comments

The Missing Layer in AI Agent Architecture

https://wundergraph.com/blog/why-mcp-is-ceiling-enterprise-ai-agent-architecture
2•asoorm•10m ago•1 comments

The Post-Copyright Era of Software

https://www.nibzard.com/post-copyright-era-software
1•nkko•11m ago•0 comments

AgentHub

https://github.com/karpathy/agenthub
1•john_cogs•12m ago•0 comments

Microsoft wants you to 'hire' its AI agents

https://www.computerworld.com/article/4141904/microsoft-wants-you-to-hire-its-ai-agents.html
1•CrankyBear•12m ago•0 comments

Concern over US travel visas prompts Ig Nobels to move its awards to Europe

https://apnews.com/article/ig-nobels-award-prize-comical-science-achievement-where-7413f288bb43b5...
5•geephroh•12m ago•0 comments

Autonomous Engineering Pipeline

https://github.com/changkun/wallfacer
1•changkun•14m ago•0 comments

Zuckerberg has "finished" with Alexandr Wang, worth US$14B

https://www.idnfinancials.com/news/61918/zuckerberg-has-finished-with-alexandr-wang-worth-us14-bi...
2•matthieu_bl•15m ago•0 comments

Frailty can be eased with an infusion of stem cells from young people

https://www.newscientist.com/article/2517139-frailty-can-be-eased-with-an-infusion-of-stem-cells-...
1•bookofjoe•16m ago•1 comments

Show HN: React Trace – Development-time visual inspector for React components

https://react-trace.js.org/
1•buzinas•16m ago•0 comments

Add AI to Any App

https://www.simeongriggs.dev/add-ai-to-any-app
1•bddicken•17m ago•0 comments

Open-source intelligence dashboard tracking the Iran conflict in real time

https://github.com/Juliusolsson05/pharos-ai
1•merusame•18m ago•0 comments

Anthropic sues Pentagon over rare "supply chain risk" label

https://www.axios.com/2026/03/09/anthropic-sues-pentagon-supply-chain-risk-label
1•sauronsrv•19m ago•1 comments

Dirplayer: A web-compatible Shockwave Player emulator written in Rust

https://github.com/igorlira/dirplayer-rs
1•homarp•19m ago•1 comments

Show HN: Agents with Verifiable Human Claims

https://docs.zipwire.io/zipwire-attest/getting-a-proofpack-jwt-with-nationality
1•lukepuplett•19m ago•0 comments

The Boring Technology Manifesto

https://yagnipedia.com/wiki/the-boring-technology-manifesto
2•riclib•24m ago•1 comments

Redacting Sensitive Data from Java Flight Recorder Files

https://mostlynerdless.de/blog/2026/02/13/redacting-sensitive-data-from-java-flight-recorder-files/
1•mooreds•30m ago•0 comments

Show HN: Four Claude Code hooks that enforce voice and tone on AI-written copy

https://windyroad.com.au/blog/enforcing-voice-and-tone-with-claude-code-hooks
1•tompahoward•30m ago•0 comments
Open in hackernews

Show HN: ChopChopGo – Sigma-based threat hunting for Linux forensic artifacts

https://github.com/M00NLIG7/ChopChopGo
1•M00NL1G7•2h ago

Comments

M00NL1G7•2h ago
Author here. I built this because Chainsaw made Sigma-based triage standard for Windows IR but nothing equivalent existed for Linux. ChopChopGo applies Sigma detection rules to syslog, auditd, and journald logs and flags hits with MITRE ATT&CK tags.

v1.1.0 just dropped with auditd event correlation (groups related log lines by event ID before rule evaluation), a tokenizer, and YAML-based field mapping so Sigma rules work across different log schemas without forking the rules. Go, single binary, no runtime dependencies. CSV/JSON output for pipeline integration.

Wrote up a detailed post on the architecture and design decisions: https://www.m00nl1g7.net/blog/building-a-forensic-triage-too... Happy to answer any questions about the implementation.