Bonum Certa Men Certa

Links 21/8/2011: Fusion Garage Makes Android Tablets, GNU IceCat 6.0 is Released





GNOME bluefish

Contents





GNU/Linux

  • Crossword Puzzle of Some Linux Distros...


  • Desktop

    • Installing Linux on old PC’s Part 2
      In part one I showed you that you could install a linux distro on a new computer and transplant it into a 386 computer in a short amount of time and with little effort. Now it is time to move on to bigger and beefier machines like 486′s, Pentiums and better.

      I am going to break this quick tutorial down into sections based on installed RAM. While this won’t be a “how to” for all old PCs in the world I hope to at least send you in the right direction. I will mention a few distributions mainly for the super low ram machines. Its not my intent to start a distrubution war, and I have not personally sat down with every single one to make a educated assessment. However, you’re more than welcome to chime in.


    • Students! Don't get scammed for back to school computer shopping.
      There are only a few more weeks left before students go back to school and technology companies are gearing up for one of the most busiest seasons of the year.

      Even though having a laptop is not mandatory for college or university studies, students often justify the purchase by saying that they need it desperately for school. I have worked in several large computer stores that have back to school specials for students and let me tell you that its all about revenue and scamming the customers. These large computer stores want to extract as much money as possible from customers and are willing to go the distance in confusing students and their parents in order to make that extra profit. For example, I was told shamelessly straight to my face when buying a netbook that the company does not make a lot of money from the sale of a laptop and that I should purchase something else on top.


    • Why are we still waiting for affordable laptops / netbooks / tablets for schools?




  • Audiocasts/Shows





  • Kernel Space

    • ARM'ing Linux
      The ARM chip architecture is emerging to become an extremely popular one for embedded and mobile devices. It’s also an architecture that has had some issues when it comes to Linux.

      Speaking at the LinuxCon conference this week, Linux creator Linus Torvalds detailed his frustrations with ARM. Coincidentally this week, Canonical, the lead commercial sponsor behind Ubuntu Linux, announced ARM support as part of the upcoming Ubuntu 11.10 release.

      “I think that ARM is very promising,” Torvalds said. “The problem is that ARM doesn't have a standard platform.”

      In Torvalds’ view, ARM is a 'hodgepodge' of companies making random pieces of hardware. He noted that on the kernel side, Linux has tried to support alot of ARM.


    • Graphics Stack

      • An Open-Source Mobile Linux Graphics Stack?
        The mobile device landscape, particularly for those devices running Linux, is quickly evolving. Just in the past few days, Google bought Motorola, Qualcomm open-sourced the remainder of their Gobi API for controlling modems, and HP ended off all their webOS devices, among other changes. But will the future mobile Linux device landscape deal with more open-source drivers, particularly when it comes to graphics?






  • Applications



  • Desktop Environments



    • K Desktop Environment/KDE SC)

      • Disable Akonadi in KDE SC 4.7
        How to avoid the Akonadi PIM framework of KDE is a very frequently asked question. Akonadi is started when logging into a default KDE session – and includes a mysql server – this is a bit of a waste of system resources since (in my personal estimation) the majority of KDE users won’t use Akonadi for anything at all.


      • KDE:Active:Devel introduced
        The past week, when working on the Mesa packages for Plasma Active, I might have caused some headache since I broke the compositor in Plasma Active with a few packages I uploaded for easier deployment on test devices. It was not more than an annoyance, because kwin gracefully falls back to non-composited mode in case of graphics problems. In order to get a bit more stability into our deployment process, I’ve now set up a subproject called KDE:Active:Devel under the KDE:Active project on the Open Build Service (OBS) which we use to build the Balsam packages. As we’re moving, development-wise into the stabilization phase for Plasma Active One, this makes testing new things a lot easier, just by switching to the same package from the :Devel branch. Conversely, this means that if you install packages from the :Devel subproject, you should really know what you’re doing. On the bright side, it’ll be easier to keep regressions out of the packages that are deployed on most users’ machines.


      • Plasma Active on OpenGL ES


      • For A Superior Music Player Try Amarok
        Amarok is a full featured music player that works on most popular operating systems. And now Amarok comes in over 45 different languages and counting. With Amarok you can listen to the music you love or find new music easier than ever. Amarok now has better performance, stability and speed. Automatically integrate with MusicBrainz music library and update your library information with no hassle at all. And you can discover music files on your network just as easily. Find Amarok in your Ubuntu software center or type these commands into your terminal.


      • Twinkle – KDE Soft-phone using the SIP protocol


      • Fedora 15 KDE - How to upgrade to KDE 4.7




    • GNOME Desktop

      • Gnome shell starting to become my favourite
        I have several different computers, running Gnome 2, Gnome 3, Unity and Mac OSX. New interfaces always take a while to get used to, so after the initial launch of Gnome 3 and Unity the “classic” Gnome 2 interface was still my favourite to get my work done.


      • Why I won't be using gnome shell or gnome 3
        When KDE4.0 was released I knew the KDE world would lose some users. I also assumed the other desktop devs would take note, but I guess my assumptions were wrong.. Gnome3 includes the exact same mistakes.






  • Distributions



  • Devices/Embedded





