frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Unlimited OCR: One-Shot Long-Horizon Parsing

https://github.com/baidu/Unlimited-OCR
142•ingve•2h ago•37 comments

Steam Machine launches today

https://store.steampowered.com/news/group/45479024/view/685257114654870245
1740•theschwa•20h ago•1482 comments

Plotnine

https://plotnine.org/
126•tosh•4d ago•28 comments

Will It Mythos?

https://swelljoe.com/post/will-it-mythos/
215•mindingnever•9h ago•144 comments

GLM-5.2 – How to Run Locally

https://unsloth.ai/docs/models/glm-5.2
471•TechTechTech•16h ago•219 comments

VibeThinker: 3B param model that beats Opus 4.5 on reasoning with novel SFT+GRPO

https://arxiv.org/abs/2606.16140
269•timhigins•11h ago•127 comments

Crypto in 2026: Oh, This Is the Bad Place

https://www.stephendiehl.com/posts/bad_place_2026/
171•ibobev•3h ago•189 comments

The Coming Loop

https://lucumr.pocoo.org/2026/6/23/the-coming-loop/
100•ingve•2h ago•82 comments

In praise of memcached

https://jchri.st/blog/in-praise-of-memcached/
206•j03b•12h ago•77 comments

Epidurals are a miracle technology

https://worksinprogress.co/issue/the-wonder-of-epidurals/
27•karakoram•2d ago•13 comments

The Traditional Vi

https://ex-vi.sourceforge.net/
36•exvi•4h ago•22 comments

Show HN: Neural Particle Automata

https://selforg-npa.github.io/
41•esychology•5h ago•10 comments

Show HN: Shumai – open-source Frame.io alternative for creative work

https://github.com/shumaiOne/shumai
17•Yiling-J•3h ago•0 comments

Apple is going to raise device prices, but when?

https://daringfireball.net/linked/2026/06/22/apple-device-prices-when
46•tosh•3h ago•28 comments

Oracle shed about 20k roles globally in the last year

https://www.bbc.com/news/articles/c4gy0x0j5deo
74•Lyngbakr•2h ago•69 comments

OpenAI DayBreak – GPT-5.5-Cyber

https://openai.com/index/daybreak-securing-the-world/
149•AaronO•12h ago•107 comments

Giant Banana Pulled Over: Driver Says Cops Have Stopped Him 100s of Times

https://cowboystatedaily.com/2026/06/18/giant-banana-pulled-over-in-montana-driver-says-cops-have...
102•speckx•2d ago•16 comments

My Mathematical Regression

https://blog.dahl.dev/posts/my-mathematical-regression/
329•aleda145•4d ago•128 comments

8086 Segmented Memory was a good idea

https://owl.billpg.com/8086-segmented-memory-was-a-good-idea-almost/
39•billpg•1d ago•67 comments

An Introduction to YOLO26

https://blog.roboflow.com/yolo26/
88•teleforce•12h ago•31 comments

Optocam Zero: a Pi Zero based digital camera made using off the shelf components

https://github.com/dorukkumkumoglu/optocamzero
197•iamnothere•18h ago•52 comments

The new HTTP QUERY method explained

https://kreya.app/blog/new-http-query-method-explained/
183•CommonGuy•7h ago•124 comments

Moebius: 0.2B image inpainting model with 10B-level performance

https://hustvl.github.io/Moebius/
304•DSemba•1d ago•77 comments

You already have a Git server

https://gopeek-lovat.vercel.app/blog-you-already-have-a-git-server.html
12•sheelagay•4h ago•1 comments

CL-BBS: the schemeBBS-like textboard rewritten in Common Lisp

https://github.com/ryukinix/cl-bbs
37•lerax•2d ago•1 comments

Improvements to Std:Format in C++26

https://mariusbancila.ro/blog/2026/06/19/improvements-to-stdformat-in-c26/
32•jandeboevrie•2d ago•17 comments

Show HN: Oak – Git alternative designed for agents

https://oak.space/oak/oak
199•zdgeier•22h ago•170 comments

Matrix and Quaternion FAQ

https://j3d.org/matrix_faq/matrfaq_latest.html
18•signa11•9h ago•3 comments

Who Does What? Team Topologies for the Agentic Platform

https://blog.owulveryck.info/2026/06/22/who-does-what-team-topologies-for-the-agentic-platform.html
30•owulveryck•9h ago•20 comments

Kyber (YC W23) Is Hiring a Head of Engineering

https://www.ycombinator.com/companies/kyber/jobs/FGmI8mx-head-of-engineering
1•asontha•16h ago
Open in hackernews

Building my npx business card

https://ashley.dev/posts/turning-feedback-into-features/
8•edent•1y ago

Comments

steele•1y ago
Ooh, free real estate, let's colonize and gentrify package management
aabhay•1y ago
Lmao, gentrify cracked me up
neilv•1y ago
Do these npx business cards run arbitrary code on your computer?
cypherpunks01•1y ago
npx

Run a command from a local or remote npm package

Description

This command allows you to run an arbitrary command from an npm package (either one installed locally, or fetched remotely), in a similar context as running it via npm run.

neilv•1y ago
Yes, then is a "command from an npm package" arbitrary code?

And what is this "similar context as running it via npm run"?

Would it be better to answer the question directly?

joshka•1y ago
Yeah, this seems like a very smart but inherently flawed idea.
cypherpunks01•1y ago
Yes I agree! OSS package management ecosystems are a great idea, but allowing submissions without any review or vetting is just asking for supply chain attacks.
Xss3•1y ago
May as well just release an executable tbh.
theamk•1y ago
Reminds me of JAPH [0] - a tiny Perl program that was used in email/newsgroup signature to give it personal touch.

[0] https://www.perlmonks.org/?node_id=412464

watusername•1y ago
Terminal business cards are a nice idea, but RCE business cards are just asking for trouble. Instead of npx, what happened to good'ol curl? Something like

$ curl ashley.dev

Some decades ago, we had finger (https://en.wikipedia.org/wiki/Finger_%28protocol%29) which is designed for this very use case. Sadly it's no longer installed by default with most distros:

$ finger @ashley.dev

queezey•1y ago
This would be a great advertisement for security consulting.

"I was just able to run arbitrary code on your computer. Here is a sample of your recent browser history. Let me tell you help you mitigate your security vulnerabilities."