HN user

ctenb

608 karma
Posts30
Comments278
View on HN
dl.acm.org 15d ago

The Widening Gap: The Benefits and Harms of Generative AI for Novice Programmers

ctenb
1pts0
www.youtube.com 15d ago

What AI does to the minds of novice coders [video]

ctenb
2pts1
news.ycombinator.com 1mo ago

Ask HN: What rules does your team have for using AI in a durable codebase?

ctenb
2pts1
www.microsoft.com 1y ago

HMQ: Principal Type Inference Under a Prefix

ctenb
2pts0
github.com 1y ago

Graphviz.NetWrapper

ctenb
1pts0
chtenb.dev 1y ago

TPSV, an Alternative to TSV (and CSV)

ctenb
41pts61
github.com 1y ago

Monaspace v1.2 Released

ctenb
2pts0
github.com 1y ago

Pure DI: dependency injection for .NET without reflection

ctenb
3pts0
github.com 2y ago

Koka v3 Released

ctenb
3pts1
www.youtube.com 2y ago

The Evolution of Effects [video]

ctenb
1pts0
www.youtube.com 2y ago

Perceus Algorithm in Koka Lecture (Reference Counting with Reuse) (2021) [video]

ctenb
1pts0
github.com 2y ago

Show HN: Helix.vim

ctenb
6pts2
github.com 2y ago

Graphviz.NetWrapper 2.0.0 Released

ctenb
1pts1
www.youtube.com 2y ago

Laziness in Haskell – Part 4: Thunks [video]

ctenb
3pts0
www.youtube.com 2y ago

Laziness in Haskell – Part 3: Demand [video]

ctenb
3pts0
news.ycombinator.com 2y ago

Ask HN: What tooling do you use for organizing/offloading your thoughts?

ctenb
2pts11
news.ycombinator.com 2y ago

Ask HN: What is the most suitable Scheme implementation to learn today?

ctenb
2pts2
vamolessa.github.io 2y ago

A simple and opinionated modal code editor for your terminal

ctenb
2pts0
www.youtube.com 2y ago

Laziness in Haskell – Part 2: Why Not Strict Haskell? [video]

ctenb
8pts0
news.ycombinator.com 2y ago

Ask HN: Any Vim users who are sticking with Vim over Neovim?

ctenb
9pts18
news.ycombinator.com 3y ago

Ask HN: What is your favorite tool to resolve Git merge conflicts?

ctenb
3pts6
arothuis.nl 3y ago

Testing General Rules Through Property-Based Tests (2020)

ctenb
1pts1
github.com 3y ago

Hierarchical Free Monads: Mostly Pointless (2020)

ctenb
1pts0
news.ycombinator.com 4y ago

Ask HN: A US programmer makes 3 times that of a EU programmer. Why?

ctenb
81pts140
chtenb.dev 4y ago

Railroad Oriented Programming in C#

ctenb
2pts0
www.purescript.org 4y ago

PureScript: A strongly-typed functional language that compiles to JavaScript

ctenb
3pts0
chtenb.dev 5y ago

The missing C# built-in type: void

ctenb
2pts0
github.com 5y ago

Show HN: Online dozenal guitar tablature viewer written in PureScript

ctenb
3pts2
github.com 5y ago

Rubjerg/Graphviz.NetWrapper

ctenb
1pts1
github.com 5y ago

Show HN: Add Dozenal Digits to Fonts

ctenb
1pts0
Show HN: Zanagrams 24 days ago

Cool that they list the definitions of the words afterwards. This makes it even more fun for non-native speakers, as it adds a free learning aspect to it.

My Opinion on RL 1 month ago

It's not good practice to use acronyms without introducing them. From the title alone it's unclear what this is about, from the text it still had me guessing for a while.

I was hesitant to post my comment. It's the first time I've complained about this on HN I think. And it's not only about the flow of the words at all, it's more about reading something that no one wrote. Especially if it's about a project that seems interesting, having AI written text tells me it's maybe not the passion project I otherwise would think it was.

Most articles I click on in the HN homepage turn out to be written by AI, judging from the phrasing. I'm weirded out by the fact that people don't seem to find it important to write their own thoughts down. The writing in TFA is clearly supervised by a human, but still, the wording is not human at all.

Tangentially related, this post git me reading about the spectre language. In the spectre docs you write: "There is a notable lack of contract based programming languages that enforce correctness at a low level.". What is the difference between a function checking arguments and throwing exceptions and contract-based functions, apart from perhaps a more concise syntax to specify it?

Make.ts 6 months ago

"Just" is exactly made for this, and it is amazing. You write a justfile that is somewhat similar to a makefile but without the painpoints and it provides a CLI interface of commands you want to run

This has not been true for at least a decade for dutch buildings: there are strict regulations requiring decent insulation for new buildings. Renovating and insulating old buildings is also encouraged, but not required by law.

I'm surprised Pandoc markdown is not mentioned. You can make that semi structured quite easily, and write your own transformations using lua. It's powerful enough to write math papers and export into both pdf and html.

AsciiMath 8 months ago

I use Unicode to type math, which is the closest you can get in plain text to what you see in the rendered output. The latex package unicodemath is amazing. As a bonus you can paste the code in chat applications when communicating with peers.