If there’s only one thing you’ll read online today, make it this one. Yes, it’s a rant. But it’s brilliant. It talks about an annoying bug in the Windows 10, which is still here today, in 2018, yet which routes from a decision made back 1974. Love it!
Tag: web development
mycli – MySQL command line client with auto-completion
mycli is a MySQL / MariaDB / Pecona database command line client with syntax highlighting and auto-completion. Have a look at some of the screenshots and documentation for features.
Found via this StackOverflow discussion.
IBM To Acquire Red Hat
Here are some huge news to wake up to on this Monday Morning: IBM To Acquire Red Hat, Completely Changing The Cloud Landscape And Becoming World’s #1 Hybrid Cloud Provider.
That’s a lot to process in the morning. But if Red Hat was to be acquired by someone, I think IBM is one of the better choices. The deal size is $34 billion … and people are still saying that there is no way to make money with Open Source Software.
Here’s the story at Slashdot, which will get quite a few flame wars as the day progresses.
SOAR – SQL Optimizer And Rewriter
SOAR is an SQL Optimizer and Rewriter. It can help analyse, optimize, and rewrite SQL queries. Don’t get offset by the Chinese documentation as default – there is an English translation.
Here are some of the features:
- Cross-platform support, such as Linux, Mac, and Windows
- Support Heuristic Rules Suggestion
- Support Complicate SQL Indexing Optimize
- Support EXPLAIN analyze for query plan
- Support SQL fingerprint, compress and built-in pretty print
- Support merge multi ALTER query into one SQL
- Support self-config rewrite rules from SQL Rewrite
- Suggestions were written in Chinese. But SOAR also gives many tools, which can be used without understanding Chinese.
And if you are familiar with the other tools that provide similar functionality, here’s how SOAR compares to them:
33 concepts every JavaScript developer should know
“33 concepts every JavaScript developer should know” is an excellent collection of articles and video tutorials for anybody who wants to start learning JavaScript or improve their current knowledge. The list categorized into concepts which make it even easier to skip parts and only focus on the parts that you are interested in.