frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EWD 1094 – The undeserved status of the pigeon-hole principle (1991)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1094.html
1•vismit2000•15s ago•0 comments

Advent of Code 2025

https://adventofcode.com/2025/about
1•vismit2000•17s ago•0 comments

Revisiting Jill of the Jungle, the last game Tim Sweeney designed

https://arstechnica.com/gaming/2025/11/revisiting-jill-of-the-jungle-the-last-game-tim-sweeney-de...
1•jamesbelchamber•1m ago•0 comments

Data Center Boom Sparks Gold Rush for Construction Workers

https://www.standardarena.co.ke/data-center-boom-sparks-gold-rush-for-construction-workers/
1•david_emmett•2m ago•0 comments

Show HN: Pinakes – Open-source library system with built-in public catalog

https://github.com/fabiodalez-dev/Pinakes
1•fabiodalez•3m ago•0 comments

OpenBSD: Free, Functional, and Secure

https://www.openbsd.org/
3•brynet•4m ago•0 comments

Show HN: Free and open-source platform to invest credit card rewards

https://github.com/henrynsmbl/micro-investing
1•hg30•6m ago•0 comments

I built a free FTC compliance scanner for creators in 10 hours

https://guardia-scan-suite.lovable.app
1•justicedevloper•7m ago•1 comments

Batman in subway makes people more helpful

https://science.slashdot.org/story/25/11/29/2233245/scientists-discover-people-act-more-altruisti...
1•Flundstrom2•9m ago•1 comments

From hiring at Gett to JobHire AI: building job search automation

https://medium.com/@dmitry_titov/the-job-search-process-is-outdated-how-getts-former-cpo-is-build...
1•Dmitry_Titov•10m ago•0 comments

Busting Legacy Code with AI Agents and Test Driven Development

https://yonatankra.com/busting-legacy-code-with-ai-agents/
1•krayonatan•18m ago•0 comments

Show HN: OgBlocks – It lets anyone create beautiful UIs with just copy and paste

https://ogblocks.dev/
1•thekarank•22m ago•0 comments

Crash Team Racing

https://en.wikipedia.org/wiki/Crash_Team_Racing
1•tosh•22m ago•0 comments

Show HN: A free metatag, sitemap and web manifest generator

https://metagen.top
1•wstaeblein•24m ago•0 comments

Schubfach: The smallest floating point double-to-string impleme

https://vitaut.net/posts/2025/smallest-dtoa/
2•fanf2•25m ago•0 comments

Show HN: SolveMyPainPoint – A single place to post and discover real problems

https://www.solvemypainpoint.com/
1•Chrizzby•25m ago•0 comments

The Thinking Game – Full Documentary – Tribeca Film Festival Official Selection

https://youtu.be/d95J8yzvjbQ
1•doppp•28m ago•0 comments

Skeuomorph

https://en.wikipedia.org/wiki/Skeuomorph
2•mkl95•30m ago•0 comments

Show HN: Guide – to help me get moving and keep the momentum going

https://github.com/nextfiveinc/guide
1•4mitkumar•32m ago•1 comments

I Trained an LLM to Dream. It Remembers Everything. [video]

https://www.youtube.com/watch?v=YA3hAGtfMs4
1•kissgyorgy•34m ago•0 comments

Local AI: 152 Open-Source Tools for 100% Offline LLMs (2025–2026)

https://github.com/slsethical/awesome-local-ai
3•iru90210•36m ago•0 comments

Head of Content

https://typefully.com/jobs/head-of-content
1•himanshustwts•37m ago•0 comments

An object in a satellite image defies explanation

https://www.cnn.com/2025/10/28/science/amelia-earhart-mystery-nikumaroro-howland-islands
3•giuliomagnifico•46m ago•0 comments

'The algorithm is hacked': analysis of technology delusions

https://www.cambridge.org/core/journals/the-british-journal-of-psychiatry/article/algorithm-is-ha...
2•geox•51m ago•0 comments

Cool Facilities – The David Taylor Model Basin

https://www.navalgazing.net/David-Taylor-Model-Basin
1•eatonphil•57m ago•0 comments

AI Industry Interview Prep Guide

https://twopug.com/interview-prep/
1•knlb•1h ago•0 comments

How to Feed America

https://www.slowboring.com/p/how-to-actually-feed-america
2•Anon84•1h ago•0 comments

Show HN: Best Black Friday Deals [Mega List]

https://www.blackfridaydeals.directory
1•bfdd•1h ago•0 comments

The Open Dictionary Project(ODict

https://www.odict.org/
2•zipping1549•1h ago•0 comments

Tell HN: It's now impossible to disable all AI features in Firefox 145 (latest)

8•pera•1h ago•4 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•7mo ago

Comments

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