Adhika Setya Pramudita

Adhika Setya Pramudita

Collection of thoughts

16 Feb 2025

Top 3000 Stories from Hacker News of all time

Show code (22 lines)
 1import duckdb
 2import pandas as pd
 3from IPython.display import HTML
 4
 5pd.set_option('display.max_rows', None)
 6pd.set_option('display.max_columns', None)
 7pd.set_option('display.width', None)
 8
 9conn = duckdb.connect()
10df = conn.sql("""
11    SELECT 
12        '<a href="https://news.ycombinator.com/item?id=' || id || '" target="_blank">' || title || '</a>' as title,
13        CAST(score AS INTEGER) as score,
14        '<a href="' || url || '" target="_blank">url</a>' as url 
15    FROM read_parquet('~/hn-data-fetcher/data_parquet/*/*/*.parquet')
16    WHERE type = 'story'
17    ORDER BY score DESC
18    LIMIT 3000
19""").df()
20
21display(HTML(df.to_html(escape=False, render_links=True)))
titlescoreurl
0Stephen Hawking has died6015url
1A Message to Our Customers5771url
2OpenAI's board has fired Sam Altman5710url
3Backdoor in upstream xz/liblzma leading to SSH server compromise4549url
4CrowdStrike Update: Windows Bluescreen and Boot Loops4405url
5Steve Jobs has passed away.4338url
6Bram Moolenaar has died4310url
7Mechanical Watch4298url
8YouTube-dl has received a DMCA takedown from RIAA4240url
9Reflecting on one very, very strange year at Uber4107url
10Google’s copying of the Java SE API was fair use [pdf]4103url
11GPT-44091url
12Replit used legal threats to kill my open-source project4022url
13How I cut GTA Online loading times by 70%3883url
14Bye, Amazon3816url
15Kevin Mitnick has died3699url
16Sora: Creating video from text3647url
17Google Search Is Dying3636url
18Every Google result now looks like an ad3592url
19Show HN: This up votes itself3531url
20A search engine that favors text-heavy sites and punishes modern web design3441url
21Apollo will close down on June 30th3421url
22My First Impressions of Web33393url
23Ask HN: I’m an FCC Commissioner proposing regulation of IoT security updates3387None
24F.C.C. Repeals Net Neutrality Rules3384url
25Bing: “I will not harm you unless you harm me first”3363url
26GitHub, fuck your name change3353url
27Switch from Chrome to Firefox3287url
28Ask HN: I'm a software engineer going blind, how should I prepare?3270None
29Cloudflare Reverse Proxies Are Dumping Uninitialized Memory3238url
30Show HN: I made an open-source laptop from scratch3237url
31“Click to subscribe, call to cancel” is illegal, FTC says3192url
32FDIC Takes over Silicon Valley Bank3172url
33GPT-4o3138url
34UK votes to leave EU3125url
35Moon3115url
36Biden wins White House, vowing new direction for divided U.S.3089url
37Tim Cook Speaks Up3086url
38Stimulation Clicker3082url
39Sound3053url
40Announcing the first SHA-1 collision3030url
41AnandTech Farewell3025url
42“They introduce kernel bugs on purpose”3025url
43I Sell Onions on the Internet3015url
44Bicycle3014url
45macOS High Sierra: Anyone can login as “root” with empty password3001url
46SpaceX’s Falcon Heavy successfully launches2968url
47Twitter Will Allow Employees to Work at Home Forever2953url
48No Cookie for You2941url
49GitHub Copilot2905url
5020482903url
51Paul Allen has died2901url
52GPS2900url
53Microsoft Is Said to Have Agreed to Acquire GitHub2873url
54Announcing unlimited free private repos2867url
55SpaceX successfully launches two humans into orbit2856url
56We're bringing Pebble back2843url
57Queen Elizabeth II has died2827url
58Google no longer producing high quality search results in significant categories2813url
59US Department of Energy: Fusion Ignition Achieved2786url
60Slack’s new WYSIWYG input box is terrible2776url
61Gears2760url
62Elon Musk makes $43B unsolicited bid to take Twitter private2747url
63Don't Fly During Ramadan2744url
64Show HN: If YouTube had actual channels2741url
65W3C abandons consensus, standardizes DRM, EFF resigns2735url
66Robinhood is limiting purchases of stocks: AMC, Blackberry, Nokia, and GameStop2706url
67CIA malware and hacking tools2699url
68Social Cooling (2017)2692url
69Show HN: A retro video game console I've been working on in my free time2690url
70Julian Assange has reached a plea deal with the U.S., allowing him to go free2676url
71Hyperloop2666url
72The Framework is the most exciting laptop I've used2666url
73YouTube-dl's repository has been restored2636url
74IBM acquires Red Hat2611url
75Apple Vision Pro: Apple’s first spatial computer2608url
76macOS unable to open any non-Apple application2603url
77Hackers take over prominent Twitter accounts in simultaneous attack2595url
78My Business Card Runs Linux2595url
79Raspberry Pi 400 Desktop PC2594url
80Gordon Moore has died2594url
81GitHub is now free for teams2589url
82Ask HN: Is S3 down?2589None
83Facebook-owned sites were down2589url
84FTC sues Adobe for hiding fees and inhibiting cancellations2587url
85Linus Torvalds apologizes for his behavior, takes time off2585url
86The Framework Laptop2563url
87Pardon Snowden2553url
88U.S. sues Apple, accusing it of maintaining an iPhone monopoly2546url
89Airfoil2544url
90Blizzard Suspends Professional Hearthstone Player for Hong Kong Comments2525url
91Valve Steam Deck2517url
92Raspberry Pi 42504url
93Twitter set to accept Musk's $43B offer – sources2498url
94The Big Hack: How China Used a Tiny Chip to Infiltrate Amazon and Apple2493url
95Be Kind2475url
96I designed a cube that balances itself on a corner2460url
97Google “We have no moat, and neither does OpenAI”2455url
98Omegle 2009-20232454url
99I Am Deleting the Blog2450url
100No Thank You, Mr. Pecker2444url
101Losing my son2437url
102Thank HN: You helped me get a new job2425None
103Riffusion – Stable Diffusion fine-tuned to generate music2421url
104Nvidia releases open-source GPU kernel modules2410url
105Successful room temperature ambient-pressure magnetic levitation of LK-992408url
106Tell HN: New features and a moderator2381None
107Microsoft takes .NET open source and cross-platform2376url
108Watch a VC use my name to sell a con2376url
109Julian Assange arrested in London2369url
110The secret inside One Million Checkboxes2365url
111Chrome 69 will keep Google Cookies when you tell it to delete all cookies2364url
112Tell HN: Thank You Dang2363None
113Self-driving Uber car kills Arizona woman crossing street2361url
114Open source AI is the path forward2360url
115Why I’m done with Chrome2357url
116Adobe to acquire Figma for $20B2348url
117An Unbelievable Demo2339url
118Reading privileged memory with a side-channel2334url
119Stack Overflow sold to Prosus for $1.8B2330url
120When you browse Instagram and find Tony Abbott's passport number2326url
121Ghostty 1.02319url
122Google outage – resolved2316None
123John Conway has died2305url
124Reverse engineering Ticketmaster's rotating barcodes2305url
125Save .org2297url
126Otonomo, with nearly $55M in funding, is cloning our product2292url
127Google tracks individual users per Chrome installation ID2292url
128Relicensing React, Jest, Flow, and Immutable.js2280url
129Russian forces invade Ukraine after Putin orders attack2278url
130Apple dropped plan for encrypting backups after FBI complained2272url
131Llama 22268url
132Starship Flight 5: Launch and booster catch [video]2262url
133Apple's plan to “think different” about encryption opens a backdoor to your life2260url
134Seven earth-sized planets discovered circling a star 39 light years from Earth2256url
135WhatsApp gives users an ultimatum: Share data with Facebook or stop using app2254url
136Thank HN: My bootstrapped startup got acquired today2246None
137Someone is pretending to be me2244url
138Stealth bomber in flight on Google Maps2244url
139IMG_04162233url
140Daylight Computer – New 60fps e-paper tablet2230url
141Oppose the Earn IT Act2229url
142G is for Google2228url
143Mazda is purging touchscreens from its vehicles2220url
144Reflecting on 18 Years at Google2213url
145Figma and Adobe abandon proposed merger2202url
146Meta Llama 32199url
147A Conspiracy to Kill IE62195url
148US Senate votes unanimously to make daylight savings time permanent2191url
149How Firefox Got Fast Again2180url
150Unveiling the first-ever image of a black hole [video]2164url
151LK-99 isn’t a superconductor2145url
152Apple open-sources FoundationDB2136url
153Gemini AI2135url
154Cameras and Lenses2132url
155Making Humans a Multiplanetary Species [video]2123url
156Nvidia to Acquire Arm for $40B2122url
157Uber Founder Travis Kalanick Resigns as C.E.O.2119url
158How to succeed in MrBeast production (Leaked PDF)2115url
159Apple announces changes to iOS, Safari, and the App Store in the European Union2108url
160Get started making music2106url
161There are no results for tank man2105url
162Aaron Swartz commits suicide2103url
163Reflecting on My Failure to Build a Billion-Dollar Company2101url
164Ken Thompson's Unix Password2101url
165Google to restrict modern ad blocking Chrome extensions to enterprise users2093url
166John McAfee found dead in Spanish jail after court approves extradition to US2091url
167Google is shutting down Stadia2090url
168Remembering Bob Lee2090None
169Email Encryption Software Relies on One Guy, Who Is Going Broke2088url
170GitHub Sponsors2082url
171Deno 1.02081url
172The unreasonable effectiveness of just showing up everyday2075url
173Conversations with a six-year-old on functional programming2074url
174Court: Suspicionless Searches of Travelers’ Phones and Laptops Unconstitutional2063url
175Today is The Day We Fight Back2061url
176Request for Startups: Kill Hollywood.2060url
177Microsoft to Acquire Activision Blizzard2051url
178Ask HN: What are some cool but obscure data structures you know about?2051None
179Ubuntu on Windows2049url
180Microsoft to acquire LinkedIn for $26B2049url
181Disclosure of three 0-day iOS vulnerabilities2049url
182Meta lays off 11,000 people2048url
183macOS command-line tools you might not know about2039url
184MacOS Catalina: Slow by Design?2031url
185Firefox Send: Free encrypted file transfer service2031url
186Building a Virtual Machine Inside ChatGPT2029url
187“I'm basically giving myself a permanent vacation from being BDFL”2024url
188Terraria on Stadia cancelled after developer's Google account gets locked2023url
189Firefox is on a slippery slope2023url
190Ask HN: What tech job would let me get away with the least real work possible?2022None
191Select a muscle and it provides the exercises to workout the selected muscle2019url
192Launching in 2015: A Certificate Authority to Encrypt the Entire Web2019url
193My Youtube earnings2015url
194I regret my website redesign2011url
195Physicists Detect Gravitational Waves, Proving Einstein Right2011url
196The boring technology behind a one-person Internet company (2018)2010url
197Ask HN: What books changed the way you think about almost everything?2009None
198Element (Matrix chat app) suspended from the Google Play Store2009url
199Bypassing airport security via SQL injection2004url
200Zoom closes account of U.S.-based Chinese activist after Tiananmen event2003url
201Air Con: $1697 for an on/off switch2001url
202All Our Patent Are Belong To You1999url
203Show HN: Redbean – Single-file distributable web server1998url
204Reddit Strike Has Started1997url
205Sam Bankman-Fried Convicted1993url
206Having Kids1992url
207Drop Dropbox1990url
208U.S. Capitol Locked Down Amid Escalating Protests1986url
209Bubbles1985url
210Had a call with Reddit to discuss pricing1984url
211Anyone can access deleted and private repository data on GitHub1983url
212Accidentally Stopping a Global Cyber Attack1981url
213We have reached an agreement in principle for Sam to return to OpenAI as CEO1980url
214Visual design rules you can safely follow1978url
215In loving memory of square checkbox1967url
216Google Reader shutting down1964url
217Grant Imahara Has Died1963url
218Permanent suspension of @realDonaldTrump1961url
219Google Maps' Moat1960url
220Rob Pike: Dennis Ritchie has died1958url
221Everyone knows your location: tracking myself down through in-app ads1955url
222California bans private prisons1952url
22314-Year-Old Boy Arrested for Bringing Homemade Clock to School1952url
224Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years1943url
225Chandrayaan-3 Soft-landing [video]1942url
226Email from Jeff Bezos to employees1941url
227Vulnerability in the Mac Zoom client allows malicious websites to enable camera1937url
228Google Is Eating Our Mail1931url
229The Day AppGet Died1930url
230Joe Armstrong has died1928url
231Pockit: A tiny, powerful, modular computer [video]1926url
232Machine Learning Crash Course1926url
233I tried creating a web browser, and Google blocked me1920url
234YouTube slows down video load times when using Firefox1919url
235Let's guess what Google requires in 14 days or they kill our extension1915url
236IoT hacking and rickrolling my high school district1912url
237Same-Sex Marriage Is a Right, Supreme Court Rules1905url
238Spotify to Apple: Time to Play Fair1903url
239Niklaus Wirth has died1902url
240Ask HN: Most interesting tech you built for just yourself?1901None
241Exploiting vulnerabilities in Cellebrite UFED and Physical Analyzer1897url
2421.1.1.1: Fast, privacy-first consumer DNS service1895url
243What's that touchscreen in my room?1890url
244Covid vaccine: First ‘milestone’ vaccine offers 90% protection1887url
245After self-hosting my email for twenty-three years I have thrown in the towel1887url
246The man who killed Google Search?1884url
247We lost 54k GitHub stars1883url
248Linux bans University of Minnesota for sending buggy patches in name of research1883url
249The Cloud Computer1880url
250Launch HN: 70MillionJobs (YC S17) – Job board for people with criminal records1879None
251Zoom Acquires Keybase1879url
252Factorio 1.01878url
253Request For Research: Basic Income1876url
254Just Be Rich1875url
255ChatGPT Plugins1875url
256John Carmack Leaves Meta1875url
257Google Duplex: An AI System for Accomplishing Real World Tasks Over the Phone1875url
258Apple announces it will switch to its own processors for future Macs1869url
259Google’s GDPR Workaround1868url
260Ross Ulbricht granted a full pardon1864url
261IMG_00011860url
262Show HN: I may have created a new type of puzzle1859url
263A Most Peculiar Test Drive1859url
264Willingness to look stupid1859url
265Facebook account now required to login to Oculus devices1858url
266Atlassian acquires Trello for $425M1857url
267Why I’m Suing the US Government1855url
268Linus Torvalds: “Somebody is pushing complete garbage for unclear reasons.”1854url
269Master Plan, Part Deux1851url
270EU copyright law proposal rejected1847url
271GitHub Copi­lot inves­ti­ga­tion1847url
272iOS14 reveals that TikTok may snoop clipboard contents every few keystrokes1847url
273DeepSeek-R11843url
274GitHub lets staff own IP developed for personal projects using company resources1841url
275My students cheated... a lot1840url
27616-inch MacBook Pro1840url
277Jury in Oracle v. Google finds in Google's favour1832url
278Lavabit abruptly shuts down1831url
279Tell HN: Thank you for not redesigning Hacker News1831None
280TTE: Terminal Text Effects1830url
281A guide to difficult conversations1829url
282NPM Is Joining GitHub1829url
283Swift is Open Source1824url
284It’s Time to Build1820url
285Boot a linux kernel right inside your browser.1820url
286Dall-E 21820url
287Donald Trump is the president-elect of the U.S.1817url
288Hosting SQLite databases on GitHub Pages or any static file hoster1812url
289Silicon Valley's best kept secret: Founder liquidity1811url
290I've acquired a new superpower1807url
291Before buying a NYT subscription, here's what it'll take to cancel it1801url
292I wrote a children's book / illustrated guide to Apache Kafka1797url
293Microsoft has removed the “use offline account” option when installing Windows1793url
294Uber discovered they’d been defrauded out of 2/3 of their ad spend1793url
295Nokia launches DIY repairable budget Android phone1792url
296Leaked OpenAI documents reveal aggressive tactics toward former employees1791url
297Twitter suspends pg's account [fixed]1790url
2981D Pac-Man1790url
299If we lose the Internet Archive, we’re screwed1790url
300Serverless: slower and more expensive1787url
301Google deletes “communist bandits” from comments on Youtube1783url
302Netlify just sent me a $104k bill for a simple static site1783url
303Tech sector job interviews assess anxiety, not software skills: study1782url
304Apple's child protection features spark concern within its own ranks: sources1778url
305YC Research1776url
306In 2024, please switch to Firefox1776url
307Reddit is removing moderators that protest by taking their communities private1776url
308GitHub Codespaces1769url
309The Heartbleed Bug1768url
310Tesla Cybertruck1765url
311Supreme Court Overturns Roe vs. Wade1765url
312Google's “Director of Engineering” Hiring Test1764url
313Heroku's Ugly Secret: The story of how the cloud-king turned its back on Rails1763url
314A uBlock Origin update was rejected from the Chrome Web Store1757url
315Trump wins presidency for second time1756url
316WiFi without internet on a Southwest flight1756url
317Paper Airplane Designs1753url
318FTC Sues Facebook for Illegal Monopolization1752url
319Show HN: I 3D scanned the interior of the Great Pyramid at Giza1752url
320Facebook loses users for the first time1749url
321Unlimited Kagi searches for $10 per month1748url
322Farewell, Google Maps1747url
323Richard M. Stallman resigns1747url
324FTC announces "click-to-cancel" rule making it easier to cancel subscriptions1746url
325Sir Clive Sinclair has died1746url
326Everything that uses configuration files should report where they're located1744url
327The top-ranking HTML editor on Google is an SEO scam1743url
328UC terminates subscriptions with Elsevier in push for open access1743url
329Paul Graham: SOPA Supporting Companies No Longer Allowed At YC Demo Day1742url
330Ask HN: What do you do with your Raspberry Pi?1741None
331Jessica Livingston1740url
332Ruth Bader Ginsburg has died1738url
333Sam Altman, Greg Brockman and others to join Microsoft1738url
334EU approves internet copyright law, including ‘link tax’ and ‘upload filter’1737url
335GitLab sees huge spike in project imports1736url
336Tim Berners-Lee wins Turing Award1735url
337Namecheap: Russia Service Termination1735None
338A first look at Unreal Engine 51734url
339Breaking down Amazon's mega dropdown1734url
340GitHub is fully available in Iran1727url
341Veo1727url
342NPM and Left-Pad: Have We Forgotten How to Program?1725url
343Windows needs to stop showing tabloid news1725url
344Turning a MacBook into a Touchscreen with $1 of Hardware (2018)1724url
345Thanks FedEx, this is why we keep getting phished1723url
346My experience as a Gazan girl getting into Silicon Valley companies1723url
347Ninth Circuit rules NSA's bulk collection of Americans' call records was illegal1722url
348IRS Reforms Free File Program, Drops Agreement Not to Compete with TurboTax1721url
349Uber Paid Hackers to Delete Stolen Data on 57M People1720url
350But life had other plans1718url
351A cab ride I'll never forget (1999)1717url
352Google Safe Browsing can kill a startup1714url
353Yarn – A new package manager for JavaScript1714url
354Hacker News API1714url
355Elizabeth Holmes found guilty1712url
356OpenTF announces fork of Terraform1711url
357Why wordfreq will not be updated1707url
358Whisper – open source speech recognition by OpenAI1705url
359Apple just kicked Fortnite off the App Store1704url
360Twitter's Recommendation Algorithm1700url
361Joint statement by the Department of the Treasury, Federal Reserve, and FDIC1699url
362Google Fires Employee Behind Controversial Diversity Memo1697url
363Github1s – One second to read GitHub code with VS Code1692url
364I resigned from Twitter1692url
365Firefox 57.0 Released1692url
366Panic at the Job Market1691url
367Tell HN: Salary data is for sale1690None
368O.mg Cable1690url
369The first room-temperature ambient-pressure superconductor?1690url
370OpenAI O3 breakthrough high score on ARC-AGI-PUB1687url
371Amazon to Acquire Whole Foods for $13.7B1687url
372I bought 300 emoji domain names from Kazakhstan and built an email service1683url
373It Can Happen to You1683url
374The young, inexperienced engineers aiding DOGE1683url
375Ask HN: How to self-learn electronics?1681None
376The new and upgraded Framework Laptop1680url
377Facebook Fraud [video]1678url
378Goodbye, Clean Code1678url
379Dear GitHub1678url
380Facebook Network Breach Impacts Up to 50M Users1677url
381Shirt Without Stripes1676url
382We Stood Up to a Patent Troll and Won1675url
383Raspberry Pi 51674url
384RethinkDB is shutting down1674url
385European Court of Human Rights bans weakening of secure end-to-end encryption1673url
386Learning at work is work, and we must make space for it1673url
387Draw an iceberg and see how it would float in water1669url
388AWS services explained in one line each1668url
389Google terminated our business via our Google Play Developer Account1668url
390Lynn Conway has died1667url
391Car allergic to vanilla ice cream (2000)1667url
392Steve Jobs Resigns as CEO of Apple1667url
393This electrical transmission tower has a problem1666url
394Ask HN: What are the best MOOCs you've taken?1665None
395Ask HN: Are most of us developers lying about how much work we do?1665None
396Net Neutrality Day of Action: Help Preserve the Open Internet1664url
397The Lonely Work of Moderating Hacker News1663url
398Perseverance Rover lands on Mars [video]1663url
399Ethereum will use around 99.95% less energy post merge1661url
400Merry Christmas, HN1659None
401Stripe Atlas1659url
402AWS us-east-1 outage1658url
403I want an iPhone Mini-sized Android phone1658url
404MacBook Pro 14-inch and MacBook Pro 16-inch1657url
405Tell HN: Never search for domains on Godaddy.com1656None
406Machine Learning 101 slidedeck: 2 years of headbanging, so you don't have to1656url
407Learning to Reason with LLMs1654url
408Sublime Text 3.01653url
409We are Google employees – Google must drop Dragonfly1652url
410How journalists use youtube-dl1651url
411Del.icio.us1649url
412I quit my job to focus on SerenityOS full time1644url
413A group of Google workers have announced plans to unionize1643url
414"We ran out of columns"1641url
415Alexei Navalny has died1641url
416Equinox.space1639url
417$1B of TSA Nude Body Scanners Made Worthless By Blog1637url
418Compare Webb's Images to Hubble1636url
419Tricks to start working despite not feeling like it1636url
4201 bug, $50k in bounties, a Zendesk backdoor1636url
421Facebook is an attack on the open web1635url
422Tell HN: I'm Afraid We're Shutting Down1633None
423Use forums rather than Slack/Discord to support developer community1631url
424How to be a Manager – A step-by-step guide to leading a team1631url
425Tell HN: Political Detox Week – No politics on HN for one week1630None
426US cell carriers are selling access to real-time phone location data1630url
427Firefox usage is down despite Mozilla's top exec pay going up1624url
428Show HN: Web Design in 4 minutes1624url
429We spent $20 to achieve RCE and accidentally became the admins of .mobi1624url
430Stripe has decided to nuke my entire business1624None
431You Are Not Google (2017)1623url
432Most of Europe is glowing pink under the aurora1623url
433OpenAI is now everything it promised not to be: closed-source and for-profit1623url
434Responsive Pixel Art1622url
435Institutions try to preserve the problem to which they are the solution1620url
436Docker cannot be downloaded without logging into Docker Store1620url
437Start with a Website, Not a Mobile App1620url
438John McCarthy Has Died1619url
439Teen on Musk's DOGE team graduated from 'The Com'1617url
440Sunsetting Python 21616url
441Zoom lied to users about end-to-end encryption for years, FTC says1616url
442We only hire the trendiest1615url
443Physical buttons outperform touchscreens in new cars, test finds1614url
444Shutting Down Google+ for Consumers1613url
445How Technology Hijacks People’s Minds1612url
446Apple mobile processors are now made in America by TSMC1612url
447A Protocol for Dying1610url
448Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor1608url
449Adobe tricks users into a 12 month contract1607url
450Colorado Town Offers 1 Gbps for $60 After Years of Battling Comcast1606url
451Things I’ve learned in my 20 years as a software engineer1605url
452NSA infiltrates links to Yahoo, Google data centers worldwide1604url
453No Calls1603url
454Why Raspberry Pi Isn't Vulnerable to Spectre or Meltdown1603url
455Blender 16yo winner of UK young animator of the year1603url
456My Experience at Apple1602url
457Mozilla lays off 250 employees while it refocuses on commercial products1602url
458American Academy of Sleep Medicine calls for elimination of daylight saving time1600url
459Open letter from the BMJ to Mark Zuckerberg1599url
460Tony Hsieh has died1598url
461Zoom needs to clean up its privacy act1597url
462If buying isn't owning, piracy isn't stealing1597url
463Firefox Replay1596url
464Firefox 701595url
465uBlock Origin works best on Firefox1595url
466Google Drive of historical footage locked and flagged as terrorist activity1595url
467Apple does not keep the 30% commission on a refund1594url
468Wacom tablets track every app you open1594url
469Accidental Google Pixel Lock Screen Bypass1592url
470Light Table - a new IDE concept1592url
471LLM Visualization1592url
472Wozniak: “Actually, the movie was largely a lie about me”1591url
473Leaking the email of any YouTube user for $10k1590url
474Show HN: I made a site where you practice typing by retyping entire novels1589url
475Apple introduces M4 chip1588url
476Apple introduces end-to-end encryption for backups1587url
477Mario meets Pareto1583url
478Why Discord is switching from Go to Rust1582url
479Zoom terms now allow training AI on user content with no opt out1581url
480Standard Ebooks1578url
481Apple previews Lockdown Mode1577url
482Zed, a collaborative code editor, is now open source1576url
483The Tyranny of the Marginal User1576url
484Introducing unlimited private repositories1576url
485John Carmack: I’m going to work on artificial general intelligence1574url
486I've Just Liberated My Modules1573url
487Chrome 69: “www.” subdomain missing from URL1572url
488The rule says, “No vehicles in the park”1572url
489U.S. Accuses Google of Illegally Protecting Monopoly1572url
490Tiny volumetric display1570url
491Firefox 85 cracks down on supercookies1569url
492The first conformant M1 GPU driver1569url
493Being sued, in East Texas, for using the Google Play Store [video]1565url
494I Add 3-25 Seconds of Latency to Every Site I Visit1564url
495A GPT in 60 Lines of NumPy1563url
496DDoS Attack Against Dyn Managed DNS1563url
497Instagram's Million Dollar Bug1562url
498Bye Bye Mongo, Hello Postgres1562url
499TensorFlow: open-source library for machine intelligence1559url
500Microsoft Coffee1558url
501Firefox is back. It's time to give it a try1558url
502Visualizing Algorithms1557url
503Docker is deleting Open Source organisations - what you need to know1556url
504YouTube's ban on “hacking techniques” threatens to shut down infosec YouTube1553url
505I tasted Honda’s spicy rodent-repelling tape and I will do it again (2021)1553url
506Please do not attempt to simplify this code1552url
507FTC sues Intuit for its deceptive TurboTax “free” filing campaign1552url
508Hacker Publishes 2TB of Data from Cayman National Bank1549url
509The worst programmer I know1545url
510My productivity app for the past 12 years has been a single .txt file1545url
511TikTok streaming software is an illegal fork of OBS1545url
512Which Emoji Scissors Close?1545url
513Easter egg in flight path of last 747 delivery flight1544url
514Tell HN: Interviewed with Triplebyte? Your profile is about to become public1543None
515Congrats Dropbox1543url
516“Two days ago the police came to me and wanted me to stop working on this”1543url
517I'm learning to code by building 180 websites in 180 days. Today is day 1151542url
518New iPhone SE1539url
519Bruno: Fast and Git-friendly open-source API client (Postman alternative)1538url
520Nebraska farmers vote overwhelmingly for Right to Repair1536url
521Show HN: Airmash – Multiplayer Missile Warfare HTML5 Game1535url
522FaceTime bug lets you hear audio of person you are calling before they pick up1534url
523NanoGPT1532url
524Let's Encrypt Root Trusted by All Major Root Programs1532url
525EU Draft Council Declaration Against Encryption [pdf]1530url
526Absolute truths I unlearned as junior developer1529url
527Statement from Scarlett Johansson on the OpenAI "Sky" voice1528url
528Fraud, so much fraud1528url
529Google proposes changes to Chromium which would disable uBlock Origin1527url
530Extremely disillusioned with technology. Please help1527url
531Total Cookie Protection1527url
532Google bans Podcast Addict app over non-approved Covid-19 content1525url
533Why Lichess will always be free1524url
534Google engineer writing Amazon reviews on USB-C cables that don't work1524url
535Show HN: Beeper Mini – iMessage client for Android1521url
536TurboTax’s 20-Year Fight to Stop Americans from Filing Taxes for Free1519url
537Electron is flash for the desktop (2016)1519url
538Mozilla Lifeboat1518url
539OBS Studio: Open-source software for video recording and live streaming1518url
5404B If Statements1518url
541Fred Brooks has died1516url
542Game of Life, simulating itself, infinitely zoomable1515url
543Someday aliens will land and all will be fine until we explain our calendar1514url
544Your Computer Isn't Yours1514url
545Facebook bans, sends C&D letter to developer of Unfollow Everything extension1513url
546Apple tells Telegram to take down protestor channels in Belarus1512url
547Stop the proposal on mass surveillance of the EU1512url
548I started a paper website business1511url
549I designed a Dieter Rams-inspired iPhone dock1509url
550Ask HN: Gmail account security1508None
551Stanford president resigns over manipulated research, will retract 3 papers1507url
552GNOME has no thumbnails in the file picker and my toilets are blocked1505url
553Merry Christmas Everyone1503None
554Obama Commutes Bulk of Chelsea Manning’s Sentence1503url
555The Framework Laptop is now shipping1502url
556StableLM: A new open-source language model1502url
557A few things to know before stealing my 9141501url
558Amazon tells employees to return to office five days a week1498url
559Hello, GitHub1498url
560Insecure vehicles should be banned, not security tools like the Flipper Zero1496url
561Apple says it'll remove iMessage and FaceTime in UK rather than break encryption1495url
562Passport Photos1495url
563What Happens When You Send a Zero-Day to a Bank?1494url
564The Stuxnet worm may be the most sophisticated software ever written1493url
565All Tesla Cars Being Produced Now Have Full Self-Driving Hardware1493url
566Spreadsheets are all you need1493url
567I've built my first successful side project, and I hate it1492url
568FCC Passes Strict Net Neutrality Regulations on 3-2 Vote1489url
569U.S. Supreme Court deems half of Oklahoma a Native American reservation1489url
570The Chaostron: An Important Advance in Learning Machines (1961)1487url
571John Perry Barlow has died1485url
572David Bowie Has Died1484url
573One Bad Apple1484url
574Leaving Rust gamedev after 3 years1484url
575India bans TikTok, WeChat, and dozens of other Chinese apps1483url
576Thanks, HN: You helped discover a disease and save lives1483url
577My dad's resume and skills from 19801482url
578Google to reduce workforce by 12k1479url
579Charlie Munger has died1479url
580Amazon Web Services in Plain English1479url
581Build Your Own React1478url
582Introducing nushell1477url
583We’re dropping Google Ads1477url
584100 years of whatever this will be1475url
585Atom1475url
586Contra Wirecutter on the IKEA air purifier1474url
587Ask HN: Successful one-person online businesses?1474None
588Including “And. And. And. And. And.” in a Google doc causes it to crash1473url
589Blender is testing PeerTube after YouTube blocks their videos worldwide1473url
590The Machine Fired Me1471url
591How to do a code review1471url
592We are removing the option to create new subscriptions1470url
593First-Person Hyper-lapse Videos1470url
594I Just Hit $100k/year On GitHub Sponsors1469url
595Gaining access to anyones Arc browser without them even visiting a website1469url
596Don't mess with Newegg1469url
597Modern Media Is a DoS Attack on Free Will1466url
598AWS forked my project and launched it as its own service1466url
599Climate change: IPCC report is 'code red for humanity'1465url
600ICANN board withholds consent for a change of control of the .org registry1464url
601A teenager's guide to avoiding actual work1464url
602Algorithms, by Jeff Erickson1463url
603Design the next iPhone1463url
604Elon Musk sues Sam Altman, Greg Brockman, and OpenAI [pdf]1462url
605Amazon: Not OK – Why we had to change Elastic licensing1461url
606Remembering Allan McDonald, who refused to approve the Challenger launch1461url
607Hertzbleed Attack1461url
608Ask HN: What's the most valuable thing you can learn in an hour?1460None
609Spleeter: Extract voice, piano, drums, etc. from any music track1460url
610ISPs should not police online speech no matter how awful it is1460url
611Detaining my partner: a failed attempt at intimidation1459url
612WikiTok1458url
6130-click deanonymization attack targeting Signal, Discord, other platforms1457url
614Facebook Container for Firefox1457url
615Space Elevator1456url
616Apple Hides Taiwan Flag in Hong Kong1456url
617CRISPR eliminates HIV-1 infection in live animals1455url
618We Hacked Apple for 3 Months1454url
619Facebook has been paying people to install a “Research” VPN1454url
620Is that ship still stuck?1453url
621Thanks Dang, Happy Holidays1452url
622A crashed advertisement reveals logs of a facial recognition system1450url
623Happy 15th birthday Hacker News1450url
624Facebook acquires Oculus VR1449url
625Broot – A new way to see and navigate directory trees1448url
626Amazon's customer service backdoor1447url
627A spreadsheet in fewer than 30 lines of JavaScript, no library used1447url
628NSO group iPhone zero-click, zero-day exploit captured in the wild1446url
629Patent troll Sable pays up, dedicates all its patents to the public1446url
630Outlawed by Amazon DRM1445url
631Console.mihai();1445url
632This is a teenager1445url
633A half-hour to learn Rust1444url
634The Big [Censored] Theory1444url
635Factorio: Space Age1443url
636OpenAI staff threaten to quit unless board resigns1441url
637My Resignation from the Intercept1441url
638Why is Chile so long?1441url
639Nightdrive1440url
640Personal and social information of 1.2B people discovered in data leak1439url
641Making the dislike count private across YouTube1439url
642Open-source apps removed from Google Play Store due to donation links1438url
643Microsoft donates the Mono Project to the Wine team1436url
644SteamOS1436url
645Sublime Text 41436url
646Computer use, a new Claude 3.5 Sonnet, and Claude 3.5 Haiku1435url
647The Mark Cuban Cost Plus Drug Company1434url
648Zoom iOS app sends data to Facebook even if you don’t have a Facebook account1433url
649Bun: Fast JavaScript runtime, transpiler, and NPM client written in Zig1431url
65094k Bitcoin (1B USD) transferred from unknown wallet to unknown wallet1430url
651New Google SRE book: Building Secure and Reliable Systems1429url
6524.2 Gigabytes, Or: How to Draw Anything1428url
653Keybase launches encrypted Git1427url
654Atlassian fired me while I was taking care of my wife who is fighting cancer1426url
655Is My Blue Your Blue?1426url
656U.S. Supreme Court Puts Limits on Police Power to Seize Private Property1426url
657The lab-leak theory: inside the fight to uncover Covid-19’s origins1426url
658Welcome to Libera Chat1425url
659None1425None
660NASA: We're sending humans to Mars1424url
661Introducing ChatGPT and Whisper APIs1423url
662Reverse Engineering a Mysterious UDP Stream in My Hotel1423url
663Onedrive is slow on Linux but fast with a “Windows” user-agent (2016)1423url
664Greg Brockman quits OpenAI1423url
665Twitter ‘smytes’ customers1422url
666Keep your phone number private with Signal usernames1422url
667Show HN: Can’t afford Bloomberg Terminal? No prob, I built the next best thing1422url
668Court issues permanent injunction in Epic vs. Apple case1420url
669Hardest problem in computer science: centering things1419url
670My Family’s Slave1419url
671'Lavender': The AI machine directing Israel's bombing in Gaza1418url
672Google has a secret deal with FB called “Jedi Blue” that they knew was illegal1417url
673ElonJet Is Now Suspended1417url
674We Chat, They Watch1417url
675Obituary for a quiet life (2023)1416url
676Firefox 66 to block automatically playing audible video and audio1415url
677Send someone you appreciate an official 'Continue and Persist' Letter1414url
678Dan Kaminsky has died1414url
679Use one big server1413url
680The Password Game1413url
681Amazon Prime Air1412url
682Grumpy: Go running Python1411url
683ReMarkable 2.0 – A digital notebook that feels like paper1410url
684Google Maps Hacks1410url
685YouTube is banning anti-vaccine activists and blocking all anti-vaccine content1408url
686The Ethereum merge is done1407url
687JavaScript Temporal is coming1405url
688Taking control of all .io domains with a targeted registration1404url
689Every V4 UUID1404url
690Ask HN: Why is Reddit on mobile so obsessed with making me use their app?1403None
691Mcmaster.com is the best e-commerce site I've ever used1402url
692Organic Maps1401url
693Apple Delays Rollout of Child Safety Features1401url
694Alan Kay has agreed to do an AMA today1401None
695Show HN: GPT-4-powered web searches for developers1401url
696Lyrebird – An API to copy the voice of anyone1401url
697Google just deleted my nearly 10-year-old free and open-source Android app1400url
698My daughter (7 years old) used HTML to make a website1400url
699TabFS: Mount your Browser Tabs as a Filesystem1400url
700The Floppotron 3.01398url
701I got pwned by my cloud costs1398url
702Lily – Drone camera1397None
703Two Photographers Unknowingly Shot the Same Millisecond in Time1397url
704Twitter Is DDOSing Itself1396url
705First images from Euclid are in1396url
706Google Cloud Is Down1395None
707Lee Sedol Beats AlphaGo in Game 41395url
708Bomberman massively multiplayer in HTML51394url
709Verizon/Yahoo Blocking Attempts to Archive Yahoo Groups – Deletion: Dec. 141393url
710Doordash and Pizza Arbitrage1393url
711Happy New Year HN!1393None
712Show HN: I built a Rotten Tomatoes-style platform for durable products1392url
713Is this Duplo train track under too much tension?1392url
714What should I do about YouTube?1391url
715Forced Exposure1391url
716I was once a Facebook fool1390url
717Elon Musk Deletes Own, SpaceX and Tesla Facebook Pages After #deletefacebook1390url
718Hash collision in Apple NeuralHash model1389url
71920% of requests for Wikimedia Commons are for one image of a flower1388url
720Questions to ask a company during a job interview1388url
721Hello Chrome, it’s Firefox calling1388url
722Advent of Code 20241387url
723Coin1387url
724Africa declared free of wild polio1387url
725Hello Firefox, this is Chrome calling1386url
726Show HN: Meteor, a realtime JavaScript framework1386url
727Log4j RCE Found1385url
728I just lost my wallet on the way home from work1385url
729What Is Code?1384url
730Do svidaniya, Igor, and thank you for Nginx1384url
731Pixel prevented me from calling 9111384url
732Google Tag Manager, the new anti-adblock weapon (2020)1384url
733James Webb is fully deployed1384url
734An NFC movie library for my kids1384url
735I thought I would have accomplished a lot more today and also before I was 351383url
736What I Wish I'd Known About Equity Before Joining a Unicorn1382url
737Felt1382url
738Willow, Our Quantum Chip1381url
739Show HN: Obsidian Canvas – An infinite space for your ideas1380url
740The early days of Linux1378url
741Google Memory Loss1377url
742Google is already pushing WEI into Chromium1376url
743Google no longer providing original URL in AMP for image search results1375url
744Procrastination is about managing emotions, not time1375url
745Microsoft Open Sources C# Compiler1374url
746Vesuvius Challenge 2023 Grand Prize awarded: we can read the first scroll1374url
747Panama Papers: Mossack Fonseca leak reveals elite's tax havens1373url
748maps.google.com now redirects to google.com/maps1373url
749LLaMA now goes faster on CPUs1372url
750Explain Shell1372url
751"Lighten up"1371url
752Key Reinstallation Attacks – Breaking WPA2 by Forcing Nonce Reuse1371url
753Thank you HN1370None
754AI solves International Math Olympiad problems at silver medal level1370url
755Legalizing sports gambling was a mistake1370url
756Busy Status Bar1370url
757Playdate – A New Handheld Gaming System1370url
758Stable Diffusion 2.01368url
759Google Workers Urge C.E.O. To Pull Out of Pentagon A.I. Project1368url
760NordVPN confirms it was hacked1368url
761VLC contributor living in Aleppo writing about the Paris attacks1368url
762Report: 90% of nurses considering leaving the profession in the next year1367url
763EU to stop changing the clocks in 20191367url
764“About one-third of Basecamp employees accepted buyouts today”1366url
765Richard Stallman reveals he has cancer in the GNU 40 Hacker Meeting talk [video]1366url
766Apple unveils M1, its first system-on-a-chip for portable Mac computers1365url
767Apple cuts off Beeper Mini's access1365url
768Thanks HN: You helped save a company that now helps thousands make a living1364None
769The EARN IT act is back, and it’s more dangerous than ever1363url
770Mozilla VPN1363url
771Announcing Rust 1.01363url
772FTC fines Twitter $150M for using 2FA phone numbers for ad targeting1362url
773Semaphore: A Full-Body Keyboard1362url
774Open Guide to Amazon Web Services1362url
775YouTube videos that have almost zero previous views1362url
776OpenAI Furious DeepSeek Might Have Stolen All the Data OpenAI Stole from Us1361url
777I'm choosing euthanasia etd 1pm. I have no last words.1361url
778Mozilla Files Suit Against FCC to Protect Net Neutrality1360url
779Firefox is the alternative to a Chrome hegemony1360url
780Memory Allocation1360url
781They Used To Last 50 Years1359url
782Show HN: 40k HN comments mentioning books, extracted using deep learning1359url
783Facebook Is Giving Advertisers Access To Your Shadow Contact Information1359url
784Apple has pushed a silent Mac update to remove hidden Zoom web server1358url
785Dear Google, Apple, Mozilla, and MS: Please End Auto-Playing Media in Browsers1358None
786Choose Boring Technology1357url
787Dsxyliea1356url
788I'm “still afraid to use spaces in file names” years old1356url
789YouTube bans content “showing users how to bypass secure computer systems”1355url
790This is a web page1354url
791Broken1354url
792I'm all-in on server-side SQLite1353url
793Every time you click this link, it will send you to a random Web 1.0 website1352url
794DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via RL1351url
795How I ship projects at big tech companies1350url
796Amazon scooped up data from its own sellers to launch competing products1350url
797Blocklist Facebook domains1349url
798I had to take down my course-swapping site or be expelled1349url
799Architecture.md1349url
800Why does the moon change size when you snipe it in GTA?1349url
801Bongo Cat1348url
802Company withdrawing from Facebook as analytics show 80% of ad clicks from bots1347url
803I am using AI to drop hats outside my window onto New Yorkers1347url
804Ntfy.sh – Send push notifications to your phone via PUT/POST1346url
805My daughter's school took over my personal Microsoft account1346url
806Yahoo scanned customer emails for US intelligence1346url
807Defending Our Brand1346url
808Larry Tesler Has Died1346url
809Equifax Faces Multibillion-Dollar Lawsuit Over Hack1345url
810Play Counter Strike 1.6, with full multiplayer, in the browser1345url
811All my servers have an 8 GB empty file on disk1345url
812OpenAI to become for-profit company1344url
813Announcing SQL Server on Linux1344url
814Started a stupid company. Failed.1344None
815Google's Captcha in Firefox vs. in Chrome1343url
816"DigitalOcean Killed Our Company"1343url
817Tell HN: Cloudflare is blocking Pale Moon and other non-mainstream browsers1342None
818See this page fetch itself, byte by byte, over TLS1341url
819Ladybird: A new cross-platform browser project1341url
820CityBound – An open source city simulation game in Rust1340url
821Project Starline: Feel like you're there, together1339url
822I'm 17 and wrote this guide on how CPUs run programs1337url
823Guido van Rossum joins Microsoft1337url
824Ask HN: I've been slacking off at Google for 6 years. How can I stop this?1337None
825VideoLAN is 20 years old today1337url
826MITM on HTTPS traffic in Kazakhstan1336url
827Ask HN: What's your quarantine side project?1336None
828Chuck Feeney Is Now Officially Broke1336url
829Diamonds Suck (2006)1336url
830Show HN: I'm building an open-source Amazon1335url
831Boeing whistleblower found dead in US1335url
832“Swift will be open source later this year”1334url
833The Lesson to Unlearn1333url
834Andy Grove has died1333url
835Gitmo Is Killing Me1333url
836Looking for Work After 25 Years of Octave1332url
837WhatsApp backdoor allows snooping on encrypted messages1332url
838Ask HN: What's a promising area to work on?1331None
839What It's Like To Be Ridiculed For Open Sourcing A Project1331url
840The Importance of Deep Work and the 30-Hour Method for Learning a New Skill1331url
841One man’s fight for the right to repair broken MacBooks1331url
842FCC plan would give Internet providers power to choose the sites customers see1330url
843Stable Video Diffusion1330url
844Google Drive bans distribution of “misleading content”1330url
845Founder Mode1330url
846The architecture behind a one-person tech startup1330url
847Apple Photos phones home on iOS 18 and macOS 151330url
848The decline of the family has unleashed an epidemic of loneliness1329url
849Obsidian 1.0 – Personal knowledge base app1329url
850No meetings, no deadlines, no full-time employees1329url
851Magic1329url
852NDA expired, let’s spill the beans on a weird startup1328url
853Downfall Attacks1328url
854Why do you waste so much time on the internet?1328url
855Arwes – Futuristic Sci-Fi / Cyberpunk Graphical User Interface Framework1326url
856Microsoft forked MIT licensed repo and changed the copyright [fixed]1326url
857Visual Studio Code is now open source1325url
858Attorney General will ask Zuckerberg to halt plans for end-to-end encryption1325url
859I'm sorry but I cannot fulfill this request it goes against OpenAI use policy1325url
860Notice of termination of Twitter merger agreement1324url
861“It's The Future”1323url
862Sprite Lamp1323url
863Sandspiel – A falling sand game built in Rust and WebGL1323url
864Run CUDA, unmodified, on AMD GPUs1323url
865Automakers are starting to admit that drivers hate touchscreens1322url
866Ask HN: What are your “brain hacks” that help you manage everyday situations?1322None
867This Page is Designed to Last1321url
868Instacart paying 80 cents an hour because worker received a large tip1320url
869Chrome exempts Google sites from user site data settings1320url
870Sunsetting Atom1320url
871Hit men, click whores, and paid apologists: Welcome to the Silicon Cesspool1319url
872All extensions disabled due to expiration of intermediate signing cert1318url
873Intel Publishes Microcode Patches, No Benchmarking or Comparison Allowed1318url
874California law bans delivery apps from listing a restaurant without an agreement1317url
875DOOM CAPTCHA1316url
876Tell HN: Thanks to thehodge and littlewarden.com, this site is up today1314None
877Fast1314url
878AWS announces forks of Elasticsearch and Kibana1314url
879Amazon device recorded private conversation, sent it out to random contact1314url
880Signal Foundation1314url
881Bob Lee, former CTO of Square, has died after being stabbed in San Francisco1314url
882Tell HN: Google Cloud suspended our production projects at 1am on Saturday1313None
883Google is apparently taking down all/most Fediverse apps from the Play Store1313url
884My Favourite Git Commit1313url
885Pandora papers: biggest leak of offshore data exposes financial secrets of rich1312url
886Scammed By A Silicon Valley Startup1311url
887Llama.cpp 30B runs with only 6GB of RAM now1311url
888Tell HN: Firefox Is an awesome browser right now1310None
889Why Enterprise Software Sucks1310url
890“Why did you shoot me? I was reading a book”1310url
891Public Sans – A strong, neutral typeface for text or display1310url
892People tricking ChatGPT “like watching an Asimov novel come to life”1309url
893SBF Arrested by Bahamian Authorities1308url
894Some Details of My Personal Infrastructure1308url
895Teach Yourself Computer Science1308url
896Zero-click, wormable, cross-platform remote code execution in Microsoft Teams1307url
897Against an Increasingly User-Hostile Web1307url
8981000fps image projection on deforming non-rigid surface1306url
899He Always Had a Dark Side1304url
900My toddler loves planes, so I built her a radar1304url
901Google YOLO clickjacking1304url
902Monumental (if correct) advance in number theory posted to ArXiv by Yitang Zhang1303None
903Huginn: Create agents that monitor and act on your behalf1303url
904Apple Plans to Use Its Own Chips in Macs from 2020, Replacing Intel1302url
905Show HN: Show HN1302url
906Graphing when your Facebook friends are awake1302url
907Supreme Court Rules Police Need Warrant to Track Your Cellphone1301url
908Governor vows criminal prosecution of reporter who found flaw in state website1300url
909Sanding UI1300url
910The Animal Is Tired1299url
911Ingesting PDFs and why Gemini 2.0 changes everything1299url
912What Happened to Lee1298url
913Touchscreens are out, and tactile controls are back1297url
914Introducing Word Lens1297url
915Cramming 'Papers, Please' onto Phones1297url
916533M Facebook users' phone numbers and personal data have been leaked online1296url
917My Biggest Regret as a Programmer1296url
918Absurd Trolley Problems1296url
919Why Is This Website Port Scanning Me?1294url
920U.S. users are leaving Facebook by the millions, Edison Research says1293url
921Despite having just 5.8% sales, over 38% of bug reports come from Linux1292url
922Our right to challenge junk patents is under threat1291url
923Basic Social Skills Guide (2012)1291url
924Lorinda Cherry, author of dc, bc, eqn has died1291url
925Show HN: Portable Secret – How I store my secrets and communicate privately1290url
926Ditherpunk: The article I wish I had about monochrome image dithering1290url
927Epic vs. Google: Google Loses1289url
928Show HN: Tetris in a PDF1289url
929We Don't Have a Talent Shortage. We Have a Sucker Shortage1289url
930Show HN: Bel1288url
931I no longer build software1287url
932Grand jury subpoena for Signal user data, Central District of California1286url
933Climate activist arrested after ProtonMail provided his IP address1285url
934Twitter now requires an account to view tweets1285url
935Etcd, or, why modern software makes me sad1285url
936Apple announces Self Service Repair1285url
937“Was isolated from 1999 to 2006 with a 486. Built my own late 80s OS”1284url
938Please put units in names1284url
939SpaceX launch webcast: Orbcomm-2 Mission [video]1284url
940Ghidra, NSA's reverse-engineering tool1283url
941Zenbleed1283url
942Undergraduate shows that searches within hash tables can be much faster1283url
943Thank You MDN1283url
944Firefox has surpassed Chrome on Speedometer1282url
945My First 10 Minutes on a Server1282url
946Apple’s declining software quality1282url
947John Nash Has Died1282url
948Copilot regurgitating Quake code, including sweary comments1280url
949Shame on Y Combinator1280url
950WD My Book users wake up to find their data deleted1279url
951Reddit’s disrespectful design1278url
952Goodbye Microservices: From 100s of problem children to 1 superstar1277url
953Apache Foundation disallows use of the Facebook “BSD+Patent” license1277url
954Advanced Data Structures1276url
955Text editing on mobile: the invisible problem1276url
956I help seniors with technology issues1276url
957Apple removes game after Chinese company cloned, trademarked, requested takedown1276url
958On the Use of a Life1275url
959FCC Chairman: This Is How We Will Ensure Net Neutrality1275url
960Battle for the Internet1275url
961Do Things that Don't Scale1275url
962Standing up for developers: YouTube-dl is back1275url
963Build Your Own Text Editor1275url
964Show HN: 3 years and 1M users later, I just open-sourced my "Internet OS"1274url
965Eloquent JavaScript 4th edition (2024)1274url
966Facebook Container for Firefox1274url
967Stories that Hacker News removes from the front page1274url
968Apple’s Mistake1273url
969US telcos appear to be selling non-anonymized access to consumer telephone data1273url
970Learn how to design large-scale systems1273url
971Voyager 1 stops communicating with Earth1273url
972Did Reddit just destroy mobile browser access?1273url
973Diffie and Hellman Win Turing Award1272url
974Anatomy of a credit card rewards program1271url
975Raspberry Pi Zero: the $5 computer1271url
976Twitch source code and customer data has reportedly been leaked1271url
977Tips for a Better Life1271url
978Today you, tomorrow me1270url
979Meta torrented & seeded 81.7 TB dataset containing copyrighted data1270url
980What I’ve Learned in 45 Years in the Software Industry1270url
981Join the Battle for Net Neutrality1269url
982Immersive Linear Algebra (2016)1269url
983The web sucks if you have a slow connection1269url
984Thank You, Guido1269url
985I spent 3 years working on a coat hanger [video]1268url
986NSA leaker is a patriot, not a traitor1268url
987Vim Boss1268url
988Sam Bankman-Fried sentenced to 25 years in prison1268url
989Most-favorited Hacker News posts1266url
990DALL·E: Creating Images from Text1266url
991Elon Musk: To the People of New Jersey1265url
992We updated our RSA SSH host key1265url
993Yayagram1265url
994Show HN: Sorting Two Metric Tons of Lego1264url
995The EARN IT bill is back, seeking to scan our messages and photos1264url
996Productivity1264url
997Google open-sources the Pebble OS1263url
998A warning about Glassdoor1262url
999Tesla Roadster1261url
1000Bob Cassette Rewinder: Hacking Detergent DRM1260url
1001Apple passwords deserve an app1260url
100255 GiB/s FizzBuzz1260url
1003Let's Encrypt is Trusted1260url
1004One App – Two Worlds: This Is TikTok in Russia and Ukraine1260url
1005Apple Stole My Music1259url
1006After 6 years, I'm over GraphQL1259url
1007Marvin Minsky dies at 881259url
1008Instagram can track anything you do on any website in their in-app browser1258url
1009Google: 90% of our engineers use the software you wrote (Homebrew), but...1257url
1010Degoogle: Cutting Google out of your life1257url
1011Gordon Bell has died1257url
1012Letter to Amazon Board from Fired Ad Exec1257url
1013Light Table is now open source1256url
1014Modern Javascript: Everything you missed over the last 10 years (2020)1256url
1015Things you notice when you quit the news (2016)1256url
1016Trump administration announces overhaul of H1B visa program requiring higher pay1256url
1017Fastly Outage1255url
1018France and Germany Agree to Block Facebook's Libra1255url
1019Descent 3 Source Code1255url
1020Edward Snowden: the whistleblower behind revelations of NSA surveillance1254url
1021OpenAI departures: Why can’t former employees talk?1254url
1022Free Lossless Image Format1254url
1023Quora User Data Compromised1254url
1024Kathleen Booth, the inventor of assembly language, has died1252url
1025Introducing the Keybase filesystem1252url
1026Facebook Stored Hundreds of Millions of User Passwords in Plain Text for Years1252url
1027Stop the Earn IT Bill Before It Breaks Encryption1252url
1028Michael Collins, Apollo 11 astronaut, has died1252url
1029I'm Leaving Mojang1252url
1030Startup idea checklist1251url
1031Launch HN: Prometheus (YC W19) – Remove CO2 from Air and Turn It into Gasoline1250None
1032Apple's New Map1250url
1033My son (9 yrs old) used plain JavaScript to make a game, and wants your feedback1250url
1034How I Ended Up In Solitary After Calling 911 For Help1249url
1035Entering Public Beta1249url
1036New Hacker News Guideline: Avoid Gratuitous Negativity1248url
1037Moderna mRNA sequence released to GitHub [pdf]1248url
1038Cyberattacks in 12 Nations Said to Use Leaked N.S.A. Hacking Tool1248url
1039DeskHop – Fast Desktop Switching1248url
1040Email is your electronic memory1248url
1041Zoom rolled their own encryption scheme, transmit keys through servers in China1248url
1042Node v4.0.01248url
1043Amazon Go1247url
1044Samsung TVs May Upload Screenshots for Automatic Content Recognition1246url
1045Summary of the Amazon S3 Service Disruption1246url
1046Genie 2: A large-scale foundation world model1245url
1047Jetbrains founders turn billionaires without VC help1245url
1048Thanks for the Bonus, I Quit1245url
1049Stealing Your Private YouTube Videos, One Frame at a Time1245url
1050Just Wanted to Say Thanks1244url
1051Our next-generation model: Gemini 1.51244url
1052A Sad Day for Rust1243url
1053OpenAI board in discussions with Sam Altman to return as CEO1243url
1054When a customer refunds your paid app, Apple refunds its 30% cut [edited]1243url
1055Covid-19 is now officially a pandemic, WHO says1243url
1056I am an Uighur who faced China’s concentration camps1242url
1057iOS 15 Humane1241url
1058Show HN: Looptap – A minimal game to waste your time1241url
1059Show HN: SHA-256 explained step-by-step visually1241url
1060Life in the Spanish city that banned cars1240url
1061Psilocybin for major depression granted Breakthrough Therapy by FDA1240url
1062DevDocs API Documentation1239url
1063Superconductor news: What’s claimed, and how strong the evidence seems to be1239url
1064Linux Productivity Tools (2019) [pdf]1239url
1065How to fight back against Google AMP as a web user and a web developer1238url
1066Philae Found1238url
1067I started a one-man biz that's beating VC-backed startups1237url
1068I am done. I give up1237None
1069New York Times phasing out all 3rd-party advertising data1237url
1070Delays aren’t good enough – Apple must abandon its surveillance plans1236url
1071Sonos's “recycle mode” intentionally bricks devices so they can't be reused1236url
1072My Heroic and Lazy Stand Against IFTTT1236url
1073Room-Temperature Superconductivity Achieved for the First Time1235url
1074Instagram ads Facebook won't show you1235url
1075CrowdStrike representatives issue trademark infringement notice to ClownStrike1234url
1076Why we lost Uber as a user1234url
1077Farewell Stack Exchange1233url
1078Perfectly Cropped1232url
1079Ebola Is Now Curable1232url
1080Clock1232url
1081Microsoft intercepting Firefox, Chrome installation on Windows 10 Insider build1232url
1082Mathematics for the Adventurous Self-Learner1232url
1083Judge: Citibank isn't entitled to $500M it sent to various creditors last August1232url
1084Inside the longest Atlassian outage1232url
1085Water1231url
1086Plagiarism1230url
1087Medium-hard SQL interview questions1230url
1088Don't start with microservices – monoliths are your friend1230url
1089WhatsApp Co-Founder Donates $1M to FreeBSD Foundation1230url
1090All the best engineering advice I stole from non-technical people1230url
1091H.264 is Magic1228url
1092Orion, our first true augmented reality glasses1227url
1093Microsoft CEO Steve Ballmer to retire within 12 months1227url
1094BitTorrent v21227url
1095Hi, It’s Google Corporate Development1227url
1096As I retire, my goal now is to release 40+ years of source code1227url
1097Confirmed: The NSA is Spying on Millions of Americans1227url
1098Facebook executives shut down efforts to make the site less divisive1227url
1099Reliability: It’s not great1226url
1100Understanding how Facebook disappeared from the internet1226url
1101This website has 81% battery power remaining1225url
1102Uber's playbook for sabotaging Lyft1224url
1103Montana becomes first state to implement net neutrality after FCC repeal1224url
1104Amazon threatens to suspend Signal's AWS account over censorship circumvention1224url
1105We at $Famous_company switched to $Hyped_technology1224url
1106How to Work Hard1223url
1107Happy New Year 20251223None
1108“Play-to-Earn” and Bullshit Jobs1222url
1109DuckDuckGo is blowing up1221url
1110What's SAP?1221url
1111Which word begins with "y" and looks like an axe in this picture? (2017)1220url
1112Time to Upgrade Your Monitor1220url
1113President Obama Calls for a Free and Open Internet1219url
1114Do You Love Me? [video]1218url
1115Google Noto Fonts1217url
1116PowerShell is open sourced and is available on Linux1217url
1117Google Security Team Member on NSA: "Fuck These Guys"1217url
1118Greppability is an underrated code metric1217url
1119SETI@home shuts down after 21 years1216url
1120Introducing Swift1216url
1121Show HN: Imba – I have spent 7 years creating a programming language for the web1216None
1122Are Xiaomi browsers spyware? Yes, they are (2020)1215url
1123I Quit: What really goes on at Apple1215url
1124Beirut Port Explosion1215url
1125A room-temperature superconductor? New developments1215url
1126Show HN: Spot the Drowning Child1215url
1127Show HN: Make your site’s pages instant in one minute1214url
1128A Method I’ve Used to Eliminate Bad Tech Hires1214url
1129I Violated a Code of Conduct1214url
1130Google Buys Motorola For $12.5 Billion1214url
1131Safe Superintelligence Inc.1214url
1132Norway votes to decriminalise drugs and offer treatment instead of jail time1214url
1133Ask HN: How much do you make at Amazon? Here is how much I make at Amazon1213None
1134“We will stop updating and distributing the Flash Player at the end of 2020”1213url
1135EU Council has withdrawn the vote on Chat Control1213url
1136Facebook exodus: Nearly half of young users have deleted the app1213url
1137Patent Trolls Inbound: Our First Lawsuit1212url
1138Jd1212url
1139Warp – Mobile VPN1211url
1140Theranos, CEO Holmes, and Former President Balwani Charged with Fraud1211url
1141City Generator1211url
1142Hundreds of fishing vessels vanishing along Argentina’s waters1210url
1143Finland adds the demoscene as a UNESCO intangible world cultural heritage1210url
1144Documenting the Web together1210url
1145LocationSmart Leaked Location Data for All Major U.S. Carriers in Real Time1209url
1146Oh shit, git: Getting myself out of bad situations1209url
1147Time flies in Google Earth’s biggest update in years1209url
1148Apple CEO Tim Cook 'secretly' signed $275B deal with China in 20161209url
1149Starting Hospice1209url
1150A from-scratch tour of Bitcoin in Python1208url
1151I Am Tired of AI1208url
1152Google achieves AI 'breakthrough' by beating Go champion1207url
1153Nascar driver stuns to qualify for championship with GameCube move1207url
1154Founder to CEO: How to build a great company from the ground up1207url
1155None1206None
1156I refused to become an FBI informant, the government put me on the no fly list1206url
1157EU Announces That All Scientific Articles Should Be Freely Accessible by 20201205url
1158None1205None
1159Snowden leak: Cavium networking hardware may contain NSA backdoor1205url
1160Cosmopolitan Third Edition1205url
1161Node.js adds experimental support for TypeScript1204url
1162A URL Lengthener1204url
1163Sundar will be the CEO of both Google and Alphabet1204url
1164ArXiv now offers papers in HTML format1204url
1165Facebook is closing Parse1202url
1166The 'Fuck You' Pattern1202url
1167Harvard gutted team examining Facebook Files following $500M Zuckerberg donation1202url
1168Startup Playbook1202url
1169Paradise Papers: Dear Tim Cook1200url
1170Prosecutor as bully1200url
1171Mourning loss as a remote team1199url
1172Be Kind1198url
1173US Constitution – A Git repo with history of edits1198url
1174Block YouTube ads on AppleTV by decrypting and stripping ads from Profobuf1198url
1175I Miss Microsoft Encarta1198url
1176None1197None
1177Steve's Google Platform rant1196url
1178Charm – Tools to make the command line glamorous1195url
1179Massachusetts Bans Employers from Asking Applicants About Previous Pay1195url
1180We’re sorry, and we’re not rolling out the fees change1195url
1181Germany plans to dim lights at night to save insects1194url
1182My Current HTML Boilerplate1194url
1183Windows needs a change in priorities1194url
1184Tell HN: You are not alone this Christmas1193None
1185I refuse to let Amazon define Rust1193url
1186Show HN: Lofi.cafe1192url
1187Reinstating our SAT/ACT requirement for future admissions cycles1191url
1188California suspends Cruise's autonomous vehicle deployment1191url
1189David Lynch has died1190url
1190Meta's memo to employees rolling back DEI programs1189url
1191Trials begin on lozenge that rebuilds tooth enamel1189url
1192How to do hard things1189url
1193Ubuntu Edge1188url
1194Julie Ann Horvath Describes Sexism and Intimidation Behind Her GitHub Exit1188url
1195Silicon Valley Women, in Cultural Shift, Frankly Describe Sexual Harassment1188url
1196Difftastic, a structural diff tool that understands syntax1188url
1197Why did moving the mouse cursor cause Windows 95 to run more quickly?1188url
1198Carbon Removal Technologies1187url
1199Facebook Secretly Saved Videos Users Deleted1187url
1200Planet Found in Habitable Zone Around Nearest Star1187url
1201Chrome breaks the Web1187url
1202How We Saved Dot Org1187url
1203An Open Letter Against Apple's Privacy-Invasive Content Scanning Technology1187url
1204If I could bring one thing back to the internet it would be blogs1186url
1205Dozens of Companies Are Using Facebook to Exclude Older Workers From Job Ads1186url
1206Mars becomes the 2nd planet that has more computers running Linux than Windows1185url
1207What is AT&T doing at 1111340002?1185url
1208Every Byte of a TLS Connection Explained and Reproduced1185url
1209Microsoft to acquire ZeniMax Media and Bethesda Softworks for $7.5B1185url
1210I still like Sublime Text1184url
1211This word does not exist1184url
1212Jimmy Carter has died1183url
1213I built an ROV to solve missing person cases1183url
1214The Next Microsoft1183url
1215Apple Engineers Its Own Downfall with the Macbook Pro Keyboard1183url
1216Apple acquires Pixelmator1183url
1217Apple's apps bypass firewalls like LittleSnitch and LuLu on macOS Big Sur1183url
1218YouTube to remove content that alleges widespread election fraud1183url
1219Show HN: Privacy-focused, ad-free, non-tracking torrent search engine1183url
1220The Mullvad Browser1182url
1221Apple enabling client-side CSAM scanning on iPhone tomorrow1182url
1222Forking Chrome to render in a terminal1182url
1223Alan Kay's answer to ‘what are some forgotten books programmers should read?’1181url
1224Almost every infrastructure decision I endorse or regret1181url
1225Home Assistant blocked from integrating with Garage Door opener API1181url
1226How a comment on Hacker News led to 4½ new Unicode characters1181url
1227Disclosure: Unlimited Chase Ultimate Rewards Points1181url
1228GitHub Package Registry1181url
1229CRDTs are the future1181url
1230TikTok goes dark in the US1180url
1231Itch.io Taken Down by Funko1180url
1232On Apple's Piss-Poor Documentation1180url
1233Show HN: We built an end-to-end encrypted alternative to Google Photos1180None
1234I've started using Firefox and can never go back to Chrome1180url
1235“Apps intended for kids may not include third-party advertising or analytics”1179url
1236Amit Gupta has found a 10/10 matched donor1179url
1237Is something bugging you?1179url
1238Facebook, WhatsApp Will Have to Share Messages With U.K.?1179url
1239Doug Engelbart has died1178url
1240Unable to deal with Chrome Extension Team, Kozmos is shutting down1178url
1241Goodbye, EdgeHTML1178url
1242Robinhood now has a 1-Star rating on the Google Play Store1177url
1243FedNow Is Live1177url
1244A Message to Our Customers about iPhone Batteries and Performance1176url
1245Advanced Data Structures (2017)1176url
1246Show HN: Six Degrees of Wikipedia1176url
1247Google have declared Droidscript is malware1176url
1248Facebook reveals its cryptocurrency Libra1176url
1249Get started making music1176url
1250Telegram founder Pavel Durov arrested at French airport1175url
1251Why you should never use Upwork1175url
1252Ex-Reddit CEO on Twitter moderation1175url
1253I hereby resign1175url
1254Apple Removes HKmap.live from the App Store1175url
1255China Blocks WhatsApp1174url
1256Fuck It, I'm Going Back to Firefox1174url
1257Use of Google Analytics declared illegal by French data protection authority1172url
1258Show HN: Make a programmable mirror1172url
1259Help users in Iran reconnect to Signal1171url
1260We need visual programming. No, not like that1171url
1261IPFS Support in Brave1170url
1262Grok1170url
1263Show HN: Alacritty, a GPU-accelerated terminal emulator written in Rust1170url
1264Apple Faceshield1170url
1265Alternatives to Google Products1169url
1266Apple Terminates Epic Games' Developer Account1169url
1267Teach Yourself Computer Science1169url
1268FTC announces rule banning noncompetes1169url
1269Can't you just right click?1169url
1270Apple M1 Ultra1168url
1271Apple's requirements are about to hit creators and fans on Patreon1168url
1272“I saw that you spun up an Ubuntu image in Azure”1168url
1273JetBrains: $270M revenue, 405K paying users, $0 raised1168url
1274Open-Sourcing our Firmware1168url
127594-year-old Lithium-Ion Battery Inventor Introduces Solid State Battery1168url
1276Standard Markdown1167url
1277Embrace the Grind1167url
1278Why the Wuhan lab leak theory shouldn't be dismissed1167url
1279All European scientific publicly funded articles to be freely accessible by 20201167url
1280Google Docs will now use canvas based rendering1167url
1281Gitlab: don't discuss politics at work1166url
1282Show HN: Boring Report, a news app that uses AI to desensationalize the news1166url
1283Philae has landed1165url
1284From where I left1165url
1285The Face Behind Bitcoin?1165url
1286Bolt founder on Stripe/YC1165url
1287How to Get Things Done When You Don't Feel Like It1165url
1288Yes, social media is a cause of the epidemic of teenage mental illness1164url
1289Can’t send email more than 500 miles (2002)1164url
1290The Bus Ticket Theory of Genius1164url
1291Building Jarvis1164url
1292Software engineering topics I changed my mind on1164url
1293The days are long but the decades are short1163url
1294Microsoft fixes 5-year-old Defender bug, reducing Firefox-related CPU use by 75%1163url
1295The missing semester of CS education1163url
1296Log is the "Pro" in iPhone 15 Pro1163url
1297GitLab Database Incident – Live Report1162url
1298Tesla Energy1162url
1299Microsoft acquires Github1161url
1300Let's Encrypt Has Issued a Billion Certificates1160url
1301Hackers claim to have breached Okta systems1158url
1302Why are glasses so expensive? The eyewear industry prefers to keep that blurry1158url
1303DuckDuckGo is good enough for regular use1158url
1304WeWork and Counterfeit Capitalism1158url
1305Show HN: A friend and I spent 6 years making a simulation game, finally released1157None
1306How we got read access on Google’s production servers1156url
1307FCC rules AI-generated voices in robocalls illegal1156url
1308“Pinterest needs to be removed from Google IMO”1155url
1309“I have toyota corola”1155url
1310ChatGPT Plus1155url
1311Today Sci-Hub is 10 years old. I'll publish 2M new articles to celebrate1154url
1312Six-Legged Giant Finds Secret Hideaway, Hides For 80 Years1154url
1313PyPI Was Subpoenaed1153url
1314How We Built r/Place1152url
1315Vernor Vinge has died1151url
1316AMP for email is a terrible idea1151url
1317Show HN: I created an After Effects alternative1150url
1318Signal community: Reminder: Please be nice1149url
1319Diffusion models are real-time game engines1149url
1320We are beginning to roll out new voice and image capabilities in ChatGPT1149url
1321Pirate Weather: A free, open, and documented forecast API1149url
1322The Dutch Reach: Clever Workaround to Keep Cyclists from Getting “Doored”1149url
1323Fred's ImageMagick Scripts1149url
1324How to manage HTML DOM with vanilla JavaScript only?1149url
1325I Charged $18k for a Static HTML Page1148url
1326Tell HN: Slack decides to close down IRC and XMPP gateways1148None
1327Story of a failed pentest1147url
1328Glassdoor not so anonymous1147url
1329OnlyFans to block sexually explicit videos starting in October1147url
1330The Wi-Fi only works when it's raining1147url
1331Ask HN: What made your business take off that you wish you'd done much earlier?1147None
1332New models and developer products1146url
1333Docker Hub Hacked – 190k accounts, GitHub tokens revoked, builds disabled1146None
1334The day Windows died1146url
1335Dotfile madness1146url
1336Please Make Google AMP Optional1146url
1337Apple ordered by UK to create global iCloud encryption backdoor1146url
1338Penpot: Open-source design and prototyping platform1145url
1339How to C in 20161145url
1340A new approach to China1145url
1341Show HN: InstantDB – A Modern Firebase1145url
1342Quick tip for developers who use OS X1145None
1343Apple Sign In1145url
1344DuckDuckGo Traffic1145url
1345USB-C hubs and my slow descent into madness (2021)1144url
1346Dutch government says no to backdoors, grants $540k to OpenSSL1144url
1347How Uber Used Secret “Greyball” Tool to Deceive Authorities Worldwide1144url
1348Load Balancing1143url
1349“Amateur” programmer fought cancer with 50 Nvidia Geforce 1080Ti1143url
1350Facebook Whistleblower Leaks Thousands of Pages of Incriminating Internal Docs1143url
1351Jim Simons has died1143url
1352Upwork asking me for a $12.5k refund as the client was using someone else’s card1142url
1353Announcing new tools, forums, and features1142url
1354Lenovo Caught Installing Adware on New Computers1142url
1355Social media is a cause, not a correlate, of mental illness in teen girls1142url
1356Fire declared in OVH SBG2 datacentre building1141url
1357I won the local election, but my township ignored the results and state law1141url
1358DuckDuckGo vs Google1140url
1359Hunting Down My Son's Killer1139url
1360macOS menu bar app that shows how full the ISS urine tank is in real time1139url
1361Ask HN: Pros and cons of working at a startup in 2018?1139None
1362FTC sues Amazon for illegally maintaining monopoly power1139url
1363Wish HN: Happy Holidays1139url
1364Google Fiber Plans & Pricing1139url
1365Kite – Programming Copilot1138url
1366Psst: Fast Spotify client with native GUI, without Electron, built in Rust1138url
1367If Software Is Funded from a Public Source, Its Code Should Be Open Source1138url
1368South Africa's Nelson Mandela dies1137url
1369My mouse driver is asking for a firewall exemption (2019)1137url
1370Sora is here1137url
1371I don't learn anything on HN anymore, bring back the upvote count1136None
13729th Circuit holds that scraping a public website does not violate the CFAA [pdf]1136url
1373Deepest infrared image of universe1136url
1374The killer app of Gemini Pro 1.5 is using video as an input1136url
1375Etsy Strike1135url
1376Show HN: I made a web game called Almost Pong1135url
1377Man who built ISP instead of paying Comcast $50K expands to hundreds of homes1135url
1378Ask HN: What is your money-making side project outside programming?1134None
1379Fair Pricing1134url
1380Making Hard Things Easy1134url
1381Stripe records user movements on its customers' websites1134url
1382DOJ will push Google to sell off Chrome1134url
1383I still use Flash1131url
1384Time to Take a Stand1131url
1385I spent a year designing a low profile, minimal mechanical keyboard1131url
1386Quit Social Media, Your Career May Depend on It1131url
1387Freenginx: Core Nginx developer announces fork1131url
1388Our First Certificate Is Now Live1131url
1389Google's infamous internal 2010 “I just want to serve 5TB” video now public1130url
1390Congress votes to make open government data the default in the United States1130url
1391How Dwarf Fortress is built1130url
1392Where Am I? NYTimes or Google?1130url
1393Installing a payphone in my house1129url
1394We now consider Moment.js to be a legacy project in maintenance mode1129url
1395Facebook Buying WhatsApp for $16B in Cash and Stock Plus $3B in RSUs1129url
1396YouTube’s Piracy Filter Blocks MIT Courses, Blender Videos, and More1129url
1397Gemma: New Open Models1129url
1398Edward Snowden on The Joe Rogan Experience [video]1128url
1399Unreal Engine 4 is now available to everyone for free1128url
1400Einstein award going to Paul Ginsparg for creating arXiv.org1128url
1401Major breakthrough on nuclear fusion energy1128url
1402Ask HN: Has anyone here turned around their life in their 40s?1127None
1403Microsoft Acquires Xamarin1126url
1404AMA: NY AG Schneiderman on net neutrality and protecting our voice in government1126None
1405Sega Saturn CD Cracked after 20 Years1126url
1406Senators push to ditch social security numbers in light of Equifax hack1126url
1407YC will hold interviews in Vancouver for founders who can’t get US visas1125url
1408The PyCon Incident1125url
1409Ursula Le Guin has died1125url
1410Amazon met with startups about investing, then launched competing products1125url
1411Police attacks against journalists across the U.S. since May 281125url
1412Don’t Get Clever with Login Forms1124url
1413Steve Ballmer serves up a data trove about government spending in the US1124url
1414Ilya Sutskever to leave OpenAI1124url
1415Temptations of an open-source Chrome extension developer (2021)1123url
1416Ooops.1123url
1417First word discovered in unopened Herculaneum scroll by CS student1122url
1418GCHQ intercepted webcam images of millions of Yahoo users worldwide1122url
1419Apple sues NSO Group to curb the abuse of state-sponsored spyware1122url
1420The Website Obesity Crisis1122url
1421GoDaddy supports SOPA, redditor proposes "Move your Domain Day"1121url
1422Didn’t Homejoy Shut Down?1121url
1423Supabase (YC S20) – An open source Firebase alternative1120url
1424How fateful?1120url
1425Waymo now testing its self-driving cars on public roads with no one at the wheel1120url
1426Zynga to employees: Give back our stock or you'll be fired1120url
1427How to grow sodium chloride crystals at home1119url
1428Microsoft is investing $1B in OpenAI1119url
1429Jailbreak Chat: A collection of ChatGPT jailbreaks1118url
1430Show HN: A visual guide to the most popular CSS properties1117url
1431A Competitive Programmer's Handbook1117url
1432Google Drive flags file only containing “1” for copyright infringement1117url
1433Judge decides against Internet Archive1116url
1434Information operations directed at Hong Kong1116url
1435Did you lose your AirPods?1115url
1436Magic Leap One1115url
1437Smithsonian Releases 2.8M Images into Public Domain1115url
1438Privacy is priceless, but Signal is expensive1114url
1439Taking over a Dead IoT Company1114url
1440Tauri: An Electron alternative written in Rust1113url
1441Mpv – A free, open-source, and cross-platform media player1113url
1442Google made me ruin a perfectly good website (2023)1112url
1443Count to ten when a plane goes down1112url
1444How to Exit Vim1111url
1445SpaceX plans worldwide satellite Internet with low latency, gigabit speed1111url
1446Ad blocking is under attack1111url
1447GPT in 500 Lines of SQL1111url
1448Facebook, You Needy Sonofabitch1111url
1449Let's build GPT: from scratch, in code, spelled out by Andrej Karpathy [video]1110url
1450Media blackout after key witness against Assange admits lying1110url
1451Htmx is part of the GitHub Accelerator1109url
1452James Webb first images – complete set of high resolution shots now live1109url
1453Twitter applies 7-day suspension to half a dozen journalists1109url
1454The Endless Acid Banger: algorithmic self-composing acid techno music1109url
1455Bits of advice I wish I had known1109url
1456Reddit’s plan to kill third-party apps sparks widespread protests1108url
1457Intel Skylake/Kaby Lake processors: broken hyper-threading1108url
1458No cookie consent walls, scrolling isn’t consent, says EU data protection body1108url
1459Tempe Police Release Video of Uber Accident1108url
1460Daft Punk Break Up1108url
1461Project Fi by Google1107url
1462Introducing OpenAI1107url
1463Dependency Confusion: How I Hacked Into Apple, Microsoft and Other Companies1107url
1464Demoscene accepted as UNESCO cultural heritage in Germany1107url
1465Chronophoto1107url
1466Cat-proofing a cat feeding machine1107url
1467Delta Goes Big, Then Goes Home1107url
1468Australia/Lord_Howe is the weirdest timezone1107url
1469FTC Probing Facebook for Use of Personal Data, Source Says1107url
1470Elon Musk on How to Build the Future1106url
1471Linux Mint drops Ubuntu Snap packages1106url
1472Publicly Funded Research Should Be Publicly Available1106url
1473Modifications to Google Chromium for removing Google integration1105url
1474None1105None
1475Bike crash left Spokane man unconscious, so his Apple Watch called 9111105url
1476Universal Basic Income is Capitalism 2.01105url
1477Beyond Meat signs global supply deals with McDonald’s, KFC and Pizza Hut1105url
1478Liquid water 'lake' revealed on Mars1104url
1479MIT Ends Elsevier Negotiations1104url
1480Why nobody ever wins the car at the mall1104url
1481I love you, dad1104url
1482GPUs Go Brrr1104url
1483It seems that Google is forgetting the old web1102url
1484Show HN: I wrote my own RTS game engine in C1102url
1485Nature makes all articles free to view1102url
1486So you've installed `fzf` – now what?1102url
1487AT&T says criminals stole phone records of 'nearly all' customers in data breach1102url
1488When an app asks for permissions, it should have a “feed fake data” option1102url
1489Async-await on stable Rust1102url
1490FBI raids alleged online drug market Silk Road, arrests owner1101url
1491Mystery signal from a helicopter1101url
1492Notepad++ V 7.3.3 – Fix CIA Hacking Notepad++ Issue1101url
1493AlphaFold 3 predicts the structure and interactions of life's molecules1100url
1494Show HN: Get Paid to Build Your Next Side Project1100url
1495Click1100url
1496CATL has announced a new “condensed” battery with 500 Wh/kg1099url
1497Datomic is Free1099url
1498Reddit's website uses DRM for fingerprinting1099url
1499EU to make it mandatory to use customer-replaceable batteries in household items1099url
1500YouTube-dl is now part of GitHub/dmca.git1098url
1501EU Digital Markets Act, aimed at Google, Apple, Amazon, approved1098url
1502Tell HN: Happy Thanksgiving Everyone1098None
1503Ask HN: Why is Pave legal?1098None
1504So A Blogger Walks Into A Bar…1098url
1505Terminating Service for 8Chan1098url
1506Show HN: New AI edits images based on text instructions1098url
1507No Dislikes has officially ruined YouTube for me1097None
1508Show HN: Monica, an open-source CRM to manage friends and family1097url
1509Guacamole – A clientless remote desktop gateway1096url
1510GitHub Copilot X – Sign up for technical preview1096url
1511Atom 1.01096url
1512Try: run a command and inspect its effects before changing your live system1096url
1513Open letter from Italy to the international scientific community1095url
1514Ask HN: What has HN given you?1095None
1515Tell HN: YouTube is banning accounts that support Ukraine1095None
1516Ask HN: How do you deal with getting old and feeling lost?1094None
1517Apple File System1094url
1518CT scans of AirPods evolution1094url
1519Project Loon1094url
1520Zoom says it won’t encrypt free calls so it can work more with law enforcement1094url
1521Embedded PDF viewer in Firefox 81 supports filling forms1093url
1522U.S. State Department phones hacked with Israeli company spyware1093url
1523Show HN: Open Hunt – an open and community-run alternative to Product Hunt1093url
1524Tools for Better Thinking1092url
1525Apple Intelligence for iPhone, iPad, and Mac1092url
1526Microsoft is preparing to add ChatGPT to Bing1092url
1527Amazon EC2 Mac Instances1091url
1528Draw.io: Online Diagramming Website1091url
1529Tell HN: DEI initiatives undermine the self esteem of PoC within a company1091None
1530Facebook recruiting and Unix systems1091url
1531Google’s new reCAPTCHA has a dark side1091url
1532Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the web1090url
1533How to Think for Yourself1090url
1534What is ChatGPT doing and why does it work?1090url
1535Stanford CS007: Personal Finance For Engineers1089url
1536Facebook Renames to Meta1089url
1537The Uber Bombshell About to Drop1089url
1538Bun v1.0.01089url
1539Identity Theft, Credit Reports, and You1088url
1540Proposition HN: I will pay $8000 for you to build your side-project/MVP1088None
1541Diamonds Are Bullshit1088url
1542Deep Photo Style Transfer1088url
1543Google users locked out after 15 years' use1087url
1544Edge sends images you view online to Microsoft1087url
1545Show HN: Obsidian – A knowledge base that works on local Markdown files1087url
1546Show HN: RoughJS – Create hand-drawn graphics using JavaScript1087url
1547Completely Silent Computer1087url
1548Ask HN: Who is firing?1087None
1549Amazon disallows pointing out paid reviews1086url
1550Drunk Post: Things I've Learned as a Sr Engineer1086url
1551A Step By Step Guide to Transfer Domains Out Of GoDaddy1086url
1552WhatsApp co-founder tells everyone to delete Facebook1086url
1553ICQ will stop working from June 261085url
1554AlphaGo beats the world champion Lee Sedol in first of five matches1085url
1555Who's downloading pirated papers? Everyone1085url
1556Get Started Making Music1085url
1557Relativistic Spaceship1085url
1558Ask HN: Name one idea that changed your life1084None
1559My startup failed, and this is what it feels like1084url
1560Common mistakes in PostgreSQL1084url
1561John C. Bogle Has Died1084url
1562Visa, Mastercard, Stripe, and eBay exit Facebook’s Libra project1083url
1563Announcing SyntaxNet: The World’s Most Accurate Natural Language Parser1083url
1564Kite is saying farewell and open-sourcing its code1083url
1565Ask HN: Who is hiring right now?1083None
1566Quick, Draw1083url
1567New speculative attacks on Apple CPUs1082url
1568Academic Torrents – Making 27TB of research data available1082url
1569An open letter against Apple's new privacy-invasive client-side content scanning1082url
1570FTX’s collapse was a crime, not an accident1082url
1571Librarian's Letter to Google Security1082url
1572Canada has arrested Huawei’s global chief financial officer in Vancouver1081url
1573Python 3.13 Gets a JIT1081url
1574Ask HN: What are your favorite low-coding apps / tools as a developer?1081None
1575I pwned half of America's fast food chains simultaneously1081url
1576Ask HN: What is your favorite YouTube channel for developers?1081None
1577Apple Silicon M1 chip in MacBook Air outperforms high-end 16-inch MacBook Pro1080url
1578Ask a Female Engineer: Thoughts on the Google Memo1080url
1579I spent eleven years working on this Line Rider track1080url
1580Do not leave XPS laptop in any sleep/hibernate/standby mode when placed in a bag1080url
1581Calculus Made Easy (1914) [pdf]1080url
1582Bret Victor: Learnable Programming1080url
1583OpenAI's GPT-3 may be the biggest thing since Bitcoin1079url
1584Gates Foundation to require immediate free access for journal articles1079url
1585Show HN: I taught my little brother JS, and he made this videogame in a week1079url
1586Jailbreaking RabbitOS1079url
1587Essence: Desktop operating system built from scratch1079url
1588The UX on this small child is terrible1079url
1589Astral1078url
1590That awkward moment when Apple mocked good hardware and poor people1078url
1591GameStop Is Rage Against the Financial Machine1078url
1592Webb captures iconic Horsehead Nebula in unprecedented detail1078url
1593Ladybird Web Browser becomes a non-profit with $1M from GitHub Founder1077url
1594Paul Graham is leaving Twitter for now1077url
159592 of top 500 subreddits controlled by same 5 people1077url
1596Show HN: My wife is pregnant; naturally I made a baby-name app to prepare1077url
1597Smartphones with Qualcomm chip secretly send personal data to Qualcomm1077url
1598Dear Spotify, can we just get a table of songs?1077url
1599Intentionally making close friends1076url
1600Polish trains lock up when serviced in third-party workshops1076url
1601Zero-day in Sign in with Apple1076url
1602I accidentally saved my company half a million dollars1076url
1603Hezbollah pager explosions kill several people in Lebanon1076url
1604You probably don't need AI/ML. You can make do with well written SQL scripts1075url
1605Jony Ive to form independent design company with Apple as client1075url
1606Comcast, AT&T and Verizon pose a greater surveillance risk than Facebook1075url
1607Victory Lap for Ask Patents1075url
1608John Carmack: My Steve Jobs Stories1075url
1609CSS Gradients that avoid the “gray dead zone”1075url
1610Cloudflare defeats patent troll Sable at trial1074url
1611When your coworker does great work, tell their manager1074url
1612A list of recent hostile moves by Google's Chrome team1074url
1613Making a virtual machine in Google Sheets1074url
1614A Facebook crawler was making 7M requests per day to my stupid website1074url
1615Use a work journal1074url
1616Facebook Security Chief Said to Leave After Clashes Over Disinformation1074url
1617Sony: All personal data stolen from PSN1074url
1618Hotwire: HTML over the Wire1073url
1619Modules, not microservices1073url
1620I Met Paul Graham Once1072url
1621John Walker, founder of Autodesk, has died1072url
1622Bing AI can't be trusted1072url
1623Show HN: I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node1072url
1624Reddit user captures video of 2012 voting machines altering votes1072url
1625Recursive Game of Life1072url
1626Resigning as Asahi Linux project lead1071url
1627My sixth year as a bootstrapped founder1071url
1628Nobody cares1071url
1629Thank HN: From Google form to $1k in revenue in one month1071url
1630Show HN: Markov chains explained visually1070url
1631Eve: Programming designed for humans1070url
1632California law requires businesses to let you cancel your subscription online1070url
1633Show HN: Web browser to help programmers think clearly1070url
1634Don’t Mess with The Google1070url
1635Amazon, Berkshire, JPMorgan to Create Healthcare Company1070url
1636No More Free Work from Marak: Pay Me or Fork This1070url
1637What’s the strangest thing you ever found in a book?1070url
1638Facebook knows Instagram is toxic for teen girls, company documents show1069url
1639Timeline of the xz open source attack1069url
1640Zoom Acknowledges It Suspended Activists' Accounts at China's Request1069url
1641Google Inbox1069url
1642Apple's director of machine learning resigns due to return to office work1069url
1643Firefox Now Available with Enhanced Tracking Protection by Default1069url
1644Tips for linking shell companies to their secret owners1068url
1645The Grug Brained Developer1068url
1646Twitter to employees: all office buildings closed, badge access suspended1068url
1647Google’s Plan to DRM the Web Goes Against Everything Google Once Stood For1068url
1648Suez Canal says traffic in channel resumes after stranded ship refloated1068url
1649Introducing Cloud Spanner, a Global Database Service1068url
1650DeleteFB: Selenium script to delete all of your Facebook wall posts1067url
1651M1racles: An Apple M1 covert channel vulnerability1067url
1652Skeuocard1066url
1653Amazon Pulls Out of Planned New York City Campus1066url
1654Ever-expanding animation of the life of the 796th floor of a space station1066url
1655Fusion energy breakthrough by Livermore Lab1065url
1656Google transferred ownership of Duck.com to DuckDuckGo1065url
1657Akira Toriyama has died1065url
1658Y Combinator is funding the future of spam in Windows1065url
1659Audacity 3.01065url
1660Why can a scam company raise $40 Million Series C + $76 Million Series B?1065None
1661Backblaze submitting names and sizes of files in B2 buckets to Facebook1064url
1662Beeper Mini is back1064url
1663The unreasonable effectiveness of simple HTML1064url
1664Copyright Office Ruling Imposes Sweeping Right to Repair Reforms1064url
1665Uber cuts 3000 more jobs, closes 45 offices1063url
1666Show HN: Heynote – A dedicated scratchpad for developers1063url
1667Meta Movie Gen1063url
1668NYT journalist hacked with Pegasus after reporting on previous hacking attempts1062url
1669OpenStreetMap Is in Trouble1062url
167020GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions1062url
1671Helping wikis move away from Fandom1062url
1672Tell HN: YouTube and how my wife lost 7 years of work1061None
1673(next Rich)1061url
1674Microsoft is building a Chromium browser to replace Edge on Windows 101061url
1675Twitter hides Donald Trump tweet for “glorifying violence”1061url
1676Beej's Guide to Git1061url
1677Mathematics all-in-one cheat-sheet (2013) [pdf]1060url
1678Operating System in 1,000 Lines – Intro1060url
1679How Silicon Valley destroyed Parler1060url
1680My dad taught me cashflow with a soda machine1060url
1681Mathematics for Computer Science [pdf]1059url
1682Draggable objects1059url
1683Amazon, Apple and Google Cut Off Parler1058url
1684Amazon Prime inflates prices, using the false promise of ‘free shipping’1057url
1685Internet Archive: Security breach alert1057url
1686Nginx to Be Acquired by F5 Networks1057url
1687Stripe Identity1057url
1688uBlock Origin GPL code being stolen by team behind honey browser extension1057url
1689QOI: Lossless Image Compression in O(n) Time1057url
1690Congrats! Web scraping is legal! (US precedent)1057url
1691Trevor Perrin requests removal of NSA from IETF Crypto Review1056url
1692TermKit - a graphical terminal replacement1056url
1693Physical assault by McDonald's for wearing Digital Eye Glass1056url
1694An odd discovery on Spotify1056url
1695Discord bans r/WallStreetBets server, subreddit went private for a while1056url
16963D printed mirror array1056url
1697Suez canal blocked by a massive ship1055url
1698Google offers free fabbing for 130nm open-source chips1055url
1699Project Naptha: a browser extension that enables text selection on any image1055url
1700WhatsApp's Signal Protocol integration is now complete1055url
1701NSO Group's iPhone Zero-Days used against a UAE Human Rights Defender1055url
1702Show HN: I made a puzzle game that gently introduces my favorite math mysteries1054url
1703Wikimedia Foundation spending1054url
1704Linux can’t be installed on a recent Lenovo laptop1054url
1705ECC matters1053url
1706Show HN: SHA-256 Animation1053url
1707I wandered off and built an IDE1053url
1708The largest Git repo1053url
1709Apple’s new M1 Pro and M1 Max processors1052url
1710Developers’ side projects1052url
1711Windy.com1052url
1712An app can be a home-cooked meal (2020)1051url
1713Canon wants us to pay for using our own camera as a webcam1051url
1714Nova by Panic1051url
1715Llm.c – LLM training in simple, pure C/CUDA1050url
1716Start Self Hosting1049url
1717Email a Dumpster Fire1049url
1718Why HN was down1049None
1719Hacker News Parody Thread (2013)1049url
1720Moderna’s HIV vaccine has officially begun human trials1049url
1721Google can ban your Android app if they think you’ve clicked on your own ads1049url
1722Tearable Cloth Simulation in JavaScript1048url
1723Hijack of Amazon’s domain service used to reroute web traffic for two hours1048url
1724I should have loved biology1048url
1725Microsoft begins showing an anti-Firefox ad in the Windows 10 start menu1047url
1726G7: Rich nations back deal to tax multinationals1047url
1727Twitter Bootstrap1047url
1728Yahoo discloses hack of 1B accounts1046url
1729Ask HN: Are you put off building something because it already exists?1046None
1730The inception bar: a new phishing method1046url
1731VPAID ads destroy performance and are still served by major ad networks1045url
1732I used DALL·E 2 to generate a logo1045url
1733AMD funded a drop-in CUDA implementation built on ROCm: It's now open-source1045url
1734Threads, an Instagram app1045url
1735What I learned getting acquired by Google1045url
1736You download the app and it doesn’t work1044url
1737Thank you, GitHub1044url
1738Cybersecurity Incident Involving Consumer Information1044url
1739USA Facts – Federal, state, and local data from government sources1044url
1740Reverse engineering a mysterious UDP stream in my hotel (2016)1044url
1741Voyager 1 is back online: NASA spacecraft returns data from all 4 instruments1044url
1742“The books will stop working.”1044url
1743Google mandates workers back to Silicon Valley, other offices from April 41044url
1744Cloudflare took down our website1044url
1745Guidance to make federally funded research freely available without delay1044url
1746Write Libraries, Not Frameworks1044url
1747Notion for everyone1044url
1748Top Books on Amazon Based on Links in Hacker News Comments1043url
1749Moved a server from one building to another with zero downtime1043url
1750The Great Cannon has been deployed again1043url
1751How I Lost My $50,000 Twitter Username1043url
1752Tell HN: Thank you for being fast, almost ad-free and text-only1042None
1753Malware can turn off webcam LED and record video, demonstrated on ThinkPad X2301042url
1754Apple Silicon M1: Black Magic Fuckery1042url
1755What happens when you launch Google Chrome for the first time?1041url
1756"That's Why You Don't Have Any Friends."1041url
1757Llama3 implemented from scratch1041url
1758Bend: a high-level language that runs on GPUs (via HVM2)1041url
1759LOL just got kicked out of @ycombinator1041url
1760A layoff fundamentally changed how I perceive work1041url
1761Missing Covid-19 test data was caused by the ill-thought-out use of Excel1041url
1762Attention Is Off By One1040url
17632048 AI1040url
1764Redbean 2.0 turned into more than a hobby project1040url
1765China lands Chang'e-4 on far side of Moon1040url
1766My friend starts her job today, after learning to program in prison1040url
1767What it's like to spend 40-50 hours in VR every week1040url
1768The Era of 1-bit LLMs: ternary parameters for cost-effective computing1040url
1769Hemingway makes your writing bold and clear1040url
1770Web scraping is legal, US appeals court reaffirms1040url
1771React Native is now open source1039url
1772Gemini "duck" demo was not done in realtime or with voice1039url
1773When you type realty.com into Safari it takes you to realtor.com1039url
1774Twitter’s mass layoffs have begun1039url
1775Fired1039url
177630k U.S. organizations newly hacked via holes in Microsoft Exchange Server1038url
1777GitTorrent: A Decentralized GitHub1038url
1778Infinite Mac1038url
1779Laws of UX1037url
1780How Dropbox Hacks Your Mac1037url
1781OpenAI and Elon Musk1037url
1782Belarus 'diverts Ryanair flight to arrest journalist', opposition says1037url
1783The second operating system hiding in every mobile phone1036url
1784Apollo is dead. Long live Apollo1036None
1785Apple Has Removed Dash from the App Store1036url
1786Post-surgical deaths in Scotland drop by a third, attributed to a checklist1036url
1787“Code” 2nd Edition1036url
1788How to Center in CSS1036url
1789Ask HN: What is your favorite internet rabbit hole?1036None
1790YouTube now defaults to HTML5 video1035url
1791Patio11's Law: The software economy is bigger than you think1035url
1792Google Dataset Search1035url
1793How I went from $100-an-hour programming to $X0,000-a-week consulting1034url
1794Facebook’s tracking of non-users ruled illegal again in Europe1034url
1795We can't send email more than 500 miles (2002)1034url
1796How SSH got port number 221034url
1797Congress Is About to Ban the US Government from Offering Free Online Tax Filing1034url
1798Backdoor in event-stream library dependency1034url
1799TabFS – a browser extension that mounts the browser tabs as a filesystem1033url
1800Fixing Macs door to door1033url
1801I Still Use RSS1033url
1802Enough Is Enough1032url
1803Keep the Internet Open1032url
1804Frighteningly Ambitious Startup Ideas1032url
1805NASA's Perseverance rover sends stunning images1032url
1806Rockstar thanks GTA Online player who fixed load times, official update coming1032url
1807Cursors1032url
1808Twitter CEO fires two top executives, freezes hiring1032url
1809I will not do a tech interview1032url
1810Nobody ever gets credit for fixing problems that never happened (2001) [pdf]1031url
1811An off-grid social network1031url
1812IRS records reveal how the wealthiest avoid income tax1031url
1813The metaverse is bullshit1031url
18141-on-1 meeting questions1030url
1815China has forbidden under-18s from playing games for more than three hours/week1030url
1816“PayPal has demanded that we monitor data traffic as well as customers’ files”1030url
1817Tell HN: Triplebyte reverses, emails apology1030None
1818TrendMicro Node.js HTTP server listening on localhost can execute commands1030url
1819Farewell, Dr. Dobb's1029url
1820Digitec Galaxus now displays warranty score and return rate1029url
1821MIT Hacker Tools: a lecture series on programmer tools1028url
1822The Mystery of the Bloomfield Bridge1028url
1823Edward Snowden nominated for Nobel peace prize1028url
1824Firefox address bar1028url
1825My $500M Mars rover mistake1028url
1826How to own an airline in 3 easy steps and grab the TSA nofly list along the way1028url
1827The dystopian world of software engineering interviews1027url
1828MIT moves all classes online for the rest of the semester1027url
1829Unity's Open-Source Double Standard: The Ban of VLC1027url
1830How many photons are received per bit transmitted from Voyager 1?1027url
1831Intel Confronts Potential ‘PR Nightmare’ With Reported Chip Flaw1026url
1832It's A(door)able1026url
1833European crash tester says carmakers must bring back physical controls1025url
1834The Horror of a 'Secure Golden Key'1025url
1835Tell HN: Nearly all of Evernote’s remaining staff has been laid off1025None
1836Servo’s new home1025url
1837Data structures and algorithms I actually used while working at tech companies1025url
1838DeskPad – A virtual monitor for screen sharing1025url
1839Write Code Every Day1025url
1840Tell HN: iOS lets carriers add WiFi networks that you can’t stop from joining1025None
1841PostgreSQL 10 Released1024url
1842Samsung “space zoom” moon shots are fake, and here is the proof1024url
1843Ten year study: No link between violent video games and aggressive behavior1024url
1844The Missing Semester of Your CS Education1024url
1845My favourite API is a zipfile on the European Central Bank's website1024url
1846ACME v2 and Wildcard Certificate Support is Live1024url
1847The dots do matter: how to scam a Gmail user1023url
1848Adria Richards, PyCon, and How We All Lost1023url
1849Satya Nadella – Microsoft's CEO1023url
1850Employees are quitting instead of giving up working from home1023url
1851Meta plans to lay off 10k employees1022url
1852EU agrees on total ban of bee-harming pesticides1022url
1853GitHub Student Developer Pack1022url
1854Stargate Project: SoftBank, OpenAI, Oracle, MGX to build data centers1021url
1855Don't Call Yourself a Programmer1021url
1856Facebook has exempted high-profile users from some or all of its rules1021url
1857OpenAI Universe1021url
1858Bug in macOS 14 Sonoma prevents our app from working1020url
1859Show HN: OneBody Church Directory software I've been hacking on for 7 years1020url
1860The cognitive costs of air pollution1020url
1861Show HN: htmz – a low power tool for HTML1020url
1862How to Pass a Programming Interview1020url
1863Programming books you might want to consider reading1019url
1864Apple has locked me out of my developer account1019url
1865Framework Laptop Mainboard1019url
1866Screw it, I’ll host it myself1019url
1867Sir Terry Pratchett has died1019url
1868Building Your Color Palette1019url
1869Old CSS, New CSS1018url
1870The new hire who showed up is not the same person we interviewed1018url
1871Cyclists now outnumber motorists in City of London1018url
1872There is no WhatsApp 'backdoor'1018url
1873Some terrible personal news1018url
1874A journey into the shaken baby syndrome/abusive head trauma controversy1018url
1875Scratch is a big deal1017url
1876Ball: A ball that lives in your dock1017url
1877All public GitHub code was used in training Copilot1017url
1878Text-only CNN1017url
1879The Bullshit Web1017url
1880I quit the tech industry1017url
1881Airbnb Nightmare: No End In Sight1017url
1882Uninstall the NightOwl app1017url
1883Apple Rankings1017url
1884Unusual Stock Trading by Whales in US Congress1017url
1885I sold TinyPilot, my first successful business1016url
1886Claude 3 model family1016url
1887How to Build Good Software1016url
1888Google’s Marissa Mayer Tapped as Yahoo’s Chief1016url
1889Pandoc1016url
1890LiveLeak shuts down after 15 years online1016url
1891Why I don't use my real photo when messaging with customers on my website1016url
1892Netflix Is Now Available Around the World1015url
1893ISRO Mars Orbiter Mission: Spacecraft successfully enters Martian Orbit1015url
1894Immersive Linear Algebra – textbook with fully interactive figures (2015)1015url
1895Root – Programmable bank account for software developers1015url
1896Medicare will require hospitals to post prices online1015url
1897Europe Is Guaranteeing Citizens the Right to Repair1014url
1898Tales of the M1 GPU1014url
1899How a VC-funded company is undermining the open-source community1014url
1900Facebook moderators break NDAs to expose working conditions1014url
1901Ask HN: Could you share your personal blog here?1014None
1902MSFT is forcing Outlook and Teams to open links in Edge and IT admins are angry1014url
1903FCC votes to restore net neutrality rules1013url
1904GitHub Source Code Leak1013url
1905Amazon refused to refund $7k after shipping an empty box instead of a Sony A11013url
1906Show HN: I got hacked, felt paranoid, made an app – GlassWire1013url
1907An Update on Bradfitz: Leaving Google1012url
1908LinkedIn shares drop 40%, erasing $10B of company's value1012url
1909Leukemia Has Won1012url
1910Dhcpcd Will Need a New Maintainer1012url
1911Hard truths I learned when I got laid off from my SWE job1012url
1912JIRA is an antipattern1012url
1913First new U.S. nuclear reactor since 2016 is now in operation1012url
1914I interviewed at six top companies in Silicon Valley in six days1012url
191524-core CPU and I can’t move my mouse1011url
1916Before OpenAI, Sam Altman was fired from Y Combinator by his mentor1011url
1917Signs of Liquid Water Found on Surface of Mars, Study Says1011url
1918We Need Chrome No More1011url
1919AudioMass – free, open source, web-based Audio and Waveform editor1011url
1920Things I wished more developers knew about databases1011url
1921CalyxOS – De-Googled Android Alternative1010url
1922“ISO obstructs adoption of standards by paywalling them”1010url
1923Tell HN: You can't hire because you don't post salary ranges1010None
1924Apple requires account deletion within apps in AppStore starting January 311010url
1925HN is up again1010None
1926Css-only-chat: A truly monstrous async web chat using no JS on the front end1010url
1927OpenAI whistleblower found dead in San Francisco apartment1010url
1928Criticizing Google got me fired1010url
1929Yahoo installed a backdoor for the NSA behind the back of the security team1009url
1930Doom Running on an IKEA Lamp [video]1009url
1931Why Twitter didn’t go down: From a real Twitter SRE1009url
1932Getting better at Linux with mini-projects1009url
1933Aaron, 5 years later1009url
1934How to Do Great Work1008url
1935Geoffrey Hinton leaves Google and warns of danger ahead1008url
1936LastPass autofill exploit1008url
1937Brave launches 1.01008url
1938Recycling was a lie to sell more plastic, recycling industry veteran says1008url
1939VR1008url
1940Why is the Gaza Strip blurry on Google Maps?1008url
1941Run Stable Diffusion on Your M1 Mac’s GPU1007url
1942What is Happening in Istanbul?1007url
1943Mastercard DNS error went unnoticed for years1007url
1944Tell HN: Google should drop Quora from search results1007None
1945TikTok overtakes Facebook as most downloaded app1007url
1946Ask HN: What startup/technology is on your 'to watch' list?1006None
1947Slack Is Buying HipChat from Atlassian1006url
1948How is NSA breaking so much crypto?1005url
1949Ex-Twitter exec blows the whistle, alleging reckless cybersecurity policies1005url
1950Thinkpad X2101005url
1951Nexus 61005url
1952A deep dive into an NSO zero-click iMessage exploit: Remote Code Execution1005url
1953Female Founder Secrets: Men Clamming Up1005url
1954A bootable CD image with a retro game in a single tweet1004url
19551Password Travel Mode: Protect your data when crossing borders1004url
1956We are destroying software1004url
1957PIA VPN to be acquired by malware company founded by former Israeli spy1004url
1958Show HN: Generating fantasy maps – an interactive exploration1004url
1959It’s time to kill the web app1003url
1960Why does man print "gimme gimme gimme" at 00:30? (2017)1003url
1961Postgres gets support for upsert1003url
1962Apple blocked the FlickType Watch keyboard then announced a clone of it1003url
1963Moiré No More1002url
1964Daniel Kahneman has died1002url
1965No-more-secrets: recreate the decryption effect seen in the 1992 movie Sneakers1002url
1966Signs you’re working in a feature factory (2016)1002url
1967Why can’t a bot tick the 'I'm not a robot' box?1002url
1968Xkcd 1425 (Tasks) turns ten years old today1001url
1969Protomaps – A free and open source map of the world1001url
1970Heuristics that almost always work1000url
1971IndieHackers.com acquired by Stripe1000url
1972First they came for the Iranians1000url
1973Firefox Was Always Enough1000url
1974What Gödel Discovered1000url
1975Comcast is injecting 400+ lines of JavaScript into web pages999url
1976NULL license plate not such a bright idea999url
1977AT&T updates firmware to block access to 1.1.1.1999url
1978Visualizing Attention, a Transformer's Heart [video]999url
1979YC Fellowship998url
1980How we recovered $300k of Bitcoin998url
1981TXT Record XSS998url
1982Adobe deactivates all Venezuelan accounts998url
1983Stripe laying off around 14% of workforce997url
1984US intelligence mining data from 9 US Internet companies in broad secret program997url
1985I was asked to crack a program in a job interview997url
1986Google terminated our Developer Account, says it is “associated”997url
1987If the Earth were 100 pixels wide996url
1988AirPods Max996url
1989Please stop closing forums and moving people to Discord996url
1990Printing Music with CSS Grid996url
1991Samsung TV owners complain about increasingly obtrusive ads996url
1992Flightradar24's new GPS jamming map996url
1993Pirate Library Mirror: Preserving 7TB of books (that are not in Libgen)996url
1994When hiring developers, have the candidate read existing code996url
1995uBlock Origin: Address first-party tracker blocking996url
1996Google Maps won't let you save home address without allowing all Google tracking996url
1997An Open Letter to Intel996url
1998Monodraw996url
1999The Decline of Usability996url
2000The Internet Archive has lost its appeal in Hachette vs. Internet Archive995url
2001iPhone X995url
2002“Let her speak please”995url
2003Gukesh becomes the youngest chess world champion in history995url
2004Arm China Has Gone Rogue995url
2005Things I Regret About Node.js [video]994url
2006Blocking Kiwifarms994url
2007One Million Checkboxes994url
2008The window trick of Las Vegas hotels994url
2009I want a computer that I own994url
2010In defense of the Google chef994url
2011DisneyMustPay Alan Dean Foster993url
2012The Death of Microservice Madness in 2018993url
2013John Carmack joins Oculus as CTO993url
2014AI winter is well on its way993url
2015Assange Indicted Under Espionage Act, Raising First Amendment Issues993url
2016Beej's Guide to Network Programming (1994-2020)993url
2017Show HN: Workout.lol – a web app to easily create a workout routine993url
2018Computer scientists invent an efficient new way to count993url
2019EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3993url
2020US Senate votes to undo FCC internet privacy rules992url
2021The age of average992url
2022How do I draw a pair of buttocks? (2014)992url
2023How to assess the quality of garments (2014)991url
2024Coders Automating Their Own Job991url
2025Earn-IT threatens encryption and therefore user freedom990url
2026Luigi Mangione's account has been renamed on Stack Overflow990url
2027OpenAI researchers warned board of AI breakthrough ahead of CEO ouster990url
2028Joe Biden stands down as Democratic candidate990url
2029Introducing Keybase Chat990url
2030Springer Textbooks More Than 10 Years Old Available for Free Legal Download990url
2031Slack is down989url
2032Ending Bitcoin Support989url
2033YouTube-dl: Open-source YouTube downloader989url
2034Former ICANN CEO is now co-CEO of the private equity firm that tried to buy .org989url
2035Llama.cpp: Port of Facebook's LLaMA model in C/C++, with Apple Silicon support989url
2036Notre-Dame cathedral: Firefighters tackle blaze in Paris989url
203720 lines of code that beat A/B testing every time989url
2038I liberate the ending to Minecraft from Microsoft and give it to you989url
2039What every software developer must know about Unicode in 2023989url
2040Let's Learn About Waveforms989url
2041Thinking of Selling on eBay using Paypal? Think Again989url
2042Scaling up the Prime Video audio/video monitoring service and reducing costs989url
2043Going Critical989url
2044PayPal forces buyer to destroy $2500 pre-WWII antique violin in dispute988url
2045Who’s behind the “reopen” domain surge?988url
2046Web Design: The First 100 Years (2014)988url
2047“Game Programming Patterns” is now finished988url
2048Imagen, a text-to-image diffusion model988url
2049Reddit988url
2050The mysterious case of the Linux Page Table Isolation patches988url
2051Stripe Payment Links988url
2052Ooh.directory988url
2053Bard and new AI features in Search988url
2054Optimizing web servers for high throughput and low latency987url
2055Maybe treating housing as an investment was a mistake987url
2056EU withheld a study that shows piracy doesn't hurt sales (2017)987url
2057Whistleblowers: Software keeping inmates in Arizona prisons beyond release dates987url
2058They're deleting my channel, but they don't know why? [video]987url
2059Ukraine calls on hacker underground to defend against Russia987url
2060Delaware judge discovers hidden entity recruiting people to be patent trolls987url
2061How to Come Up with Profitable Business Ideas986url
2062What I Worked On986url
2063Man who thought opening a TXT file is fine thought wrong986url
2064A SpaceX Falcon 9 rocket has exploded at Cape Canaveral986url
2065Most promoted and blocked domains among Kagi Search users986url
2066What Does a Coder Do If They Can't Type?986url
2067Happy New Year HN986None
2068Akamai to Acquire Linode986url
2069Every company should be owned by its employees986url
2070SQLite is not a toy database986url
2071The Twitter Files986url
2072I fear App Review is getting too powerful (2015) [pdf]985url
2073Guide to FFmpeg985url
2074Show HN: I'm 48 and finally learning how to be a game developer985url
2075Apple broke up with me985url
2076Ask HN: How did you decide what problems to solve in your lifetime?985None
2077Relearn CSS layout985url
2078How I Experience Web Today985url
2079Things we learned about LLMs in 2024984url
2080OnHub984url
2081The New Firefox and Ridiculous Numbers of Tabs984url
2082Lab leak most likely origin of Covid-19 pandemic, U.S. agency now says983url
2083Difftastic: A diff that understands syntax983url
2084Using SVG as image placeholders983url
2085Quine Relay983url
2086Got called to a professor’s office after a complaint his SPARC4 was running slow983url
2087Steam Deck OLED983url
2088Stable Diffusion 3983url
2089Microfeatures I love in blogs and personal websites983url
2090Brendan Eich Steps Down as Mozilla CEO982url
2091We Are Preparing a Class Action Lawsuit Against Robinhood982url
2092Prettymaps: Small Python library to draw customized maps from OpenStreetMap data982url
2093Cambridge Bitcoin Electricity Consumption Index982url
2094Surnames from nicknames nobody has any more982url
2095Ask HN: Comment here about whatever you're passionate about at the moment982None
2096A curious phenomenon called 'Etak'982url
2097Gemini 2.0: our new AI model for the agentic era982url
2098WireGuard is now in Linus' tree982url
2099Accused murderer wins right to check source code of DNA testing kit981url
2100My 24 year old HP Jornada can do things an iPhone still can't do981url
2101Career advice for people with bad luck981url
2102Polars981url
2103Interactive Linear Algebra981url
2104Banning words won’t make the world more just981url
2105Microsoft 365 has employee surveillance and analytics built in981url
2106Websites that look like desktop GUIs981url
2107Neil Armstrong has died at 82 Today980url
2108Chaos Computer Club breaks Apple TouchID980url
2109A New Future for Icanhazip980url
2110Last Flight Out980url
2111“We found PayPal vulnerabilities and PayPal punished us for it”980url
2112School smartphone ban results in better sleep and improved mood: study979url
2113Firefox Developer Edition979url
2114How to professionally say979url
2115Show HN: I made a modern web UI for Wikipedia979url
2116Google Promises Unlimited Storage; Cancels; Tells Journalist Life's Work Deleted979url
2117Make-A-Video: AI system that generates videos from text979url
2118Promising results from DeepSeek R1 for code979url
2119Booting from a vinyl record979url
2120In our cashless society, we need to take digital jail seriously979url
21212-in-1 calculator app adds up to surprise hit for retired engineer979url
2122Leonard Cohen Has Died978url
2123Promotion of alternative social platforms policy978url
2124Elizabeth Holmes is sentenced to more than 11 years for fraud978url
2125Explaining React's license978url
2126Fire extinguished at Ukraine nuclear power plant, Europe's largest978url
2127Depression Part Two977url
2128The Yoda of Silicon Valley976url
2129Someone has stolen my Instagram account976url
2130No GPS required: our app can now locate underground trains976url
2131iPhones are hard to use976url
2132Let us serve you, but don't bring us down976url
2133Uber lays off 435 people976url
2134Extreme HTTP Performance Tuning976url
2135Earliest images of the moon were better than people realised976url
2136A small restaurant owner on Google, DoorDash, and Grubhub975url
2137MasterCard to open up network to cryptocurrencies975url
2138Using prime numbers to make better backgrounds975url
2139Krazam OS975url
2140YouTube will now show ads on all videos even if creators don’t want them974url
2141Tailwind UI974url
2142How bad is your Spotify?974url
2143Chrome now tracks users and shares a “topic” list with advertisers974url
2144NSA, NIST, and post-quantum crypto: my second lawsuit against the US government974url
2145Bitcoin Gold Hit by Double Spend Attack, Exchanges Lose Millions973url
2146When hiring senior engineers, you’re not buying, you’re selling973url
2147Robinhood launches 3% checking account972url
2148Turns out half the internet has a single-point-of-failure called “Cloudflare”972url
2149Firefox 87 trims HTTP Referrers by default to protect user privacy972url
2150WhatsApp, Used by 100M Brazilians, Shut Down Nationwide Today by a Single Judge972url
2151LLM Visualization972url
2152I fucking hate Jira971url
2153Underrated Reasons to Be Thankful971url
2154Thailand cave rescue: all 12 boys and coach successfully rescued971url
2155Controlling the Taylor Swift Eras Tour wristbands with Flipper Zero971url
2156Show HN: A basketball hoop to maximize shots that go in [video]971url
2157Gmail was down971url
2158Indie Hackers: Learn how developers are making money971url
2159Notion – All-in-one workspace for notes, tasks, wikis, and databases970url
2160Building LLMs from the Ground Up: A 3-Hour Coding Workshop970url
2161Apple terminates Epic Games developer account, calling it a 'threat' to iOS970url
2162Canon sued for disabling scanner when printers run out of ink970url
2163Life is Short970url
2164The sad state of sysadmin in the age of containers970url
2165Code Llama, a state-of-the-art large language model for coding970url
2166First 'tooth regrowth' medicine moves toward clinical trials in Japan970url
2167Passkeys: A shattered dream969url
2168Pause Giant AI Experiments: An Open Letter969url
2169Kill Google AMP before it kills the web969url
2170Learning Synths969url
2171Agents raid home of fired Florida data scientist who built Covid-19 dashboard969url
2172Do you need a VPN?969url
2173Do not Draw a Penis969url
2174Police playing music while being filmed, seemingly to trigger copyright filters969url
2175I'm betting on HTML968url
2176Show HN: I made a privacy-first minimalist Google Analytics968url
2177A new kind of map: it’s about time968url
2178Please don't mention AI again968url
2179Show HN: Browsh – A modern, text-based browser967url
2180The rise of never-ending job interviews967url
2181An Experimental Course on Operating Systems967url
2182Free for Developers967url
2183I am rich and have no idea what to do967url
2184Unbricking a $2k bike with a $10 Raspberry Pi967url
2185Bitwarden raises $100M967url
2186Visual Studio Code 1.0966url
2187Firefox tooltip bug fixed after 22 years966url
2188I'm on the FCC. Please stop us from killing net neutrality966url
2189Myself – v1.0.3965url
2190The Apple GPU and the impossible bug965url
2191De-Stressing Booking.com (2019)965url
2192Found hooked up to my router965url
2193I noticed some disturbing privacy defaults in Windows 10965url
21941MB Club965url
2195Uber broke laws, duped police and built lobbying operation, leak reveals965url
2196Bullshit Jobs964url
2197What I loved about Paul Allen964url
2198IT Runs on Java 8964url
2199Choose the browser that best suits your privacy needs964url
2200You've only added two lines – why did that take two days?964url
2201Ente: Open-Source, E2E Encrypted, Google Photos Alternative964url
2202Ask HN: Google is confusing me with others in a harmful way – what can I do?964None
2203Front Page Subreddits Go Private in Response to Firing of Reddit Admin963url
2204Anyone can push updates to the doge.gov website963url
2205The Philips Hue ecosystem is collapsing963url
2206Tom Magliozzi, Co-Host of NPR's 'Car Talk,' Dies at 77963url
2207A visual guide to SSH tunnels963url
2208Postgres Language Server963url
2209Thinking the unthinkable963url
2210Private client-side-only PWAs are hard, but now Apple made them impossible963url
2211Show HN: I made a website to find best bus seat to avoid the sun while traveling963url
2212Thoughts on Flash962url
2213A $1k Wheelchair962url
2214MIT abandons requirement of DEI statements for hiring and promotions962url
2215Google Chrome to remove detailed cookie and site data controls962url
2216New in PostgreSQL 10962url
2217How the CIA used Crypto AG encryption devices to spy on countries for decades962url
2218Hire-to-fire at Amazon India?962url
2219OpenAI O3-Mini962url
2220Facebook hacker beat my 2FA, bricked my Oculus, and hit the company credit card962url
2221Show HN: Beeper – All Your Chats in One App962url
2222DuckDuckGo will use Apple Maps961url
2223Htmlq: like jq, but for html961url
2224Airbnb’s design to live and work anywhere961url
2225Ask HN: Mind bending books to read and never be the same as before?961None
2226Japanese writing system basics961url
2227On Apple’s “Expanded Protections for Children” – A Personal Story961url
2228Snakisms961url
2229Insane state of today's advertising part 3961url
2230The resolution of the Bitcoin experiment961url
2231Chat Control Must Be Stopped – Now960url
2232How I spend my first 5 minutes on a server960url
2233Supreme Court upholds TikTok ban, but Trump might offer lifeline960url
2234FCC votes to limit prison telecom charges960url
2235Jake Seliger has died960url
2236Timemap.org – Interactive Map of History960url
2237Framework announces AMD, new Intel gen, 16“ laptop and more959url
2238Google helped destroy adoption of RSS feeds (2023)959url
2239AirDrop is now limited to 10 minutes959url
2240Animation of how bridges were built in Central Europe in the Middle Ages [video]959url
2241Supreme Court strikes down affirmative action in college admissions959url
2242Why Japan’s Rail Workers Point at Things959url
2243Google loses antitrust suit over search deals on phones959url
2244Tell HN: AngelList told my employer that I'd updated my profile958None
2245SingleFile: Save a complete web page into a single HTML file958url
2246JupyterLab is ready for users958url
2247Shell script best practices, from a decade of scripting things958url
2248Mess with DNS958url
2249Ukraine is a major producer of neon gas, critical for lasers used in chipmaking958url
2250Tell HN: A hacker's life is in danger, your awareness may be life saving957None
2251Facebook to Buy Giphy for $400M957url
2252Winamp shutting down on December 20th, 2013957url
2253Ask Wirecutter: Can you recommend a not-smart TV for me?957url
2254Only Google is really allowed to crawl the web957url
2255You Suck at Excel with Joel Spolsky (2015) [video]957url
2256AI headphones let wearer listen to a single person in a crowd by looking at them956url
2257Turn your browser into a notepad with one line956url
2258Scratch is the world’s largest coding community for children956url
2259Flipper Zero – Portable Multi-Tool Device for Geeks956url
2260A US-born NASA scientist was detained at the border until he unlocked his phone956url
2261What's happening inside the NIH and NSF956url
2262Show HN: This Word Does Not Exist956url
2263Passwordle956url
2264Canvas is a new way to write and code with ChatGPT956url
2265Music Theory: An Education from First Principles955url
2266Patagonia founder gives away the company955url
2267Fine-tune your own Llama 2 to replace GPT-3.5/4955None
2268What's SAP, and why's it worth $163B? (2020)955url
2269SpaceX Starship rocket explodes minutes after launch from Texas955url
2270Firefox 64 Released954url
2271Statement from Edward Snowden in Moscow954url
2272We reduced the cost of building Mastodon at Twitter-scale by 100x954url
2273Mechanical Watch (2022)954url
2274Googlespeak – How Google limits thought about antitrust954url
2275Spinning Diagrams with CSS954url
2276Scrollbars are becoming a problem953url
2277New study: Google manipulates users into constant tracking953url
2278Facebook Indefinitely Suspends Trump953url
2279Clicks – Physical keyboard for iPhone953url
2280Netflix to cut streaming quality in Europe for 30 days953url
2281Yelp Is Replacing Restaurants’ Phone Numbers So Grubhub Can Take a Cut953url
2282Google collects cell tower info even if location services are disabled953url
2283Google Exposed User Data, Feared Repercussions of Disclosing to Public953url
2284This page is a truly naked, brutalist HTML quine952url
2285Daniel Dennett has died952url
2286A startup’s Firebase bill suddenly increased from $25 to $1750 per month952url
2287Violated: A traveler’s lost faith, a difficult lesson learned952url
2288Hacking my Vagina952url
2289Glitter bomb tricks parcel thieves952url
2290New slats make the Golden Gate Bridge sound like a David Lynch movie952url
2291A forged Apple employee badge952url
2292Wikipedia to Shut Down on Wednesday to Protest SOPA951url
2293I Had My Electronics Seized by U.S. Customs and Border Protection951url
2294Did I just win?950url
2295Ask HN: How to get started with machine learning?950None
2296I Fell 15,000 Feet and Lived950url
2297Canada Border Services seizes lawyer's phone, laptop for not sharing passwords950url
2298Salesforce is buying Tableau for $15.7B950url
2299Thank you to dang and sctb950None
2300Firefox 83 introduces HTTPS-Only Mode950url
2301IKEA buys 11,000 acres of U.S. forest to keep it from being developed949url
2302A dad took photos of his toddler for a doctor – Google flagged him as a criminal949url
2303GoDaddy injecting JavaScript into websites and how to stop it949url
2304The first person to hack the iPhone is building a self-driving car949url
2305New Orleans teenagers found a new proof of the Pythagorean Theorem949url
2306MiniGPT-4949url
2307QuickJS JavaScript Engine948url
2308Google AMP – A 70% drop in our conversion rate948url
2309Why Bother with What Three Words?948url
2310RethinkDB Postmortem948url
2311Show HN: XKCD-inspired StackSort948url
2312Former Tesla Firmware Engineer Discusses the System948url
2313GitLab acquires Gitter, will open-source the code948url
2314Why I Left Google947url
2315Apple Introduces AirTag947url
2316Google to turn on activity tracking for many users who turned it off947None
2317Animated Drawings947url
2318Craigslist takes personals sections offline in response to FOSTA947url
2319Show HN: EdgeDB 1.0947url
2320Chrome 56 will mark HTTP pages with password fields as non-secure947url
2321Hands-On with Microsoft's New Holographic Goggles946url
2322Ask vs. Guess Culture946url
2323Imaginary problems are the root of bad software946url
2324Yamauchi No.10 Family Office946url
2325Google Buys Fitbit for $2.1B946url
2326Apple has threatened to remove Amphetamine from the App Store946url
2327Show HN: Warp, a Rust-based terminal946url
2328NSA releases 1982 Grace Hopper lecture946url
2329Apple’s New Mac Pro to Be Made in Texas946url
2330DNS Toys946url
2331Zotero: Personal Research Assistant945url
2332Mac OS 9945url
2333Peter Higgs, physicist who discovered Higgs boson, has died945url
2334Systems Design for Advanced Beginners945url
2335Tell HN: Aaron Swartz died today, 8 years ago945None
2336Amazon is stuffing its search results pages with ads944url
2337Lemmy, an open-source federated Reddit alternative, gets funding for development944url
2338Luna – Visual and textual functional programming language944url
2339Hi I’m Hank, and I bought a bus944url
2340User Inyerface – A worst-practice UI experiment944url
2341None944None
2342Pokemon Card Animation944url
2343153k Ether Stolen in Parity Multi-Sig Attack943url
2344Left-pad as a service943url
2345I made my own clear plastic tooth aligners and they worked943url
2346I am very real943url
2347‘Extremely aggressive’ internet censorship spreads in the world’s democracies942url
2348Italian watchdog bans use of Google Analytics942url
2349Ex-Facebook insider says covert data harvesting was routine942url
2350AlphaGo beats Lee Sedol again in match 2 of 5942url
2351Ask HN: Who Wants to Be Fired?942None
2352Cancer ‘vaccine’ eliminates tumors in mice942url
2353Gitlab S-1942url
2354What 4chan thinks of HN942url
2355Nintendo Switch – New Video Game System [video]942url
2356PayPal to allow cryptocurrency buying, selling and shopping on its network942url
2357From Node to Ruby on Rails941url
2358Yes, we’re being bought by Microsoft941url
2359When you lose the ability to write, you also lose some of your ability to think941url
2360Everything you always wanted to know about mathematics (2013) [pdf]941url
2361Reddit removed NSL canary from 2015 Transparency Report941url
2362Apple's On-Device and Server Foundation Models941url
2363Knuth's Art of Computer Programming, V 4B, has gone into print940url
2364Elsevier journal editors resign, start rival open-access journal940url
2365NSO Group iMessage Zero-Click Exploit Captured in the Wild940url
2366FalsiScan: Make it look like a PDF has been hand signed and scanned939url
2367Apple blocks Coinbase Wallet939url
2368I spent 5 years writing my own operating system939url
2369New Year, New CEO939url
2370Security by obscurity is underrated939url
2371Productivity Is About Attention Management939url
2372WhatsApp voice calls were used to inject spyware on phones939url
2373Stripe Tax939url
2374Opera moves to WebKit938url
2375Introduction to Applied Linear Algebra: Vectors, Matrices, and Least Squares938url
2376Remote Only938url
2377Start Your Own ISP938url
2378Congratulations, Mini, you made the stupidest turn signals ever938url
2379Show HN: I made an alternative platform for professional profiles938url
2380With Proton and Steam Play, many Windows games now work on Linux938url
2381European Parliament approves mass surveillance of private communication938url
2382This shouldn't have happened: A vulnerability postmortem938url
2383Speed-of-light experiments yield baffling result at LHC938url
2384EU court rules no EULA can forbid decompilation, if you want to fix a bug938url
2385Naughty Strings: A list of strings likely to cause issues as user-input data937url
2386A Programmer's Introduction to Mathematics937url
2387Nintendo CEO Satoru Iwata has died [pdf]937url
2388Thank HN: My startup was born here and is now 10 years old937None
2389Norvig's Python programs to practice or demonstrate skills937url
2390Show HN: Hacker News user blogroll937url
2391Japanese anime studio Khara moving to Blender937url
2392Fake Books937url
2393I Fell Victim to a $1,500 Used Camera Lens Scam on Amazon937url
2394Tell HN: My kid's school installed spyware and I can't remove it936None
2395Chrome ships WebGPU936url
2396Google Is Turning Off the Works-with-Nest API936url
2397Outdated vs. Complete: In defense of apps that don’t need updates936url
2398Rudder issue that plagued the Boeing 737 throughout the 1990s936url
2399Conterintuitive facts in mathematics, CS, and physics936url
2400How I make a living working on SerenityOS936url
2401Ending our Medium integration936url
2402Show HN: Sublime Merge – A Git client from the makers of Sublime Text935url
2403Charts.css935url
2404HIV Is Reported Cured in a Second Patient935url
2405The Origins of Wokeness935url
2406I Am An Object Of Internet Ridicule, Ask Me Anything935url
2407How Naughty Dog Fit Crash Bandicoot into 2MB of RAM on the PS1934url
2408Software Disenchantment (2018)934url
2409Ohio sues Google, seeks to declare the internet company a public utility934url
2410Ask HN: Those making $0/month or less on side projects – Show and tell934None
2411A year later, Equifax has faced little fallout from losing data934url
2412More bosses give four-day workweek a try934url
2413A 14kb page can load much faster than a 15kb page933url
2414Google illegally spied on workers before firing them, US labor board alleges933url
2415Louvre makes its entire collection available online932url
2416Announcing Starfighter932url
2417How web bloat impacts users with slow devices932url
2418Google has added DuckDuckGo as a search engine option for Chrome users932url
2419With Proton and Steam Play, many Windows games now work on Linux932url
2420Full Time932url
2421UK air traffic control meltdown932url
2422Ask HN: Anyone tired of everything being a subscription now?931None
2423Firefox makes click-to-activate Flash the default931url
2424OpenAI is good at unminifying code931url
2425Stranded sailor allowed to leave abandoned ship after four years931url
2426This is how Visa works931url
2427NYU Makes Tuition Free for All Medical Students931url
2428Brave buys a search engine, promises no tracking, no profiling931url
2429Developers don't understand CORS931url
2430The tiny chip that powers Montreal subway tickets930url
2431Zero-cost futures in Rust930url
2432Steven Spielberg: ‘No film should be revised’ based on modern sensitivity930url
2433Distill: a modern machine learning journal930url
2434Pkl, a Programming Language for Configuration930url
2435Spotify deletes 70 Joe Rogan episodes930url
2436Ask HN: What Skills to Acquire in 2020?930None
2437Summer Afternoon – A WebGL Experiment930url
2438Brother have gotten to where they are now by not innovating930url
2439The year I didn't survive929url
2440Launchaco – Instantly generate a responsive, free, website929url
2441Intel Compute Stick929url
2442Mozilla lays off 70929url
2443Please stop asking me to use the app929url
2444Exploring different microcontrollers less than $1929url
2445FCC will require phone carriers to authenticate calls by June 2021 [pdf]929url
2446Heresy929url
2447Valve is a wonderful upstream contributor to Linux and the open-source community929url
2448Mental Models I Find Repeatedly Useful929url
2449I stayed in a hotel with Android lightswitches and it was as bad as you'd think928url
2450Show HN: iFixit created a new USB-C, repairable soldering system928url
2451Why I'm switching back to Firefox928url
2452Net neutrality is in jeopardy again928url
2453A “right to repair” movement tools up928url
2454How I Hacked Hacker News (with arc security advisory)928None
2455Every day at my job I helped people just barely survive928url
2456The first chosen-prefix collision for SHA-1928url
2457Alex Honnold Scales El Capitan Without Ropes, and the Climbing World Reels928url
2458LinkedIn is copying the contents of my clipboard on every keystroke928url
2459Ask HN: What language-agnostic programming books should I read?927None
2460Launch HN: Electric Air (YC W23) – Heat pump sold directly to homeowners927None
2461Amazon’s Consumer Business Turned Off Final Oracle Database927url
2462AirPods don't “just work”927url
2463Three Paths in the Tech Industry: Founder, Executive, or Employee927url
2464El Salvador abandons Bitcoin as legal tender927url
2465I Will Never Use a Microsoft Account to Log Into My Own PC927url
2466TailwindCSS v2.0927url
2467Don Knuth plays with ChatGPT927url
2468Judge in Google case disturbed that 'incognito' users are tracked927url
2469Using Firefox for a faster, calmer and distraction-free internet927url
2470French court issues damages award for violation of GPL927url
2471Ask HN: What overlooked class of tools should a self-taught programmer look into927None
2472Return to Office Is Bullshit and Everyone Knows It926url
2473Cloudflare was down926url
2474Response to “WireGuard: great protocol, but skip the Mac app”926url
2475How I animate 3Blue1Brown [video]926url
2476Gail.com FAQ926url
2477John Riccitiello steps down as CEO of Unity926url
2478Sapling: A new source control system with Git-compatible client926url
2479How I got here925url
2480“We have no reason to believe 5G is safe”925url
2481A future for SQL on the web925url
2482Can we all stop using Medium now?925url
2483The tools and tech I use to run a one-woman hardware company925url
2484How I’ve Attracted the First 500 Paid Users for My SaaS925url
24852048, success and me925url
2486New.css – A classless CSS framework to write modern websites using only HTML925url
2487100K Context Windows924url
2488Show HN: Wealthfolio: Private, open-source investment tracker924url
2489Amazon Echo924url
2490Map showing birthplaces of "notable people" around the world924url
2491Software firms across US facing tax bills that threaten survival924url
2492Dear open-source maintainers, a letter from GitLab924url
2493Osama bin Laden Is Dead924url
2494Llama 3.2: Revolutionizing edge AI and vision with open, customizable models924url
2495DigitalOcean S-1924url
2496Yelp Is Replacing Restaurants’ Phone Numbers So Grubhub Can Take a Cut (2019)924url
2497Dev corrupts NPM libs 'colors' and 'faker', breaking thousands of apps924url
2498DALL·E now available in beta924url
2499In Groundbreaking Decision, Feds Say Hacking DRM to Fix Electronics Is Legal924url
2500I spent two years launching tiny projects923url
2501N.S.A. Foils Much Internet Encryption923url
2502AlphaGo Zero: Learning from scratch923url
2503French govt. says users of uBlock Origin, Signal etc. are potential terrorists923url
2504Tell HN: I let my 6-year-old daughter design my website923None
2505Build full “product skills” and you'll probably be fine923url
2506TinyPod – Apple Watch case with scroll wheel923url
2507Chosen: A javascript plug-in that makes long select boxes user-friendly.923url
2508Cisco Acquires Splunk923url
2509Project Gutenberg blocks access from Germany922url
2510New youtube-dl release: v2020.11.01.1922url
2511Dokku: My favorite personal serverless platform922url
2512My full statement regarding DOOM Eternal922url
2513Grooveshark co-founder, 28, found dead in home922url
2514An interactive intro to CRDTs922url
2515Philae comet lander wakes up922url
2516Zed on Linux Is Here922url
2517Piano teacher gets copyright claim for Beethoven’s Moonlight Sonata [video]922url
2518Tesla Semi922url
2519Reddit to go dark on Jan 18 to protest SOPA922url
2520How the Singapore Circle Line rogue train was caught with data921url
2521The most unethical thing I was asked to build while working at Twitter in 2015921url
2522KidPix921url
2523Burning out and quitting921url
2524The new MacBook921url
2525HackerRank (YC S11) DMCA'ed the SymPy Docs [fixed]921url
2526European Commission fines Google €4.34B in Android antitrust case921url
2527Hidden backdoor API to root privileges in Apple OS X920url
2528FFmpeg by Example920url
2529Public protest against Amazon920None
2530Higher quality audio makes people sound smarter920url
2531Mathigon – an interactive, personalized mathematics textbook920url
2532U.S. will suspend all travel from Europe for 30 days920url
2533How Hacker News ranking really works: scoring, controversy, and penalties920url
2534A Dutch graphic artist reconstructed Tenochtitlan in 3D919url
2535Facebook quitters report more life satisfaction, less depression and anxiety919url
2536Modern-Day Oracles or Bullshit Machines? How to thrive in a ChatGPT world919url
2537How I program with LLMs919url
2538The FTC wants to ban tough-to-cancel subscriptions919url
2539We’re all just temporarily abled919url
2540Crypto 101 – Introductory course on cryptography919url
2541SvelteKit 1.0919url
2542Show HN: I wrote a book about Go919url
2543Stripe Treasury918url
2544Let’s fix font size918url
2545Boris Johnson uses search terms in interviews to hide negative articles?918url
2546Adblocking: How about Nah?918url
2547Scenic Tram Simulator918url
2548Deconstructing Google’s excuses on tracking protection918url
2549World918url
2550Network Solutions Auto-Enroll: $1,850917url
2551DeepMind and Blizzard to release StarCraft II as an AI research environment917url
2552CDC File Transfer917url
2553Road resurfacing during the daytime without stopping traffic [video]917url
2554Barnes and Noble's surprising turnaround917url
2555Boss as a Service – Hire a boss, get stuff done917url
2556Tell HN: I salute everyone on call/working support through the holidays916None
2557Asahi Linux lead developer Hector Martin resigns from Linux kernel916url
2558Google is discontinuing Inbox916url
2559Feynman: I am burned out and I'll never accomplish anything (1985)915url
2560MIT-designed project achieves major advance toward fusion energy915url
2561Too much efficiency makes everything worse (2022)915url
2562Julia 1.0915url
2563Cloudflare S-1915url
2564PySkyWiFi: Free stupid wi-fi on long-haul flights915url
2565Seaweed in Cow Feed Reduces Methane Emissions Almost Entirely915url
2566The 500-mile email (2002)915url
2567Microsoft Launches Its .NET Distribution for Linux and Mac915url
2568Atom Is Now Open Source914url
2569Dragonflydb – A modern replacement for Redis and Memcached914url
2570Sam Altman goes before US Congress to propose licenses for building AI914url
2571GitHub Copilot, with “public code” blocked, emits my copyrighted code914url
2572The FCC Has Fined Robocallers $208M, Collected $6,790914url
2573How to Get Startup Ideas914url
2574Rust Moderation Team Resigns914url
2575Lessons learned building an ML trading system914url
2576Level 3 Global Outage914url
2577React 16914url
2578List of Sites Affected by Cloudflare's HTTPS Traffic Leak914url
2579It's later than you think914url
2580Google has a secret browser hidden inside the settings914url
2581I am dying of squamous cell carcinoma, and potential treatments are out of reach913url
2582The Unreasonable Effectiveness of Recurrent Neural Networks913url
2583Epic, Spotify, and Tinder form advocacy group to push for app store changes913url
2584Two weeks of dealing with Google as a developer913url
2585CLI: Improved913url
2586Microsoft AI spying scandal: time to rethink privacy standards913url
2587EFF sues Proctorio on behalf of student falsely DMCA'd913url
2588TikTok Ban Bill Is Patriot Act 2.0 Trojan Horse [video]912url
2589Firefox’s new streaming and tiering compiler912url
2590Starting an Internet Service Provider912url
2591Apple confirms it uses Google cloud for some of iCloud912url
2592Show HN: Markwhen: Markdown for Timelines912url
2593DeepSeek releases Janus Pro, a text-to-image generator [pdf]912url
2594Twitter starts to require login to view tweets912url
2595Launch HN: Promise (YC W18) – Cost-effective, more humane alternative to jail912None
2596Intel announces retirement of Pat Gelsinger912url
2597Alex Trebek has died911url
2598Adobe's new image rotation tool is one of the most impressive AI tools seen911url
2599Why the Fuck?911url
2600'Clean your desk': My Amazon interview experience911url
2601US developers can offer non-app store purchasing, Apple still collect commission911url
2602Challenging projects every programmer should try911url
2603AI Clones Your Voice After Listening for 5 Seconds (2018)911url
2604The “Cobra Effect” that is disabling paste on password fields911url
2605Time-lapse of a single cell transforming into a salamander (2019)911url
2606How I hacked Github again911url
2607Show HN: Your Social Media Fingerprint (maybe NSFW)911url
2608Ask HN: Cheap places to live with a good intellectual atmosphere?911None
2609Google, Apple remove Navalny app from stores as Russian elections begin911url
2610Game about squares910url
2611Please Stop Using Adblock (But Not Why You Think)910url
2612Poor Grades Tied to Class Times That Don’t Match Our Biological Clocks910url
2613Kickstarter employees vote to unionize910url
2614GitHub Copilot Chat Leaked Prompt910url
26158chan goes dark after hardware provider discontinues service910url
2616Ask HN: What is your blog and why should I read it?910None
2617I worked on the US drone program. The public should know what really goes on910url
2618We Should Not Accept Scientific Results That Have Not Been Repeated910url
2619Facebook LLAMA is being openly distributed via torrents909url
2620AV1: A new general-purpose video codec909url
2621Arrest made in SF killing of Bob Lee – alleged killer also worked in tech909url
2622Facebook shuts popular stock trading group amid GameStop frenzy909url
2623Go 2 Draft Designs909url
2624Medium is a poor choice for blogging909url
2625Fine tune a 70B language model at home909url
2626A senior engineer's guide to the system design interview909url
2627Why is Stack Overflow trying to start audio?909url
2628Wind Map909url
2629Adobe Firefly: AI Art Generator908url
2630AI Generated Seinfeld runs 24/7 on Twitch908url
2631Unicode Text Converter908url
2632Archivists Are Trying to Make Sure LibGen Never Goes Down908url
2633PHP in 2019908url
2634Ask HN: A New Decade. Any Predictions? (2010)908url
2635Removal of Heroku free product plans908url
2636Who Owns My Name?908url
2637YouTube is testing a more aggressive approach against ad blockers907url
2638Signal is having technical difficulties907url
2639ColorBox by Lyft Design907url
2640Calls between JavaScript and WebAssembly are finally fast907url
2641Alphabet's Waymo Alleges Uber Stole Self-Driving Secrets907url
2642Tesla’s $16k Quote for a $700 Fix Is Why Right to Repair Matters907url
2643Rich Harris joins Vercel to work on Svelte full time907url
2644React Native for Android907url
2645I am starting an AI+Education company907url
2646How to recognize AI snake oil [pdf]907url
2647Open-sourcing AudioCraft: Generative AI for audio906url
2648JS Paint – A web-based MS Paint remake906url
2649Amazon Glacier906url
2650Fish 4.0: The Fish of Theseus906url
2651Metal monolith found by helicopter crew in Utah desert906url
2652Free IRS-run tax filing pilot to be available in 13 states906url
2653Adobe to remove Flash Player from web site after December 2020906url
2654Reconsider906url
2655CVE-2014-6271: Remote code execution through bash905url
2656Manim – an animation engine for explanatory math videos905url
2657SQL queries don't start with SELECT905url
2658Did I just waste 3 years?905url
2659My lizard brain is no match for infinite scroll905url
2660Open Letter to Mozilla: Bring Back Persona905url
2661Fast905url
2662A circuit simulator that doesn't look like it was made in 2003905url
2663Time to end the war on drugs905url
2664New startup sells coffee through SSH904url
2665The era of open voice assistants904url
2666Docker for Mac and Windows Beta904url
2667Mozilla bug 923590: Pledge never to implement HTML5 DRM904url
2668Homebrew 1.0.0904url
2669Please Add RSS Support to Your Site904url
2670Tim Cook’s Company-Wide Email on Hkmap.live Doesn’t Add Up904url
2671Google Will Stop Reading Your Emails for Gmail Ads903url
2672An even worse anti-encryption bill than EARN IT903url
2673Google chief: I'd disclose smart speakers before guests enter my home903url
2674Vulkan is Here903url
2675Nintendo is suing the creators of Switch emulator Yuzu903url
2676Suspicious data pattern in recent Venezuelan election903url
2677The mermaid is taking over Google search in Norway903url
2678Include diagrams in your Markdown files with Mermaid903url
2679I'd like to use the web my way, thank you very much Quora902url
2680Slack closes account of an Iranian user living in Canada902url
2681The New York Times buys Wordle902url
2682Amazon Pip Horror Story902url
2683Amnesia is now open source902url
2684CoreOS is building a container runtime, Rocket902url
2685The HTTP crash course nobody asked for902url
2686New Zealand bans some software patents902url
2687Using Anki to remember what you read901url
2688Crazy New Ideas901url
2689All of Oculus’s Rift headsets have stopped working due to an expired certificate901url
2690Why Cities: Skylines 2 performs poorly901url
2691Health insurers just published close to a trillion hospital prices901url
2692The House just voted to wipe out the FCC’s landmark Internet privacy protections901url
269375% decline over 27 years in total flying insect biomass in protected areas901url
2694Steve Jobs has died901url
2695Let’s talk about usernames900url
2696Mosh: SSH for 2012900url
2697Fractal Lab900url
2698Airline pilots landing at LAX report “a guy in jetpack” flying alongside them900url
2699We need a middle class for startups899url
2700The bullet effects in Terminator 2 weren’t CGI899url
2701Secret contract tied NSA and security industry pioneer899url
2702Tesla remotely converts battery pack, cutting 1/3 of range899url
2703I Turned a Routine Traffic Ticket into a Constitutional Trial899url
2704Germany: New government plans 'right to encryption'899url
2705GGML – AI at the Edge899url
2706VS Code uses 13% CPU when idle due to blinking cursor rendering899url
2707Here is today899url
2708Apple's iCloud+ “VPN”898url
2709We got banned from PayPal after 12 years of business898url
2710Still alive898url
2711Elon Musk owns Twitter: The story so far898url
2712Au Revoir898url
2713I have no capslock and I must scream897url
2714Ask HN: What are the things that you have automated in your personal life?897None
2715From Asm.js to WebAssembly897url
2716Jitsi Meet: An open source alternative to Zoom897url
2717Realistic computer-generated handwriting896url
2718No More Cheap Shipping for Chinese Sellers896url
2719Firefox Quantum Lands in Beta, Developer Edition896url
2720Wine 2.0 released896url
2721The Long-Term Stock Exchange Opens for Business896url
2722Don't you lecture me with your thirty dollar website896url
2723Flash Is Responsible for the Internet's Most Creative Era896url
2724Leaving Beta, New Sponsors896url
2725Why I Am Leaving Goldman Sachs896url
2726X896url
2727Hacking millions of modems and investigating who hacked my modem895url
2728Does anyone remember websites?895url
2729Fight back against Google AMP (2018)895url
2730Why you should not use Google Cloud895url
2731How to learn D3.js895url
2732I tried to report scientific misconduct. How did it go?895url
2733Transmission BitTorrent app contained malware895url
2734Facebook account banned after linking Oculus account895url
2735If a MacBook Pro runs hot or shows high kernel CPU, try charging it on the right895url
2736Google Chrome has an API accesible only from *.google.com895url
2737Dumber phone895url
2738Privacy Pass Authentication for Kagi Search894url
2739How to Be Successful894url
2740Show HN: Primitive Pictures894url
2741Apple acquires Dark Sky894url
2742Intel's disruption is now complete894url
2743Explorabl.es894url
2744A practical security guide for web developers894url
2745Announcing Rust 1.0 Alpha894url
2746Ask HN: What are some good technology blogs to follow?893None
2747On Being a Principal Engineer893url
2748US Justice Department to seek breakup of Live Nation-Ticketmaster893url
2749Outlook now ignores Windows' Default Browser and opens links in Edge by default893url
2750Equifax Lobbied to Kill Rule Protecting Victims of Data Breaches893url
2751The best engineering interview question I've ever gotten893url
2752A Modern JavaScript Tutorial893url
2753Gravity waves from Big Bang detected892url
2754I don't know how CPUs work so I simulated one in code892url
2755Frances Allen has died892url
2756Safe ways to do things in bash892url
2757Why I Don’t Talk to Google Recruiters892url
2758Drone Footage of Arecibo Observatory Collapse892url
275970TB of Parler users’ messages, videos, and posts leaked by security researchers892url
2760Sr.ht, the hacker's forge, now open for public alpha892url
2761Replit's new Code LLM: Open Source, 77% smaller than Codex, trained in 1 week891url
2762Programming Is Mostly Thinking (2014)891url
2763Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context891url
2764Things You Notice When You Quit the News891url
2765Killing TurboTax891url
2766To Apple, Love Taylor891url
2767Azure ChatGPT: Private and secure ChatGPT for internal enterprise use891url
2768Apple to wind down electric car effort after decadelong odyssey891url
2769Photos capture life inside a drop of seawater890url
2770ICC issues warrants for Netanyahu, Gallant, and Hamas officials890url
2771M4 MacBook Pro890url
2772Facebook to ban white nationalist content890url
2773Katie Bouman, the computer scientist behind the first black hole image889url
2774Codename: Obtvse889url
2775New Cities889url
2776You don't need JavaScript for that889url
2777I no longer trust The Great Suspender889url
2778Wikimedia is moving to Gitlab889url
2779A cave in Romania that was sealed for 5.5M years889url
2780MacBook Pro with faster performance and new features for pros889url
2781So what’s next (personal news from developer of popular CoreJS polyfill)889url
2782Microsoft, Google, Facebook Back Apple in Blocked Phone Case888url
2783Disney claims anyone using a Twitter hashtag is agreeing to their terms of use888url
2784Macroeconomic changes have made it impossible for me to want to pay you888url
2785I’ve had the same supper for 10 years888url
2786'We good now China?' South Park creators issue mock apology888url
2787What Vizio was doing behind the TV screen888url
2788Cookie Warning Shenanigans Have Got to Stop888url
2789HTTP headers for the responsible developer887url
2790Minecraft creator says he’s canceled talks for Oculus Rift version887url
2791Polyfill supply chain attack hits 100K+ sites887url
2792Postgres WASM887url
2793Any sufficiently advanced uninstaller is indistinguishable from malware887url
2794Open Source Tractor887url
2795You are what you read, even if you don't always remember it887url
2796Prince of Persia in JavaScript887url
2797Dropbox Attempts To Kill Open Source Project886url
2798Vertiwalk Vertical Walking886url
2799Amit Gupta needs you886url
2800Please don't use Slack for FOSS projects886url
2801Single Page Applications using Rust886url
2802Show HN: A web debugger an ex-Cloudflare team has been working on for 4 years886None
2803Show HN: I made a new sensor out of 3D printer filament for my PhD886url
2804Try quickly typing 1+ 2 + 3 into the iOS 11 Calculator886url
2805Steam Brick: No screen, no controller, just a power button and a USB port885url
2806Microsoft blocks EdgeDeflector to force Windows 11 users into Edge885url
28071:60 scale Boeing 777 made from manila folders885url
2808Go is Google's language, not ours885url
2809Why we use our own hardware885url
2810Mozilla Standards Positions Opposes Web Integrity API885url
2811The Fastest Mutexes885url
2812MIT researchers uncover ‘unpatchable’ flaw in Apple M1 chips885url
2813Mistral 7B884url
2814Brad Cox has died884url
2815New academic journal only publishes 'unsurprising' research rejected by others884url
2816It's always TCP_NODELAY884url
2817The Alexander: Why did you build such a long piano?884url
2818Leaving the Mac App Store884url
2819SCOTUS: Patent Rights Over a Printer Cartridge Are Exhausted When It Is Sold884url
2820I Got Access to My Secret Consumer Score884url
2821None884None
2822Facebook, Twitter block the NY Post from posting883url
2823Stop SOPA, save the Internet883url
2824Uber faces criminal probe over software used to evade authorities883url
2825God's Lonely Programmer883url
2826Superintelligence: The Idea That Eats Smart People883url
2827“Warning: Do Not use my mirrors/services until I have reviewed the situation”883url
2828Changes at Basecamp883url
2829Caltech Researchers Find Evidence of a Planet Beyond Pluto883url
2830The Deno Company883url
2831Apple blocks Google from running its internal iOS apps882url
2832Google bans Zoom from employees' computers882url
2833Wobbly clock882url
2834Ask HN: Best book / resources on leadership, especially for tech teams?882None
2835Pencil882url
2836The most underused browser feature: reader mode882url
2837An experiment in UI density created with Svelte882url
2838Gmail 2FA causes the homeless to permanently lose access 3 times a year882url
2839YouTube now requires to label their realistic-looking videos made using AI882url
2840Hacking 700M Electronic Arts accounts881url
2841Developers who use spaces make more money than those who use tabs881url
2842Dislike button would improve Spotify's recommendations881url
2843Synthetic diamonds are now purer, more beautiful, and cheaper than mined881url
2844Japan's government plans to encourage 4-day workweek, but experts split881url
2845TurboTax Hides Its Free File Page from Search Engines881url
2846Dr. Seuss books deemed offensive will be delisted from eBay881url
2847Bitcoin is a disaster881url
2848Bidding farewell to Google Code880url
2849I Know What You Download on BitTorrent880url
2850HTML First880url
2851Et Tu, Signal?880url
2852iOS 17 automatically removes tracking parameters from links you click on880url
2853Google Has Started Penalizing Mobile Websites with Intrusive Pop-Up Ads880url
2854Cheap junk flooding Amazon has brand names like MOFFBUZW880url
2855Medieval880url
2856FBI seized PokerStars.com, FullTiltPoker.com, UB.com,... domain names880url
2857OpenStreetMap proven to be a highly accurate map in top US cities880url
2858Suicide880url
2859What rr does880url
2860Show HN: Lorem Picsum – Lorem Ipsum but for photos880url
2861After my dad died, I ran and sold his company (2018)880url
2862Worldle879url
2863SpaceX bans Zoom over privacy concerns879url
2864Neovim879url
2865Persepolis of ancient Persia rendered in WebGL879url
2866FTC bans TurboTax from advertising 'free' services, calls deceptive advertising879url
2867Big data is dead879url
2868Welcome Chris Lattner879url
2869Vaccine hopes rise as Oxford jab prompts immune response among old and young879url
2870Three senior researchers have resigned from OpenAI879None
2871Python Is Eating the World879url
2872GitHub cuts AI deals with Google, Anthropic879url
2873Tell HN: AWS appears to be down again879None
2874US Senate Report on CIA Detention and Interrogation Program879url
2875Verizon to Sell Tumblr to Automattic879url
2876Firebase is Joining Google879url
2877Getting my daily news from a dot matrix printer879url
2878The New York Times Is Now Available as a Tor Onion Service878url
2879'Our minds can be hijacked': tech insiders who fear a smartphone dystopia878url
2880Why Do Keynote Speakers Keep Suggesting That Improving Security Is Possible?878url
2881The end of the nice GTK button878url
2882Things I wish I’d known about CSS878url
2883McDonald's just dropped a brand new Game Boy game878url
2884Zoomquilt (2004)878url
2885Play Counter-Strike 1.6 in your browser878url
2886Price fixing by algorithm is still price fixing878url
2887Firefox rolls out Total Cookie Protection by default to all users877url
2888The Future of Markdown877url
2889River Runner: drop a raindrop anywhere in the USA, watch where it ends up877url
2890Remote Code Execution on a Facebook server877url
2891The Mac Pro Lives877url
2892The “Talk”877url
2893Supreme Court rules ex-presidents have immunity for official acts877url
2894Ask HN: How did my LastPass master password get leaked?877None
2895Facial recognition: It’s time for action877url
2896Scrollbar Blindness877url
2897YouTube approves ad by Belarusian gov with journalist from hijackd Ryanair plane876url
2898Toyota owners have to pay $8/month to keep using their key fob for remote start876url
2899Remote Code Execution on Most Dell Computers876url
2900Git's list of banned C functions876url
2901I'm not a Woman in Tech876url
2902Large Eruption Near Tonga, Heard in NZ. Tsunami at Tonga and Fiji876url
2903Servers as they should be – shipping early 2022876url
2904Show HN: Long Range E-Bike876url
2905Immersive Linear Algebra (2015)876url
2906How to get root on Ubuntu 20.04 by pretending nobody’s /home876url
2907Curves and Surfaces876url
2908Assange case: Key witness admits he lied875url
2909Ask HN: Urgent connection to Twitter support875None
29109-Euro-Ticket875url
2911How to be a -10x Engineer875url
2912Goodbye Joe875url
2913New Evidence of Hacked Supermicro Hardware Found in U.S. Telecom875url
2914New Windows 10 Devices From Microsoft875url
2915Text Editing Hates You Too875url
2916Trackers874url
2917Stable Diffusion is a big deal874url
2918Non-profit’s $300 hepatitis C cure as effective as $84k alternative874url
2919It's still easy for anyone to become you at Experian874url
2920Facebook ban on discussing Linux?874url
2921Flightradar24 – how it works874url
2922I've spent the last two years building a new email client874url
2923The Presence of One’s Own Smartphone Reduces Available Cognitive Capacity (2017)874url
2924Announcing Open Source of WPF, Windows Forms, and WinUI874url
292518yo arrested for reporting a bug in the new Budapest e-Ticket system874url
2926It all began with a strange email874url
2927The quiet art of attention873url
2928I took 50k images of the night sky to make an 81 Megapixel image of the moon873url
2929Matrix Multiplication873url
2930Netlify Dev873url
2931PayPal stops payouts to models on Pornhub873url
2932Ask HN: Best books you read in the past decade?873None
2933Some tiny personal programs I've written873url
2934Pornhub Bypasses Ad Blockers with WebSockets873url
2935Software development topics I've changed my mind on873url
2936Vision Pro: What we got wrong at Oculus that Apple got right873url
2937Gilead shot prevents all HIV cases in trial873url
2938Code together in real time with Teletype for Atom873url
2939Paralyzed man regains use of arms and hands after experimental stem cell therapy873url
2940Dear Startups: stop asking me math puzzles to figure out if I can code872url
294125-Dec. Shout-out to everyone else at work872None
2942'Happy Birthday' song copyright is not valid, judge rules872url
2943Magnus Carlsen to give up World Championship title872url
2944Pfizer's oral Covid-19 antiviral cuts hospitalization, death by 85%872url
2945New in Git: switch and restore872url
2946Npm Audit: broken by design?872url
2947Model Context Protocol872url
2948Demoscene accepted as UNESCO cultural heritage in The Netherlands872url
2949Things I learnt the hard way in thirty years of software development872url
2950Six Months of Tiny Projects872url
2951Writing userspace USB drivers for abandoned devices872url
2952This person does not exist872url
2953How is GNU `yes` so fast?872url
2954Google employees are listening to Google Home conversations872url
2955NVIDIA Transitions Fully Towards Open-Source Linux GPU Kernel Modules872url
2956It's not a crime if we do it with an app872url
2957Flat UI: Free Web User Interface Kit872url
2958This Website is hosted on an Casio fx-9750GII Calculator872url
2959Explosions near Boston Marathon finish line872url
29601Hz CPU made in Minecraft running Minecraft at 0.1fps [video]872url
2961What Boeing did to all the guys who remember how to build a plane871url
2962MacBook Pro featuring M2 Pro and M2 Max871url
2963Atta Elayyan, Developer of MetroTube and LazyWorm Apps, Killed in Christchurch871url
2964Why I now, unfortunately, hate Hacker News..871None
2965Governments spying on Apple, Google users through push notifications871url
2966Security Flaws in Adobe Acrobat Reader Allow Gaining Root on macOS Silently871url
2967How far can you go by train in 5h?871url
2968Justice Department Is Preparing Antitrust Investigation of Google870url
2969“Equation Group” ran the most advanced hacking operation ever uncovered870url
2970More Paypal nonsense870url
2971America's 1% Has Taken $50T From the Bottom 90%870url
2972VVVVVV’s source code is now public, 10 year anniversary jam happening now870url
2973Ending our third party fact-checking program and moving to Community Notes model870url
2974The art of over-engineering your side projects869url
2975Setris – Tetris with Sand Physics869url
2976Google adds experimental setting to hide full URLs in Chrome 85 address bar869url
2977Open-Source Home Automation869url
2978Goodreads plans to retire API access, disables existing API keys869url
2979US Media Blacks Out Snowden Interview869url
2980Kelly Rowland couldn't have used the =HYPERLINK() function to message Nelly869url
2981Native Linux GPU Driver for Apple M1869url
2982The NYPD Was Ticketing Legally Parked Cars; Open Data Put an End to It868url
2983Five minute guide to better typography868url
2984The Rust I wanted had no future868url
2985Show HN: I built an After Effects for dummies868url
2986WebGL Fluid Simulation868url
2987U.S. moves to bar noncompete agreements in labor contracts868url
2988People Aren’t Dumb, the World Is Hard868url
2989Hospital creates bidding war by posting pricing online868url
2990Louis C.K. experiment results: over $500,000 in 4 days868url
2991I fought the PayPal and I won868url
2992Ask HN: Pick startups for YC to fund867None
2993Ask HN: Best alternative to Gmail?867None
2994iOS Privacy: Easily get a user's Apple ID password, just by asking867url
2995SMS is not 2FA-secure867url
2996President Daniels responds to Chinese student's harassment867url
2997Show HN: My embarrassing personal website from the 90s867url
2998FastHTML – Modern web applications in pure Python867url
2999Build Your Own X867url

🗒️ Download (notebook.ipynb)