frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Model Context Protocol (MCP) Explained: How AI Agents Connect to Any Tool

https://stikastudio.com/blog/what-is-model-context-protocol/
1•hamidze•7s ago•0 comments

The Global Humanoid Robotics Ecosystem Is Broader Than Robot Makers

https://humanoidanalytics.com/2026/08/13/the-global-humanoid-robotics-ecosystem-is-broader-than-r...
1•rinatmirzaitov•1m ago•0 comments

Singapore's Sound Card SoundBlaster Hero [video]

https://www.youtube.com/watch?v=VTPa6wRECw0
1•Bluestein•1m ago•0 comments

Tailwind CSS: Rapidly build modern websites without ever leaving your HTML

https://tailwindcss.com/
1•doener•2m ago•0 comments

Dashboard tracking math problems being solved by AI

https://vibemathed.com
1•lnrd•2m ago•0 comments

Hackers On Planet Earth begins today

https://www.hope.net/
1•aestetix•4m ago•1 comments

Show HN: AgentsKit – A full software team and growth team in one command

https://agentskit.co
1•mohitvaswani•5m ago•0 comments

Tech, agentic coding, and whatever else I'm building

https://dev.profullstack.com/~anthony/blog/
1•buffer_overlord•6m ago•0 comments

Show HN: LinkGravity – chat and voice bridge for AI coding agents

https://github.com/dev-sseul/linkgravity
1•sseul•8m ago•0 comments

Alphabet's SpaceX bet grows 100-fold over a decade to $94B

https://www.reuters.com/business/finance/alphabets-spacex-bet-grows-100-fold-over-decade-94-billi...
1•andsoitis•8m ago•0 comments

Vite: The Build Tool for the Web

https://vite.dev
1•doener•9m ago•0 comments

YC Self-Maintaining APIs but Open-Source

https://github.com/diyanbogdanov/emend
1•bogdiyan•9m ago•0 comments

AI companies destroy physical books. Help scan rare books, with rewards

https://fr.annas-archive.gl/blog/physical-destruction.html
1•ALLTaken•14m ago•0 comments

Cards Against Humanity Elon Musk Monument

https://www.cardsagainsthumanity.com/elonhasnofriends
1•hermitcrab•15m ago•1 comments

Philosophy Journal Publishes Largely AI-Authored Article – On Purpose

https://dailynous.com/2026/08/13/philosophy-journal-publishes-largely-ai-authored-article-on-purp...
1•theanonymousone•15m ago•0 comments

Ask HN: Does AI watermarking present a new attack vector?

1•nathanfig•16m ago•0 comments

Just sit in silence for a moment and see what happens. You might like it

http://www.wowwwman.com
1•vektormemory•17m ago•6 comments

Self Study in the Age of LLMs

https://archcloudlabs.com/projects/selfstudy/
1•DLLCoolJ•17m ago•0 comments

Open-Sourced It

1•hamzabinmubeen•24m ago•1 comments

Send postcard online little web app no subscriptions or upselling

https://postcard-pigeon.com
1•wajerrr•25m ago•0 comments

Show HN: Open Vibe Coded Elite – Harmless

https://github.com/atomic14/harmless
1•iamflimflam1•28m ago•0 comments

Ask HN: Can I make a living making diagrams?

1•roschdal•28m ago•0 comments

SquashImage

https://squashimage.com
1•archemistz•28m ago•0 comments

Reed Hastings on life after Netflix and the coming 'creative destruction'

https://www.semafor.com/article/08/13/2026/reed-hastings-ceo-signal
1•andsoitis•28m ago•0 comments

Manjhi – The Mountain Man

https://en.wikipedia.org/wiki/Manjhi_%E2%80%93_The_Mountain_Man
1•thunderbong•29m ago•0 comments

Pokemon Bank shuts down, cutting off the only transfer path from older games

https://www.gamesradar.com/games/pokemon/pokemon-bank-shuts-down-next-year-cutting-off-the-only-t...
2•haunter•29m ago•1 comments

We've flown a radiation-blocking vest to the Moon and back, and it worked

https://arstechnica.com/science/2026/08/weve-flown-a-radiation-blocking-vest-to-the-moon-and-back...
1•rbanffy•31m ago•0 comments

TDD inside the agent loop – theater or actual value?

https://martinfowler.com/articles/exploring-gen-ai/tdd-in-the-agent-loop.html
1•Garbage•34m ago•0 comments

Scientist is helping build a missing map of childhood

https://www.technologyreview.com/2026/08/14/1141354/deanne-taylor-gene-expression-children/
1•joozio•34m ago•0 comments

Alpaca Push – Rebuilding 2004 ICQ Slide-a-Lama in HTML5

https://alpacapush.com/
2•Judzi•35m 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...