frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Jmail – Google Suite for Epstein files

https://www.jmail.world
575•lukeigel•9h ago•116 comments

Show HN: HN Wrapped 2025 - an LLM reviews your year on HN

https://hn-wrapped.kadoa.com?year=2025
169•hubraumhugo•17h ago•95 comments

Show HN: ZXC – Asymmetric, +40% decode vs. LZ4 on ARM (C, BSD-3, Fuzzed)

https://github.com/hellobertrand/zxc
9•pollop_•3d ago•2 comments

Show HN: Claude Code Plugin to play music when waiting on user input

https://github.com/Sevii/agent-marketplace/blob/main/plugins/elevator-music/README.md
48•Sevii•14h ago•12 comments

Show HN: Chart Preview – Preview environments for Helm charts on every PR

18•chartpreview•13h ago•5 comments

Show HN: ArkhamMirror – CIA's Analysis of Competing Hypotheses, Runs in Browser

https://mantisfury.github.io/ArkhamMirror/ach/
5•ArkhamMirror•5h ago•1 comments

Show HN: TinyPDF – 3kb pdf library (70x smaller than jsPDF)

https://github.com/Lulzx/tinypdf
240•lulzx•2d ago•31 comments

Show HN: Wingspan Games: Arrow – a multiplayer game built in Elixir / Phoenix

https://wingspan.games/arrow
3•calflegal•7h ago•1 comments

Show HN: Cerberus – Real-time network monitor with eBPF

https://github.com/zrougamed/cerberus
6•zrouga•12h ago•3 comments

Show HN: Calcu-gator.com – Financial calculators for Canadians

https://calcu-gator.com/
4•Nitromax•8h ago•1 comments

Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer

https://stickerbox.com/
44•spydertennis•1d ago•56 comments

Show HN: Misata – synthetic data engine using LLM and Vectorized NumPy

https://github.com/rasinmuhammed/misata
23•rasinmuhammed•4d ago•1 comments

Show HN: A simple paper alert service

https://listening4.com/paper
3•laotoutou•10h ago•1 comments

Show HN: Picknplace.js, an alternative to drag-and-drop

https://jgthms.com/picknplace.js/
443•bbx•4d ago•149 comments

Show HN: Сulsans – Thread-safe async-aware queue for Python

https://github.com/x42005e1f/culsans
2•x42005e1f•10h ago•0 comments

Show HN: Memora – MCP persistent memory server knowledge graph vis

https://github.com/agentic-mcp-tools/memora
2•spokv•10h ago•0 comments

Show HN: Learning a Language Using Only Words You Know

https://simedw.com/2025/12/15/langseed/
81•simedw•5d ago•28 comments

Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)

https://github.com/vivienhenz24/fuzzy-canary
365•misterchocolat•4d ago•273 comments

Show HN: SceneSynth – Text → scene graph → AI render, recursively

https://github.com/Lywald/SceneSynth
2•lywald•11h ago•0 comments

Show HN: Got tired of searching for AI news daily so I built my own AI news page

https://dreyx.com/
2•lilsquid•11h ago•0 comments

Show HN: Linggen – A local-first memory layer for your AI (Cursor, Zed, Claude)

https://github.com/linggen/linggen
34•linggen•1d ago•10 comments

Show HN: jax-js – JAX in pure JavaScript

https://github.com/ekzhang/jax-js
2•ekzhang•12h ago•0 comments

Show HN: MCPShark Viewer (VS Code/Cursor extension)- view MCP traffic in-editor

26•mywork-dev•3d ago•0 comments

Show HN: Automatic Riff Track Creator

https://github.com/jareklupinski/auto-riffer
3•jareklupinski•14h ago•0 comments

Show HN: Composify – Open-Source Visual Editor / Server-Driven UI for React

https://github.com/composify-js/composify
71•injung•2d ago•5 comments

Show HN: I built a fast RSS reader in Zig

https://github.com/superstarryeyes/hys
90•superstarryeyes•4d ago•32 comments

Show HN: Sqlit – A lazygit-style TUI for SQL databases

https://github.com/Maxteabag/sqlit
189•MaxTeabag•5d ago•42 comments

Show HN: I Made Loom for Mobile

https://demoscope.app
68•admtal•1d ago•40 comments

Show HN: SQL Quest – The Bank Job

https://www.sqlhabit.com/quests/the-bank-job
2•makaronich•16h ago•1 comments

Show HN: Concepts Reader, a Backup Plan for My Life

https://modulovalue.com/blog/concepts-reader-a-backup-plan-for-my-life/
2•modulovalue•17h ago•0 comments
Open in hackernews

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

https://github.com/moustafa-nasr/fahmatrix
46•mousomashakel•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo ago
Polars and duckdb interoperate nicely and can enable this flexibility
theanonymousone•7mo ago
Does Polars have a Java library?
mousomashakel•7mo 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•7mo 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•7mo 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•7mo ago
What about Tablesaw, Apache Arrow? How does this compare ...
mousomashakel•7mo 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•7mo ago
Nice!

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

mousomashakel•7mo 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.