frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cool looking web development studio website

https://program.studio/
1•oriolgfarssac•33s ago•0 comments

S-100 Virtual Workbench

https://grantmestrength.github.io/S100/
1•rbanffy•1m ago•0 comments

Cheap agents, fake alumni shirts, and synthetic authors

https://danielmay.co.uk/posts/cheap-agents-alumni-shirts-and-elias-thorne/
1•danielrmay•1m ago•0 comments

Can AI Chatbots Reason Like Doctors?

https://spectrum.ieee.org/ai-clinical-decision-support
1•leopoldj•2m ago•0 comments

HPE Throws VM Users a Lifeline, Unifying Containers and VM Management

https://www.nextplatform.com/cloud/2026/05/13/hpe-throws-vm-users-a-lifeline-unifying-containers-...
1•rbanffy•2m ago•0 comments

Keep OSS alive on company time

https://ossresistance.com/?
2•edent•3m ago•0 comments

How are you mocking APIs during front end development today?

https://chromewebstore.google.com/detail/network-overrides-api-dev/holdjgmcnpelgclhopiejilhhkfcmpba
1•my-ecnva•3m ago•0 comments

Claude Code's Hidden Advisor Tool

https://www.vincentschmalbach.com/claude-code-hidden-advisor-tool/
1•vincent_s•3m ago•0 comments

The AI Product Builder

https://www.benshoemaker.us/writing/product-builder-role/
1•straydusk•4m ago•0 comments

Just a few species can drive plant community response to warming temperatures

https://phys.org/news/2026-04-species-community-response-temperatures.html
2•PaulHoule•5m ago•0 comments

Run Agents Twice

https://futuresearch.ai/blog/run-agents-twice/
4•ddp26•6m ago•0 comments

Linux kernel LPE ("fragnesia", CopyFail 3.0)

https://lwn.net/ml/all/8733zvfucm.fsf%40gentoo.org/
1•speckx•7m ago•0 comments

You can plug a Thunderbolt eGPU into a Mac to play games and accelerate AI now

https://scottjg.com/posts/2026-05-05-egpu-mac-gaming/
1•scottjg•7m ago•0 comments

