Open source webový aplikační framework Django slaví 20. narozeniny.
V Brestu dnes začala konference vývojářů a uživatelů linuxové distribuce Debian DebConf25. Na programu je řada zajímavých přednášek. Sledovat je lze online.
Před 30 lety, tj. 14. července 1995, se začala používat přípona .mp3 pro soubory s hudbou komprimovanou pomocí MPEG-2 Audio Layer 3.
Výroba 8bitových domácích počítačů Commodore 64 byla ukončena v dubnu 1994. Po více než 30 letech byl představen nový oficiální Commodore 64 Ultimate (YouTube). S deskou postavenou na FPGA. Ve 3 edicích v ceně od 299 dolarů a plánovaným dodáním v říjnu a listopadu letošního roku.
Společnost Hugging Face ve spolupráci se společností Pollen Robotics představila open source robota Reachy Mini (YouTube). Předobjednat lze lite verzi za 299 dolarů a wireless verzi s Raspberry Pi 5 za 449 dolarů.
Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.
McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.
Byla vydána (𝕏) červnová aktualizace aneb nová verze 1.102 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.102 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.
Byla vydána nová verze 2.4.64 svobodného multiplatformního webového serveru Apache (httpd). Řešeno je mimo jiné 8 bezpečnostních chyb.
Společnost xAI na síti 𝕏 představila Grok 4, tj. novou verzi svého AI LLM modelu Grok.
gw:/usr/src# ln -s linux-2.6.17.1 linux gw:/usr/src# ls linux linux-2.6.17.1 linux-2.6.17.1.tar.gz gw:/usr/src# cd linux gw:/usr/src/linux# ls arch COPYING crypto drivers include ipc kernel MAINTAINERS mm README scripts sound block CREDITS Documentation fs init Kbuild lib Makefile net REPORTING-BUGS security usr gw:/usr/src/linux# make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/mconf HOSTCC scripts/kconfig/lxdialog/checklist.o In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:31:20: curses.h: není souborem ani adresářem In file included from scripts/kconfig/lxdialog/checklist.c:24: scripts/kconfig/lxdialog/dialog.h:128: error: syntax error before "use_colors" scripts/kconfig/lxdialog/dialog.h:128: warning: type defaults to `int' in declaration of `use_colors' scripts/kconfig/lxdialog/dialog.h:128: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:129: error: syntax error before "use_shadow" scripts/kconfig/lxdialog/dialog.h:129: warning: type defaults to `int' in declaration of `use_shadow' scripts/kconfig/lxdialog/dialog.h:129: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:131: error: syntax error before "attributes" scripts/kconfig/lxdialog/dialog.h:131: warning: type defaults to `int' in declaration of `attributes' scripts/kconfig/lxdialog/dialog.h:131: warning: data definition has no type or storage class scripts/kconfig/lxdialog/dialog.h:143: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:143: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:146: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:146: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:147: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:147: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:148: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:148: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:149: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:150: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/dialog.h:151: error: syntax error before '*' token scripts/kconfig/lxdialog/dialog.h:151: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/checklist.c:31: error: syntax error before '*' token scripts/kconfig/lxdialog/checklist.c:33: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_item': scripts/kconfig/lxdialog/checklist.c:37: warning: implicit declaration of function `wattrset' scripts/kconfig/lxdialog/checklist.c:37: error: `win' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:37: error: (Each undeclared identifier is reported only once scripts/kconfig/lxdialog/checklist.c:37: error: for each function it appears in.) scripts/kconfig/lxdialog/checklist.c:38: warning: implicit declaration of function `wmove' scripts/kconfig/lxdialog/checklist.c:38: error: `choice' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:40: warning: implicit declaration of function `waddch' scripts/kconfig/lxdialog/checklist.c:43: error: `selected' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:44: warning: implicit declaration of function `wprintw' scripts/kconfig/lxdialog/checklist.c:44: error: `status' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:47: warning: implicit declaration of function `mvwaddch' scripts/kconfig/lxdialog/checklist.c:47: error: `item' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:49: warning: implicit declaration of function `waddstr' scripts/kconfig/lxdialog/checklist.c:52: warning: implicit declaration of function `wrefresh' scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/checklist.c:59: error: syntax error before '*' token scripts/kconfig/lxdialog/checklist.c:61: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_arrows': scripts/kconfig/lxdialog/checklist.c:62: error: `win' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:62: error: `y' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:62: error: `x' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:64: error: `scroll' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:76: error: `height' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:79: error: `item_no' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:79: error: `choice' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/checklist.c:95: error: syntax error before '*' token scripts/kconfig/lxdialog/checklist.c:96: warning: function declaration isn't a prototype scripts/kconfig/lxdialog/checklist.c: In function `print_buttons': scripts/kconfig/lxdialog/checklist.c:97: error: `width' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:98: error: `height' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:100: error: `dialog' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:100: error: `selected' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c: In function `dialog_checklist': scripts/kconfig/lxdialog/checklist.c:117: error: `WINDOW' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: error: `dialog' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: error: `list' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:117: warning: left-hand operand of comma expression has no effect scripts/kconfig/lxdialog/checklist.c:121: warning: implicit declaration of function `endwin' scripts/kconfig/lxdialog/checklist.c:122: warning: implicit declaration of function `fprintf' scripts/kconfig/lxdialog/checklist.c:122: error: `stderr' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:140: error: `COLS' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:141: error: `LINES' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:143: error: `stdscr' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function `newwin' scripts/kconfig/lxdialog/checklist.c:146: warning: implicit declaration of function `keypad' scripts/kconfig/lxdialog/checklist.c:146: error: `TRUE' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:166: warning: implicit declaration of function `subwin' scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function `wnoutrefresh' scripts/kconfig/lxdialog/checklist.c:201: warning: implicit declaration of function `doupdate' scripts/kconfig/lxdialog/checklist.c:204: warning: implicit declaration of function `wgetch' scripts/kconfig/lxdialog/checklist.c:211: error: `KEY_UP' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:211: error: `KEY_DOWN' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:221: error: `FALSE' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function `scrollok' scripts/kconfig/lxdialog/checklist.c:223: warning: implicit declaration of function `wscrl' scripts/kconfig/lxdialog/checklist.c:283: warning: implicit declaration of function `delwin' scripts/kconfig/lxdialog/checklist.c:287: error: `KEY_LEFT' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c:288: error: `KEY_RIGHT' undeclared (first use in this function) scripts/kconfig/lxdialog/checklist.c: At top level: scripts/kconfig/lxdialog/dialog.h:131: warning: array `attributes' assumed to have one element make[2]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1 make[1]: *** [menuconfig] Error 2 make: *** [menuconfig] Error 2 gw:/usr/src/linux#
Tiskni
Sdílej: