HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CommonGuy

404 karmajoined 6 yıl önce

Submissions

The new HTTP QUERY method explained

kreya.app
220 points·by CommonGuy·18 gün önce·172 comments

The new HTTP QUERY method explained

kreya.app
4 points·by CommonGuy·22 gün önce·0 comments

Stack Overflow for Agents

agents.stackoverflow.com
1 points·by CommonGuy·geçen ay·0 comments

gRPC in the browser: gRPC-Web under the hood

kreya.app
4 points·by CommonGuy·4 ay önce·0 comments

Virtual Scrolling: Rendering messages without lag

kreya.app
2 points·by CommonGuy·4 ay önce·0 comments

Crypto firm accidentally sends $40B in Bitcoin to users

finance.yahoo.com
2 points·by CommonGuy·5 ay önce·0 comments

Transfering Files with gRPC

kreya.app
52 points·by CommonGuy·6 ay önce·21 comments

Catching API regressions with snapshot testing

kreya.app
2 points·by CommonGuy·6 ay önce·0 comments

Catching API regressions with snapshot testing

kreya.app
14 points·by CommonGuy·6 ay önce·0 comments

Advent of Svelte 2025

advent.sveltesociety.dev
2 points·by CommonGuy·7 ay önce·0 comments

comments

CommonGuy
·evvelsi gün·discuss
Acid (oxalic acid, formic acid) treatments can be used multiple times in a row, but are harder on the bees
CommonGuy
·evvelsi gün·discuss
Yes, they remove the mites if they detect them. Asian honey bee colonies usually do not collapse from varroa mites.

But since European honey bees produce much more honey, the are the prefered species and used worldwide
CommonGuy
·evvelsi gün·discuss
I have bees myself. Beekeepers and scientists all over the world are trying to breed better bees with improved VSH. While it may work in a laboratory, it does not seem to work consistently in practice. You cannot just buy a "VSH colony/queen" and no longer treat Varroa mites. Even with careful breeding, the VSH behavior often vanishes (or is greatly reduced) after 1-2 generations.

Of course having only colonies with a strong VSH would be the end goal so we no longer need to treat our bees. But until then, better treatments are needed.
CommonGuy
·16 gün önce·discuss
Cloudflare really likes to publish new projects, but improving them in the future is not really their style. Some examples:

- They launched Cloudflare Web Analytics in 2020, but it still does not support basic things such as UTM parameters or custom events

- With wrangler (their CLI), you still cannot undeploy a Cloudflare Page
CommonGuy
·18 gün önce·discuss
GraphQL implementations could switch to this
CommonGuy
·18 gün önce·discuss
Proxies are allowed to drop bodies of HTTP GET requests.

RFC 9110 states:

> [..] content received in a GET request has no generally defined semantics, cannot alter the meaning or target of the request [..]

> A client SHOULD NOT generate content in a GET request [..]
CommonGuy
·geçen ay·discuss
He was arrested in New York, so he was in the US
CommonGuy
·3 ay önce·discuss
Why would they be out of date? The ecosystems themselves (for example .NET) receives regular updates.

Yes, they cannot include everything, but enough that you do not _need_ third party packages.
CommonGuy
·5 ay önce·discuss
Insufficient mock data in the staging environment? Like no BYOIP prefixes at all? Since even one prefix should have shown that it would be deleted by that subtask...

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
CommonGuy
·6 ay önce·discuss
I recently tried out https://daisyui.com/ (CSS only components, depends on tailwind) and so far I really like it.

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
·6 ay önce·discuss
StackOverflow always wanted less low-quality questions, which is now the case. Whether they still receive some high-quality ones...

But I'm sure the website still receives a lot of views, as it still is highly ranked in Google.
CommonGuy
·8 ay önce·discuss
Yes the start menu is now very slow with the web stuff enabled.

If you disable it, it becomes snappy again. Pretty crazy to me that Microsoft allows the default option to be that slow
CommonGuy
·8 ay önce·discuss
Or do not use caching at all until you need it
CommonGuy
·8 ay önce·discuss
Creator of Kreya here, thanks for mentioning us! If you have any questions, I'm happy to answer them
CommonGuy
·8 ay önce·discuss
Switzerland has this and for basically every other job as well. Apprenticeships are very common here, I did mine as a "programmer"
CommonGuy
·9 ay önce·discuss
I'm one of the creators of Kreya [1]. We were one (or the) first to support a fully-offline, git-centric local data storage in this space.

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

[1] https://kreya.app
CommonGuy
·9 ay önce·discuss
This shouldn't be a problem with Windows 11 anymore? AFAIK, the "evergreen" version of WebView2 is installed by default.