HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pulsartwin

no profile record

comments

pulsartwin
·letzten Monat·discuss
Sure, edited.
pulsartwin
·letzten Monat·discuss
Maybe, or maybe not. But it will certainly kill the community they've built up, and squander a huge amount of goodwill. Why would anybody who's interested in supporting or using an independent browser (read: techies) choose one that nobody can contribute to? Not to mention how the sponsors might feel about this.
pulsartwin
·letzten Monat·discuss
This seems quite misguided and is sad to see. They have every right to do this, but I was looking forward to continuing testing Ladybird as it improves and contributing in the future. I hope servo stays open to contributions, as it seems like it's all we have left.
pulsartwin
·vor 2 Monaten·discuss
Looking forward to the blog post. Do you plan to run both the Zig and Rust binaries side-by-side across a wide range of real applications (potentially shadowing in production) to weed out bugs?
pulsartwin
·vor 2 Monaten·discuss
At the very least, it's interesting to be a bystander observering as efforts like this progress. The first thing it makes me wonder is how comprehensive/high quality the test suite is to begin with. Not to cast aspersions, but even at 100% on all platforms I wonder how confident the Bun team would be in migrating.
pulsartwin
·vor 4 Monaten·discuss
> I imagine this behavior came from ClearType having been a special case, and therefore non-native widget toolkits getting explicitly programmed to render with it on Windows, forgetting that the user should be able to turn it off!!

I see, that is indeed frustrating.

> Once every Mac shipped with a Retina display, there was no need to retain that compromise, because you already get high resolution so you may as well get color accuracy too.

I believe that is Apple's position, and it may be valid for their own high-DPI displays. However, it overlooks the fact that most external monitors, especially typical office displays, are still far from retina pixel densities. Even on a relatively good 27" 4K panel, text on macOS looks noticably worse than on Windows or Linux. Then again, that's likely compounded by the lack of fractional scaling. Unless you're using a 5-6K external display, you aren't hitting 250+ PPI to get crisp text at all.

> I will note macOS still enables by default a feature called "stem darkening" (incorrectly called "font smoothing" in macOS Settings) that also looks fairly awful to my eye, and seems itself a legacy from the low-DPI days.

Yea, I've seen quite the range of stem darkening implementations. Skipping proper gamma-correct blending in many doesn't help.

The really annoying thing nowadays is renderers attempting to apply subpixel rendering to panels that aren't even RGB/BGR in the first place.
pulsartwin
·vor 4 Monaten·discuss
Hate seems a bit strong for an increase in perceived horizontal resolution on low DPI displays, but to each their own. That said, I'm not sure what you mean by it being impossible to turn off. On Windows you can just disable ClearType per monitor, and on Linux it's configurable either through your DE, fontconfig, or sometimes at the application level.

MacOS went the other direction and removed subpixel rendering entirely, which is partly why low DPI external displays tend to look worse there.
pulsartwin
·vor 4 Monaten·discuss
Yep, and if you're interested, Rubin doesn't send alerts directly to individuals. The alert stream alone (without full images) is enormous. There are a set of alert brokers who ingest, index, and add metadata before making the streams available in a consumable manner. You can find all the alert brokers here: https://rubinobservatory.org/for-scientists/data-products/al....

Each broker provides an interface with different strengths, and some are still scaling up as operations begin. And yes, most brokers support spatial queries (cone searches / RA-Dec filters), along with a host of other interesting parameters to filter by. You can check out the public Fink portal and API docs as an example (https://lsst.fink-portal.org, https://doc.lsst.fink-broker.org).

Rubin is still very early in survey operations, so only parts of the entire footprint have been observed so far. Depending on the region of interest, it may not have actually been observed yet (also, high quality difference image templates will take quite some time to build up). But it's very exciting to see how much data will be generated over the 10-year survey period, and once the observatory is running at full speed, the entire southern sky will be continuously re-imaged every three nights!
pulsartwin
·vor 5 Monaten·discuss
That's not great, although at least a splash screen is purely cosmetic. More disappointing is that, even in 2026, the move to Wayland still comes with issues like this:

> Some popups, such as Search Everywhere and Recent Locations, may not be moved outside of the main frame.

and

> Some windows and dialogs, e.g. Project Structure and Alerts, may not be centered on the screen or keep their previous location. This is due to the window manager having total control over windows’ locations in Wayland, which it is not always possible to override on the application side.
pulsartwin
·vor 9 Monaten·discuss
I'm glad there's finally some progress in that direction. If they actually implement subpixel RGB anti-aliasing, it would definitely be worth considering as an alternative. It's been surprising to see so many people praise Zed when its text rendering (of all things) has been in such a state for so long.