TLDR:
- New Media Foundation backend using FFMpeg.
- Initial support for network sessions in DirectPlay.
- New Desktop Control Panel applet.
- Various bug fixes.
TLDR:
https://github.com/LadybirdBrowser/ladybird
It takes a time to compile the whole project, but a way less than Firefox and Chrome. There is an AUR package for ArchLinux.
IMHO, it is not yet daily-drive usable. Really slow for JS. The window manager is extreme limited (I can not drag tabs outside the window). It can not render steampowered neither youtube (I didn’t test any more websites, just these two). The current setting page is just a window popup with a checkbox for one option. But competition is always good for the users. A web browser is a big project for today standards. Good luck to these developers 💪👍
I tested it the last week from the main git branch, it doesn’t open YouTube homepage, yet.
Hi!
I made my own inmutable distro using buildroot (https://buildroot.org): https://simplek8s.org
This distro is just an AIO kernel image that will bootstrap everything in RAM. You can mount additional devices for data persistence (for example you can mount your storage in /var
).
TLDR; from MIT to GPL.
For example, when someone ask for a command to list files, and another one reply with a command that removes everything.
TLDR; the reviewer is upset because the PSVR2-PC adapter doesn’t come with a Display Port cable, and his Bluetooth adapter is not compatible. So he can’t review the unit on time until he receive both items. 🤷
Official Linux RSS about stable kernel releases: https://www.kernel.org/feeds/kdist.xml
It’s illegal in Europe to have an opt-out checked by default, must be an opt-in unchecked by default. This is one of the reason that Microsoft has always troubles in Europe about privacy and opt-out services.
#!/usr/bin/env bash
A folder dotfiles
as git repository and a dotfiles/install
that soft links all configurations into their places.
Two files, ~/.zshrc
(without secrets, could be shared) and another for secrets (sourced by .zshrc
if exist secrets).
localhost
Developed by Saber Interactive. Caution.
I didn’t try yet: https://www.cmcrossroads.com/article/gnu-make-escaping-walk-wild-side
colon := :
$(colon) := :
url := https$(:)//something
A full price release for the first milestone, and because it is a Kickstarter, without any guarantee. I’m sure that the Patapon fans will be happy, at least.
deleted by creator
syscall -> asm -> page_fault
This a native machine code execution that crashed in your system. Could be an instruction that your CPU doesn’t understand (because the instruction is newer than your CPU, example: AVX512), or because your hardware returns an error when this instruction is executed (RAM issues?). Too difficult for me to understand this ASM crash.
The first improvement (Media Foundation by FFMPEG) could be significant. Currently, VALVe generates large shaders to re-render those Media Foundation videos into other free codecs. These shaders can be several gigabytes in size for some games with lengthy videos. With FFMPEG, those videos could be played without being re-encoded as shaders.