Advertisement · 728 × 90

Posts by chreke

Post image

What is a null coalescing operator but a poor man’s monad?
What is a pipeline operator but a poor man’s method call?

3 weeks ago 4 0 1 0
Preview
#16 Adam Tornhill

Spotify: open.spotify.com/episode/7l3T...
Apple Podcasts: podcasts.apple.com/se/podcast/f...
YouTube: youtu.be/sYqUUYlm4HU?...
RSS: anchor.fm/s/10395bc40/...

1 month ago 5 4 0 0

The Func Prog Podcast is back with another episode! I sit down with Adam Tornhill, the founder of CodeScene, to discuss technical debt, Clojure, and why it’s so hard to write good code.

Listen below! 👇

1 month ago 7 0 1 0
Preview
Node.js Meetup · Luma Welcome to the first Node.js meetup hosted by Functional Software! Don’t miss this opportunity to connect with fellow Node.js developers, listen to engaging…

Node.js meetup on March 23rd 👀
Node.js meetup on March 23rd queen??
luma.com/217oq7dm

1 month ago 0 0 0 0
Post image

F35 ran into an CAS A-10 squad leader and got brutally airframe mogged

1 month ago 2 0 0 0
Post image

A pretty straightforward solution in Python:

1 month ago 0 0 0 0
Preview
013 Do Androids Dream of Emmentaler Cheese? - ProgrammingPuzzles.com Worker androids from the off-world colonies have made their way onto Earth. Your job is to track them down, but it's difficult — they look identical to humans. Usually you have a machine that can iden...

Another programming puzzle for the weekend! programmingpuzzles.com/puzzles/013-...
Let's see your answers in the comments below!

1 month ago 1 0 1 0

People on twitter will really be like "you believe in writing raw SQL? that pales in effectiveness to my strategy, using a model abstraction layer so I can switch RDBMS at any time" and then never switch RDBMS

2 months ago 6 0 1 0

these just keep getting more insane—love it! 😂

2 months ago 1 0 0 0
Advertisement
Post image
2 months ago 0 0 0 0
Post image

A brute-force solution in Python

2 months ago 0 0 0 0
Preview
012 The Perfect Menu - ProgrammingPuzzles.com You are a chef running a small restaurant; due to the small size of your kitchen, you always have a set menu with one appetizer, one main dish, and one dessert. After service is over, you immediately ...

Are you ready for this week's programming puzzle? Share your solutions in the comments! programmingpuzzles.com/puzzles/012-...

2 months ago 2 0 2 0
Preview
Func Prog Conf 2026 - 14 October, Stockholm A full-day conference about functional programming in Stockholm, October 14 2026

Tickets for Func Prog Conf 2026 are live! 🥳 We sold out last year—get your ticket while they’re still available!

funcprogconf.com

2 months ago 5 1 0 0
Post image

if you want to write really clean code, you need to use vim

2 months ago 4 1 1 0
Post image
2 months ago 1 0 0 0

man, that’s crazy!

2 months ago 1 0 1 0
Post image
2 months ago 1 0 0 0

Thanks for coming on the podcast, very happy with how the episode turned out!

2 months ago 1 0 0 0

That sounds interesting! To me, these ideas are pretty much isomorphic—if I can put application logic in the database that is fine too

2 months ago 2 0 0 0
Advertisement
Preview
#15 Giacomo Cavalieri

Spotify: open.spotify.com/episode/44bo...

YouTube: www.youtube.com/watch?v=IW-p...

Apple Podcasts: podcasts.apple.com/se/podcast/1...

RSS: anchor.fm/s/10395bc40/...

2 months ago 1 0 0 0

What better way to start your weekend than a new episode of the Func Prog Podcast? In this episode I talk with @giacomocavalieri.me about the @gleam.run programming language—we had a great time and covered a bunch of interesting topics!
Links in comments 👇

2 months ago 11 2 2 0

Here's my modest proposal: Stop moving data between your application and the database; instead, move the database into the application. Use a low-level store (e.g. RocksDB) for persistence and language-level primitives for concurrency control (a good use case for Rust?)

2 months ago 1 0 1 0

Since the database code can't "see" the application code (and vice versa), it's very easy to introduce deadlocks, race conditions, etc. Static analysis is of little help here.

2 months ago 1 0 1 0

SQL is convenient for fetching data, but its concurrency primitives are lacking. What's worse, the application and the database need a shared understanding of what resources are owned by whom. This creates a lot of ugly, brittle code.

2 months ago 2 0 1 0
Post image

Hot take: We need to rethink how we build distributed systems (read: web apps). The old three tier model of client–app server-database needs to go. For basic use cases it works well enough, but as soon as you introduce complex transaction logic, or high load, it breaks.

2 months ago 4 0 2 0
Preview
011 Rosebud 64 - ProgrammingPuzzles.com You are approached by an eccentric billionaire with an interesting proposition. He wants you to write an emulator for the Rosebud 64, an obscure gaming console he played as a child. He has purchased t...

Time for another programming puzzle! Share your solutions in the comments!

programmingpuzzles.com/puzzles/011-...

2 months ago 1 0 1 0
Post image

chat, how cooked am i?

2 months ago 1 0 1 0
Advertisement
Post image

gnu reports AGI has been achieved internally

2 months ago 4 0 0 0
Post image

that feeling when your conference talk is rejected

2 months ago 3 0 0 0

I would be very interested! My company might be interested in helping out somehow (organization / sponsorship) if budget / time permits

2 months ago 2 0 0 0