Live data from Hacker News

Late.sh – a command-line Clubhouse for computer people

late.sh

111–120 of 141 posts

Re: Late.sh – a command-line Clubhouse for computer people

#111

I would prefer the connection instructions made clear that the default SSH username would be used to set up my username on the platform and display that to other users without initially seeking my consent. On $machine[work], I don't get to pick that $USER is my full name. If this affects you, make sure you connect with `ssh [pseudonymous name]@late.sh`.

They do make it clear...

  # privacy
  we store your key fingerprint, not the full public key.
  no IP logging. no tracking. no analytics.
  chat messages and game scores are stored in
  postgres, tied only to your fingerprint.
  don't trust us? use a throwaway key:

  $ ssh-keygen -t ed25519 -f ~/.ssh/late_throwaway && ssh -o IdentitiesOnly=yes -i ~/.ssh/late_throwaway late.sh
  generates a disposable key — zero risk, full experience
Wow, this got flagged immediately. Must have triggered some automated thing. Sorry!

Re: Late.sh – a command-line Clubhouse for computer people

#114

I would prefer the connection instructions made clear that the default SSH username would be used to set up my username on the platform and display that to other users without initially seeking my consent. On $machine[work], I don't get to pick that $USER is my full name. If this affects you, make sure you connect with `ssh [pseudonymous name]@late.sh`.

> without initially seeking my consent That's just how SSH works. If you want to be pseudonymous, you should also generate a new key pair.

> That's just how SSH works

I know that. Just because SSH automatically sends my local $USER doesn't mean they have to report the value received in the SSH username automatically on the game platform to other users, without first having prompted me "your username has been reported as . Is it okay to show this?".

A simple flag in my user profile in the platform to say whether I've said that's okay or not.

Or instructions to advise people to choose their username /before/ first connect. These are reasonable, privacy-preserving things to call out in a good and user-friendly design.

Re: Late.sh – a command-line Clubhouse for computer people

#116

Earlier quoted context omitted.

The people why ran that line without knowing what it does are dummies. And yes maybe not 1M but there were a lot of them.

the line `ssh late.sh`?

he's talking about blindy executing a bash script with curl curl install.sh | bash which is indeed a very bad habit

does not mean he should talk that way about people who have less knownledge

Re: Late.sh – a command-line Clubhouse for computer people

#117

Earlier quoted context omitted.

Is this really not a mostly “solved” problem using assistive browser (or OS-level) settings/extensions that apply high-contrast/large type consistently across all sites/apps? Is it necessary to performatively sacrifice aesthetics to signal to everyone else you’re especially sensitive to these needs? At what point is it enough? If they use high contrast, large fonts, and translations for every language—including Swahi…

> Is this really not a mostly “solved” problem using assistive browser (or OS-level) ... > ... performatively sacrifice aesthetics ... One doesn't need to sacrifice aesthetics to make the design legible to an average user. > At what point is it enough? It depends on who your audience is. The more people you want to reach, the more you need to cater to everyone's needs. There are fundamental anti-patterns to avoid lik…

I generally agree with the first point. As to the second, this is clearly designed for people who will have the technical know-how to facilitate custom CSS, browser extensions, reader modes, and other assistive technology.

Considering its branding is entirely centered on late night socialization, I feel low-contrast dark mode is precisely the aesthetic that fits its identity.

Re: Late.sh – a command-line Clubhouse for computer people

#118
post #116

Earlier quoted context omitted.

the line `ssh late.sh`?

he's talking about blindy executing a bash script with curl curl install.sh | bash which is indeed a very bad habit does not mean he should talk that way about people who have less knownledge

That's not one of my pronouns you jerk.

Re: Late.sh – a command-line Clubhouse for computer people

#119

Earlier quoted context omitted.

> Is this really not a mostly “solved” problem using assistive browser (or OS-level) ... > ... performatively sacrifice aesthetics ... One doesn't need to sacrifice aesthetics to make the design legible to an average user. > At what point is it enough? It depends on who your audience is. The more people you want to reach, the more you need to cater to everyone's needs. There are fundamental anti-patterns to avoid lik…

I generally agree with the first point. As to the second, this is clearly designed for people who will have the technical know-how to facilitate custom CSS, browser extensions, reader modes, and other assistive technology. Considering its branding is entirely centered on late night socialization, I feel low-contrast dark mode is precisely the aesthetic that fits its identity.

> people who will have the technical know-how to facilitate custom CSS

I think anyone with access to an LLM doesn't necessarily need the technical know-how. They can just ask as an extra step for a design check including text contrast.

> I feel low-contrast dark mode is precisely the aesthetic

Agreed, and I like it too, if legible.

Re: Late.sh – a command-line Clubhouse for computer people

#120
post #84

Earlier quoted context omitted.

noted, good feedback :) will change it later, thanks!

You don't have to change it just because one person complained. I personally like the "copy and paste curl command" to install something and I'm sure many others do as well. It's very convenient, and I can inspect the file myself if I'm that paranoid about it.

Sorry, it wasn't meant to come across as a complaint with copy and paste curl command, I agree with you it's convenient and I generally like it.

However, the sort of tools that generally provide it also generally have a GitHub link nearby to encourage reading/writing the source. That too is convenient and I generally like it. Seemed like a fair suggestion.

Post reply on HN