WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: [1] 2 3 ... 10
1
You can also use glxinfo to see which version you have.
2
TCE News / Re: My experimental AI testing attempt was successful :)
« Last post by xor on Today at 01:43:51 AM »
There's a logical connection between ignorance and happiness :)

News about a 3% performance increase with a single line of code change :)
https://www.phoronix.com/news/Intel-ANV-BTI-Prefetch


For those who can see the big picture; this single command makes thousands or more ASM-level changes in the background!

There's a logical connection between ignorance and happiness :)
3
TCE News / Re: My experimental AI testing attempt was successful :)
« Last post by xor on Today at 12:46:01 AM »
It's the same situation as those who wrote books by hand before the printing press and those who write code by hand after AI!!!

As usual, I'm writing with translation.

First, it would be good to discuss the philosophy behind an event.

Here, the ranking units are sorted according to your comments.

Topic 1: I think the translation implementation is a bit overkill :) but it incredibly shortened the process of writing an executable script for something that had never been done before! :) And if AI could do what I asked the developers to do when I first joined the forum, the standard migration process I experienced with TCL could have been more perfect, but these are general Linux migration issues, not specific to TCL :)

Topic 2 and 3: I know how AI works from my personal work on SEO about 10 years ago, when AI wasn't very well understood. Every language has its own structure; some words are agglutinative while others are fixed expressions. It's a linguistic problem.

I was in the process of developing a sample spreadsheet algorithm to analyze recurring themes in a book; this algorithm would give the percentages of derivatives of A being added to B and other possible additions. Working on a structure that could generate usable word structures in this way also meant decision percentages. This, without realizing it, led me to work on the concept of artificial intelligence and decision-making, that is, working on a machine with high-level thinking capabilities. Many similar technological revolutions have occurred throughout history. One person invents the telephone, another develops a similar device without even knowing what they're doing; but the real story is that the person who finds the right market succeeds, and that's how human history progresses!

Point 4 is actually a critique. Technically, ideas have become more important than open source code. Previously, closed source code was a structure that expressed the algorithm, the workflow logic of a process. Now, it's not about how everyone learns to code, but how they do it or how they get it done; considering that many large startup companies have brilliant ideas but don't have time to learn programming, yet can find experts to create the program they want, the winner is not the programmer, but the person who created the idea.

Point 5: Artificial intelligence is a search tool; before the internet there were books and libraries, before books there were embossed tablets, before tablets there were cave inscriptions. An AI search system is an advanced search function that prioritizes necessary content while eliminating unnecessary content. It generates information by compiling scientifically proven articles and accepting those with an accuracy rate of 90% or higher, then ranks them in a list of recommendations based on these rates. Ultimately, each search is programmed in a more natural language within this search and result generation algorithm.

All the programming languages ​​we've described are, at the most basic level, assembly languages ​​that provide direct access to hardware. And every programming language developer actually runs the same assembly language with different layers of abstraction; depending on the situation, much more assembly language content is run in the background; two lines of code can run 100 or 1000 lines of assembly code. It's similar to pressing a piano key; you press a single key and hear the sound resulting from the harmonious operation of countless hardware components within it. And in the background, at almost machine language 1010 level, unpredictable vulnerabilities arise due to errors caused by previously undetectable conflicts, requiring a significant amount of time for human verification. And since data analysis and system updates at this level require time and effort beyond physical human labor, artificial intelligence is an inevitable reality at some point. No matter how perfectly you write the program, the problem stems from an error at the machine language level, even beyond a lower ASM layer, that is undetectable by human hands.

Therefore, even an operating system developed by millions of programmers continues to experience current problems due to issues beyond human control.

Because the real problem lies in hardware that is not 100% open source. Even if it were theoretically 100% open source, something is missing. If it weren't missing, everything would be perfect :)

And one final criticism: Does artificial intelligence serve humanity? First of all, there is a huge struggle between commercial giants. Technically, no one turns down the opportunity to use expensive hardware that no one could ever own for free or with limited access via the internet.

