Raspberry Pi Connect, tj. oficiální služba Raspberry Pi pro vzdálený přístup k jednodeskovým počítačům Raspberry Pi z webového prohlížeče, byla vydána v nové verzi 2.5. Nejedná se už o beta verzi.
Google zveřejnil seznam 1272 projektů (vývojářů) od 185 organizací přijatých do letošního, již jednadvacátého, Google Summer of Code. Plánovaným vylepšením v grafických a multimediálních aplikacích se věnuje článek na Libre Arts.
Byla vydána (𝕏) dubnová aktualizace aneb nová verze 1.100 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.100 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.
Open source platforma Home Assistant (Demo, GitHub, Wikipedie) pro monitorování a řízení inteligentní domácnosti byla vydána v nové verzi 2025.5.
OpenSearch (Wikipedie) byl vydán ve verzi 3.0. Podrobnosti v poznámkách k vydání. Jedná se o fork projektů Elasticsearch a Kibana.
PyXL je koncept procesora, ktorý dokáže priamo spúštat Python kód bez nutnosti prekladu ci Micropythonu. Podľa testov autora je pri 100 MHz približne 30x rýchlejší pri riadeni GPIO nez Micropython na Pyboard taktovanej na 168 MHz.
Grafana (Wikipedie), tj. open source nástroj pro vizualizaci různých metrik a s ní související dotazování, upozorňování a lepší porozumění, byla vydána ve verzi 12.0. Přehled novinek v aktualizované dokumentaci.
Raspberry Pi OS, oficiální operační systém pro Raspberry Pi, byl vydán v nové verzi 2025-05-06. Přehled novinek v příspěvku na blogu Raspberry Pi a poznámkách k vydání. Pravděpodobně se jedná o poslední verzi postavenou na Debianu 12 Bookworm. Následující verze by již měla být postavena na Debianu 13 Trixie.
Richard Stallman dnes v Liberci přednáší o svobodném softwaru a svobodě v digitální společnosti. Od 16:30 v aule budovy G na Technické univerzitě v Liberci. V anglickém jazyce s automaticky generovanými českými titulky. Vstup je zdarma i pro širokou veřejnost.
sudo-rs, tj. sudo a su přepsáné do programovacího jazyka Rust, nahradí v Ubuntu 25.10 klasické sudo. V plánu je také přechod od klasických coreutils k uutils coreutils napsaných v Rustu.
Filip Vrlík: Your project Gnome has new way; way called "just works". There are no expert options, just simple config and that way. But some users are angry with this style and they are complaining till these days. So you prefer to stay this way?
Miguel de Icaza: It's longer replay. It's very longer replay. The goal of Gnome is to make computers accessible for normal people, right. Now, we are not a very big team. So, let me give you a few facts first. We want to make it usable for regular people, we want it to be robust, we want people to have robust desktop. We don't want to have bad reputation that Windows probably has. And it's propably good, but it doesn't matter, we don't want to have that reputation. Ehm. When people that are using Gnome feel that things are solid, right. That they just work, right.
They have a good experience. Very much like the Mac OS, right. I think that Mac OS is very popular and is geting very popular in the United States and it's the solid operating system. And this is very much like Gnome. They don't have lot of features or options. Ehm. What is interesting in the Mac - they give the very basics and then if you want expert tools like for example: you can always download some extra addons from somewhere, that will add you power features, right. But you don't have to make this standard operating system, that everybody's gonna use, have everything. So there is very strong emphasis on usability, simplicity.
And we spend, for example this last conference, we spend hours watching videos of people. We had people using Gnome on the camera looking at their hands and mouse, another looking at computer and another looking at the person talking. And we said: "Please, connect to the internet." And they were like: All right, what am I gonna do? These were Windows people. "Wow, what am I gonna do?" They found Firefox icon, clicked on that, they got Firefox. And then it was like they tried something like open up connecting. "How do I connect?" So they started exploring menus. So we take all of this to undestand what mistakes people make. So, we have right now, we have conducted about, I forgot that number, maybe fifteen of these interviews with people, maybe more. We send this team of usability people around, they actualy came to Europe to Sweden, Denmark, they have been all over US, to Germany I think. We have done these studies to understand how people use computers.
And now we have data improving Gnome to remove these problems. And looking at these studies is realy interesting, because you can see how people are having problems. Things that we as programmers take for self-evident. It was like, of course things you avoid. When you have a little problem you know the way out. So, we try to make these things and this is realy really important. So, our object is first: to make the things solid and second: to add options.
I will explain you the second part. Remember what I told a second ago, that we don't have enough people? Everytime you add an option like for doing two things, right. Everytime you make something confirmable. So you can do A or B. Like check box for example. That means that your program can take two paths, it can take one path or can take the other one. That means that, ehm, if you add features or you extend the program you need to test your code once and second time. You need to run your test twice. If things are perfect they go like this (Miguel shows it with hand gestures). There is only one path, now. Let's look at another option: in the worst possible case. In the best case they go like this you test this code path and this code path. Right, you test these paths. But what if they were compounded so now you have to test this path and this ones and then you have to test these two. So you can imagine it with hundred options. Testing macro becomes more complex and there is possibility that thing would not work, that they might just be weird. Right, that they even crash the application and people are gonna be complaining.
I think Linux desktop doesn't have so many developers as it should. We deciced, let's go for getting the basics right. And once we get basics right and rock solid, let's consider what the future has for us, right. So, I think there is a lot that can be done without adding thousands of options, because if you want thousands of options you can always say why don't you go download this from Sourceforge or from Freshmeat. But we will give people a working standard desktop, right. But if you want more stuff, we will tell you where you can get it. At the same time we have been working on insert things, an little candy. So this is like your main course, main meal, right. We have also been working on the dessert, on little things that will enhance your experience. So for example the new version of GTK uses Cairo for drawing, right. So its all vector based, you can actually zoom in buttons, zoom them out, you can rotate things, you can do a lot of crazy things. We have been working on hardware acceleratein Cairo, so that if you have an OpenGL hardware it will go like crazy. We have been working on nice effects for example in new version of desktop switching. When you move from one virtual desktop to the next, instead of clicking on a thumbnail you drag your desktop an it rotates like a cube. Really nice.
So as I understand it, Gnome focuses at this time on normal users, not on experts, but on normal people who want only use computers.
And this is the reason.
Everytime you graph somehing in population.
Bell curve, bell curve!
Perfect, you know exactly what I am talking about.
Problem is that experts are these guys and the idiots are these guys, they are very few. So we wanna focus our efforts on these people? No. Why don't we focus on these people? Right, cause it's much larger community, 89 %. Because these people are so good that they can go to Sourceforge and get something better or they can hack the software. These people are like - if their option is missing they edit the file or run Gentoo, they edit the file and rebuild something with their feature. That's why I don't care about these people, ehm, I care, but I'm not gonna do things only for them, I'm gonna do things for everyone. Does it make sense?
Yes
Nástroje: Tisk bez diskuse
Tiskni
Sdílej:
Když se přesunete z jedné virtuální plochy na druhou, namísto klikání na náhled potáhnete vaši plochu a ona zarotuje jako krychle.Kde ja jsem to jenom videl? A, ze by Mac OS X? To, ze chteji delat desktop pro normalni lidi, je jejich vec. Nechapu ale, proc by se konfigurace desktopu mela zabyvat takovymi systemovymi vecmi, jako je nastavovani sitoveho rozhrani. Myslim, ze toto je uloha distributora – udelat pekne nastavovatko, ktere bude rozumet svym konfiguracnim souborum kdesi v /etc/sysconfig (pripadne jinde). Pokud pujdou touto cestou, tak vznikne jeden velky propletenec, v kterem se nikdo nevyzna. Uz vidim ty dotazy: „Kde si nastavim pripojeni k internetu?“ – „A pouzivas Gnome nebo KDE nebo XYZ?“
Pokud pujdou touto cestou, tak vznikne jeden velky propletenec, v kterem se nikdo nevyzna. Uz vidim ty dotazy: „Kde si nastavim pripojeni k internetu?“ – „A pouzivas Gnome nebo KDE nebo XYZ?“