Free Software/Open Source



  • Web Browsers



  • Oracle/Java/LibreOffice

    • Oracle v Google
      When Oracle sued Google over Android/Linux, Oracle’s shares were around $31 and had a little uptick. Now it’s down to $25, off 20%. At that time Google was around $480, had a build to $620 and is now back where it started, even, more or less. If that’s any indication, Oracle’s claims are not worrying investors much.

      It’s a different story on the blogosphere. Detractors are claiming Google is an evil thief of ideas and worse. The facts are that Android/Linux contains little or nothing from Java and so copyright claims are weak and 88% of the patent claims of Oracle re-examined by USPTO so far have been rejected.


    • Seven Free LibreOffice Extensions You Should Know About
      When the Document Foundation released LibreOffice 3.4.2 earlier this month, the big news wasn't so much that a new version was out. Rather, the big news was that LibreOffice had officially become enterprise-ready, according to its developers.




  • CMS



  • Healthcare

    • OpenEMR achieves full ONC certification
      It's official! OpenEMR has passed all ONC certification tests as a fully qualified emr that can be used to attest for incentive moneys. The official posting: http://onc-chpl.force.com/ehrcert/EHRProductDetail?id=a0X30000003mNwTEAU&retURL= appeared on the website 2011/08/19.




  • Programming

    • The Kotlin Programming Language
      Kotlin is a new JVM language under development by JetBrains. That's the company that makes IntelliJ IDEA, the well-regarded Java IDE. According to JetBrains, the main design goals behind this project are: to make Kotlin compile as fast as Java, make it safer than Java, i.e. statically check for common pitfalls such as null pointer dereference, make it more concise than Java by supporting local type-inference, first-class functions (closures), extension functions, mixins and first-class delegation, etc; and, keeping the useful level of expressiveness; and make it way simpler than the most mature competitor—Scala.


    • Lightning: Automating An Eclipse RCP Build


    • LinuxCon: Are Application Developers 'Weanies'?
      During Linus Torvalds talk at LinuxCon he took the time to call application developers 'weanies' and said that they weren't 'real men' like kernel developers.

      It's a description that Marten Mickos, the CEO of Eucalyptus (and former CEO of MySQL) does not agree with. During a keynote presentation at LinuxCon, Mickos explained his vision of the new world order in which the cloud and virtualization dominates.




  • Standards/Consortia





Leftovers

  • Losing the HP Way
    The news of course is that HP plans to buy for $10 billion Autonomy, the UK business analytics company, while dropping the WebOS product line acquired only a year ago and eventually dumping the entire HP PC business. What this is intended to accomplish is to move HP firmly into the enterprise market, away from consumers, while shifting the company’s center of gravity in the direction of Europe. It’s the end of HP in all but name.


  • Cablegate





  • Finance

    • The Real Reason the SEC Has Been Shredding Documents For Decades
      What should we make of the new revelations by Securities and Exchange Commission attorney Darcy Flynn (background here, here and here) that the SEC has been shredding documents for decades?

      As many commentators have noted, the SEC did this to cover up fraud on Wall Street.




  • Privacy





Recent Techrights' Posts

