Jakub Vrána vydal Adminer ve verzi 6.0.0 s více než 130 změnami: "Většina změn vznikla s asistencí Claude Opus 5. Někteří lidi se bojí, že AI asistence může kód zamořit technickým dluhem. To je jistě pravda, pokud vývojář všechny změny bezduše odbouchne Enterem. Ale pokud si pořádně projde plán, vyjedná v něm změny a pak totéž udělá i s vygenerovaným kódem, kvalita kódu stoupne a technický dluh naopak klesne. Je to jako párové programování s
… více »Sam Aaron vydal novou major verzi 5.0.0 aplikace Sonic Pi (Wikipedie) určené také pro výuku programování pomocí skládání hudby. Přehled novinek na GitHubu. Instalovat lze také z Flathubu.
U příležitosti 30. výročí vydání počítačové hry Quake byla vydána nová epizoda s názvem Dawn of the Machine (Steam).
Vládní CERT upozorňuje (𝕏) na sérii bezpečnostních záplat (CVSS 9.9) v produktech Cisco řešících kritické zranitelnosti umožňující obejití autentizace, eskalaci oprávnění, vzdálené spuštění kódu a odepření služby. Úspěšné zneužití může útočníkům umožnit získat neoprávněný přístup k dotčeným systémům, kompromitovat zařízení Cisco Catalyst SD-WAN a Cisco IOS XE, spustit libovolný kód, zpřístupnit citlivé informace nebo narušit dostupnost postižených systémů.
Soud v americkém státě Nové Mexiko ve čtvrtek nařídil internetové společnosti Meta Platforms zaplatit 567 milionů dolarů (téměř 12 miliard Kč) za újmy, které její platformy působí mladým lidem. S přihlédnutím k dřívějšímu verdiktu tak má společnost celkem zaplatit 942 milionů dolarů, což je malý zlomek jejího ročního výnosu, který loni činil 60 miliard dolarů. Čtvrteční verdikt firmě také nařizuje, aby změnila způsob, jakým její
… více »Mark Russinovich (CTO v Microsoft Azure) se na LinkedIn pochlubil svým projektem MS Paint Doom napsaným pomocí Claude. Hru Doom umožňuje hrát v programu Malování (Microsoft Paint). Malování funguje jako monitor. Herní engine (ViZDoom) běží na pozadí a každý vykreslený snímek hry vkládá automaticky přes schránku (clipboard) do Malování.
Platformy ChatGPT i Roblox by mohly být zařazeny na seznam mimořádně velkých on-line platforem nebo internetových vyhledávačů, na něž se vztahují zvláštní podmínky podle nařízení o digitálních službách (DSA). Vzhledem k tomu, že ChatGPT i Roblox oznámily počet uživatelů nad prahovou hodnotou DSA, je toto označení „rozhodně možné“ a mohlo by „přijít dříve či později“. On-line platformy a vyhledávače zařazené na seznamy DSA musejí
… více »Společnost Cloudflare představila Cloudflare OS (GitHub), tj. open source platformu navrženou pro integraci umělé inteligence (agentů) přímo do pracovních procesů organizací.
Byla vydána nová verze 5.13 svobodného multiplatformního softwaru pro konverzi a zpracování digitálních fotografií primárně ve formátů RAW RawTherapee (Wikipedie). Vedle zdrojových kódů je k dispozici také balíček ve formátu AppImage. Stačí jej stáhnout, nastavit právo ke spuštění a spustit.
Jean-Baptiste Kempf na svém blogu představil novou verzi 9.0 "Lei" kolekce svobodného softwaru umožňujícího nahrávání, konverzi a streamovaní digitálního zvuku a obrazu FFmpeg (Wikipedie).
Luboš Doležel: Can you tell us something about the planned Linux driver improvements in next... let's say... several months? People seem to be especially interested in better 2D acceleration, hardware MPEG-4/H264 acceleration and Xen paravirtualized driver. Stabilised suspend/resume is also a hot topic.
Andy Ritger: Thanks for asking. Some of the improvements that we plan for the Linux driver over the coming months include:
2) People would like to use their powerful GPUs for their own processing intensive applications (eg. video compression or math formulas computation). Can we expect some SDK to make this happen?
For NVIDIA GPU programmability, there are several options: for graphics-oriented applications within the context of OpenGL, NVIDIA supports Cg and GLSL for higher-level programming, and OpenGL extensions such as GL_NV_gpu_program4 for lower-level OpenGL programming. For reference, see the specifications.
For compute-oriented GPU programming, we provide the CUDA toolkit. The NVIDIA CUDA team is doing some really exciting work; check it out.
3) NVIDIA's proprietary Linux driver supports only the x86 and x86-64 platforms. Does NVIDIA have any plans for support of other platforms?
Besides Linux (x86 and x86-64), we also support Solaris (x86 and x64) and FreeBSD (i386). We'd like to support FreeBSD on amd64, but there are several technical issues that need to be resolved, first.
But in terms of adding support for hardware architectures other than x86 or x86-64, we have no current plans.
4) Do you expect this situation to change in case that Sony allows Linux to access the RSX chip on its PowerPC-based PlayStation 3?
We have no current plans to port our Linux driver to PS3.
5) After the "forcedeth" driver was developed by Linux hackers, NVIDIA abandoned its own proprietary nvnet driver and AFAIK even helped to improve the open source driver a bit. Can you tell us something more about this decision (who made the call, etc.) and how likely is it that similar situation will happen in the case of the proprietary graphics driver - now when the Nouveau driver is under active development?
NVIDIA's stance is to neither help nor hinder Nouveau. We are committed to supporting Linux through a) an open source 2d "nv" X driver which NVIDIA engineers actively maintain and improve, and b) our fully featured proprietary Linux driver which leverages common code with the other platforms that NVIDIA supports.
6) The Linux community was calling for beta driver releases for a long time, then their demands were fulfilled. Was it the voice of community or just a request (need) of NVIDIA's developers that changed the situation?
The community feedback is very valuable. NVIDIA's Linux driver team has a very active presence on forums such as nvnews.net, and we take community feedback very seriously. Knowing what is important to our users definitely helps us prioritize our work.
And in the case of our public beta drivers, getting broader testing from the Linux community of course contributes to higher quality releases.
7) What does the development cycle in NVIDIA look like? Is it something like "there has to be a release in next 2 months" or more like "there will be a release when [...] is done"?
Our releases are primarily feature-driven, though those features may have specific schedules. For example, we try to make at least a public beta driver available to coincide with new GPU launches.
8) And finally, the obligatory question: Are you a heavy Linux user yourself? What distribution do you use profesionally, at home, etc.? Do you use other operating systems, where?
Absolutely; I first got involved with Linux in college as a great way to have a UNIX workstation in my dorm room :). I used to use Linux From Scratch with evilwm, but lately I've been using Gentoo with Xfce on my notebook and dev machines.
Across the NVIDIA Linux Graphics Driver team, everyone has their own favorite Linux distribution as their primary desktop: Debian, Gentoo, Ubuntu, RHEL, Fedora, SuSE (and Solaris, though it is not a Linux distribution, of course). Naturally, we try to do driver compatibility testing across a wide spectrum of distributions.
There are also many other groups within NVIDIA that use Linux extensively (if not exclusively), e.g., the CUDA team, our digital film group, and GPU architecture simulation/verification. I even know Windows driver engineers at NVIDIA that primarily use Linux on their personal machines at home.
Additionally, we see a growing portion of NVIDIA's workstation customer base using Linux, primarily in highend markets like Oil and Gas, Medical Imaging, and Digital Content Creation.
Oh, and I should put in one plug: we're always looking for world-class engineers who are passionate about Linux graphics. If any of your readers are interested, there are several job postings on the nvnews.net forums - [1] and [2].
Thanks for your time.
Nástroje: Tisk bez diskuse
Tiskni
Sdílej:
Tým linuxových ovladačů NVIDIA je velmi aktivní na fórech...?
mi nestiha pridávat titulky (proste sa zaseknú). A pocas prehravania mi na xine kedy tedy trhne. V mplayery to ide v pohode.
gmplayer -lavdopts lowres=0:fast:skiploopfilter=all -channels 6 -af hrtf Kingdom_of_Heaven.mkvS tím, že "xv" mám standardně nastaveno v gmplayeru, takže už ho jako parametr necpu ...
-vo aa :-P
Inak dakujem za rozhovor, sam mam nvidiu a preto bol tento rozhovor pre mna naozaj zaujimavy.