Computers

Coputer topics

The Improbable Origins Of Powerpoint – IEEE Spectrum

Here’s the surprising story behind the software that conquered the world, one slide at a time https://spectrum.ieee.org/tech-history/cyberspace/the-improbable-origins-of-powerpoint PowerPoint is so ingrained in modern business life that the notion of it having a history at all may seem odd. But it does have a very definite lifetime as a commercial product that came onto the scene

Programmer tips

Things end users care about but programmers don’t | Instadeq Blog https://instadeq.com/blog/posts/things-end-users-care-about-but-programmers-dont/ (And we agree with them, but our tools make it really hard to provide) Colors Themes Integrations UX Compatibility Operations Challenging projects every programmer should try http://web.eecs.utk.edu/~azh/blog/challengingprojects.html Whenever you want to learn a new programming language or framework, you could start with one

The 2 Problems Facing Linux (and Open Source) in 2020 | Bryan Lunduke on Patreon

https://www.patreon.com/posts/32306856 1) Influence (and control) over Open Source institutions by organizations and companies who are, in most areas of their business, opposed to Open Source. 2) Influence (and control) of Open Source projects, institutions, and communities by those seeking to harm others. What comes next? If I had to make a prediction for 2020, based

C code include from stdin

I saw claim that you can include /dev/stdin in C/C++ code compiled with gcc at Facebook posting https://m.facebook.com/groups/2344226875800424?view=permalink&id=2591966714359771 That post made reference to article https://blog.hboeck.de/archives/898-include-etcshadow.html It looked interesting so here is my version of C code that includes some data/code from stdin at compile time: #include <stdio.h> int main() { printf(“%s\n”, #include “/dev/stdin” ); return

Finland promises to offers free AI education to every EU citizen

https://www.reaktor.com/blog/democratizing-ai-finland-offers-free-ai-education-to-every-eu-citizen/ Finland has promised to provide European citizens with free access to the Elements of AI, the groundbreaking online course made by Reaktor and the University of Helsinki. The course will be made available in all the official EU languages. This initiative by the Finnish Presidency aims to respond to the challenges posed by the

Grep history

grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. It was originally developed for the Unix operating system, but later available for all Unix-like systems including Linux. I use grep very much on Linux. In this video Brian Kernighan discusses the origin of grep command If you

AI And Economic Productivity Expect Evolution Not Revolution – IEEE Spectrum

https://spectrum.ieee.org/computing/software/ai-and-economic-productivity-expect-evolution-not-revolution Many analysts have lately been asserting that AI-enabled technologies will dramatically increase economic output. Accenture claims that by 2035 AI will double growth rates for 12 developed countries and increase labor productivity by as much as a third. PwC claims that AI will add $15.7 trillion to the global economy by 2030, while McKinsey

Sony PlayStation Teardown

Celebrating the console’s 25th birthday in style, iFixit makes PlayStation teardown,breaks out the DualShock controllers and the screwdrivers reports https://www.hackster.io/news/ifixit-tears-down-a-launch-model-sony-playstation-to-celebrate-the-console-s-25th-anniversary-38f7d4522bbd The detailed tear-down is available now on the iFixit website. For those interested in the inner workings of the original PlayStation the company also has a service guide.