frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Judge Declares Mistrial in MIT Grad Brothers Ethereum Fraud Case

https://www.bloomberg.com/news/articles/2025-11-08/judge-declares-mistrial-in-mit-grad-brothers-f...
1•aspenmayer•6m ago•1 comments

Melhorar imagem – Melhore fotos com AI – Grátis

https://melhorar-imagem.com
1•zhamin246•7m ago•0 comments

OpenAI: Our new model GPT-5-Codex-Mini – a more cost-efficient GPT-5-Codex

https://github.com/openai/codex/releases/tag/rust-v0.56.0
1•wahnfrieden•9m ago•0 comments

Show HN: Serve 100 Large AI models on a single GPU with low impact to TTFT

https://github.com/leoheuler/flashtensors
2•leonheuler•9m ago•0 comments

Trait-Constrained Enums in Rust

https://blog.csongor.co.uk/gadts-in-rust/
1•todsacerdoti•13m ago•0 comments

NASA's bold new telescope will do more than just hunt for life

https://www.nature.com/articles/s41550-025-02708-2
1•Marshferm•19m ago•0 comments

PrintScreen: Fabricating Highly Customizable Thin-Film Touch-Displays (2014) [video]

https://www.youtube.com/watch?v=LiD7dnqY034
1•starkparker•26m ago•0 comments

Before AI's Kepler Moment – Are LLMs the Epicycles of Intelligence?

https://ashvardanian.com/posts/llm-epicycles/
2•ashvardanian•29m ago•0 comments

Mislabeled wires responsible for two-day IT outage in South Dakota; officials

https://statescoop.com/south-dakota-wiring-issues-two-day-outage/
1•gnabgib•35m ago•0 comments

French Government Created LLM Leaderboard 'Rigged' for Mistral

https://comparia.beta.gouv.fr/ranking
3•salkahfi•36m ago•0 comments

Scientists criticize 'straw man' arguments in Bill Gates climate memo

https://www.theguardian.com/environment/2025/nov/06/bill-gates-climate-memo
2•belter•37m ago•0 comments

What's the Deal with Euler's Identity?

https://lcamtuf.substack.com/p/whats-the-deal-with-eulers-identity
1•treadump•39m ago•0 comments

Nov. 8 is Aaron Swartz day

https://archive.org/details/TheInternetsOwnBoyTheStoryOfAaronSwartz
4•flossposse•40m ago•0 comments

Leading AI Researcher Is Raising $1B to Build AI Models with EQ

https://www.businessinsider.com/researcher-raising-1-billion-to-build-ai-models-with-eq-2025-10
2•gmays•42m ago•0 comments

Street Lighting and Public Safety

https://penntoday.upenn.edu/news/penn-criminology-street-lighting-and-public-safety
1•PaulHoule•42m ago•0 comments

Show HN: OtterLang – Pythonic scripting language that compiles to native code

https://github.com/jonathanmagambo/otterlang
1•otterlang•45m ago•0 comments

An introduction to computer algebra (2018)

https://corywalker.me/2018/06/03/introduction-to-computer-algebra.html
2•vitalnodo•46m ago•0 comments

Bank of America faces lawsuit over alleged unpaid computer boot-up time

https://www.hcamag.com/us/specialization/employment-law/bank-of-america-faces-lawsuit-over-allege...
4•WarOnPrivacy•51m ago•0 comments

Post-Capitalism: The End of Money

https://metatrends.substack.com/p/post-capitalism-the-end-of-money
1•gmays•51m ago•0 comments

US Air Traffic Controllers Start Resigning as Shutdown Bites

https://www.thedailybeast.com/air-traffic-controllers-start-resigning-as-shutdown-bites/
81•throw0101a•52m ago•102 comments

Ironclad – formally verified, real-time capable, Unix-like OS kernel

https://ironclad-os.org/
32•vitalnodo•55m ago•5 comments

AI Models Fail Miserably at This One Easy Task: Telling Time

https://spectrum.ieee.org/large-language-models-reading-clocks
1•YeGoblynQueenne•56m ago•1 comments

Her 12-year-old son was talking to Grok. It tried to get him to 'send nudes.'

https://www.usatoday.com/story/life/health-wellness/2025/10/30/children-grok-ai-explicit-content/...
10•belter•58m ago•1 comments

Several countries have privatized air traffic control. Should the U.S.?

https://www.npr.org/2025/06/27/nx-s1-5442651/privatizing-air-traffic-control-faa
1•JumpCrisscross•59m ago•0 comments

Time to Privatize U.S. Air Traffic Control–Copy Canada's Model

https://marginalrevolution.com/marginalrevolution/2025/10/time-to-privatize-u-s-air-traffic-contr...
1•JumpCrisscross•1h ago•1 comments

From Auth to Action: Guide to Secure and Scalable AI Agent Infrastructure

https://composio.dev/blog/secure-ai-agent-infrastructure-guide
2•manveerc•1h ago•0 comments

XPeng Gears Up to Launch Robotaxis Next Year

https://www.wsj.com/business/autos/xpeng-gears-up-to-launch-robotaxis-next-year-796683f4
1•tromp•1h ago•1 comments