Two Risks to Companies: The Microsoft Culture and the Microsoft Tools
Novell was killed by a form of "social engineering" by Microsoft
It's Hard to Trust People Who Worked - Not Only Those Who Still Work - at Microsoft
Bryan Lunduke is just what people would call an "arsehole of a person"
Links 06/07/2025: Climate Change and "The Right to Criticise"
Links for the day
The Mainstream Media Took 4 Days to Realise Microsoft Shut Down Its Operations in Pakistan and Fired Everybody
We estimate that Microsoft has had about 29,000 layoffs since January
“Twibel” Actions Against Comedians (and Why It's a Truly Low Blow)
they try to make up in quantities for a lack of merit or quality
 
[Video] "Copyleft Isn't a Bug."
"Copyleft isn’t a bug. It’s a feature. GNU GPL forced the world to treat code like a public good."
Being in Social Control Media Means Exposing Oneself to Heckling
Richard Stallman does not (either himself or directly) post to any social control media
Links 06/07/2025: Airlines Perils, Scams, and Breaches
Links for the day
For the Second Time, Bryan Lunduke From Microsoft is Siccing Racist Trolls and Vandals at Me
You're only reinforcing the point we made yesterday
Links 06/07/2025: End to End Encryption at Risk, Reuters Twitter ("X") Account Withheld in India
Links for the day
Gemini Links 06/07/2025: Tinylog and Certification Rotation
Links for the day
PCLinuxOS Sites Coming Back, Gradually
let's just be patient
Social Control Media, Even If Based on Free Software, Still Has Many Problems
a distraction from what actually mattered and still matters
IBM is Not Your Master
IBM makes friends with people who exclude the majority of the population: women
Help Fund the Free Software Foundation (FSF)
If you have some dollars to spare, go support the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, July 05, 2025
IRC logs for Saturday, July 05, 2025
A Short History of Attacks on Techrights (and Boycott Novell Before That)
good opportunity to tell again the story of several (not all) attempts to silence us
Leadership in Free Software
Don't let IBM lead. It's a terrible flag bearer.
Linux Foundation Apparently Flirting With Slop (Marketing by LLM-Generated SPAM)
The Web is in a really bad state!
COVID-19 Sped Up Site Improvements in Techrights
A few months later we created our very own IRC network
Gemini Links 05/07/2025: Negative Questions and 'Touching Grass' (Going Outside)
Links for the day
Links 05/07/2025: Dalai Lama Succession as 90th Birthday Approaches, 40 deg C in China
Links for the day
Links 05/07/2025: Hungary and US Defecting to Russia, "Google's Hotseat Hypocrisy"
Links for the day
Gemini Links 05/07/2025: 4th of July 2025 and "Zig Roadmap 2026"
Links for the day
How to Combat the Exploitation and Abuse by Microsoft GitHub
Not to mention corruption and crimes against women
Bryan Lunduke is Actually Sending His Audience to Attack People
"[Lunduke] is actually sending his audience to attack people."
Even The Right Wing is Rejecting Bryan Lunduke
no wonder he became so irrelevant and marginal
Microsoft's MSN Helps Microsoft Spread Lies About the Layoffs' Scale (Well Over 25,000 People Laid Off This Year)
There seem to be monopolies on lies and on truth
The Death of X Has Been Greatly Exaggerated (by Compromised Media)
X.Org Server is alive and well
Rewriting Things in Rust
How far would you go?
In 2025 Everything is "AI". Remember Blockchains?
Talk about what companies and things (services, products, software) actually do, not the labels they use
Julian Assange Has Been Free for a Year
Julian Assange and I disagreed on some things
Monopolies and Scalping
Monopolies gravitate towards price hikes
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, July 04, 2025
IRC logs for Friday, July 04, 2025
Microsoft's August Layoffs Wave: "August is Confirmed for Additional Performance Based Cuts"
"August is confirmed for additional performance based cuts from the recent connects along with additional organizational cuts."
What Microsoft Reputation Laundering (With a Weaponised Law Degree) Looks Like in a Foreign Continent
You would expect this in uncivilised and primitive countries
Slopwatch: LLMs 'Write' Fake or Distorted 'News' About "Linux"
LLM slop disguised as news
Links 04/07/2025: Google Replaces the Web With Slop, "AI Might Kill Us All"
Links for the day
Gemini Links 04/07/2025: Mindfulness and F1
Links for the day
Weeks After Microsoft Bankruptcy in Russia the Company Shuts Down in Pakistan, Too
Last month Windows' share in Pakistan fell to an all-time low
Rob Musial's June 2025 Additions of Malware in Proprietary Software
Via the GNU Web site this week
Links 04/07/2025: Microsoft's H-1B Visa Applications Show Another Crisis Unfolding, Many More Deep Cuts and Shutdowns Revealed, Complete Microsoft Exits
Links for the day
Gemini Links 04/07/2025: A Day To Remember and "Stop Killing Games"
Links for the day
Crime and Corruption at Microsoft GitHub Cannot be Covered Up by SLAPPs in Another Continent
We'll write about this for a long time to come
Slop Videos Are Disappointing Garbage, Nothing New, Just Brute Force up on Display or a Pedestal of Slop
Slop videos aren't a new thing
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, July 03, 2025
IRC logs for Thursday, July 03, 2025
The War on Local Storage (People Hosting Their Files Locally and Privately)
There's nothing wrong with controlling one's computing
What Digital Independence Means
Independence in the digital realms means abandoning platforms like GitHub, not just rejecting proprietary software
NVidia is a Bubble
they temporarily see fortunes and wrongly assume perpetuity thereof
Fedora Does Not Care About Diversity and Inclusion, It's About Optics (Corporate Image)
any notion of inclusion is superficial and misleading
Don't Buy the Excuses for Microsoft's Mass Layoffs
Back in the 90s, Microsoft bought a lot of companies to get and stay ahead