HackerTrans
TopNewTrendsCommentsPastAskShowJobs

therealjumbo

no profile record

comments

therealjumbo
·7 mesi fa·discuss
My hot take on a better excel: the two things excel sucks at: version control and syncing. On the backend, separate the data and the logic in the spreadsheet and put each into version control. Then use something like syncthing to share documents with colleagues. You might also need something like bitmessage for initial handshake. Now you have a spreadsheet you can collaborate on in real time over the Internet or LAN without screwing around with a server, a google account, a credit card etc.

There's two more things excel is horrible at: choice of extension language and being able to graduate your spreadsheet into a real program. You fix the extension language by using something like web assembly on the back end, and probably bundle one or more compilers to go from $lang to web assembly in order to be user friendly. Lastly you fix the last problem by virtue of doing all of the above. The second two features won't draw in new users much, so they're less important in the short run but make it a lot more sticky.

I'm not in a place in life to put much free time into that project, and ideas are cheap ...
therealjumbo
·4 anni fa·discuss
This should be fixed with a shebang and shellcheck. If your shebang is #!/bin/sh, shellcheck will complain loudly about bash-isms. If production is sh and doesn't have bash, there's quite a few other bash-ism you want to check for. You can run shellcheck in CI to check your scripts and return non-zero if they aren't clean, and you can force off warnings for lines that are ok.

EDIT: I should have said, "could be fixed once and for all", "should" is just my opinion.
therealjumbo
·5 anni fa·discuss
No, the alternative is that the execs at ebay grow a spine and tell the morality censors to go pound sand. Not that complicated.
therealjumbo
·5 anni fa·discuss
Preventing transactions between two third parties (i.e. ebay) is economically similar to refusing to do business with another party. Except that if your in position to do the latter, you're obviously a platform for others, and thus you have a lot more unilateral power to prevent transactions between arbitrary third parties. Which is probably a lot more economic transactions than the number of transactions you engage in yourself. It's like leverage.

So the harm seems proportional to the harm done by refusing to bake that wedding cake for the gay couple.
therealjumbo
·5 anni fa·discuss
>What is politeness but acting in a manner that is respectful of the sensitivities of our peers?

How do you deal with bad actors? How do companies like ebay deal with bad actors in this realm?
therealjumbo
·5 anni fa·discuss
>Woke crazies try to impose their ideology on others by complaining and shaming on the Internet.

>I get worried when people promote the idea that compelling others speech is pro free speech. It's the modern newspeak.

That is essentially what the woke crazies do all the time by getting people fired and other economic consequences if they don't fall in line.

Conversely, I think other people are criticizing the decision of the company, and the company culture that lead to the decision. That's different than compelling speech or considering using the gov't to compel speech.