Supreme Court temporarily blocks full SNAP benefits even as they'd started to

https://www.npr.org/2025/11/07/nx-s1-5602351/full-snap-benefits-go-out-despite-appeal
11•manveerc•1h ago•0 comments

Copilot GIS Orchestra: Machine-First GIS Development Framework

https://github.com/piergiorgio-roveda/piergiorgio-roveda/blob/main/notes/copilot-gis-orchestra/co...
2•pjhooker•1h ago•1 comments

Show HN: I made an MP3 editor for Windows

https://github.com/cutandjoin/Cjam/releases/tag/v2300
1•cutandjoin•1h ago•1 comments
Open in hackernews

The Lisp in the Cellar: Dependent types that live upstairs [pdf]

https://zenodo.org/records/15424968
88•todsacerdoti•5mo ago
Downloadable: https://zenodo.org/records/15424968/files/deputy-els.pdf

Comments

droideqa•5mo ago
Sadly "deputy clojure" on Google brings no results...

The only hint is this repo[0] referenced in the paper.

[0]: https://gitlab.com/fredokun/deputy

agumonkey•5mo ago
Pretty readable code
reuben364•5mo ago
Thinking out aloud here.

One pattern that I have frequently used in EMACS elisp is that redefining a top-level value overwrites that value rather than shadowing it. Basically hot reloading. This doesn't work in a dependently typed context as the type of subsequent definitions can depend on values of earlier definitions.

    def t := string
    def x: t := "asdf"
    redef t := int
redefining t here would cause x to fail to type check. So the only options are to either shadow the variable t, or have redefinitions type-check all terms whose types depend on the value being redefined.

Excluding the type-level debugging they mention, I think a lean style language-server is a better approach. Otherwise you are basically using an append-only ed to edit your environment rather than a vi.

extrabajs•5mo ago
I don’t see the connection to dependent types. But anyway, is ‘redef’ part of your language? What type would you give it?
reuben364•5mo ago
I just wrote redef to emphasize that I'm not shadowing the original definition.

    def a := 1
    def f x := a * x
    -- at this point f 1 evaluates to 1
    redef a := 2
    -- at this point f 1 evaluates to 2
But with dependent types, types can depend on prior values (in the previous example the type of x depends on the value t in the most direct way possible, as the type of x is t). If you redefine values, the subsequent definitions may not type-check anymore.
extrabajs•5mo ago
I see what you mean. But would you not experience the same sort of issue simply from redefining types in the same way? It seems this kind of destructive operation (whether on types or terms) is the issue. As someone who's used to ML, it seems strange to allow this kind of thing (instead of simply shadowing), but maybe it's a Lisp thing?
resize2996•5mo ago
> EMACS elisp

I used this to write the front end for an ATM machine.

wk_end•5mo ago
I've fantasized about some kind of a dependently-typed Smalltalk-like thing before, and in those fantasies the solution would be that changes would be submitted in the form of transactions - they wouldn't be live until you bundled them all together into one big change that would be fully type-checked, as you describe.
kscarlet•5mo ago
The only option that you described is called "hyperstatic global environment".

And it is called that for a reason, it is not very dynamic :) and probably too static to the taste of many Lisp and all Smalltalk fans.

dang•5mo ago
Any URL for this that we can open in a browser (as opposed to the dreaded "Content-Disposition: attachment")?
Jtsummers•5mo ago
https://zenodo.org/records/15424968 - This at least takes you to a webpage where you can view the paper. If you select to download it, it still downloads of course instead of just opening in the browser.
dang•5mo ago
Thanks! I've switched to that above, and put the downloadable link in the top text.
reikonomusha•5mo ago
Related context: The 2025 European Lisp Symposium [1] was just wrapped a few hours ago in Zurich. There was content on:

- Static typing a la Haskell with Coalton in Common Lisp

- Dependent typing with Deputy in Clojure (this post)

- The Common Lisp compiler SBCL ported to the Nintendo Switch

- Common Lisp and AI/deep learning

- A special retrospective on Modula and Oberon

- Many lightning talks.

[1] https://european-lisp-symposium.org/2025/index.html

no_wizard•5mo ago
I feel like Lisp would be an ideal language for AI development. Its exceedingly good for DSL development and pattern matching. Its already structurally like math notation as well, which I would think would lend itself to thinking how models would consume information and learn
rscho•5mo ago
Well... believe it or not, some have thought of using lisp for AI for quite some time. ;-)
froh•5mo ago
indeed.

Peter Norvig, 1992

Paradigms of AI Programming: Case Studies in Common Lisp

https://g.co/kgs/hck8wsE

https://en.m.wikipedia.org/wiki/Peter_Norvig

it's no coincidence Google is actively maintaining sbcl, either.

Zambyte•5mo ago
Why not go all the way to the source? John McCarthy coined the term "artificial intelligence", and then invented / discovered LISP in pursuit of it in the 1950s :D
ayrtondesozzla•5mo ago
https://quantumzeitgeist.com/lisp-and-the-dawn-of-artificial...

Lisp was the de facto language of artificial intelligence in the U.S. for many years. Apparently Prolog was popular in Europe (according to Norvig's PAIP)

fithisux•5mo ago
Impressive.