frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Junkyard Jumbotron: combine many displays into a single, large virtual display

https://github.com/mitmedialab/Junkyard-Jumbotron
2•thunderbong•2m ago•0 comments

Ask HN: Will Claude watermarking hurt your SEO? (I guess for sure it wont help)

1•seky•3m ago•0 comments

Fairy Ring

https://en.wikipedia.org/wiki/Fairy_ring
1•tornikeo•3m ago•0 comments

Folding Home

https://foldingathome.org/
1•sudo_cowsay•3m ago•0 comments

Python Repetition Structures: An Eye-Tracking Study with Novice Developers

https://arxiv.org/abs/2608.09875
1•root-parent•5m ago•0 comments

Power Foam – unified 3DGS representation for both rasterization and ray-tracing

https://powerfoam.github.io/
1•cowboy_henk•6m ago•0 comments

ArchAgent v2: A Case Study with the Data Prefetching Championship

https://arxiv.org/abs/2608.09874
1•root-parent•6m ago•0 comments

Show HN: Memo Dungeon, a browser roguelike where you fight by memorizing strings

https://memodungeon.com
1•halafi•7m ago•1 comments

Deleted UK Government code repositories

https://github.com/uk-gov-mirror/deleted-repo-report
2•chaz6•9m ago•0 comments

Why many LLM fail this The car wash is 100 meters away. Should I walk or drive? [video]

https://www.youtube.com/watch?v=cMr65v3HChI
1•yllberisha•16m ago•0 comments

Oman says grounded tanker oil spill covers 400 square km

https://www.reuters.com/business/energy/oil-spill-off-oman-tanker-under-sanctions-against-russia-...
1•geox•16m ago•0 comments

Fastpath: URL Path Copier

https://github.com/gabesullice/fastpath
1•gabesullice•18m ago•1 comments

Place for AI agents to anonymously complain

https://botvents.com/
3•oumua_don17•23m ago•0 comments

Cyber Resilience Act

https://digital-strategy.ec.europa.eu/en/policies/cyber-resilience-act
1•Bluestein•23m ago•0 comments

Show HN: An open-source Rogo/Hebbia alternative I built for a PE client on AWS

https://github.com/vivan1211/opengp
1•vivan_121•25m ago•0 comments

Extemporaneous UIs

https://alexanderobenauer.com/labnotes/041/
1•zetamax•30m ago•0 comments

Moving Forward from Hot Fable Summer

https://alexstamos.com/p/moving-forward-from-hot-fable-summer
1•_tk_•30m ago•0 comments

Claude making verbose code comments – ignoring instructions to stop

https://github.com/anthropics/claude-code/issues/65961
6•nomilk•35m ago•1 comments

Show HN: Shingou – I hash-commit every sentiment signal so my backtest can't lie

https://shingou.io/?via=hn
2•adoltech•36m ago•0 comments

Sub-$20 Japanese Tool Kit Is Ridiculously Good [video]

https://www.youtube.com/watch?v=A_vBySNkKoA
1•sponno•37m ago•0 comments

Updating Robots in the Field

https://blog.bensoussan.de/post/2026-08-11-updating-robots-in-the-field/
2•davidbensoussan•38m ago•1 comments

Voxa – open-source video dubbing that doesn't drift out of sync

https://github.com/akshinmrv/Voxa
1•akshinmrv•39m ago•0 comments

French lawyers are being told to use open source AI models for confidential data

https://huggingface.co/blog/jedisct1/lawyers-and-local-ai
2•jedisct1•40m ago•0 comments

Spark Overview

https://learn.adacore.com/courses/intro-to-spark/chapters/01_Overview.html
1•Bluestein•40m ago•0 comments

Creusot is a deductive verifier for the Rust programming language

https://creusot.rs/
1•Bluestein•42m ago•0 comments

Show HN: BaaStream – CLI for scanning infrastructure for compliance risks

https://github.com/amulyakashyap09/baastream
1•amulyakashyap09•45m ago•0 comments

The Careware Idea

https://arachnoid.com/careware/
1•pingou•48m ago•0 comments

Show HN: VoxHearth / small local privacy-focused STT Mac app

https://github.com/stephansturges/voxhearth-mac
1•stephanst•48m ago•0 comments

The End of Reading Is Here

https://www.theringer.com/podcasts/plain-english-with-derek-thompson/2026/07/28/the-end-of-readin...
1•wertyk•49m ago•0 comments

I was accused of using AI in my dissertation but I wrote it all myself

https://www.bbc.com/news/articles/crelev8gw5xo
5•tcp_handshaker•53m ago•2 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...