frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
376•MilkMp•16h ago•83 comments

Show HN: SkillScan – Free API to detect malicious AI agent skill files

https://skillscan.chitacloud.dev
2•AutoPilotAI•27m ago•0 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
18•ai_bot•4h ago•18 comments

Show HN: Keep your eyes healthy with 20 20 20 rule reminder using bash

https://gist.github.com/kwkr/b6376b4ade4d14467334bc0dbb845a16
2•zukerpie•34m ago•0 comments

Show HN: Agentic programming needs new processes

https://github.com/agereaude/cx/blob/main/CX.md
2•agereaude•51m ago•1 comments

Show HN: Visual Tailwind CSS Style Guide – Single HTML file, no build step

https://winkelstraatnl.github.io/tailwind-style-guide/
3•tomdeleria•1h ago•0 comments

Show HN: Monolith e-commerce platform for serverless

https://www.hoikka.dev/
2•zernobilly•1h ago•0 comments

Show HN: Local-First Linux MicroVMs for macOS

https://shuru.run
190•harshdoesdev•18h ago•55 comments

Show HN: AgentReady – Drop-in proxy that cuts LLM token costs 40-60%

https://agentready.cloud/hn
2•christalingx•10m ago•1 comments

Show HN: A geometric analysis of Chopin's Prelude No. 4 using 3D topology

https://github.com/jimishol/cholidean-harmony-structure/blob/main/docs/03-case-study-chopin-prelu...
46•jimishol•2d ago•10 comments

Show HN: 3D Mahjong, Built in CSS

https://voxjong.com
115•rofko•21h ago•55 comments

Show HN: CLI to estimate Cloudflare bill before it surprises you

https://github.com/michaloo/flareclerk
2•michaloo•3h ago•1 comments

Show HN: Implementing ping from the Ethernet layer (ARP,IPv4,ICMP in user space)

https://github.com/v420v/ping
2•ibuki256•4h ago•1 comments

Show HN: ZuckerBot. API and MCP server for AI agents to run Meta/Facebook ads

https://zuckerbot.ai/
4•DavisGrainger•8h ago•0 comments

Show HN: Rendering 18,000 videos in real-time with Python

https://madebymohammed.com/pysaic
32•mbmproductions•21h ago•4 comments

Show HN: Llama 3.1 70B on a single RTX 3090 via NVMe-to-GPU bypassing the CPU

https://github.com/xaskasdf/ntransformer
381•xaskasdf•1d ago•96 comments

Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)

https://github.com/younes-io/agent-skills/tree/main/skills/tlaplus-workbench
38•youio•23h ago•4 comments

Show HN: Bibabo – Gamified AI-first coding education

https://bibabo.ai/
2•iivyvii•6h ago•1 comments

Show HN: Sprime – weather, crypto, news, forex all normalized to one JSON schema

https://sprime.us/
6•mario0318•9h ago•0 comments

Show HN: Aussie Meme Boss Rush – 1 day Vibe Coded WebGL single file HTML game

https://tonym128.github.io/2026/02/22/aussie-meme-boss-rush.html
3•tonym128•7h ago•1 comments

Show HN: Spacemoji – 3D emoji-filled space warp simulation in a single HTML file

https://github.com/j-ncel/Spacemoji
4•koalux•7h ago•2 comments

Show HN: WARN Firehose – Every US layoff notice in one searchable database

https://warnfirehose.com
126•sendkamal•14h ago•15 comments

Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

https://github.com/Ragnaroek/iron-wolf
83•ragnaroekX•1d ago•28 comments

Show HN: A portfolio that re-architects its React DOM based on LLM intent

https://pramit-mandal-ai.netlify.app/
5•Pramit_2002•16h ago•2 comments

Show HN: Sayou: Open-source agent workspace with versioned files and MCP tools

https://github.com/pixell-global/sayou
3•syumpx•9h ago•1 comments

Show HN: Clocktopussheets generated from your Git commits

https://clocktopus.app
2•allanclempe•9h ago•0 comments

Show HN: A native macOS client for Hacker News, built with SwiftUI

https://github.com/IronsideXXVI/Hacker-News
257•IronsideXXVI•2d ago•188 comments

Show HN: Goxe – Fast log clustering on an i5 (Reduced to 1 alloc/log, road to 0)

