frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: DashApply – Your Complete Job Search Toolkit

https://dashapply.ai
1•debaghtk•31s ago•0 comments

Show HN: The Polyglot

https://crux.quest/polyglot
1•saretup•37s ago•0 comments

Why Copyright Analysis Alone Is Not Enough for Open Source Licensing

https://shujisado.org/2026/07/13/why-copyright-analysis-alone-is-not-enough-for-open-source-licen...
1•Brajeshwar•45s ago•0 comments

Wildest claims in Apple's lawsuit against OpenAI

https://www.theverge.com/tech/964843/apple-openai-lawsuit-wildest-claims
1•_1•1m ago•0 comments

Show HN: Super Dario

https://superdario.pawb.de
2•thepasch•1m ago•0 comments

Ukraine Lands Armed Robot Ashore in Russian-Held Territory via Drone Boat

https://www.twz.com/sea/ukraine-lands-armed-robot-ashore-in-russian-held-territory-via-drone-boat
1•uticus•1m ago•1 comments

Superfile: A fancy, modern terminal file manager

https://superfile.dev/
1•thunderbong•2m ago•0 comments

Show HN: Finterm.ai finance CLI for stock agents

https://finterm.ai/
1•cheeseblubber•2m ago•0 comments

Januscape vulnerability CVE-2026-53359 mitigations available (KVM breakout)

https://ubuntu.com/blog/januscape-linux-vulnerability-mitigations-available
1•alexellisuk•3m ago•1 comments

Words Are Power

https://segue.app/blog/words-are-power
1•stoicfungi•4m ago•0 comments

Hackmate (don't scroll if u want macOS on ur PC)

https://github.com/riftaway7-code/hackmate
1•hackmate•4m ago•1 comments

Death to Prison, Freedom to Protest (2011)

https://pussyriot.love/2011/12/14/death-to-prison-freedom-to-protest/
1•jruohonen•5m ago•0 comments

Logseq 2.0 Beta (DB version) is here

https://github.com/logseq/logseq/releases
2•karencarits•5m ago•0 comments

Ask HN: How do you see 3D Gaussian Splats could be used in industry?

1•jesseandringa•6m ago•0 comments

Show HN: OpenClawMachines – Extending OpenClaw to the Enterprise

https://github.com/mathaix/OpenClawMachines
2•mathaix•9m ago•0 comments

How to build AI agents business teams want

https://www.theaithinker.com/p/how-to-build-ai-agents-business-teams
2•adamfaik•11m ago•0 comments

Vāgdhenu: A Sanskrit Chanting TTS System

https://prathosh.in/vagdhenu/
1•subinalex•11m ago•0 comments

Microgrants for your project

https://github.com/nayafia/microgrants
1•audreyfei•12m ago•0 comments

Taking (some) guesswork out of brewing beer

https://alshain.fi/pica/brewing-beer.html
1•mgronhol•13m ago•0 comments

Apple Acquiring SigScalr

https://www.macrumors.com/2026/07/13/apple-acquires-sigscalr-assets/
1•Brajeshwar•13m ago•0 comments

Blume: Open-source, Markdown-first documentation powered by Astro and Vite

https://useblume.dev
1•handfuloflight•15m ago•0 comments

Show HN: AffineUI a 2 file C++ GPU/HTML5 UI that can replace Electron

https://github.com/affineui/affineui
1•bc1000003•16m ago•0 comments

Collapse of romantic infrastructure an engineering fail, not GenZ character flaw

https://www.slowboring.com/p/i-dont-buy-your-dating-recession
2•prmph•17m ago•0 comments

Applying Tau Scaling to AI Datacenters

https://polymath707.substack.com/p/huaweis-strategy-applying-tau-scaling
1•HSO•18m ago•0 comments

Cyberattacks Are Becoming Compute Wars

https://magzimof.com/cyberattacks-are-becoming-compute-wars/
2•shaimagz•18m ago•0 comments

Beware of Sync Platforms (2013)

https://kssreeram.org/blog/beware-of-sync-platforms/
1•ahmed1hsn•20m ago•0 comments

Simulating everything, sort of: The promise and limits of world models

https://arstechnica.com/ai/2026/07/simulating-everything-sort-of-the-promise-and-limits-of-world-...
2•LorenDB•20m ago•0 comments

Georgia homeowners are being forced from their homes to power AI data centers

https://www.cbsnews.com/news/georgia-power-ai-data-centers-eminent-domain/
4•logickkk1•22m ago•0 comments

California, 11 states suing to block Paramount's $110B Warner Bros deal

https://www.reuters.com/world/urgent-california-11-states-suing-block-paramounts-110-billion-warn...
3•geox•22m ago•0 comments

I am building a browser for agents

https://gaurav.koley.in/2026/building-browser-for-agents
2•arkokoley•25m ago•1 comments
Open in hackernews

Show HN: Display Excel files in your web app

https://spreadsheetpreview.com
1•robbiejs•2h ago
Hello Hacker News!

I have just launched SpreadsheetPreview, an embeddable Javascript/Typescript component that displays an Excel file (.xlsx) in any browser.

Benefits: No upload. No server. No Microsoft Office dependency.

You can see it here: https://spreadsheetpreview.com.

The component is based on DataGrid Toolkit, the toolkit that also powers upcoming DataGridXL v4, which is an editable data grid component with an Excel-like interface.

The component is free to use for non-commercial projects. Commercial use requires a license.

Please try it out and let me know what you think!

Best,

Robbert

Comments

XLowPingFNX•2h ago
Ahh this would've been so useful

I recently made an internal tool for my business where I could upload Excel inventory files and I ended up parsing everything natively then rebuilding the preview with UI tables. Never even crossed my mind that someone would've built a component just for this haha.

How does it perform with larger workbooks (say 20–50MB or hundreds of thousands of cells)?cDoes it virtualize rendering, or does it load the entire workbook into memory upfront? We typically get auction lists every week which is around 20-30 MB.

robbiejs•32m ago
Thanks for your comment!

It will handle 100,000s of cells without much issues: it has virtualized scrolling and rendering .

I have not tested it with large file sizes, like your 20mb or 50mb examples.

I would love to test the product with it. Is there a way you could send us an example of such a workbook, where data is anonimized?

You can send it to robbert@spreadsheetpreview.com