Hacker News new | past | comments | ask | show | jobs | submit | futureduck's comments login

Would order a ton of these immediately. I have a hoarding prob^H^H^H^H feature.

Thank you for this.


Thanks for this. I also have this, but I never bothered to look up if this is a recognized thing (of course it is) and what it's called since it seemed unlikely that anything could be done about it.


i feel the same

for now matrix seems to be the closest to this experience (but still not quite)


I have seen what you have seen (did several "serious" things using postgrest).

edit: i mean yes, we need that cookbook real bad


the majority of people cannot handle a bunch of things. doesn't mean these things have to be illegal


Drugs cause a lot of collateral damage to friends, family, and society, so it is reasonable to treat them differently than, say, extremely spicy peppers.


Making it illegal also causes collateral damage. Drug gangs, taxpayer money spent on jails and enforcement, deaths due to fentanyl lacing, spread of disease due to needle sharing, foregone taxation revenue, incentive for petty theft, adoption of worse but cheaper substitutes (crack cocaine, krokodil).


They never ruin just their own lives though. I am open to something like letting then parachute on to 'Cocaine Island', never to return.


Strange, the background image of the site's header shows a very nice cockpit font indeed, but the actual B612 font is quite different - for instance zeros have no line through them. Though the oxygen indicator seems to use this font.


Yeah, that always bugged me! The zero-with-a-slash only seems to be used in that flight plan section of the screen; all of the other zeroes are without the slash. And the "5" and "4" next to the zero-with-a-slash in the waypoint 5240N is clearly the B612 glyphs. So it makes me think that in the Airbus software, in contexts where there might be ambiguity between 0 and O or where there are mixed letters and numbers, they use the zero-with-a-slash, but everywhere else (numeric-only readouts, etc.) they use the non-slash zero.

And I wonder if there's a 0-with-a-slash in the downloadable version of the font, enabled with an OpenType stylistic set number or feature or something, or if that zero-with-a-slash is just something custom the Airbus folks do internally.


> And I wonder if there's a 0-with-a-slash in the downloadable version of the font, enabled with an OpenType stylistic set number or feature or something, or if that zero-with-a-slash is just something custom the Airbus folks do internally.

According to the Github issue mentioning in a sibling comment:

> We designed the two zeros having in mind the slash one to be used in alphanumerical sequences, and the normal one to be used in numerical sequences. > > You can find it in the ‘private use area’


Checked the Github repository, there are indeed separate "zero" and "slashedzero" glyphs.


While there is a glyph like that there's no nice way to access it. There is no font feature to enable slashedzero by default and slashedzero is not mapped to U+0030 U+FE00 (Unicode's standard variant for an explicit slashed zero). Instead it's only accessible using the private use codepoint U+E007 and then typically doesn't get copied as a regular zero.

But more generally the font has an empty GSUB table which would be used for such substitutions. I'm wondering if the cockpit display maybe misses support for that and that's why they tried not to use it for anything.


Still a worthy bug to be submitted.



The hero we need but don't deserve.


The workflow to fix things doesn't seem clear - are people supposed to work on the .glif files?


does it have to do with "knowing" whether the data being displayed is numeric vs alphanumeric?

When alphanumeric, put the slash, when only numeric leave it out?


Can't wait for a font renderer to get this smart. Any day now...


It’s very unfortunate that these glyphs are not available via OT features or font-variant in CSS. I assume the cockpit software uses glyphs directly instead of using OpenType.

There are two open tickets about it, the second is almost four years old, maybe someone here who is familiar with the tooling could contribute?

https://github.com/polarsys/b612/issues/24

https://github.com/polarsys/b612/issues/20#issuecomment-5448...


Even the font's designers were unable to contribute due to a lack of merge rights, since they weren't elected by the Eclipse foundation. https://github.com/polarsys/b612/issues/10#issuecomment-4719...

The only user who's demonstrated merge rights on the repo is the repo's Eclipse Foundation project lead, Laurent Spaggiari: https://projects.eclipse.org/content/laurent-spaggiari-proje...

Who's the only listed contributor on the repo: https://github.com/polarsys/b612/blob/master/CONTRIBUTORS.tx...

And who's been publicly inactive on GitHub since the repo's last merge in March 2019: https://github.com/LaurentSpaggiari?tab=overview&from=2019-0...

I don't think any amount of tooling knowledge could facilitate a contribution at this point. It's a dead project. The best anyone could do is apply the steps in issue #24 to a fork and start promoting it.


Good to see the Eclipse Foundation killed something, again, due to shear incompetence.


It's really unfortunate that this glaring issue stops wide adoption. The slash through the zero should have been the default, very silly for the official release to omit that.


The image shows a 0 without a line as well. Maybe the other one is a Ø? Or maybe there are conventions to use slashed zeroes in some places an non-slashed in other places?


Yes. 0 (not slashed) is ambiguous only in fields that accept also letters.


It does include the slashed zero, just not at the zero glyph place.


I also miss a distinguished 0 (with a line through). With B612 the O and 0 (with a line through) could be mixed up.


I think the goal of the designers wasn't to recreate the font in the plane, but to create their own inspired high legibility font.


(for those downvoting I think this, because this is what I remember to have read years ago when this font came out)


Same issue here, just posting to let you know this is not just you.


I do a similar hack: when I feel especially "procrastinaty" and can't seem to get into doing the thing I'm supposed to I break things that I have on my plate down to lists with sublists that often have sublists (that often have sublists, recurse).

It's not always useful, but it does eventually consume enough resources to starve the anxiety thread and some of these lists end up as the (pre)analysis for the tasks I'm supposed to be working on.

Sometimes I don't get a good list for the task I'm currently expected to solve but I make progress on some other thing that piqued my interest. This helps me justify spending the time on just making lists because not all of it is useless and lessens the anxiety about not getting anything done.

When I do get a good enough list for the thing I'm supposed to be doing I usually feel less anxiety about doing it because I know exactly what I'm supposed to be doing.


Another hack : just pick one thing from the list and do that really well. All the rest is a bonus.

Another one : learn to say no -and this is a big one and difficult in some cases- but setting boundaries can help. Some people just never communicate that they are swamped. Ask your manager or higher up on what they consider a good days work and how it differs from your experience.


I second that OO abstractions shine in UI systems. Most complex UI applications use some form of ECS these days.


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

Search: