frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LLMs Generate Predictable Passwords

https://www.schneier.com/blog/archives/2026/02/llms-generate-predictable-passwords.html
1•Garbage•1m ago•0 comments

Heroku: What's Next

https://judoscale.com/blog/heroku-whats-next
1•doppp•5m ago•0 comments

Ask HN: Have LLMs sapped your motivation for open source?

1•anonnon•9m ago•0 comments

Lawyers may be lying about using AI

https://findthefuckup.com/
1•jpgenl•9m ago•1 comments

Mandalorian Project – Sovereign Mobile Computing

https://iamgodofall.github.io/mandalorian-project/
1•Godofall•10m ago•1 comments

Google and OpenAI employee support letter for Anthropic

https://notdivided.org
2•yayr•15m ago•1 comments

Is Love Addictive? Many Say Yes, and It's Changing Our Idea of Romance

https://www.nytimes.com/2026/02/18/magazine/love-addiction-disorder-explained.html
2•herbertl•15m ago•1 comments

The Kind of Joke No One Makes Anymore

https://nik.art/the-kind-of-joke-no-one-makes-anymore/
2•herbertl•19m ago•0 comments

Built a Hacker News Client for Terminal

1•shivkmojha•21m ago•0 comments

" AI infrastructure is controlled by companies making toilets, MSG, and glass"

https://twitter.com/Gaurab/status/2024259874276999338
1•ZeljkoS•25m ago•0 comments

Claude Code Skills and 380 agent skills from official dev teams and community

https://github.com/VoltAgent/awesome-agent-skills
1•saikatsg•26m ago•0 comments

Eth.zig: The fastest Ethereum library. Pure Zig. Zero dependencies

https://www.ethzig.org/introduction
2•jedisct1•28m ago•0 comments

AI agents are fast, loose, and out of control, MIT study finds (ZDNET)

https://www.zdnet.com/article/ai-agents-are-out-of-control-mit-study/
1•ildar•28m ago•0 comments

AI Agent Crypto Wallets Create New Legal Risks, Investors Warn

https://www.ccn.com/news/crypto/ai-agent-crypto-wallets-legal-risks-investors-warn/
1•ildar•28m ago•0 comments

Get free Claude max 20x for open-source maintainers

https://claude.com/contact-sales/claude-for-oss
1•zhisme•29m ago•0 comments

Working on Pharo Smalltalk: BPatterns: Rewrite Engine with Smalltalk Style

http://dionisiydk.blogspot.com/2026/02/bpatterns-rewrite-engine-with-smalltalk.html
2•mpweiher•34m ago•0 comments

Show HN: RunVeto – A Simple Kill Switch for Autonomous AI Agents

https://www.runveto.xyz/
1•JDPatel1729•34m ago•0 comments

The LLM App Isn't a Model, It's a System: Designing for Quarterly Model Swaps

https://garybake.com/seams1.html
1•garybake•38m ago•1 comments

An Unbiased OSS Benchmark. For Code Review Agents

https://codereview.withmartian.com
2•alokDT•38m ago•0 comments

The 'Million AI Monkeys' Hypothesis and Real-World Projects

https://ayende.com/blog/203907-B/the-million-ai-monkeys-hypothesis-real-world-projects?key=76196b...
1•ayende•39m ago•0 comments

Merrilin – We built an app to read books

https://tech.stonecharioteer.com/posts/2026/merrilin/
3•stonecharioteer•39m ago•1 comments

Software development now costs less than than the wage of a minimum wage worker

https://ghuntley.com/real/
1•ghuntley•42m ago•0 comments

My personal blog's traffic is 95% AI crawlers this week

https://c0n0.com/posts/ai-traffic/
2•jealousgelatin•44m ago•0 comments

Does journaling help people understand themselves long-term?

2•ashutoshbhatia•45m ago•1 comments

Template for telling the truth on layoffs like at Block

2•nutanc•45m ago•0 comments

Reddit disables any access to R/all on mobile

https://www.reddit.com/r/help/s/vnPnnrsUPm
1•embedding-shape•46m ago•1 comments

HikmaAI – The AI Agent Supply Chain is Broken. Here is how we fix it

https://twitter.com/HikmaAi_/status/2027286845290098768
2•NibrasSB•46m ago•0 comments

How to Run Services on a Linux Server

https://huijzer.xyz/posts/150/how-to-run-services-on-a-linux-server
1•huijzer•48m ago•1 comments

AI voice agents for hotels: lessons from 15,910 real guest calls

https://polydom.ai/blog/what-16-000-hotel-phone-calls-taught-us-about-ai-voice-agents
4•wastemaster•49m ago•1 comments

Show HN: I Created an Interactive Resume Space Invader Game

https://breezko.dev
3•breezk0•49m 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•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...