frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Termdom: Build terminal apps with HTML, CSS and the DOM

https://github.com/bikeshaving/termdom
1•thunderbong•4s ago•0 comments

NASA Wildfire Tracker – Real-time satellite feeds and microclimate risk modeling

https://nasa-wildfire-tracker-3pfkr5zcs2jmze5dpknvet.streamlit.app/
1•ClimateDev•2m ago•0 comments

Churvaness – Bilingual books for language learners

https://leanpub.com/u/churvaness
1•pawpatrol•4m ago•0 comments

Open Source, third-party auditing for AI Agents

https://github.com/ifixai-ai/iFixAi
1•dimneo24•11m ago•1 comments

Play Football Online

https://danfootball.com
2•declaj•28m ago•0 comments

Interviewpad.io

https://www.interviewpad.io/
2•sharva•30m ago•2 comments

Apple to require iOS apps must have minimum OS version of iOS 15 in 2027 onwards

https://www.reddit.com/r/iOSProgramming/comments/1vgql6n/new_warning_when_uploading_app_to_app_st...
1•busymom0•33m ago•1 comments

The Nixpkgs core team has unfortunately decided to disband

https://github.com/NixOS/org/pull/277
1•codewiz•40m ago•0 comments

"The original URL for this prediction will no longer be available in 11 years." (2011)

https://longbets.org/601/
14•doubletwoyou•42m ago•2 comments

How I sell my garlic online.

https://Demeterfamilyfarm.com
1•Hilliard_Ohiooo•43m ago•0 comments

Why MySpace fans want it back as relaunch hinted

https://www.bbc.com/news/articles/c4g64152v71o
3•1659447091•49m ago•0 comments

Small Talk to Deep Talk

https://talk.bradwoods.io/blog/small-talk-to-deep-talk
1•bradwoodsio•51m ago•0 comments

Show HN: Open-source, searchable HTML workspace for Claude Code

https://anona-labs.github.io/mirror/
1•anoop_kumar•1h ago•0 comments

StackOverflow Read-Only

https://stackoverflow.com
4•anticensor•1h ago•1 comments

AI creates 16 new viruses from scratch after training on 9T nucleotides

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-creates-16-new-viruses-that...
2•sbulaev•1h ago•1 comments

Gen Z Is Drinking Alcohol as Much as Older Generations

https://www.businessinsider.com/gen-z-drinking-alcohol-moderation-sobriety-new-data-2026-7
2•satvikpendem•1h ago•0 comments

Illinois Just Told Every Operating System to Start Reporting Your Kid's Age

https://itsfoss.com/news/illinois-age-verification-bill/
16•WaitWaitWha•1h ago•1 comments

Show HN: Sqnc.run – a live cipher stream inspired by number stations

https://sqnc.run/
1•nee_oo_ru•1h ago•0 comments

UV printer copies 3D objects (Strange Parts) [video]

https://www.youtube.com/watch?v=3DiVHTj_8nA
1•consumer451•1h ago•0 comments

What Happened: OpenAI and HuggingFace

https://thezvi.substack.com/p/what-happened-openai-and-huggingface
2•jgalt212•1h ago•1 comments

New 'Water Watch Center' launched to help small utilities stop cyberattacks

https://www.nextgov.com/cybersecurity/2026/08/new-water-watch-center-launched-help-small-utilitie...
2•WaitWaitWha•1h ago•0 comments

Mossad accicentally injected data to a French lawyer phone instead of extracting

1•0x54MUR41•1h ago•0 comments

Show HN: CIRadar – Self-hosted CI failure diagnosis

https://github.com/Bluezly/CIRadar
1•bluezly•1h ago•0 comments

Provenance

https://en.wikipedia.org/wiki/Provenance
1•soupspaces•1h ago•0 comments

Zig's Io.Threaded Is Neat

https://matklad.github.io/2026/08/06/neat-io-threaded.html
2•Retro_Dev•1h ago•0 comments

Never Gonna Give You Up but the lyrics are in alphabetical order [video]

https://www.youtube.com/watch?v=Svj1bZz2mXw
2•mooreds•1h ago•0 comments

One Cut – Edit Video by Editing Code

https://github.com/smy20011/onecut
1•smy20011•1h ago•0 comments

See the Sun like never before with most detailed images yet

https://www.bbc.com/news/articles/c36d4376nd2o
3•mooreds•1h ago•0 comments

Some software talks I like

https://char.lt/blog/2026/08/talks-i-like/
1•vinhnx•1h ago•0 comments

LA Freeway (Long's to Arapaho Traverse)

https://www.mountainproject.com/route/117783697/la-freeway-longs-to-arapaho-traverse
1•mooreds•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•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...