Yeah, i was tired and had $file there first, then saw that you wanted to cat all in directory. Still tired, but i think this works now.
Yeah, i was tired and had $file there first, then saw that you wanted to cat all in directory. Still tired, but i think this works now.
deleted by creator
Btw, don’t parse ls. Use find |while read -r
instead.
find -maxdepth 1 -name "term" -print |while read -r file
do zcat "$file" 2>/dev/null || cat "$file"
done
deleted by creator
realize there are other browsers out there?
You meant search engines?
Disable JS, “paywall” gone.
But we will probably see LLMs running deeply insightful life changing management workshops sometime roughly next week, since a trained parrot could do that.
Wasn’t there a (successful) comany that replaced it’s CEO with an AI?
Do you ever think about the consequences of what you do?
To be exact, it was a few centuries later that people told that about him, before it was written down.
From the article:
Why is this discovery extraordinary?
One of the key reasons which makes the discovery of D. camanchaca an extraordinary achievement is the fact that it is a predator. Most of the amphipods found in that depth rather scavenge or feed on detritus, natural waste material that is left after something has been used or broken up. But D. camanchaca hunts prey making its first predetary amphipod documented in the zone.
Another one.
For non-video people like me: The World Depends on 60-Year-Old Code No One Knows Anymore
The real headline behind it: IBM plans to update COBOL via Watson AI to Java.
and may lead to applications similar to graphene.
Graphene has applications now?
CEOs have no
tasteclue
Techbro CEOs are especially susceptible to the hypetrain and then want it implemented somehow, despite the tech not living up to the imaginary magic bullet they got from their superficial info.
And private yachts in the same category as private jets: transport in public space.
All that doesn’t matter in international waters.
that quarter-billion dollar-plus superyachts, and the VIPs who own and cruise in them, may be vulnerable.
Then don’t cruise in them but instead sit in a bunker like you deserve or alternatively, don’t be a rich shoddy.
Well, Safari (Webkit) too but nobody likes that one.
Btw, Google’s Blink is based on Webkit which is based on KDE’s KHTML. Else, there is Gecko (Firefox) and was Trident (MS Internet Explorer). Oh, and QtWebkit but it’s slow in JS.