Hacker Newsnew | past | comments | ask | show | jobs | submit | microflash's commentslogin

Do I have to use Rune Network? Can it can run offline?

Yes, you can disable it but if you don't login with your Rune account, it won't ever connect. You can also disable auto-joining, even if logged in, with the following config: https://github.com/unstablebuild/rune/blob/main/cmd/rune/run...

At this point, I've come to live with it. I do use Supercharge[1] to fix some of the warts.

[1]: https://sindresorhus.com/supercharge


> A user you’ve blocked has previously contributed to this repository.

Sigh.


Only 5 "contributors," did you block one of the AI bots bouncing around in there?

Yup.

Just Claude or have you managed to block Jules as well? I haven't figured out Jules yet myself.

> Firefox now limits CSS to 75 levels of nested blocks and functions, preventing crashes that extremely deep nesting can cause under some circumstances. More deeply nested rules and values no longer parse.

Very interesting change. I’ve yet to see CSS more than 20 levels deep. Good to put a stop to such insanity.


> Very interesting change. I’ve yet to see CSS more than 20 levels deep. Good to put a stop to such insanity.

I wonder what made them attempt to support such deep nesting in the first place.


Always possible there’s some buggy CSS compiler in the wild that ships a crazy rule and nobody tested in Firefox.

Not necessarily. See https://screenspan.net/fallback


Headline length changes in that demo: https://screenspan.net/prototypes/fallback-font/


I’ve found that ch and ex units are heavily influenced by latin characters. They just give weird results with non-latin characters leading to magic numbers. But the concept is really solid: use them if you want the spacing relative to text.


This is a problem whenever someone outside a culture tries to design for that culture. I have just enough knowledge of say, CJK+Arabic to read them, but not enough to know if the font/kerning/justification I'm using is attractive or ugly to natives.

It's often easy to spot Chinese goods because English writing on the stickers or manuals is in that horribly ugly latin serif font with bad kerning, which almost certainly looks fine if you don't read English all day.


Thought a magic number is when you hard code a number in logic instead of pulling from a data source


I'm guessing the GP means the weird results leads to adding magic numbers to get good results.


Nobody uses ch, let's be honest.


Until design tools like figma use these other units, people will be stuck to rems and pixels.


rem is related to the ch, though. It's not an awful compromise if a designer insists on tools like Figma. Sometimes just taking their work in rems and just removing the `r`s is enough to meet their designs and also have better relative units.

(The difference between rem and em is "root", ie, only using the top-most font size and sometimes the font-size before things like zoom and other similar adjustments. If a designer complains about the `r`s you removed, sometimes just showing them the difference at multiple zoom levels is convincing enough.)

(The difference between em and ch is em is wider. If a designer is always giving you weird decimals like 0.79em or 1.24em that may be an indicator that they themselves would be happier working and thinking in ch. em is the width of the capital M which is often the widest letter in most latin sections of fonts. ch is the width of the number 0 which is often the most "typical" width in the latin sections of fonts.)

(ETA: Both of which relate to the comment above complaining that both ch/em and others fall apart when dealing with non-latin scripts, because they are established as latin-centric.)


Totally.


Very nice. I think this can be a good visual way to run LEAN activities like 5 Why and A3 Problem Solving.


How do I sign up with my own domain name without Bluesky account?


My story is a bit similar. Recently, I broke my wrist due to a fall and have also been suffering from eye strain. I couldn’t spend much time “working” on screen as much as I need. And so I ask LLMs to do a major chunk of work, review and test the changes, course correct things to align with architecture that I’ve outlined and get things done as if I were working normally.


Is it now possible to use native font stack of OS? Last time I checked, it wasn’t possible and apps had to bundle custom fonts as workaround.


To be honest I never tried and never have the need, as usually I either don't care about the font (use default) or I really care for branding purpose so I always bundle it to be sure.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: