A proof that Unix utility sed is Turing complete
catonmat.net
A proof that Unix utility sed is Turing complete
1–10 of 109 posts
Re: A proof that Unix utility sed is Turing complete
#2Re: A proof that Unix utility sed is Turing complete
#3 echo loop | sed -e ':x' -e 'p ; bx'Re: A proof that Unix utility sed is Turing complete
#4Isn't this the same racist guy who once made a WhatsApp kiosk and was surprised why it's getting popular among the people who really need it.
This is the event referenced: https://scroll.in/magazine/864603/desperate-for-whatsapp-ten...
He was unintentionally DDoSed. He made it right. What's the problem?
Re: A proof that Unix utility sed is Turing complete
#5Re: A proof that Unix utility sed is Turing complete
#6sed really is a powerful utility. I once wrote a tool in sed that strips HTML tags leaving just plain text as a fun exercise. Naturally it can't handle complicated cases but for many simple use cases it works. The code, though, is basically unreadable.
Re: A proof that Unix utility sed is Turing complete
#7Isn't this the same racist guy who once made a WhatsApp kiosk and was surprised why it's getting popular among the people who really need it.
Re: A proof that Unix utility sed is Turing complete
#8Isn't this the same racist guy who once made a WhatsApp kiosk and was surprised why it's getting popular among the people who really need it.
I vouched for this because even though it's somewhat misguided, I want to know how this person came to this conclusion. This is the event referenced: https://scroll.in/magazine/864603/desperate-for-whatsapp-ten... He was unintentionally DDoSed. He made it right. What's the problem?
He definitely came across as incredibly ignorant about India in the beginning, and started out with a negative viewpoint.
Ultimately he finally figured out what was going on and corrected his views, and was finally able to help indians use whatsapp from their JIO phones.
He was almost too honest in the article, since it kind of makes him look bad. But I appreciate that honesty.
Re: A proof that Unix utility sed is Turing complete
#9from 7 years ago: https://news.ycombinator.com/item?id=3855616
Re: A proof that Unix utility sed is Turing complete
#10Would be interesting to see e.g. how fast Microsoft Word runs on a sed based backend.