HN user

federico3

120 karma
Posts4
Comments69
View on HN
Why Figma Wins 6 years ago

Figma does not seem to tie into the OS UI primitives.

What is the experience for visually-impaired users that need high contrast UIs or braille terminals?

I always wondered why there aren't synchronous "audio conferencing" tools to allow play music and even improvise over the Internet.

Of course they would have to introduce a fixed delay of a phrase (or multiple) and people would have to play accordingly.

It's not faster, that's a myth

This is false. There a plenty of statistics showing that Dvorak is faster (albeit it's true that the main benefits is around finger movement)

native hardware keyboard layouts

Never been a problem: you don't need (or want) to look at the keys anyways.

limits to the users ability to configure software keyboard layouts

Also not a problem: you cannot touch-type on a phone and also you type with thumbs.

Dvorak. I know 5 people, including myself, that switched to Dvorak and none of us regretted it or switched back.

It's not about speed, at least for me, but reducing stress on fingers and prevent inflammation and RSI.

Touch-typing comes easier with Dvorak. Even better if you use a Dvorak layout on a querty keyboard: there's no point in looking at the keys and this is also good for back/neck posture.

Please ignore all the people who insist on using qwerty without having had at least a year of Dvorak use experience.

Actually, VariableName != variable_name

You can write ClassesLikePython and variables_like_python in Nim.

Sometimes people end up having dangerously similar variable names in the same scope, e.g. username and user_name, where an incorrect tab-completion might introduce a bug. Nim would require the developer to choose better names.

Author here. Please be aware that the project has no releases, it's not on PyPI and it's little more than a proof of concept.

I have no intention to mislead any user into running it so I'll remove the repository for the time being.

This looks like an enjoyable source for weird bugs

It's meant to prevent them: in Python applications it's not uncommon to see bugs introduced by an incorrect completion, e.g. updatePlayerstatus / updatePlayerStatus / update_player_status

With case/underscore insensitivity you know in advance that there can be only one "updateplayerstatus" in your codebase and write it according to your style, e.g. always update_player_status

individual sessions are typically much shorter than route change intervals

True for web traffic, not true for large file transfers, many multiplayer games, VPNs.

live connections can get rejected and closed immediately by the new server allowing for rapid recovery

...if the client protocol allows recovery.

The fundamental fallacy is the idea that tobacco is so dangerous that it, and anything comparably dangerous, must be banned.

Please name a country where selling or buying cigarettes is not legal.

But you, I and everyone else on earth will die sometime, of something: whether it's cancer, congestive heart failure or something else entirely, we all die.

Strawman. By that logic we would not use safety belts or cars.

The main benefit of microservices is that each team can deploy their service independently.

This is really useful to reduce the level of required of interaction (and pressure) between teams.

And there is more: many people in security would agree that education is critical.

We educate users to download software from distributions rather than trusting random sources (that might be very safe or not).