cd/sources/discourse-auto-discovered· home sources Discourse (auto-discovered)
cat /sources/discourse-auto-discovered.feed | wc -l → 40

Discourse (auto-discovered)

articles 40 domain discourse.haskell.org → page 1/2 feed RSS
12:48
2026-08-16
discourse.haskell.org
developer-tools

Hasql v2: the Native Era

Hasql v2, a Haskell database library, is now available and can run natively in Haskell with no external dependencies, or continue using libpq, with no performance degradation and minimal API changes. …

05:03
2026-08-16
discourse.haskell.org
artificial-intelligence

Safety of LLM generated code

A discussion on the Haskell Discourse forum highlights that AI-assisted developers produce commits at three to four times the rate of their peers but introduce security findings at 10x the rate, accor…

09:34
2026-08-15
discourse.haskell.org
developer-tools

[ANN] ychr is on Hackage

The software package ychr has been released on Hackage, with its author emphasizing that users should review the code before trusting it. The author states that every change was reviewed by multiple i…

13:20
2026-08-14
discourse.haskell.org
artificial-intelligence

History of DH (Dependent Types in Haskell) contributions

The Haskell development roadmap for Dependent Types (DH) will be updated with links to key research papers, including PhD theses by Adam Gundry (2013) and Richard A. Eisenberg (2016), a specification …

10:45
2026-07-31
discourse.haskell.org
large-language-models

Common legal questions around LLMs?

Haskell Foundation (HF) is collecting common legal questions about large language models (LLMs) to present to a legal expert, focusing on EU and US frameworks, with the goal of publishing answers to h…

00:50
2026-07-30
discourse.haskell.org
developer-tools

Haskell Report 2024?

Simon Peyton Jones announced a project to produce a new Haskell report, revising the Haskell 2010 language report to account for language changes over the years, aiming to fix the issue that GHC canno…

21:26
2026-07-26
discourse.haskell.org
artificial-intelligence

[ANN] siza - pair with a local LLM on a Haskell notebook

A developer announced siza, a harness that pairs a local LLM with a Sabela notebook to improve Haskell code generation for data work, addressing issues like hallucinated modules and small context wind…

18:17
2026-07-20
discourse.haskell.org
developer-tools

Monad of No Return: The Great Patchening

A developer has automated the process of forking, patching, building, testing, and pushing code for Haskell packages affected by the Monad of No Return proposal. Out of 112 repos, 24 successfully buil…

10:34
2026-07-20
discourse.haskell.org
developer-tools

Line of code not working as expected

A Haskell beginner encountered unexpected behavior in a conditional expression due to operator precedence, where `x && y == False` was parsed as `x && (y == False)` instead of `(x && y) == False`. The…

09:38
2026-07-20
discourse.haskell.org
developer-tools

Ghcid-check for programmatic fast feedback

A developer published ghcid-check, a small wrapper script around ghcid that provides programmatic fast feedback for Haskell coding agents, allowing users to launch a ghcid process with `ghcid-check --…

04:08
2026-07-13
discourse.haskell.org
artificial-intelligence

AI thought experiment

A thought experiment contrasts the agentic codemaxxer who produces five working Python apps through constant iteration with the haskeller who writes a lasting library while relaxing outdoors, question…

09:38
2026-07-08
discourse.haskell.org
developer-tools

Senior/Staff Haskell Developer - Remote from EU/EEA

Scrive, a legaltech company in the e-signing space, is hiring a Senior/Staff Haskell Developer for a fully remote position within the EU/EEA. The role requires 8+ years of professional experience with…

22:16
2026-06-29
discourse.haskell.org
machine-learning

Meaning of strictness

A Haskell developer explains that strictness analysis, a denotational concept, does not guarantee a function evaluates its argument on every code path, as demonstrated by the function \x y -> x `seq` …

13:09
2026-06-23
discourse.haskell.org
developer-tools

Is anyone using MicroHs?

MicroHs, a Haskell compiler, is being used in practical applications including keyboard firmware and interactive notebooks, demonstrating its growing utility beyond theoretical use. Developers report …

12:43
2026-06-19
discourse.haskell.org
ai-chips

Join us at MatX!

MatX, an AI chip startup, is hiring a Bluespec Design Engineer, seeking Haskell developers even without hardware experience. The role is based in Mountain View with hybrid requirements for US candidat…

20:36
2026-06-13
discourse.haskell.org
developer-tools

Sabela Notebook Gallery

A new notebook gallery called Sabela has been launched on the Haskell Discourse forum, showcasing interactive tutorials and scripts. The project, credited to contributors tomjaguarpaw and hungryjoe, a…

13:00
2026-06-05
discourse.haskell.org
ai-tools

[ANN] tricorder - a new development tool for Haskell and LLMs

Christian, an engineer at Tweag, released the first version of tricorder, a new development tool for Haskell that serves as a standalone replacement for ghcid or ghciwatch. The tool features a CLI tha…

page 1 / 2 next →