HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mgoetzke

no profile record

投稿

The Bug that Chromium wont Fix

issues.chromium.org
4 ポイント·投稿者 mgoetzke·2 か月前·2 コメント

[untitled]

1 ポイント·投稿者 mgoetzke·2 か月前·0 コメント

コメント

mgoetzke
·2 か月前·議論
For a lot of architectures its also irrelevant. I use sync code and I use async code in my architecture. But more like independent subsystems. They are sync internally and only few places have connections to outside systems or IO. Those can be async.

I do understand though that it can be annoying for library authors, especially those that need to interact with the FS/Network etc.
mgoetzke
·2 か月前·議論
You mean like you just store the Promise in a var and await after you are done with the rest (JS like) ?
mgoetzke
·2 か月前·議論
An active bug from 12/12/2018 that Google and the Chromium team just dont want to fix for 'reasons'.

First time I stumbled over this bug myself I thought that will be fixed soon. When Microsoft started using Chromium I thought "for sure now they will".

Turns out there is something nefarious going on. There is no other explanation.
mgoetzke
·2 か月前·議論
This article is a little distopian about what work has become already for some
mgoetzke
·2 か月前·議論
I liked pi.dev but why is registering endpoints and models not as simple as possible ? Or am i missing something ? I always have to fiddle with the config file.
mgoetzke
·2 か月前·議論
Which ones ?
mgoetzke
·2 か月前·議論
Of course its newsworthy if the company making the most electric cars in the world has setup a factory to produce semis and produced at least one after years of testing with actual customers that say they are very happy at seemingly very competitive pricing.

To say its NOT newsworthy betrays a bias against Tesla which I would assume has nothing to do with actual facts.
mgoetzke
·2 か月前·議論
They already have a hundred buttons, VW just showed of steering wheels with like 20 buttons
mgoetzke
·3 か月前·議論
Fred has switched his business model to cater to every reader that hates Elon. So it doesnt matter to him
mgoetzke
·3 か月前·議論
For Valerian he should have been better at casting people that had chemistry and felt real
mgoetzke
·4 か月前·議論
As someone who never liked writing anything C++ since 2000+ (did like it before) I cannot agree with this. C++ and Rust are not comparable in this sense at all.

One can argue Rust is what C++ wanted to be maybe. But C++ as it is now is anything but clean and clear.
mgoetzke
·5 か月前·議論
Considering that I doubt most normal office-user people even use features in Word other than changing fonts etc I doubt that will be a big issue anyway.
mgoetzke
·5 か月前·議論
I only discovered PI after reading https://vladimir.varank.in/notes/2026/02/freebsd-brcmfmac/.. and its the first coding agent that makes using local llms and switching to commercial options really fast and well behaved.

Still testing it, but I have to say so far I am extremely impressed.
mgoetzke
·5 か月前·議論
considering cameras can create reliable enough distance measurements AND also handle all the color reception needed for legally driving roads it was always a ridiculous idea by a certain set of people that lidar is necessary.
mgoetzke
·5 か月前·議論
Didnt russia cause a lot of debris due to one of their tests and endanger the ISS crew ?
mgoetzke
·6 か月前·議論
The fact that canadian lumber companies seem to be switching their machinery to metric is funny though. https://woodcentral.com.au/canadas-sawmills-weigh-metric-swi...
mgoetzke
·6 か月前·議論
The main problem was that it was and is twice as expensive with less range as they said it would be with seemingly no push to address either.

It seems to be a good product (with compromises as any product) but its not a slam dunk to choose that as a Model 3/Y is.
mgoetzke
·6 か月前·議論
Dont get me started on the number of times Signal/formerly Skype opened up a dialog in-the-midst of me typing and me accidentally accepting a call because i happened to write 'space' at that moment in time
mgoetzke
·7 か月前·議論
That depends a lot on many factors and thus I dont like generic statements like that which tend to be more focused on a specific database pattern. That said everyone should indeed be aware of the potential tradeoffs.

And of course we could come up with many ways to generate our own ids and make them unique, but we have the following requirements.

- It needs to be a string (because we allow composing them to 'derive' keys) - A client must be able to create them (not just a server) without risk for collisions - The time order of keys must not be guessable easily (as the id is often leaked via references which could 'betray' not just the existence of a document, but also its relative creation time wrt others). - It should be easy to document how any client can safely generate document ids.

The lookup performance is not really such a big deal for us. Where it is we can do a projection into a more simple format where applicable.
mgoetzke
·8 か月前·議論
THe first example they showed is quite the turn-off though :)