ed and sed arre different things. One edits files in place, interactively. The other edits streams i.e.batch processing.
ed is the precursor to vi. Similar commands. It’s just you can only work on one line at a time.
ed and sed arre different things. One edits files in place, interactively. The other edits streams i.e.batch processing.
ed is the precursor to vi. Similar commands. It’s just you can only work on one line at a time.


Having just taken cloud flare out? …no


…but what am I going to do while it’s compiling?


“We’re basically holding the planet together — and it’s not untrue.”
So he admits that it’s a bubble set to burst.


“unable to contact server” would do. It tells me it’s not a problem on my end.


A decent error message would have been useful.


You’re not alone. I had the same thing on two machines yesterday. (Not flatpack)


More fool you. There’s some damn good software in that list.
That’s about it, but its my daily driver on desktop and laptop.


I certainly remember PS2 consoles being used like that. The cell processor was impressive.


Andrew K comes across as a generally nice person IMHO.


That explains it being like the 90s. That’s Australia in general. New Zealand is more like the 70s.


Depends on what stage of life you’re at.


I’m assuming the duck’s on top


They probably are. They’re trying to make sure it hasn’t leaked onto archive.is.


Well he found out about the sub-prime mortgage fiasco by looking at the public filings that nobody bothers reading. All of the companies involved are public companies that have to file accounts. He’ll be tracing what’s going on and painting himself a picture.


Not sure if it’s exactly the same kit but you can get that for £300 in the UK.


Not a diff, but a merge tool.


There’s a different between hype and advertising.
For one, advertising is regulated.
Yes ed begat sed, but sed works differently. It didn’t replace ed. It did a different job.
Ed loads the file into a buffer which you edit in a random access fashion and then save. Sed collects a list of commands and then streams the file line by line, executing the commands as they match lines. In your example nothing happens until you’ve entered the whole editing script.