frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Program with Paint Brushes, Not Pencils

https://blog.pickcode.io/program-with-paint-brushes-not-pencils/
5•skadamat•4d ago

Comments

Lerc•19m ago
I think there's something to that.

My starter program for 9 year olds was

    print("draw with the arrow keys");
    var cx=320;
    var cy=240;

    function move() {
      if (keyIsDown(38)) cy-=1;
      if (keyIsDown(40)) cy+=1;
      if (keyIsDown(37)) cx-=1;
      if (keyIsDown(39))    cx+=1;
    }

    function draw() {
      fillCircle(cx,cy,6);
    }

    run(move,draw);
I think since then I changed keyIsDown to keyHeldDown [with keyWentDown] as a compliment.

That combined with

https://fingswotidun.com/code/index.php/Keycodes

That gives an etch a sketch program and enough information of how to convert it to WASD which seems to be a universal impulse amongst 9year olds.

Asus Bike Booster

https://www.asus.com/accessories/bike-booster/asus-oxiis/oxiis-intelligent-bike-booster/
223•wiradikusuma•3d ago•117 comments

The quirky personal homepages of programming language creators

https://breck.lol/plMakers.html
16•cjlm•42m ago•6 comments

Asynchronous I/O in DuckDB: Work, Thread, Work

https://duckdb.org/2026/07/31/asynchronous-io
80•pdet•5d ago•7 comments

Semaglutide linked to lower predicted dementia risk

https://alz-journals.onlinelibrary.wiley.com/doi/10.1002/dad2.70432
387•randycupertino•13h ago•270 comments

Patterns and problems in emerging multi-agent systems

https://www.anthropic.com/research/multiagent-systems
22•maxutility•2h ago•4 comments

Show HN: Mic Drop, a real-time multiplayer karaoke game

https://www.micdrop.gg/
37•johnsillings•4h ago•15 comments

Cultivating a state of mind where new ideas are born (2023)

https://www.henrikkarlsson.xyz/p/good-ideas
120•felixbraun•8h ago•29 comments

Guiding Ships with Moire Patterns

https://tinkerings.org/2018/03/28/guiding-ships-with-moire-patterns/
20•Eridanus2•3h ago•4 comments

AI in drug discovery – what it is, where we stand and the path forward

https://www.science.org/content/blog-post/so-how-ai-drug-discovery-doing-really
118•AnodicElegy•9h ago•60 comments

At-home test for infected ticks could improve Lyme Disease diagnosis

https://www.smithsonianmag.com/innovation/the-first-at-home-test-for-infected-ticks-could-improve...
239•gmays•15h ago•83 comments

Zapping Rocks Unlocks Stimulated Geologic Hydrogen

https://spectrum.ieee.org/stimulated-geologic-hydrogen
10•adm4•2h ago•3 comments

Numba in the Browser: Unlocking a New Scientific Python Stack in JupyterLite

https://notebook.link/blog/numba-in-the-browser/
14•xalfotis•3d ago•2 comments

Software Engineering fundamentals matter more

https://rhonabwy.com/2026/08/15/software-engineering-fundamentals-matter-more-than-ever/
45•ingve•6h ago•4 comments

Tea5767-Radio-Tuner

https://github.com/turtushig22-blip/tea5767-radio-tuner
31•turtushig22•5h ago•1 comments

21,000 MCP servers exposed: the protocol reaches a security inflection point

https://forkast.news/the-model-context-protocol-reaches-a-security-inflection-point/
4•Wpnx330•58m ago•1 comments

RISC-V: They Should Have Known Better

https://dmitry.gr/?r=06.%20Thoughts&proj=12.%20RV
265•dmitrygr•1d ago•322 comments

Abdominal fat predicts heart disease risk better than BMI

https://www.acc.org/about-acc/press-releases/2026/08/11/14/59/abdominal-fat-predicts-heart-diseas...
202•theanonymousone•7h ago•148 comments

A fortuitous decade as an indie software developer

https://lapcatsoftware.com/articles/2026/8/3.html
55•frizlab•5d ago•8 comments

Show HN: Fixing optical computing jitter via fluid dynamics in GPU registers

https://github.com/PJHkorea/photonic-mesh-fng-router
3•PJHkorea•6d ago•1 comments

Tracking down a Zsh history data loss bug

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
53•ingve•7h ago•18 comments

Super El Niño Keeps Growing as New Forecasts Reach Record Territory Ahead Winter

https://www.severe-weather.eu/long-range-2/super-el-nino-growth-accelerating-to-record-strength-f...
135•dgellow•9h ago•82 comments

AI has access to a vastly larger working memory than the human brain

https://davidepiffer.com/p/ai-isnt-outthinking-mathematicians
454•rzk•10h ago•394 comments

SugarTrack – an offline Android logbook for blood sugar (no account, no cloud)

https://sugartrack-beta.vercel.app/
34•hunzaboy•6h ago•9 comments

Program with Paint Brushes, Not Pencils

https://blog.pickcode.io/program-with-paint-brushes-not-pencils/
5•skadamat•4d ago•1 comments

A spectre is haunting Unicode

https://www.dampfkraft.com/ghost-characters.html
196•sensanaty•14h ago•66 comments

Voltair (YC W26) Is Hiring a Test Flight Engineer

https://www.ycombinator.com/companies/voltair/jobs/sSOD2Ox-flight-test-engineer
1•wweissbluth•10h ago

Show HN: Bribes.fyi – Compare bribes statistics department wise

https://bribes.fyi/compare
27•neverenderr•6h ago•11 comments

Government sponsored study on alcohol doesn't stand up to scrutiny: Nassim Taleb

https://nntaleb.substack.com/p/have-another-drink
21•scoofy•1h ago•6 comments

AI-Assisted GPU Porting of a 250k Line Legacy Weather Simulation Code

https://arxiv.org/abs/2608.13122
17•Jimmc414•6h ago•2 comments

Tess's Android Wayland Compositor

https://github.com/wmww/tawc
58•schmorptron•10h ago•5 comments