Emil Privér
banner
priver.dev
Emil Privér
@priver.dev
Software Engineer from 🇸🇪
Currently building something cool(TBA)
October 12, 2025 at 4:02 PM
VC on the way to invest in yet another open-source fork with AI plugin
October 11, 2025 at 9:19 AM
❌ REST APIs
✅ AI validated SQL queries over HTTP
October 10, 2025 at 10:12 AM
I asked Claude Sonnet to find a memory leak and it's reffering to a function which is not being used and are properly closeing the rows

I guess AI will take over our jobs :D
October 8, 2025 at 5:02 PM
October 7, 2025 at 10:02 AM
There have never been a better time for linux
October 7, 2025 at 9:49 AM
October 6, 2025 at 3:48 PM
Give up rewriting it in rust or fight a bear
October 6, 2025 at 10:54 AM
October 6, 2025 at 10:11 AM
I found a flowchart which helps you navigate the IT landscape
October 1, 2025 at 6:22 PM
Just started a new rust project. The goal is to build a lightning fast search using typesense and graphql

#rust
September 21, 2025 at 8:48 AM
NPM package is-odd is downloaded 400 000 times per week

This logic is downloaded 400 000 times a week by JS Devs: const isOdd = number => !Number.isInteger(number / 2);
September 20, 2025 at 12:02 AM
September 19, 2025 at 9:35 AM
Good morning you all. Time for some rust 🔥
September 15, 2025 at 6:52 AM
September 12, 2025 at 5:50 PM
Raw dogging on a train today
August 28, 2025 at 4:20 PM
Elixir and Phoenix are absolutely incredible for building dashboards. I'm currently working on elto, a side project that lets companies easily collect feature requests from their customers, track them, and really get what their users actually want.
August 4, 2025 at 9:09 AM
May 30, 2025 at 6:36 AM
Coding some rust on the train
May 24, 2025 at 7:30 AM
Time for afternoon session
May 15, 2025 at 1:04 PM
Good morning, time to write some rust
May 12, 2025 at 7:47 AM
Total working time was 4-5 hours.

Everytime we have a cache-miss do we now use our own service.

Had one bug I fixed today, and the only trade-off is that we're serving BIG AVIF images 200ms slower.
May 11, 2025 at 1:11 PM
rip @togglebit.io He got apple-slapped
May 7, 2025 at 8:06 AM
Serverless can be super cheap, but also super expensive. If I wouldn't find this problem with the bill insane.
May 6, 2025 at 10:15 AM
Friendly reminder to set your GOMAXPROCS env variable if your building apps in go, especially in a container environment.

I did notice some problems with response time and increased CPU and Memory usage. After some blog posts did I find GOMAXPROCS, no we're back to normal

#golang
May 5, 2025 at 2:39 PM