frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

German 'hammer gang' trial for seven accused of extreme-left violence

https://www.bbc.com/news/articles/cn091g7dreyo
1•onemoresoop•1m ago•0 comments

Quantum Consciousness: Building the Architecture of a Shared Reality

https://www.neuroba.com/post/quantum-consciousness-and-the-internet-of-minds-building-the-archite...
1•andsoitis•3m ago•0 comments

Why is climate action stalling, not ramping up as Earth gets hotter?

https://www.newscientist.com/article/2505361-why-is-climate-action-stalling-not-ramping-up-as-ear...
2•Brajeshwar•3m ago•0 comments

Voyager 1 approaches one light day from Earth

https://newatlas.com/space/voyager-approaches-1-light-day-from-earth/
2•Brajeshwar•4m ago•1 comments

Synthetic tongue rates chillies' heat – and spares human tasters

https://www.nature.com/articles/d41586-025-03767-1
1•Brajeshwar•4m ago•0 comments

Klarna to launch dollar-backed stablecoin

https://www.reuters.com/business/finance/klarna-launch-dollar-backed-stablecoin-race-digital-paym...
2•thm•5m ago•0 comments

Show HN: I vibe-coded a tool to decode a legacy system nobody understood

https://github.com/PearlThoughts/CodeCompass
1•seng•5m ago•0 comments

We nearly had power profiling in Chromium

https://fershad.com/writing/almost-chrome-power-profiler/
1•speckx•7m ago•0 comments

3D Models in PDF Documents

https://nibblestew.blogspot.com/2025/11/3d-models-in-pdf-documents.html
1•ibobev•8m ago•0 comments

Software Never Fails

https://entropicthoughts.com/software-never-fails
1•ibobev•8m ago•0 comments

The console wars have ended – is this a new era in gaming?

https://www.rte.ie/culture/2025/1125/1545047-the-console-wars-have-ended-is-this-a-new-era-in-gam...
1•austinallegro•9m ago•0 comments

A Brief, Incomplete, and Mostly Wrong History of Programming Languages

http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html
2•ibobev•9m ago•0 comments

Show HN: A Tool for Extracting Local B2B Leads

https://www.gmbscraper.org
1•yiyiyayo•9m ago•0 comments

Investigating a Possible Scammer in Journalism's AI Era

https://thelocal.to/investigating-scam-journalism-ai/
1•superfunny•10m ago•0 comments

Show HN: A modern Papaparse for big remote CSV

https://github.com/severo/csv-range
1•severo_bo•10m ago•0 comments

A Word on Scalability

https://www.allthingsdistributed.com/2006/03/a_word_on_scalability.html
1•EPendragon•11m ago•0 comments

The Promise of P-Graphs

https://pavpanchekha.com/blog/p-graphs.html
1•todsacerdoti•11m ago•0 comments

Towards Pen-and-Paper-Style Equational Reasoning in Interactive Theorem Provers [pdf]

https://steuwer.info/files/publications/2026/POPL-Lean-Egg.pdf
1•todsacerdoti•13m ago•0 comments

In Praise of DHH

https://okayfail.com/2025/in-praise-of-dhh.html
5•debo_•13m ago•1 comments

Ask HN: Opinions on facial recognition at air ports?

2•bjourne•13m ago•1 comments

Harumi.io – bringing operations-research optimization to business problems

https://harumi.io/
1•miriam_koga•13m ago•1 comments

When Will the US Get $15K EVs?

https://www.wired.com/story/when-will-the-us-finally-get-dollar15k-evs/
3•voxadam•14m ago•0 comments

Rails 8 enhances ActiveStorage:Blob#open to work without a block

https://blog.saeloun.com/2025/11/25/rails-8-activestorage-blob-open-without-block/
1•unripe_syntax•15m ago•0 comments

The End of Data Centralization: Why the Future of Enterprise Data Is Distributed

https://www.getwren.ai/post/the-end-of-the-great-centralization-why-the-future-of-enterprise-data...
1•wwwy3y3•16m ago•0 comments

Build an Elixir App with Cowboy

https://blog.appsignal.com/2025/11/25/build-an-elixir-app-with-cowboy.html
1•amalinovic•17m ago•0 comments

Proton is the Future of PC gaming. But how does it work? [video]

https://m.youtube.com/watch?v=uScsmjvdwyo
1•evo_9•19m ago•0 comments

The Comma Four

https://blog.comma.ai/comma-four/
1•benjaminclauss•19m ago•0 comments

Is This How the AI Bubble Pops?

https://ofdollarsanddata.com/is-this-how-the-ai-bubble-pops/
1•andrevoget•20m ago•0 comments

Show HN: Sparse Matrix-Vector Multiplication that works at 30–90% sparsity

https://github.com/vlejd/macko_spmv
2•vlejd•20m ago•0 comments

Show HN: I analyzed 5k comments to quantify the Jira vs. Linear sentiment gap

https://deltabrandcheck.com/battles/linear-vs-jira
1•13pixels•21m ago•1 comments
Open in hackernews

Show HN: PoliSciPy – A Python library for making Electoral College maps

https://github.com/poliscipy/poliscipy
1•quantumHashMap•1h ago
Hi HN! I built PoliSciPy, an open-source Python package for quickly generating customizable, publication-quality U.S. Electoral College maps using matplotlib.

I designed it to be flexible and easy to use: you can merge your own data, define custom colormaps for parties or candidates, and generate maps (including for historical elections) in under 10 lines of code.

Under the hood, I edited a US Census Bureau Shapefile in ArcGIS, applied transformations, computed centroids for labeling, and added some extra features for styling and customization.

PyPI: https://pypi.org/project/poliscipy/

GitHub: https://github.com/poliscipy/poliscipy

Docs: https://poliscipy.github.io/poliscipy/

I would love any feedback on API design, performance, or features you would like to see. I had a lot of fun building it and am happy to answer any questions!