Clojure Pulse

Viewed 1 times

The latest in Clojure across Twitter and Hacker News.

Other places you can find Clojure on the web:


News from Clojure

So turns out this was more popular than I ever imagined so I've burned through my free Twitter api calls.

I'm looking to sort this out with spend $149 per month. Worst comes to worst I'll build a cache so we don't run out after the 13th when my API usage resets.

Sorry folks. Until then here's some hacker news.

The Chan-Zuckerbergs stopped funding social causes
https://www.washingtonpost.com/technology/2025/06/29/mark-zuckerberg-priscilla-chan-school-closure/
109 points  ·  1vuio0pswjnm7  ·  30 June 2025 - 00:58:54

Go to HN →

Iran parliament reportedly backs closing Strait of Hormuz
https://www.axios.com/2025/06/22/iran-closure-strait-of-hormuz
14 points  ·  rguiscard  ·  23 June 2025 - 00:43:26

Go to HN →

Homegrown Closures for Uxn
https://krzysckh.org/b/Homegrown-closures-for-uxn.html
101 points  ·  todsacerdoti  ·  19 June 2025 - 17:29:35

Go to HN →

Can All Knowledge Be Mined? A Formal Framework for φ^∞ Consequence Closure
https://www.researchgate.net/publication/392826629_ph_Consequence_Mining_Formal_Foundations_and_Collapse_Dynamics
3 points  ·  WASDAai  ·  19 June 2025 - 16:58:43

Go to HN →

How One Clojure Function Destroyed Agent Framework Completely
https://bytes.vadeai.com/how-one-clojure-function-destroyed-agent-framework-completely/
6 points  ·  1659447091  ·  17 June 2025 - 20:41:23

Go to HN →

Simple ideas with impact from Clojure and Rama (by Nathan Marz) [video]
https://www.youtube.com/watch?v=25lJNRibYv8&list=PLtw0bWXdq7pMmm1ALroZ_c5aZB-l4V06V&index=1
5 points  ·  adityaathalye  ·  16 June 2025 - 05:02:35

Go to HN →

Pitfalls of premature closure with LLM assisted coding
https://www.shayon.dev/post/2025/164/pitfalls-of-premature-closure-with-llm-assisted-coding/
5 points  ·  shayonj  ·  15 June 2025 - 17:49:58

Go to HN →

Pitfalls of premature closure with LLM assisted coding
https://www.shayon.dev/post/2025/164/pitfalls-of-premature-closure-with-llm-assisted-coding/
83 points  ·  shayonj  ·  14 June 2025 - 16:29:35

Go to HN →

Pitfalls of premature closure with LLM assisted coding
https://www.shayon.dev/post/2025/164/pitfalls-of-premature-closure-with-llm-assisted-coding/
1 points  ·  shayonj  ·  13 June 2025 - 14:48

Go to HN →

Simple ideas with impact from Clojure and Rama [video]
https://www.youtube.com/watch?v=25lJNRibYv8
4 points  ·  weavejester  ·  13 June 2025 - 13:18:30

Go to HN →

A cross-platform Clojure/script parser for Markdown
https://github.com/nextjournal/markdown
1 points  ·  tosh  ·  12 June 2025 - 16:18:05

Go to HN →

Premature closure and the role of Senior Engineer in the world of AI
https://www.shayon.dev/post/2025/163/premature-closure-and-the-role-of-senior-engineer-in-the-world-of-ai/
1 points  ·  shayonj  ·  12 June 2025 - 15:33:40

Go to HN →

Electric Clojure Differential Dataflow for UI [Dustin Getz] [video]
https://www.youtube.com/watch?v=QIam96cpIoI
6 points  ·  bwidlar  ·  9 June 2025 - 10:56:32

Go to HN →

From Boolean logic to bitmath and SIMD: transitive closure of tiny graphs
http://bitmath.blogspot.com/2025/06/from-boolean-logic-to-bitmath-and-simd.html
2 points  ·  matt_d  ·  7 June 2025 - 06:33:17

Go to HN →

TCP Server Remains in Established State After RST Sent

1 points  ·  oracleloyal  ·  2 June 2025 - 08:27:34

During the short-link stress test (many TCP connections being rapidly established and closed), the server (PostgreSQL) sends an unexpected RST after the handshake. Despite the RST and client-side closure, the server socket stays in ESTABLISHED. This behavior repeats under high load.What could cause the kernel to send an RST but still leave the server-side socket in ESTABLISHED state? Shouldn’t the kernel remove the connection after sending the RST?

netstat Output [root@systest104 tools]# netstat -atpn | grep 45129 | grep LI tcp 0 0 10.13.8.104:45129 0.0.0.0:* LISTEN 3961360/postgres: tcp 0 0 10.13.8.104:45129 10.13.8.104:45052 ESTABLISHED 3961360/postgres:

Kernel Socket State Transitions ffff9de27cb78000 3499722 postgres 10.13.8.104 45052 → 45129 SYN_RECV → ESTABLISHED 0.003s ffff9dd18eb25580 3961360 postgres 10.13.8.104 45129 → 45052 SYN_SENT → ESTABLISHED 1.165s ffff9dd18eb25580 353 ksoftirqd 10.13.8.104 45129 → 45052 ESTABLISHED → CLOSE 4.154s

Go to HN →

Transitive Closure in PostgreSQL
https://engineering.remind.com/Transitive-Closure-In-PostgreSQL/
4 points  ·  thunderbong  ·  2 June 2025 - 02:17:29

Go to HN →

What if we were taught transducers first?
https://clojurecivitas.github.io/clojure/transducers/what_if.html
3 points  ·  TheFreim  ·  1 June 2025 - 16:54:39

Go to HN →

AI-Powered REPL with Clojure MCP, Next Generation Developer Experience
https://www.metosin.fi/blog/2025-05-27-bruce-hauman-has-done-it-again
6 points  ·  jgrodziski  ·  31 May 2025 - 16:30:44

Go to HN →

Clozure Associates
https://www.clozure.com/
3 points  ·  tosh  ·  27 May 2025 - 08:00:40

Go to HN →

Clojure MCP
https://github.com/bhauman/clojure-mcp
202 points  ·  todsacerdoti  ·  25 May 2025 - 06:48:39

Go to HN →