frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cgp-serde: A modular serialization library for Serde powered by CGP

https://contextgeneric.dev/blog/cgp-serde-release/
2•maybevoid•5m ago•0 comments

Finding pmf for an AI startup – a playbook without doing YC

https://alexfranchtapia.substack.com/p/finding-pmf-for-an-ai-startup-a-playbook
3•franchtapia•6m ago•0 comments

Male Fantasies 1: Women, Floods, Bodies, History Theweleit [pdf]

https://monoskop.org/images/5/54/Theweleit_Klaus_Male_Fantasies_Vol_1_Women_Floods_Bodies_History...
1•Marshferm•6m ago•1 comments

Ghosts in the Codex Machine

https://docs.google.com/document/d/1fDJc1e0itJdh0MXMFJtkRiBcxGEFtye6Xc6Ui7eMX4o/mobilebasic
1•tosh•9m ago•0 comments

HyperNormalisation (BBC documentary, 2016) [video]

https://www.youtube.com/watch?v=Tt86SSNQKPw
1•czottmann•10m ago•2 comments

Modern Coffee Shop Interior: 5 Projects Celebrated by the INT 2025 Awards

https://intdesignaward.com/modern-coffee-shop-interior/
1•fg4•10m ago•0 comments

Sam Altman says OpenAI will have a 'legitimate AI researcher' by 2028

https://techcrunch.com/2025/10/28/sam-altman-says-openai-will-have-a-legitimate-ai-researcher-by-...
1•layer8•13m ago•2 comments

What if you don't need MCP at all?

https://mariozechner.at/posts/2025-11-02-what-if-you-dont-need-mcp/?t=0
1•itzlambda•14m ago•0 comments

Republican plan would make deanonymization of census data trivial

https://www.wired.com/story/republicans-differential-privacy-census-overhaul/
2•donohoe•14m ago•0 comments

As world rises up for Gaza, Sudanese in Israel say larger catastrophe is ignored

https://www.timesofisrael.com/as-world-rises-up-for-gaza-sudanese-in-israel-say-larger-catastroph...
1•mhb•16m ago•0 comments

How much disorder is there in a descending run?

https://morwenn.github.io//presortedness/2025/11/02/TSB006-how-much-disorder-is-there-in-a-descen...
1•ibobev•18m ago•0 comments

Voltaire's Luck: The French Philosopher Outsmarts the Lottery

https://www.laphamsquarterly.org/luck/voltaires-luck
1•suioir•18m ago•0 comments

The Anti-Smith Chart

https://www.johndcook.com/blog/2025/11/02/anti-smith-chart/
1•ibobev•19m ago•0 comments

Reviews for Online Courses

https://review.courses/
1•krupan•19m ago•0 comments

Families mourn after loved ones' last words went to AI instead of a human

https://www.scrippsnews.com/us-news/families-and-lawmakers-grapple-with-how-to-ensure-no-one-else...
1•01-_-•19m ago•0 comments

Abstract Syntax Tree: An Example in C

https://keleshev.com/abstract-syntax-tree-an-example-in-c/
1•birdculture•20m ago•0 comments

I analyzed 180M jobs to see what jobs AI is replacing today

https://bloomberry.com/blog/i-analyzed-180m-jobs-to-see-what-jobs-ai-is-actually-replacing-today/
2•AznHisoka•20m ago•0 comments

The Case Against PGVector

https://alex-jacobs.com/posts/the-case-against-pgvector/
1•tacoooooooo•22m ago•0 comments

Toolkit to help you get started with Spec-Driven Development

https://github.com/github/spec-kit
1•mooreds•24m ago•0 comments

AlphAi

https://alphai.io/en
1•bellamoon544•25m ago•1 comments

Aunt Mary's Storybook

https://cjtinc.org/projects/amsb/
1•mooreds•26m ago•0 comments

Anthropometric Soft Gripper with Reconfigurable Fingers for Assistive Robotics

https://www.mdpi.com/2218-6581/14/11/152
1•PaulHoule•28m ago•0 comments

The Curious Case of the Disappearing Captcha

https://www.wired.com/story/bizarre-disappearing-captcha/
1•BerislavLopac•30m ago•0 comments

Build your own GPG in Rust

https://andrewhalle.github.io/build-your-own/gpg
1•fanf2•31m ago•0 comments

Document-Driven Development in Next.js – Treating Docs as First-Class Citizens

https://danielkliewer.com/blog/2025-11-03-document-driven-development-nextjs-blog
1•KonradFreeman•32m ago•1 comments

Ansible Release 12: The Windows Vista Moment

https://blog.ipspace.net/2025/11/ansible-12-different/
2•tatersolid•35m ago•0 comments

Show HN: I built a tool that finds gaps in medical research

https://researchthegap.com
1•rohma_said•39m ago•2 comments

Scaling Coding-Agent RL to 32x H100s. 160% Improvement on Stanford's TBench

https://github.com/Danau5tin/Orca-Agent-RL
1•Danau5tin•44m ago•1 comments

Show HN: I built an AI that generates full-stack apps in 30 seconds

6•TulioKBR•47m ago•3 comments

Surviving Startups as an Engineering Manager

https://reluctantleadership.substack.com/p/surviving-startups-as-an-engineering
2•oxygenfoxx•50m ago•1 comments
Open in hackernews

ECL Runs Maxima in a Browser

https://mailman3.common-lisp.net/hyperkitty/list/ecl-devel@common-lisp.net/thread/T64S5EMVV6WHDPKWZ3AQHEPO3EQE2K5M/
53•seansh•6h ago

Comments

shawn_w•4h ago
There used to be an ECL+Maxima app for Android, but it fell in one of the purges of older programs from the Play store a while back. I was always surprised it didn't use ABCL.
pjmlp•4h ago
Some folks have such a Java allergy that they rather endure the pains of NDK tooling, than accept a bit of Java on their efforts, I imagine.
spwa4•4h ago
Where the sad truth is that just the debugging features of the JDK alone make it worth using it even for just using C libraries. You can separate the C libraries, restart them without losing memory, communicate with them at least as efficient as through RPC ...

Memory management means that you can just inspect any piece of memory, even through code.

AND it's statically typed, unlike the one other environment that even tries to do this.

northlondoner•3h ago
I think it is more of JVM thing than Java only. Maybe because of enterprise scale, rather than being resource aware minimalist solution.
stassats•2h ago
ABCL is really slow.
pdw•1h ago
I wouldn't assume ABCL runs on Android. It's not listed as a supported runtime on their website.
cies•21m ago
This looks like an open source alternative to Mathematica/MathLab/Maple running in the browser.

Please correct me if I'm off...

As there's no project description that I quickly found, I came to this conclusion myself.