frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

I extracted the safety filters from Apple Intelligence models

https://github.com/BlueFalconHD/apple_generative_model_safety_decrypted
215•BlueFalconHD•3h ago•110 comments

A non-anthropomorphized view of LLMs

http://addxorrol.blogspot.com/2025/07/a-non-anthropomorphized-view-of-llms.html
26•zdw•48m ago•4 comments

Building the Rust Compiler with GCC

https://fractalfir.github.io/generated_html/cg_gcc_bootstrap.html
43•todsacerdoti•1h ago•0 comments

Show HN: I wrote a "web OS" based on the Apple Lisa's UI, with 1-bit graphics

https://alpha.lisagui.com/
219•ayaros•4h ago•69 comments

Intel's Lion Cove P-Core and Gaming Workloads

https://chipsandcheese.com/p/intels-lion-cove-p-core-and-gaming
21•zdw•47m ago•0 comments

More than 1 in 5 Show HN posts are now AI-related, get > half the votes/comments

https://ryanfarley.co/ai-show-hn-data/
183•rfarley04•2d ago•108 comments

Jane Street barred from Indian markets as regulator freezes $566 million

https://www.cnbc.com/2025/07/04/indian-regulator-bars-us-trading-firm-jane-street-from-accessing-securities-market.html
170•bwfan123•9h ago•91 comments

Async Queue – One of my favorite programming interview questions

https://davidgomes.com/async-queue-interview-ai/
74•davidgomes•6h ago•45 comments

Why English doesn't use accents

https://www.deadlanguagesociety.com/p/why-english-doesnt-use-accents
39•sandbach•1h ago•20 comments

Nobody has a personality anymore: we are products with labels

https://www.freyaindia.co.uk/p/nobody-has-a-personality-anymore
9•drankl•58m ago•9 comments

Get the location of the ISS using DNS

https://shkspr.mobi/blog/2025/07/get-the-location-of-the-iss-using-dns/
246•8organicbits•10h ago•75 comments

Functions Are Vectors (2023)

https://thenumb.at/Functions-are-Vectors/
141•azeemba•7h ago•73 comments

Opencode: AI coding agent, built for the terminal

https://github.com/sst/opencode
91•indigodaddy•5h ago•23 comments

Backlog.md – CLI that auto-generates task files (took my Claude success to 95 %)

https://github.com/MrLesk/Backlog.md
57•mrlesk•3h ago•12 comments

I don't think AGI is right around the corner

https://www.dwarkesh.com/p/timelines-june-2025
96•mooreds•2h ago•111 comments

Lessons from creating my first text adventure

https://entropicthoughts.com/lessons-from-creating-first-text-adventure
15•kqr•2d ago•1 comments

LLMs should not replace therapists

https://arxiv.org/abs/2504.18412
48•layer8•1h ago•51 comments

Metriport (YC S22) is hiring engineers to improve healthcare data exchange

https://www.ycombinator.com/companies/metriport/jobs/Rn2Je8M-software-engineer
1•dgoncharov•6h ago

Cool People [pdf]

https://www.apa.org/pubs/journals/releases/xge-xge0001799.pdf
62•ilamont•5h ago•16 comments

Corrected UTF-8 (2022)

https://www.owlfolio.org/development/corrected-utf-8/
30•RGBCube•3d ago•21 comments

Hannah Cairo: 17-year-old teen refutes a math conjecture proposed 40 years ago

https://english.elpais.com/science-tech/2025-07-01/a-17-year-old-teen-refutes-a-mathematical-conjecture-proposed-40-years-ago.html
321•leephillips•7h ago•70 comments

Mirage: First AI-Native UGC Game Engine Powered by Real-Time World Model

https://blog.dynamicslab.ai
14•zhitinghu•22h ago•9 comments

Collatz's Ant and Σ(n)

https://gbragafibra.github.io/2025/07/06/collatz_ant5.html
21•Fibra•6h ago•3 comments

Toys/Lag: Jerk Monitor

https://nothing.pcarrier.com/posts/lag/
42•ptramo•8h ago•36 comments

Overclocking LLM Reasoning: Monitoring and Controlling LLM Thinking Path Lengths

https://royeisen.github.io/OverclockingLLMReasoning-paper/
46•limoce•10h ago•0 comments

1945 TV Console Showed Two Programs at Once

https://spectrum.ieee.org/dumont-duoscopic-tv-set
31•pseudolus•1d ago•10 comments

Serving 200M requests per day with a CGI-bin

https://simonwillison.net/2025/Jul/5/cgi-bin-performance/
296•mustache_kimono•22h ago•258 comments

Hidden interface controls that affect usability

https://interactions.acm.org/archive/view/july-august-2025/stop-hiding-my-controls-hidden-interface-controls-are-affecting-usability
538•cxr•1d ago•382 comments

Can we test it? Yes, was can [video]

https://www.youtube.com/watch?v=MqC3tudPH6w
58•zdw•3d ago•63 comments

What a Hacker Stole from Me

https://mynoise.net/blog.php
355•wonger_•1d ago•105 comments
Open in hackernews

Show HN: Pixel Art Generator Using Genetic Algorithm

https://github.com/Yutarop/ga-pixel-art
13•ponta17•8h ago
This project is a simple but fun demonstration of a genetic algorithm applied to image generation. It starts with a population of random images and evolves them over generations to resemble a target image. The output is an animated GIF that shows the entire evolution process.

Comments

FerkiHN•8h ago
Cool!
Evidlo•4h ago
How do you think your example would compare against a simple lowpass + downsampling?

I think for most complicated pixel art, "reimagining" the image is necessary to keep it visually appealing and discernible at low-res, like in the examples here:

https://en.wikipedia.org/wiki/Pixel_art

__loam•4h ago
Pixel art isn't just bucketing a higher resolution image into a lower resolution. If you're going to use that term, you should probably have at least a basic understanding of the medium.
RugnirViking•1h ago
This. I wasn't expecting much, having tried similar claiming algorithms and been disappointing. But even among those, the example image used here looks barely better than downscale and posterize
u5wbxrc3•1h ago
Interesting approach! The title is misleading though. I do not understand how this relates to pixel art. Pixel art is placing pixel on a constrained canvas and choosing colors on a limited palette which this does not seem to be. Maybe this could be considered blurring effect or image reconstruction/approximation?