frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Serve Markdown to LLMs from your Next.js app

https://github.com/kasin-it/next-md-negotiate
1•kasin-it•19m ago•1 comments

Idea Hunting Is Dead. Databases Like This Are Replacing It

1•briebella•21m ago•0 comments

Magawa the HeroRAT

https://en.wikipedia.org/wiki/Magawa
1•KolmogorovComp•23m ago•0 comments

The Lazy Way to Find Your Next SaaS Idea

1•DownCreater•26m ago•1 comments

Pentagon puts Scouts 'on notice' over DEI and girl-centered policies

https://www.npr.org/2026/02/27/nx-s1-5729159/pentagon-scouts-hegseth-dei-deal
1•iamflimflam1•29m ago•0 comments

We Will Be Divided

https://we-are-divided.com
2•shiftybitshiftr•29m ago•0 comments

Social media use/mental wellness links in youth are artifact of other factors [pdf]

https://www.christopherjferguson.com/Brainwaves.pdf
1•mpweiher•34m ago•0 comments

Agentic Engineering Patterns

https://simonwillison.net/guides/agentic-engineering-patterns/
1•vinhnx•39m ago•0 comments

Might Be the Most Underrated Resource for Early Stage Founders

1•vibecoder21•41m ago•0 comments

Kakveda open source-level AI, Infra observability agent

https://www.kakveda.com/
1•prateekdalal•42m ago•1 comments

What Is It That Makes Today's Homes So Different, So Appealing?

https://smarthistory.org/richard-hamilton-just-what-is-it/
1•Torwald•43m ago•0 comments

How LDAP Works

https://growingswe.com/blog/ldap
1•vismit2000•43m ago•0 comments

How you invent math: From counting to complex numbers

https://growingswe.com/blog/inventing-math
1•vismit2000•44m ago•0 comments

Stop Burning Your Context Window – How We Cut MCP Output by 98% in Claude Code

https://mksg.lu/blog/context-mode
1•mksglu•44m ago•1 comments

Zerobyte

https://github.com/nicotsx/zerobyte
1•Erenay09•46m ago•0 comments

Researchers praise 'stunning' results of new prostate cancer treatment

https://www.theguardian.com/society/2026/feb/28/researchers-praise-stunning-results-of-new-prosta...
2•sandebert•47m ago•0 comments

Robotic Land Drone holds positions in Ukraine frontline for 45 days

https://www.youtube.com/watch?v=JMTSH1U44cw
2•lifeisstillgood•52m ago•0 comments

The Missing Piece of AI Discourse Is Trust

https://philipptanlak.com/the-missing-piece-of-ai-discourse-is-trust/
1•philippta•53m ago•0 comments

Modula-2

https://en.wikipedia.org/wiki/Modula-2
3•tosh•57m ago•0 comments

US Customs destroy a rare floppy disk containing demo version of Tsukihime

https://www.timeextension.com/news/2026/02/literally-crying-right-now-50-copies-of-this-adult-onl...
2•FMecha•57m ago•0 comments

ErsatzTV Has Been Archived

https://github.com/ErsatzTV/ErsatzTV/issues/2839
1•kassner•58m ago•0 comments

The Ml.energy Leaderboard

https://ml.energy/leaderboard/
1•kgolubic•59m ago•0 comments

Jeffrey Epstein saw promise in Bitcoin – and its far-right supporters

https://www.theverge.com/tech/885252/jeffrey-epstein-bitcoin-cryptocurrency-connections
1•robtherobber•1h ago•0 comments

Surface-Stable Fractal Dithering

https://runevision.com/tech/dither3d/
1•fanf2•1h ago•0 comments

Show HN: I Turned My CV into a Space Invaders Game (Rust and WASM)

https://breezko.dev
1•breezk0•1h ago•0 comments

Show HN: JobSeek Expat – a CLI tool to scrape English speaking jobs on LinkedIn

https://github.com/electricalgorithm/jobseek-expat
2•gyokhan•1h ago•0 comments

Accuracy vs. Speed in Local LLMs: Finding Your Sweet Spot

https://grigio.org/accuracy-vs-speed-in-local-llms-finding-your-sweet-spot/
1•grigio•1h ago•0 comments

Silent March (2021)

https://tobiaskucera.art/en/tichy-brezen/
1•theobias•1h ago•0 comments

Nano Banana 2 AI Image Generator – Pro Quality, Flash Speed

https://veevid.ai/nano-banana-2
1•jacksteven•1h ago•0 comments

Czinger 21C review: flat out in America's £1.6M, 3D-printed hypercar

https://www.topgear.com/car-reviews/czinger/21c/first-drive
1•teleforce•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•10mo ago

Comments

prezjordan•10mo 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•10mo ago
Unintentional humour with how the title got cut off?
pixelpoet•10mo ago
The title stops just short of the
johnisgood•10mo ago
"to the point", I presume, based on its README.
pjmlp•10mo 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•10mo 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•10mo 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•10mo ago
APL used ¯3 for negative 3; J went underscore to be similar but ascii.
gitroom•10mo ago
Underscore stuff always throws me off - never quite got used to how J does it. Gotta respect the weird choices though.
jbverschoor•10mo ago
Not the same as (Visual) J++. Great IDE btw
vintagedave•10mo 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...