2•nxus_dev•9h ago•0 comments

Show HN: Gridl – A daily block puzzle game

https://gridlgame.com
5•pj3677•10h ago•0 comments

Show HN: OpenBrowserClaw – No Mac Mini. No VPS. No Cloud Deploy. Just Open a Tab

https://www.openbrowserclaw.com/
5•sachaa•10h ago•3 comments
Open in hackernews

Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java

https://github.com/moustafa-nasr/fahmatrix
46•mousomashakel•9mo ago
Hey HN, I’ve built Fahmatrix, a minimal, fast Java library for working with tabular data — inspired by Python’s pandas, but designed for performance and simplicity on the JVM.

After working extensively with Python’s data stack, I often ran into limitations related to speed, especially in larger or long-running data workflows. So I built Fahmatrix from scratch to offer similar APIs for manipulating CSVs, performing summary statistics, slicing rows/columns, and more — but all in Java.

Features:

Lightweight and dependency-free

CSV/TSV import with auto-headers

Series/DataFrame structures (like pandas)

describe(), mean(), stdDev(), percentile() and more

Fast parallel operations on numeric columns

Java 17+ support

Docs: https://moustafa-nasr.github.io/Fahmatrix/ GitHub: https://github.com/moustafa-nasr/fahmatrix

I’d love feedback from the Java and data communities — especially if you’ve ever wanted a simple dataframe utility in Java without needing full-scale ML libraries.

Happy to answer any questions!

Comments

rickette•9mo ago
Congrats on putting this out there. There isn't a de facto pandas-like library in Java like you said. But for Kotlin there is: https://github.com/Kotlin/dataframe
mousomashakel•9mo ago
Thanks so much! Yep, I’ve seen the Kotlin DataFrame lib — very elegant. Fahmatrix is meant for plain Java users who want similar capabilities without switching ecosystems. Appreciate the support!
uwemaurer•9mo ago
Always great to see efforts to make working with data frames easier. Here are some similar data frame libraries for Java:

https://github.com/jtablesaw/tablesaw

https://github.com/dflib/dflib

My preferred way is just use duckdb java API. I didn't see anything better in performance/efficiency. Also a SQL query is often easier to write

theanonymousone•9mo ago
Yes. It has bothered me for a long time too. Maybe the best mix is a dataframe library with basic operations (column select, non-null etc), which also allows SQL for more complex stuff?
radus•9mo ago
Polars and duckdb interoperate nicely and can enable this flexibility
theanonymousone•9mo ago
Does Polars have a Java library?
mousomashakel•9mo ago
Totally agree that SQL can be the best tool for many jobs. My goal with Fahmatrix is to serve the opposite niche: where devs want something that's Java-native, procedural, and simple without reaching for an external engine. SQL support or DSL might come later though — I see the appeal.
theanonymousone•9mo ago
Sure. So maybe notehr comment would be to make it (particularly the Series class), as compatible with Java Streams as possible.

Next step would likely be compatibility with popular libraries such as Apache Commons Math: https://commons.apache.org/proper/commons-math/userguide/sta...

mousomashakel•9mo ago
Thanks! I'm aware of those great projects. Fahmatrix aims to offer a lightweight, dependency-free alternative that’s easy to embed in any Java app. DuckDB is super impressive, especially for SQL-heavy tasks — but my goal is more about a native, fluent API for those who prefer direct Java code over SQL.
skanga•9mo ago
What about Tablesaw, Apache Arrow? How does this compare ...
mousomashakel•9mo ago
Good question. I’ll publish benchmarks soon, but the core difference is that Fahmatrix is fully Java, no JNI, and minimalistic — ideal for small projects or environments like Android. Tablesaw and Arrow are more powerful, but heavier. Fahmatrix aims to be the “just enough” middle ground.
owlstuffing•9mo ago
Nice!

I’m currently using manifold-sql with duckdb for this.

mousomashakel•9mo ago
Thanks! That’s a great combo — manifold-sql + duckdb gives you strong typing with powerful SQL under the hood. Fahmatrix is aiming to complement that approach for cases where you want quick, native Java code without SQL — e.g., when building data flows or custom logic inline. Would love to hear if you’ve hit any pain points that a Java-native approach could help with.