Live data from Hacker News

🥺: the best sudo replacement

xeiaso.net

241–250 of 559 posts

Re: 🥺: the best sudo replacement

#241

“ has no pronounceable name in English or any other speakable human language.” I’m in love with this because it’s so silly. I’ve always wondered what would happen if you gave a company an unpronounceable name and it took off. My guess is that the community would name it and that would be that. But I’m fascinated to witness that process happen. I really hope Sado takes off. ;)

Given the furry/weeb connection, it will inevitably be called "uwu"

Re: 🥺: the best sudo replacement

#244
post #117

Earlier quoted context omitted.

This is dangerous information to spread. Censor yourself, or it will be abused and we will lose this easter egg forevermore. Let's keep it a secret between you, I and dang's emoji stripping code.

🆔 this type of thing works too

There's a fairly new CSS selector to configure emoji rendering, choosing between a text-like rendering and the coloured emoji rendering.

So far, there's very little browser support.

https://developer.mozilla.org/en-US/docs/Web/CSS/font-varian...

Re: 🥺: the best sudo replacement

#247

I mean clearly this is all quite tongue in cheek but: > It's also debatable if the entire concept of privilege separation as implemented in Linux and UNIX was a bad idea to begin with but we're stuck with it because of an endless ball of legacy programs controlled by egotistical open source people that refuse to change […] Not a very charitable way to describe volunteers who don’t want to learn the flavor-of-the-mont…

Odd that you left off the rest of that quote ("...because then obscure targets that nobody uses won't be able to leech off of the rest of the ecosystem by holding back any chance to let us have a modicum of nice things") which links to: https://lwn.net/Articles/845535/

> Maybe if there were some folks who knew rust and were interested in doing this kind of work

In this specific example, "this kind of work" would involve porting Rust to 5+ obsolete CPU architectures. Not exactly rewarding work.

Re: 🥺: the best sudo replacement

#248

[flagged]

It seems informal and a waste of my time. I'm reminded of the biographical wordarrheah at the head of recipes these days. I. Don't. Care. I'm too old and I don't have time for this.

Not just recipes. Ad driven and SEO industries have made every thing you search for 90% irrelevant bs. I used to be able to search for a PHP function or howto and just see the code. Now to learn something in JS I have to scroll through 500-1000 words of bloat for 10 lines of code when I just want the name of a function or the common way of doing things. This sucks.

Re: 🥺: the best sudo replacement

#249

“ has no pronounceable name in English or any other speakable human language.” I’m in love with this because it’s so silly. I’ve always wondered what would happen if you gave a company an unpronounceable name and it took off. My guess is that the community would name it and that would be that. But I’m fascinated to witness that process happen. I really hope Sado takes off. ;)

> “ has no pronounceable name in English or any other speakable human language.”

Doesn't it? https://unicode.org/emoji/charts-11.0/full-emoji-list.html#1...

Re: 🥺: the best sudo replacement

#250

The first time I saw perfectly valid Unicode take down an RSS reader (in ~2003), it was an ü that did it. I have taken to calling that the kaboomlaut in unit tests.

The are quite a lot of "gotchas" with passwords being Unicode though. One of my favourite tricks is to include a null byte in passwords and see what happens. Sudo treats it as the end of the string. Passwd gives "token manipulation error" and nopes out. Many websites seem to fail in interesting ways...

This has nothing to do with Unicode (assuming that by "Unicode" you mean "UTF-8"). The null byte has the exact same meaning in UTF-8 as ASCII: https://stackoverflow.com/questions/6907297/can-utf-8-contai...
Post reply on HN