It's the same situation as those who wrote books by hand before the printing press and those who write code by hand after AI!!!
4
Raspberry Pi / Re: What version of PiCore should I install if i want to use OpenGL ES 2.1?
« Last post by Rich on February 19, 2026, 07:48:01 PM »
Hi hemorrhoidman
I take it you are looking for libGLES.tcz.
armhf and aarch64 for TC15 and TC16 have  libGLES.tcz  which contains:
Code: [Select]
/usr/local/lib/libGLESv1_CM.so
/usr/local/lib/libGLESv1_CM.so.1
/usr/local/lib/libGLESv1_CM.so.1.1.0
/usr/local/lib/libGLESv2.so
/usr/local/lib/libGLESv2.so.2
/usr/local/lib/libGLESv2.so.2.0.0
5
I'm making a homemade game console and I want to use PiCore for it, I have some prior experience with PiCore so the installation isnt really a problem. I just want to know which version(s) have OpenGL ES 2.1 in the package library or if it possible to install it on a newer version. Im planning on using a headless install then launching my own 3D menu executable after boot.
6
TCE News / Re: My experimental AI testing attempt was successful :)
« Last post by Rich on February 19, 2026, 02:43:12 PM »
Hi xor
... and create a distribution that a typical user can use without encountering any technical difficulties. ...
So, have you (or your AI) created this distribution? Where is it?

Quote
... AI integrates a complex and high-level engineering discipline into the project that the human mind alone cannot conceive. ...
AI gets trained using using the work published by others. It then presents that work as its own.
That's not "high-level engineering", that's plagiarism.

Quote
... Most patents in the software world actually protect not the lines of code, but the "how-to" of the work (flowcharts and working logic). ...
That is correct. They are called ideas. Protecting ideas that meet certain
standards is one of the purposes of the patent system.

Quote
... Observation: The same result can be achieved with C or C++. What matters is the unique path (algorithm) to that result. ...
To protect your idea, you want to make the description as broad as possible. To many
details on implementation provide paths to get around a patent.

Quote
... artificial intelligence has made coding child's play, the real difference is not the code itself, but the originality ...
Once again, code that it got from all of the data copied from the Internet and fed into
the AI database.

By the way, I see your numbering sequence goes 1, 2, 4, and 5.
Was that your idea or did the AI help you thing that up?
7
TCE News / Re: My experimental AI testing attempt was successful :)
« Last post by xor on February 19, 2026, 12:00:53 PM »
Flawless Experience and Idea-Driven Development Flow

1. Goal: Flawless End-User Experience
The main goal of the project is to dismantle Linux's notoriety as "terminal-dependent" or "configuration mess" and create a distribution that a typical user can use without encountering any technical difficulties.

Focus: Usability and flawless architecture.

2. Artificial Intelligence and Engineering Level as a Tool
The use of artificial intelligence in redesigning the architecture takes the process far beyond a standard development phase. AI integrates a complex and high-level engineering discipline into the project that the human mind alone cannot conceive.

4. The Real Face of Patents: Logic, Not Code
Most patents in the software world actually protect not the lines of code, but the "how-to" of the work (flowcharts and working logic).

Observation: The same result can be achieved with C or C++. What matters is the unique path (algorithm) to that result.

5. "Idea" Becomes More Valuable Than "Open Source"
In an age where artificial intelligence has made coding child's play, the real difference is not the code itself, but the originality and strategic depth of the idea behind it.
8
Final Releases / Re: Tiny Core v17.0
« Last post by Rich on February 19, 2026, 09:24:15 AM »
Hi Juanito
No, it's not listed under  drivers/staging
It's under  drivers/misc/
9
Final Releases / Re: Tiny Core v17.0
« Last post by Juanito on February 19, 2026, 06:19:23 AM »
Is it still experimental?
10
The reason I originally created the script was to allow someone to download
extensions and their dependencies from specific repos regardless of which
version of Linux they were running.

Yes and thanks. I happen to find it easier to do upgrades to my main TC installation from another system, so the new TC version can be booted up with everything ready the first time. Your script helps a lot with that.
Pages: [1] 2 3 ... 10