frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

15K Labeled Enterprise Use Cases for Agent Routing (CC-by-4.0)

https://huggingface.co/datasets/LlewellynSystems/ode-enterprise-use-cases
1•LLSODE•21s ago•0 comments

LipoVive Launches Natural Supplement to Boost Metabolic Health

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•janzlaps•1m ago•0 comments

WME Group

https://en.wikipedia.org/wiki/WME_Group
1•barrister•2m ago•0 comments

I Vibecoded a Tax App in a couple of weekends

https://github.com/ouais/opentax
3•ouaiso•5m ago•3 comments

What a viral monkey, his plushie, and a 70-year-old experiment tell us

https://theconversation.com/a-viral-monkey-his-plushie-and-a-70-year-old-experiment-what-punch-te...
2•defrost•10m ago•0 comments

Ask HN: What's your thought on Google Antigravity?

2•ms7892•16m ago•1 comments

Clawbridge Runner – CLI for nightly OpenClaw discovery and connection briefs

https://clawbridge.cloud/
1•lich2000117•16m ago•1 comments

MiniMax-M2.5: How to Run Guide

https://unsloth.ai/docs/models/minimax-m25
1•khimaros•16m ago•0 comments

A sneaky demonstration of the dangers of curl – bash

https://blog.k3can.us/posts/2026/feb/dontcurlbash/
2•novemp•17m ago•0 comments

Keeping the Pirates at Bay

https://www.gamedeveloper.com/business/keeping-the-pirates-at-bay
4•colinprince•18m ago•0 comments

Show HN: Panther – a cross-platform cybersecurity scripting language

1•CzaxTanmay•20m ago•1 comments

Why Kanji survived in Japan but not in Korea or Vietnam [video]

https://www.youtube.com/watch?v=61kf0AY5rzY
1•teleforce•22m ago•0 comments

Show HN: Convert Audio to Text – NeatScribe

https://neatscribe.com
3•kadeus•23m ago•0 comments

Show HN: Sayou: Open-source agent workspace with versioned files and MCP tools

https://github.com/pixell-global/sayou
1•syumpx•25m ago•1 comments

Elon Musk posted about race almost every day in January

https://www.theguardian.com/technology/2026/feb/12/elon-musk-posts-january-white-supremacists
16•tastyface•29m ago•1 comments

AI-recorded meetings can go horribly wrong

https://www.afr.com/world/europe/this-is-how-ai-recorded-meetings-can-go-horribly-wrong-20260223-...
3•KnuthIsGod•29m ago•0 comments

Bug Traceability: Translating Bugs to Business Impact

https://docs.testchimp.io/blog/ux_bug_traceability/
2•nsamarasekera•31m ago•0 comments

Show HN: Clocktopussheets generated from your Git commits

https://clocktopus.app
1•allanclempe•32m ago•0 comments

How close are we to a vision for 2010?

https://shkspr.mobi/blog/2026/02/how-close-are-we-to-a-vision-for-2010/
4•ColinWright•33m ago•1 comments

WebSR: Real-time AI Upscaling of videos and images on the web

https://github.com/sb2702/websr
1•avaer•37m ago•0 comments

Worldmonitor: Real-time global intelligence dashboard

https://github.com/koala73/worldmonitor
1•nreece•37m ago•0 comments

Ari Emanuel

https://en.wikipedia.org/wiki/Ari_Emanuel
2•barrister•40m ago•0 comments

Manage Git Worktrees with Ease

https://grove.safia.sh/
1•doomroot13•43m ago•0 comments

Show HN: Openslack – An open source version of Slack

https://github.com/BilalG1/openslack
2•bgwmj•44m ago•0 comments

The A.I. Evangelists on a Mission to Shake Up Japan

https://www.nytimes.com/2026/02/22/world/asia/japan-ai-politics-election.html
2•JumpCrisscross•45m ago•0 comments

Pinterest is drowning in a sea of AI slop and auto-moderation

https://www.404media.co/pinterest-is-drowning-in-a-sea-of-ai-slop-and-auto-moderation/
5•trinsic2•45m ago•1 comments

What I learned designing a barebones UI engine

https://madebymohammed.com/miniui
2•teleforce•48m ago•0 comments

Prompt Injection = 100% Unbeatable – Try for Yourself

https://memorylight.org
1•ed-aylward•48m ago•0 comments

Show HN: Tandem is a CLI to assist in reading Latin texts

https://github.com/TeamDei/tandem
3•anoncatholic3•48m ago•2 comments

Windows93.net

https://www.windows93.net/
1•mistat•48m ago•1 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•9mo ago

Comments

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