frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Building Immersive Stories with Timelines, 3D, and Layered Scenes

https://tympanus.net/codrops/2026/04/20/interactive-storytelling-for-the-web-building-immersive-s...
1•danielskogly•1m ago•0 comments

Idle CPU power management: cpuidle

https://www.cnx-software.com/2026/04/20/idle-cpu-power-management-cpuidle/
1•michelangelo•1m ago•0 comments

Reimagine Python Notebooks in the AI Era

https://mljar.com/blog/reimagine-python-notebook-in-ai-era/
1•pplonski86•2m ago•0 comments

Show HN: Overlapping Speaker Transcription Model

https://huggingface.co/Trelis/Chorus-v1
1•mcgov•4m ago•0 comments

Postgres copy-on-write branching explained

https://xata.io/blog/open-source-postgres-branching-copy-on-write
1•tee-es-gee•8m ago•0 comments

Show HN: Bridgerton Inspired Social Network

https://the-ton.vercel.app/login
1•vss01•10m ago•0 comments

Show HN: Malext.io is out – Database of malicious Chrome extensions

https://malext.io
1•toborrm9•11m ago•0 comments

Hospitals That Sue You for Getting Sick

https://healthcareuncovered.substack.com/p/hospitals-that-sue-you-for-getting
2•foolswisdom•14m ago•0 comments

Ask HN: Did Claude lowered its usage limits?

4•yu3zhou4•23m ago•1 comments

Show HN: Built a Chrome extension to help with daily agenda (Gmail and outlook)

1•websku•24m ago•0 comments

The Industry of the Future Is Run by People Who Hate Each Other

https://nymag.com/intelligencer/article/why-all-the-ai-leaders-hate-one-another.html
2•pseudalopex•26m ago•0 comments

Regulators monitor Anthropic's Mythos for banking risks

https://www.reuters.com/legal/government/regulators-monitor-anthropics-mythos-banking-risks-2026-...
4•01-_-•32m ago•0 comments

Your "AI" Pull Request was rejected and you don't know why

https://blog.codepipes.com/llms/your-pr-was-rejected.html
2•kkapelon•34m ago•0 comments

Figma's woes compound with Claude Design

https://martinalderson.com/posts/figmas-woes-compound-with-claude-design/
2•martinald•36m ago•0 comments

SerpApi Claude Code Skill

https://github.com/serpapi/serpapi-claude-plugin
3•jamescollinssp•37m ago•0 comments

A Proposed Framework for Evaluating AI Agent Skills

https://tessl.io/blog/a-proposed-framework-for-evaluating-skills-research-eng-blog/
2•popey•39m ago•0 comments

Ask HN: How to become better at software "engineering"?

4•luplex•49m ago•4 comments

The Victorian sex abuse scandal that shocked Britain and changed the law

https://theconversation.com/the-victorian-sex-abuse-scandal-that-shocked-britain-and-changed-the-...
1•zeristor•51m ago•0 comments

Signal Shot: verify the Signal protocol and its Rust implementation using Lean

https://leodemoura.github.io/blog/2026-4-20-signal-shot-the-platform-is-ready/
2•u1hcw9nx•51m ago•0 comments

List of Heaviest People

https://en.wikipedia.org/wiki/List_of_heaviest_people
2•keepamovin•52m ago•0 comments

Show HN: Radio4000

https://radio4000.com
1•ngc6677•58m ago•0 comments

M 7.4 earthquake – 100 km ENE of Miyako, Japan

https://earthquake.usgs.gov/earthquakes/eventpage/us6000sri7/
2•Someone•58m ago•0 comments

We Built a Metric Simulator

https://simpleobservability.com/blog/metric-simulator
1•khazit•1h ago•0 comments

NSA is using Anthropic's Mythos despite blacklist

https://www.reuters.com/business/us-security-agency-is-using-anthropics-mythos-despite-blacklist-...
31•Palmik•1h ago•9 comments

The first open-weights Large Transaction Model, EWE-1

https://sistemalabs.com/blog/introducing-ewe-1
2•0xideas•1h ago•0 comments

What Makes Docs Beautiful?

https://passo.uno/what-makes-docs-beautiful/
1•theletterf•1h ago•0 comments

How I made a budget tracker for my gf because she kept complaining about Sheets

https://edm115.dev/blog/2026/02/15/how-i-made-spendly/
1•EDM115•1h ago•0 comments

Show HN: MyKana, a Japanese learning app I built for my own study

https://mykana.app/
1•zerratar•1h ago•0 comments

ACM CCS 2026 Between-Cycle Transparency Report

https://github.com/ACM-CCS-2026/Transparency-Report
2•jruohonen•1h ago•0 comments

Bun v1.3.13

https://bun.com/blog/bun-v1.3.13
4•Erenay09•1h 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•11mo ago

Comments

prezjordan•11mo 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•11mo ago
Unintentional humour with how the title got cut off?
pixelpoet•11mo ago
The title stops just short of the
johnisgood•11mo ago
"to the point", I presume, based on its README.
pjmlp•11mo ago
A side effect of the small length available for titles and the whole titles should not be editoralised point of view.
Jtsummers•11mo 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•11mo ago
It's hard to check if titles fit if you use a bot to repost from other sites.
Jtsummers•11mo 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•11mo 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•11mo 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•11mo ago
APL used ¯3 for negative 3; J went underscore to be similar but ascii.
gitroom•11mo ago
Underscore stuff always throws me off - never quite got used to how J does it. Gotta respect the weird choices though.
jbverschoor•11mo ago
Not the same as (Visual) J++. Great IDE btw
vintagedave•11mo 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•11mo 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•11mo ago
Uiua?
binary132•11mo ago
interesting, I have not seen this one
preguntador•11mo ago
12j34 is 12j + 34 or 12 + 34j?
quartern•11mo ago
12 + 34j as per https://code.jsoftware.com/wiki/Vocabulary/Constants#Complex...