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

Wayland is About Less Choice, About Removing Choices, It's Not About Freedom
IBM insists that it cares about "diversity"
Keeping Things Accessible
Gemini Protocol seems to be growing
Not Much Better Than LLM Slop: Linux Foundation-Funded 'News' Site Writes Linux Foundation 'News', Composed by Linux Foundation Operative, Quoting Linux Foundation Staff
...they get paid (sponsored) to produce this spam. Then they call it "journalism".
Annual Southern California Linux Expo (SCALE 22x) 'Bought' by Microsoft and Microsoft Exceeded Sponsorship Limits by Giving Double the Maximum Permitted Amount
When people get bribed they tend to forget how to utter a simple word: "No."
 
Links 27/06/2025: International Tensions and Contentions Over Plagiarism Perfumed as "Hey Hi" and "Fair Use"
Links for the day
Gemini Links 27/06/2025: Poetry and Censorship by Social Control Media Centralisation
Links for the day
Links 27/06/2025: Journalists Under Fire and Microsoft Has Serious Slop Problems
Links for the day
X is Dying, But Not XServer/X11. Twitter X.com is Dying.
People or businesses or government officials (and departments) that still rely on Social Control Media are playing Russian Roulette with their future online
Escaping Colonialism (or 'Hegemony') Requires Abandoning GAFAM, Microsoft in Particular
Europe is already in the process of abandoning Microsoft
Microsoft Will Shut Down More Studios This Week, Its Media Operatives Will Tell Lies About the Magnitude of the Shutdowns and Layoffs (They Always Do)
Many people who get counted as "workforce" are "temps" or similar
What Linux Foundation 'Research' is: Paid Marketing
What is Linux Foundation 'Research'?
No, IBM Does Not Care About People With Disabilities
"Aktion T4" did not seem to bother Watson
Microsoft's Financial Problems Mean Shutdowns, Not Just Mass Layoffs
If the original rumour is true, then expect almost 30,000 Microsoft workers to be let go this year
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 26, 2025
IRC logs for Thursday, June 26, 2025
The Netherlands: GNU/Linux Measured at All-Time High
Are any Dutch cities going to announce dumping Microsoft?
Gemini Links 27/06/2025: "Interstitial Existence" and Autocorrect
Links for the day
EPO Examiners Point Out to the Heads of Delegations in the Administrative Council of the EPO That the "AI Policy" of the Office is Illegal
"the Central Staff Committee (CSC) asks the Administrative Council to exert its supervisory role and instruct EPO management to enter into genuine dialogue with the staff representation on the AI Policy, to revise the “Leverage AI” target of 90% AI-automated classification in the SP2028 and to put in place the measures supported by staff in the resolution."
Technical People Need Technical Lawyers
Technical Litigants in Person (LIPs) have many real and concrete advantages
10,000+ Articles in About 20 Months (and How We Got Here)
More bloat does not beget efficiency and "bells and whistles" tend to have a hidden cost
French Cities Dumping Microsoft Because They Recognise Software Freedom, Open Standards, GNU/Linux Autonomy
We hope that more French cities - maybe Paris - will follow Lyon.
Links 26/06/2025: Illegal Kangaroo Court (UPC) Failing Scandinavia, K-Pop Agencies Abuse People
Links for the day
Gemini Links 26/06/2025: AuraGem Twitch Proxy is Back and UI Sluggishness
Links for the day
LWN is a Voice of GAFAM (Through Linux Foundation, Their Front Group or Occupying Force Inside Linux)
remember who the chief editor works for and who sponsors many of the articles
Links 26/06/2025: Noise Pollution Considered High in Europe, Mass Layoffs Next Week in Microsoft Confirmed, Very Large in Scale and Scope
Links for the day
The 'Case' of the Serial Strangler From Microsoft is a Lot of Copypasta (Maybe Also LLM Slop) From the Matthew Garrett 'Case'
5RB deserves to know and the matter shall be properly reported in due course (when the time is right)
EPO Squeezing the Staff - Part II - Office Breaks Rules, Ignores Courts, Defies Justice
False promises everywhere
No, I Don't Want Your Latest XYZ, ThankYouVeryMuch...
Wayland is finally ready?
China Keeps Breaking Into Microsoft Systems, So for True Sovereignty, Nations Wary of China Need to Dump Microsoft
Looking at data from Taiwan (not China) and Maharlika (not Philippines, the king is dead and Spain is out), there are encouraging signs
Linux Journal Wants Ads on Its LLM Slop or Ads as 'Articles'
it's basically another BetaNews
How to Kill a Monopoly
in 10 simple steps
IBM - Like Microsoft - is a Dying Company and Perishing Brand ("AI" is a Lie and Decoy)
"Arvind is cutting costs (layoffs, PIPs, forced RTO, etc...) like crazy. IBM offices are closing all over the place in the US."
"Code of Conduct" Invoked When Fedora and Red Hat Users (Since the 1990s) Don't Want to Use Wayland
That is IBM "DEI"
Mozambique: GNU/Linux Rose From 0.5% Last Year to 3% This Year
what (or how) statCounter is measuring
Microsoft Layoffs Next Week: About 10% to be Laid Off in Microsoft Gaming (2 Days Before Independence Day), About 20%+ of XBox Staff
Microsoft is rapidly collapsing
Next Month Marks 11 Years Since Our In-Depth EPO Coverage
The same is happening to Microsoft right now
Free Software Foundation (FSF) Campaigns Against Vista 11, Adds 4 New Associate Members Per Day
If more people understood the underlying principles, more of them would flock to Free software overnight
Canonical Seems to Have Culled Some Sources of LLM Slop From Planet Ubuntu
It's like "junk food", it's not information
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, June 25, 2025
IRC logs for Wednesday, June 25, 2025
On "Weak Claims"
For the record, they sent me unjustified threats, repeatedly tried injunctions (censorship)
EPO Squeezing the Staff - Part I - Burnout and Family Health
more exceptional circumstances
This Month's Mail (MX) Server Survey Shows Microsoft at 0.20% "Market Share"
We need to remind people that desktops and laptops decline (in proportion to other client devices) and at the "back end" GNU/Linux is already dominant and has long been dominant
Links 26/06/2025: Filespooler Guide and Learning to Code
Links for the day
Why Techrights Cannot be Vilified (and Instead It Gets SLAPPed Repeatedly by Microsoft People)
Attack dogs are all "bark"; because they have no actual "bite"
Austrian GNU/Linux Usage Up to About 5% as More of Europe Abandons Microsoft
Since inauguration day the Austrian people have adopted more and more of GNU/Linux
Why the "Wayland People" and "Rust People" Will Lose Hearts and Minds (Same Reasons)
Wayland pushers are fast becoming like "Rust People"
5,600 Pages/Articles Per Year
So far this year we've kept all the promises
BetaNews Beginning to Show What Its True Goals Are
The 'new' BetaNews won't be about journalism. It's trying to sell things.
Microsoft Has Lost "The War"
We'll soon see the 9th or 10th wave of Microsoft layoffs in 2025 alone
Slopwatch: A Wreck and a Dreck, "Flooding the Zone With Dreck" or Flooding the Web With Junk
"Slopwatch" continues today because we have many new examples
Links 25/06/2025: Thwarting More Software Patents, Overlap Grows Between EPO Corruption and Illegal Kangaroo Patent Courts in EU
Links for the day
Links 25/06/2025: Elon Musk’s Lawyers Caught Lying, WhatsApp Faces More Bans
Links for the day
Wayland Pushers Lose the Argument, Use LLM Slop and Chatbots to Make Up Arguments for IBM
Another new low and low blow
Brian Fagioli Created Another Slopfarm Targeting "Linux" After BetaNews Became a Slopfarm of Phantom Accounts and Pseudonyms
Mr. Fagioli even had slop about a dead Torvalds (hypothetical) as clickbait
Wayland is Perfect, Nobody Can Escape Its Perfection! (Or Not)
Do not form on opinion on Wayland based on politics
What is "MATA"?
Think of it as GAFAM or "Meta"
Moral Duty for "Linux Sites" to Speak Out Against LLM Slop
My wife has long complained about "Linux bloggers" keeping quiet and thus passive about a growing problem: slop
In Recent Hours Google News Promoted at Least 3 Slopfarms That Relayed Linux Foundation Propaganda Made by Bots or LLM "Bullshit Generators" (as Dr. Stallman Dubbed Them)
Google is circling down the drain and Google News too is hopeless
Linux Journal is a Slopfarm, It's Experimenting With LLM 'Authors'
Is Slashdot next?
WebProNews is a Slopfarm
Please avoid linking to WebProNews
Microsoft LinkedIn is Dying and Many More Layoffs Are on the Way
LinkedIn is just a failed acquisition of Microsoft. It causes losses and debt.
Gemini Links 25/06/2025: Combinatorial Music and Self Hosting
Links for the day
Richard Stallman Coming Back to Europe This Autumn to Give More Talks
His last talk in Europe attracted about 400-450 people
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, June 24, 2025
IRC logs for Tuesday, June 24, 2025
Social Control Media, Technology & Catholicism: Synod on Synodality review and feedback
Reprinted with permission from Daniel Pocock
How Many More Women Will Managers at Microsoft Strangle and Tell to Kill Themselves (or Try to Kill)?
The world needs to know what happened
The New BetaNews: 7 New 'Articles', All of Them LLM Slop
BetaNews is basically defunct. Nobody writes there anymore.
Another "Told You So!": XBox Mass Layoffs at Microsoft (Many Recent Reports Were Chaff and Spin), Many Other Divisions Affected
With mass layoffs at Microsoft the world would be much better