@umplay77

7 Followers
111 Following
15 Posts

🚀 Sneak peek Munquet!
Convert, merge, rename, and validate tabular data safely into Parquet. Works offline, with batch processing and progress feedback.

GitLab repo:

https://gitlab.com/zulfian1732/munquet

Flathub release coming soon!

#Python #GTK4 #GNOME #PyArrow #Parquet #DataScience #Libadwaita

Jollpi is now on @flathub! 🎉

A modern @GTK text editor for @linux and cross desktop environments like @gnome, @kde, @xfce, @LXQt, featuring multi-tab editing, multi-window support, syntax highlighting, a mini map, real-time file monitoring, and cancellable async file operations without memory leaks.

Check it out:

https://flathub.org/apps/io.gitlab.zulfian1732.jollpi-text-editor

#GTK4 #GNOME #Flathub #Flatpak #KDE #XFCE #LXQt

Install Jollpi on Linux | Flathub

Text editor

GPLv2 affirmation…

I don’t generally post here as people have probably noticed, but here’s a pdf of a recent court ruling, and this turns out to be the easiest way for me to link to a copy of it, since I don’t really maintain any web presence normally and I don’t want to post pdf’s to the kernel mailing lists or anything like that.

And the reason I want to post about it, is that it basically validates my long-held views that the GPLv2 is about making source code available, not controlling the access to the hardware that it runs on.

The court case itself is a mess of two bad parties: Vizio and the SFC. Both of them look horribly bad in court - for different reasons.

Vizio used Linux in their TVs without originally making the source code available, and that was obviously not ok.

And the Software Freedom Conservancy then tries to make the argument that the license forces you to make your installation keys etc available, even though that is not the case, and the reason why the kernel is very much GPLv2 only. The people involved know that very well, but have argued otherwise in court.

End result: both parties have acted badly. But at least Vizio did fix their behavior, even if it apparently took this lawsuit to do so. I can’t say the same about the SFC.

Please, SFC - stop using the kernel for your bogus legal arguments where you try to expand the GPLv2 to be something it isn’t. You just look like a bunch of incompetent a**holes.

The only party that looks competent here is the judge, which in this ruling says

Plaintiff contends the phrases, “machine-readable” and “scripts used to control compilation and installation” support their assertion in response to special interrogatory no. 4 that Defendant should “deliver files such that a person of ordinary skill can compile the source code into a functional executable and install it onto the same device, such that all features of the original program are retained, without undue difficulty.”

The language of the Agreements is unambiguous. It does not impose the duty which is the subject of this motion.

Read as a whole, the Agreements require Vizio to make the source code available in such a manner that the source code can be readily obtained and modified by Plaintiff or other third parties. While source code is defined to include “the scripts used to control compilation and installation,” this does not mean that Vizio must allow users to reinstall the software, modified or otherwise, back onto its smart TVs in a manner that preserves all features of the original program and/or ensures the smart TVs continue to function properly. Rather, in the context of the Agreements, the disputed language means that Vizio must provide the source code in a manner that allows the source code to be obtained and revised by Plaintiff or others for use in other applications.

In other words, Vizio must ensure the ability of users to copy, change/modify, and distribute the source code, including using the code in other free programs consistent with the Preamble and Terms and Conditions of the Agreements. However, nothing in the language of the Agreements requires Vizio to allow modified source code to be reinstalled on its devices while ensuring the devices remain operable after the source code is modified. If this was the intent of the Agreements, the Agreements could have been readily modified to state that users must be permitted to modify and reinstall modified software on products which use the program while ensuring the products continue to function. The absence of such language is dispositive and there is no basis to find that such a term was implied here. Therefore, the motion is granted.

IOW, this makes it clear that yes, you have to make source code available, but no, the GPLv2 does not in any way force you to then open up your hardware.

My intention - and the GPLv2 - is clear: the kernel copyright licence covers the software, and does not extend to the hardware it runs on. The same way the kernel copyright license does not extend to user space programs that run on it.

I thought this post was very useful.
since LLMs are good at handling human language structures, and programming languages are in the end intended for human use, it follows that (given some training) such languages are also great to be read and write by LLMs. And most LLMs have had great training in Python.

Guido van Rossum: Code still needs to be read and reviewed by humans, otherwise we risk losing control of our existence completely. And it looks like models are also actually happiest coding in languages like Python that have a “humanist” philosophy — since LLMs are good at handling human language structures, and programming languages are in the end intended for human use, it follows that (given some training) such languages are also great to be read and write by LLMs..

🌐https://www.odbms.org/blog/2025/10/beyond-the-ai-hype-guido-van-rossum-on-pythons-philosophy-simplicity-and-the-future-of-programming/

Beyond the AI Hype: Guido van Rossum on Python’s Philosophy, Simplicity, and the Future of Programming. | ODBMS Industry Watch

After my talk at @gnome Asia Summit, I’ve published the source code of Jollpi, a Python-based text editor I’m rewriting with a modern stack.

Built with Python 3, @GTK 4 and GtkSourceView 5, using a modern async architecture and standard Python packaging (pyproject.toml, pip).
It installs cleanly and integrates like a regular Linux desktop app.

Feel free to try it and share feedback.

Source code: https://gitlab.com/zulfian1732/jollpi-text-editor

#GNOMEAsia #GNOME #GTK #Python #OpenSource

Zulfian / jollpi-text-editor · GitLab

GitLab.com

GitLab

This is just a small optimization: we reuse empty tab numbers. So there’s no wasted numbering.
In Jollpi Text Editor, when you close tab n and k, then open a new one — it immediately fills those empty slots. Simple, but it keeps the tab order clean and consistent.
Even when opening multiple windows, memory usage remains efficient. Spinning up ten separate windows adds only a minimal memory footprint — the efficiency is noticeable.

#python #linux #gtk4 #effeciency #repost

RE: https://mastodon.social/@zulfian/115678675570677169

This is not “another AI chatbot.”
This is an AI engine that runs fully local.

Everything happens offline on a regular laptop —
16GB RAM, integrated Intel UHD GPU (1.1GHz).

No servers.
No cloud.
No hidden processing.

Your data stays on your machine.

#AI #artificialintelligence #pandas #matplotlib

MUN-AI — exploring offline modular AI orchestration.

The model (Ollama Mistral 7B) runs in a Podman container, while the UI (Python GTK4) and analysis layer run separately. The model doesn’t generate or execute code — it only interprets intent. Processing stays local using pandas, matplotlib, and seaborn.

Latest test uses the NYC Yellow Taxi dataset (Jan 2023, 3M+ rows). UI remains responsive thanks to multiprocessing and tabs design.

#AI #LLM #Ollama #Python #GTK4 #PoC #LocalAI #DataScience