CommonGuy | 14 days ago | on: Cloudflare outage on February 20, 2026
CommonGuy's comments
CommonGuy | 1 month ago | on: The Overcomplexity of the Shadcn Radio Button
It also highlights how far browser have come with new features such as dialogs, which I always implemented with (a lot of) JavaScript in the past
CommonGuy | 1 month ago | on: We might have been slower to abandon StackOverflow if it wasn't a toxic hellhole
But I'm sure the website still receives a lot of views, as it still is highly ranked in Google.
CommonGuy | 3 months ago | on: Windows GUI – Good, Bad and Pretty Ugly (2023)
If you disable it, it becomes snappy again. Pretty crazy to me that Microsoft allows the default option to be that slow
CommonGuy | 4 months ago | on: What the hell have you built
CommonGuy | 4 months ago | on: Recommend Postman Alternative
CommonGuy | 4 months ago | on: Palantir Thinks College Might Be a Waste. So It's Hiring High-School Grads
CommonGuy | 4 months ago | on: Postman which I thought worked locally on my computer, is down
Kreya is privacy-first since its first commit five years ago, since we were fed up with Postman and Insomnia. Happy to answer any questions
CommonGuy | 5 months ago | on: Using Deno as my game engine
CommonGuy | 6 months ago | on: Desktop Linux Keeps Winning the Wrong Battles
What is X11, Wayland, GNOME, KDE, d-bus, application ids, portals, etc.
Then once you have a working application, users request having it distributed as .tar.gz, snap, flatpak, you name it. Then dependencies are missing on some Linux distribution or there are random bugs with Nvidia graphics cards.
Compare that to developing for Windows, where most things "just work"
CommonGuy | 7 months ago | on: Different Clocks
CommonGuy | 8 months ago | on: Hurl: Run and test HTTP requests with plain text
CommonGuy | 9 months ago | on: Run a C# file directly using dotnet run app.cs
CommonGuy | 9 months ago | on: Show HN: I rewrote my Mac Electron app in Rust
More on the stack and our initial issues can be read here: https://kreya.app/blog/how-we-built-kreya/#cross-platform-gu... (from 2021)
CommonGuy | 9 months ago | on: Show HN: I rewrote my Mac Electron app in Rust
Polyfills fix most of the things and we are running automated end to end test on Linux, which catches most of the issues.
IMO the most difficult thing is figuring out how far the users are behind with their webview version, mostly on Linux and macOS. Windows has done thinga right with their WebView2 implementation
CommonGuy | 1 year ago | on: Why is printer ink so expensive?
The only downside is that you have to print something every 2-3 months, otherwise the quality degrades noticeably for the next few printouts. But after that it has always returned to normal quality for me.
CommonGuy | 1 year ago | on: gRPC: The Bad Parts
CommonGuy | 2 years ago | on: Flathub: Pros and cons of direct uploads
CommonGuy | 2 years ago | on: Flathub: Pros and cons of direct uploads
[0] https://github.com/riok/Kreya/issues/64#issuecomment-1837278...
CommonGuy | 2 years ago | on: HP CEO: "Our long-term objective is to make printing a subscription."
Printing quality goes down after not printing for a long time, but the automated "cleaning" (or whatever it's called) program solves that in a minute
From all the recent outages, it sounds like Cloudflare is barely tested at all. Maybe they have lots of unit tests etc, but they do not seem to test their whole system... I get that their whole setup is vast, but even testing that subtask manually would have surfaced the bug