Who 168 is for (and who it isn't)

https://get168.app/blog/who-168-is-for
1•dudcks97•7m ago•0 comments

Ask HN: Social Vibe Coding App?

1•alexander2002•8m ago•0 comments

Islands Architecture

https://www.patterns.dev/vanilla/islands-architecture/
1•Erenay09•9m ago•0 comments

Building with Claude Managed Agents – Sharp Edges

https://dipkumar.dev/posts/agents/claude-managed-agents-gotchas/
2•askhn1234_12•9m ago•0 comments

SOPS: Secrets OPerationS

https://getsops.io/
1•ankitg12•10m ago•0 comments

Notable Researchers Join $4B Effort to Build Self-Improving A.I

https://www.nytimes.com/2026/05/13/technology/recursive-superintelligence-funding-ai.html
1•andsoitis•11m ago•0 comments

Microsoft investigates Israeli military's use of Azure cloud storage

https://www.theguardian.com/technology/2025/aug/09/microsoft-israeli-military-azure-cloud-investi...
2•Gedxx•12m ago•0 comments

Simplifying our homepage helped increase trial signups by 84%

https://plausible.io/blog/homepage-edits-conversion-lift
2•gbourne•12m ago•0 comments

Mechanism Design for Quality-Preserving LLM Advertising

https://arxiv.org/abs/2605.10964
1•Brajeshwar•12m ago•0 comments

Nginx Rift: RCE via heap buffer overflow in rewrite module (CVE-2026-42945)

https://depthfirst.com/nginx-rift
3•andreamichi•13m ago•0 comments

Show HN: Learn algebra together, no AI slop, no ads or freemium, no registration

https://algebra.tutlm.com/
2•nik_norman•13m ago•0 comments

Show HN: Number Gacha, a gacha game distilled to its essence

https://isabisabel.com/gacha/
1•babel16•13m ago•0 comments

Any app on recent Android versions can leak certain traffic

https://mullvad.net/en/blog/any-app-on-recent-android-versions-can-leak-certain-traffic
1•Refreeze5224•15m ago•0 comments

Burn – K8s cost waste by namespace and pod. Just kubectl, no deploy

https://github.com/tanrikuluozlem/burn
2•cad•15m ago•0 comments

New poll shows what San Francisco residents really think about Waymo cars

https://www.sfchronicle.com/sf/article/waymo-car-san-francisco-22253180.php
1•mikhael•16m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•16m ago•0 comments

Mercury

https://mercurylang.org/
1•tosh•16m ago•0 comments
Open in hackernews

Understanding-j: An introduction to the J programming language that gets to the

https://github.com/bugsbugsbux/understanding-j
62•todsacerdoti•1y ago

Comments

prezjordan•1y ago
To the author: you can add a .devcontainer directory with a Dockerfile, allowing folks to try this in their browser with GitHub Codespaces

Shameless plug, feel free to copy my setup! https://github.com/jdan/try-j

userbinator•1y ago
Unintentional humour with how the title got cut off?
pixelpoet•1y ago
The title stops just short of the
johnisgood•1y ago
"to the point", I presume, based on its README.
pjmlp•1y ago
A side effect of the small length available for titles and the whole titles should not be editoralised point of view.
Jtsummers•1y ago
It's more an issue of todsacerdoti not checking their submission titles will fit, they do this a lot with their submissions. Abbreviating titles is not frowned upon when they don't fit, I've never had any reverted to something like this submission's title because I (for instance) shortened "United States" to "US" to shave off 11 characters.

In this case, cutting out the superfluous "programming language" part would get you "Understanding-j: An introduction to J that gets to the point" which would fit just fine. When in doubt, include the original title in a comment to explain the edit and let the mods sort it out later.

detaro•1y ago
It's hard to check if titles fit if you use a bot to repost from other sites.
Jtsummers•1y ago
Fair, they're lazy and can't be bothered to fix their bot even after 5 years of submitting messed up titles.
t-writescode•1y ago
From the doc,

  _3                  NB. negative numbers start with underscore
  _                   NB. sole underscore is infinity: a number
  __                  NB. negative infinity
Is this a standard I'm unaware of?
avmich•1y ago
The use of underscore for negative numbers is J's choice, explained e.g. here - https://www.jsoftware.com/docs/help807/jforc/preliminaries.h... .

Explicitly representing infinity, and working with it in some cases, allows to reduce number of exceptions...

Avshalom•1y ago
APL used ¯3 for negative 3; J went underscore to be similar but ascii.
gitroom•1y ago
Underscore stuff always throws me off - never quite got used to how J does it. Gotta respect the weird choices though.
jbverschoor•1y ago
Not the same as (Visual) J++. Great IDE btw
vintagedave•1y ago
I’ve recently come to be fascinated by J.

Twenty years ago, studying my computing degree, one semester we learned J. It was unlike anything I’d used before and the entire class found it confusing. The compiler / environment was reportedly written by one of the professors and it was routine to run into bugs; I remember puzzling through something, going to a tutor, and them just shrugging it off as a J interpreter issue. I never grokked it and simply passed the course.

But it keeps on recurring to me and I pause to think of J at the weirdest times. As I use more and more languages, I’ve become more fascinated by it. Just like Prolog (also one semester, but with a reliable environment.) I want to learn both better.

binary132•1y ago
I’ve been thinking for the past couple of years that the ideal programming language would be something like a combination of a concatenative language (a la FORTH) and an array programming language.
gnubison•1y ago
Uiua?
binary132•1y ago
interesting, I have not seen this one
preguntador•1y ago
12j34 is 12j + 34 or 12 + 34j?
quartern•1y ago
12 + 34j as per https://code.jsoftware.com/wiki/Vocabulary/Constants#Complex...