frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mark's Magic Multiply

https://wren.wtf/shower-thoughts/marks-magic-multiply/
1•luu•1m ago•0 comments

Give Your Agent a Canvas, Not Just a Chatbox

https://create0.ai
1•enha•4m ago•0 comments

The Great GPU Shortage: H100 Rental Prices Up 40%

https://newsletter.semianalysis.com/p/the-great-gpu-shortage-rental-capacity
1•alecco•4m ago•0 comments

Due Diligence Framework Before Your Business Commits to Open Source

https://groundblue.gumroad.com/l/nlzhlx
1•elsadek•5m ago•0 comments

Show HN: I missed my terminal so I rebuilt email

https://tallyman.io
3•Mechse•6m ago•0 comments

AIYO Wisper – Local voice-to-text for macOS (WhisperKit, open source)

https://github.com/Aiyo28/aiyo-wisper
1•Aiyo28•10m ago•0 comments

What We Learned Building a Rust Runtime for TypeScript

https://encore.dev/blog/rust-runtime
1•vinhnx•12m ago•0 comments

Rust terminal projects in 3 years

https://blog.orhun.dev/800-rust-projects/
1•vinhnx•12m ago•0 comments

How AI Is Reimagining the Game of Golf–For Both Players and Courses

https://www.wsj.com/sports/golf/ai-in-golf-technology-impact-4122d0e1
2•thm•14m ago•0 comments

The tragedy of leisure

https://www.ft.com/content/b91b739e-2164-463c-a8e0-54b59650a9f9
2•pramodbiligiri•23m ago•0 comments

State of Utopia passes its first law

https://stateofutopia.com/laws/1/law1.html
1•logicallee•23m ago•2 comments

EU fingerprint and photo travel rules come into force

https://www.bbc.co.uk/news/articles/c39rkpe8mj2o
3•zeristor•23m ago•0 comments

Umeshism

https://scottaaronson.blog/?p=40
2•yawboakye•23m ago•0 comments

Artemis II is competency porn

https://lizplank.substack.com/p/artemis-ii-is-competency-porn-and
2•jgrodziski•29m ago•0 comments

Why you need to replace your native macOS screenshot app?

https://snapkeep.webytes.net/
1•Mohamm6d•30m ago•1 comments

Automated Browser Testing with MCP

https://en.wikipedia.org/wiki/Test_automation
2•jacksonkasi•35m ago•0 comments

Kaze Emanuar: Illegal 3D Rendering Techniques (N64) [video]

https://www.youtube.com/watch?v=xIUkoUEMf_g
1•tnelsond4•37m ago•0 comments

Picasso's Guernica (Gigapixel)

https://guernica.museoreinasofia.es/gigapixel/#3/63.11/-120.59
1•guigar•38m ago•0 comments

Show HN: LSM Trees: MemTable, Compaction, and the Amplification Triangle [video]

https://www.youtube.com/watch?v=rOC7jkN748w
1•rcron•38m ago•0 comments

France's government is ditching Windows for Linux, says US tech a strategic risk

https://www.xda-developers.com/frances-government-ditching-windows-for-linux/
4•pabs3•40m ago•1 comments

Reverse Engineering File Format Steganography Chain of the TeamPCP Attack

https://husseinmuhaisen.com/blog/reverse-engineering-teampcp-telnyx-file-format-chain/
1•husseinmuhaisen•40m ago•1 comments

GazeFollow from Scratch

https://github.com/aldipiroli/GazeFollow_from_scratch/tree/main
2•tgnk2341•40m ago•0 comments

Incremental Compilation with LLVM

https://ziglang.org/devlog/2026/#2026-04-08
1•birdculture•43m ago•0 comments

I built a skill manager for AI agents. The agents install the skills themselves

https://github.com/nattergabriel/reseed
3•eterer•44m ago•1 comments

I built a programming language in 6 days without writing a single line of code

https://github.com/Quynah/ape-lang
1•Quynah•44m ago•1 comments

Digital World Statistics in Real Time

https://anythingcounter.com
1•digitalofen•44m ago•0 comments

Pizza Tycoon Deluxe Bundle

https://store.steampowered.com/bundle/6361/Pizza_Connection__Deluxe/
1•doener•59m ago•0 comments

Scoop: Microsoft Is Pausing Carbon Removal Purchases

https://heatmap.news/carbon-removal/microsoft-carbon-removal-pause
4•doener•59m ago•1 comments

Claude API Error: 529

4•anujbans•1h ago•1 comments

Tomato – Visual DAG editor for NixOS configurations

https://github.com/thatsme/Tomato
2•alessio66•1h ago•1 comments
Open in hackernews

Show HN: 7 years of code, nothing to show on GitHub – so I built this

2•pallavjha26•1d ago
I've spent the last 7 years doing a mix of open source, a full-time job, and freelance work. My public GitHub profile looks almost empty.

  All my real work is in private repos under company accounts, client                                                                          
  organizations, or separate work emails. I had no way to show that output                                                                     
  to anyone without violating NDAs or sharing proprietary code.                                                                                
                                                                                                                                               
  So I built Unified Contribution Portal (UCP).                                                                                                
                                                                                                                                               
  You connect your GitHub accounts via personal access tokens (read-only,                                                                      
  contribution metadata only). UCP fetches dates and counts — no repo names,
  no commit messages, no code — and merges everything into a single 52-week                                                                    
  heatmap.                                                                                                                                     
                                                                                                                                               
  The token is used once and discarded. Nothing is stored.                                                                                     
                                                                                                                                             
  Live: https://unifiedcontributions.vercel.app/                                                                                                                        
                                                                                                                                             
  It's free. I launched on Product Hunt today and have zero users. I'm                                                                         
  trying to figure out if this is a real problem other developers have or                                                                    
  just a problem I had.                                                                                                                        
                                                                                                                                             
  Honest questions for HN:                                                                                                                     
                                                                                                                                             
  1. Do you have the same problem — work that's invisible on your public profile?                                                              
  2. Would you use this? What's missing?                                                                                                     
  3. Is there something obviously broken with the approach?                                                                                    
                                                                                                                                             
  Happy to answer anything about how it works technically

Comments

smcin•1d ago
3. How does anyone else know it hasn't been faked?

(e.g. someone could have written a cron-job or script to resubmit other people's work)

LorenDB•1d ago
GitHub allows you to show private contributions in its activity graph: https://docs.github.com/en/account-and-profile/how-tos/contr...
chrsw•1d ago
That's good, but I've never worked at a company that uses GitHub for source control.
rvz•1d ago
A finished product making money is better than a contribution graph that can be so easily faked that lots of GitHub users just do it for the fun of it.

In 2026, contribution graphs offer a very little representation of the current skills of a developer.

Terretta•1d ago
How does this site's home page not have a "what this looks like" anywhere?

Seven years... Where's yours?

// If there is an example and I can't find it, might as well not be there.

// If you won't show yours, why would I show mine?

yuvrajangads•1d ago
i had the same problem and built something similar but with a different approach. greens (https://github.com/yuvrajangadsingh/greens) is a CLI that runs locally on your machine. it mirrors commit activity from your private/work repos to a personal repo via a cron job. no tokens shared with any third party, no web app, no account.

the tradeoff vs your approach is it only works going forward (can't backfill years of history), but nothing ever leaves your machine.

to answer your honest question #1: yes, this is a real problem. i posted about it on linkedin and the response was way bigger than i expected. lots of devs working at companies where all their output is invisible on their public profile.