Because foo might call process::abort().
You're a single parent. Through divine intervention you know that your 5 year old child has already pressed the red button. Are you going to press the blue button and risk your child becoming an orphan in a selfish and…
WebGPU seems to be enabled by default in chromium 144 on linux at least on AMD GPUs.
The point of disabling overcommit, as per the article, is that all pages in virtual memory must be backed by physical memory at all times. Therefore all virtual memory must reserve physical memory at the time of the…
VESA makes you pay $5000 to get legal access to the DisplayPort standard. That is not the issue here.
a can be a vector of booleans.
The author frames his post to be about education: please correct them for me. The misinformation has been around for 20 years But his education will fail as soon as you're operating on more than scalars. It might in…
So, if you ever see somebody proposing this float a = mix( b, c, step( y, x ) ); The author seems unaware of float a = mix( b, c, y > x ); which encodes the desired behavior and also works for vectors: The variants of…
That assumes that Apple's shareholders believe that Apple's privacy reputation (relative to other companies) is more valuable than access to the UK market. All evidence that I have seen suggests that consumers by and…
The problem with asciidoc is that it doesn't support nesting. Markdown allows you to nest constructs as much as you want using syntax that are easy to use for both humans and documentation-generating applications. The…
>Another one is I could not find a benchmark with io_uring - this would confirm the benefit of going from epoll. One of the advantages of io_uring, unrelated to performance, is that it supports non-blocking operations…
I've had a few hard crashes (system freezes completely, ssh does not work) over the last two weeks on 6.10.x kernels. I am hoping that it is https://gitlab.freedesktop.org/drm/amd/-/issues/3142 (and not hardware…
0.2 and 0.4 are different "major releases" of rust crates as you say. The major release is determined by the first non-0 component in the version number. The issue is that debian appears to only allow one version even…
Provenance might be used as justification now but the actual rules are simpler and stricter. After freeing (or reallocing) a pointer, the application must not inspect the pointer value anymore. Even `new_pointer ==…
The linked PoC requires that the attacker already has root so that it can disable the default ptrace protection.
Adding the following to your local systemd.network configuration file should resolve the issue: [DHCPv4] UseDNS=false [DHCPv6] UseDNS=false But you will have to type the IP of the fritz box when you want to access the…
Early linux versions as a git repository are available here: https://archive.org/details/git-history-of-linux
See https://www.swift.org/platform-support/ for a list of supported distributions. You seem to have hallucinated that I said that swift cannot be made to run on other systems. You can even make windows-only games run on…
>Isn't it good that now there is an alternative to C? Rust has had endorsed language bindings for GTK for a long time: https://www.gtk.org/docs/language-bindings/rust Some official Gnome applications are written in…
If you don't know how to build a statically linked rust binary yourself, then why bother posting about the downsides of dynamic linking? And obviously you can also link statically against musl on glibc systems. It's…
No, that's just the font I'm using. It's the same if I keep the scale at 1 and then zoom in the browser.
That is not the case on wayland. Wayland applications with support for the fractional scaling protocol can render without any blur at any fractional scale. This is because the protocol negotiates the size of the…
The component model seems like it's just a re-invention of JBoss-like application servers. Maybe it is explained somewhere in the paper but how do atomic updates work if at least one of the components has to be a…
You had audio latency issues and instead of googling "Linux audio latency", you spent several hours installing distributions, kernels, graphics drivers (?), and UIs (??). You could have avoided this by doing what any…
I believe Mozilla has been successful with a similar strategy.
Because foo might call process::abort().
You're a single parent. Through divine intervention you know that your 5 year old child has already pressed the red button. Are you going to press the blue button and risk your child becoming an orphan in a selfish and…
WebGPU seems to be enabled by default in chromium 144 on linux at least on AMD GPUs.
The point of disabling overcommit, as per the article, is that all pages in virtual memory must be backed by physical memory at all times. Therefore all virtual memory must reserve physical memory at the time of the…
VESA makes you pay $5000 to get legal access to the DisplayPort standard. That is not the issue here.
a can be a vector of booleans.
The author frames his post to be about education: please correct them for me. The misinformation has been around for 20 years But his education will fail as soon as you're operating on more than scalars. It might in…
So, if you ever see somebody proposing this float a = mix( b, c, step( y, x ) ); The author seems unaware of float a = mix( b, c, y > x ); which encodes the desired behavior and also works for vectors: The variants of…
That assumes that Apple's shareholders believe that Apple's privacy reputation (relative to other companies) is more valuable than access to the UK market. All evidence that I have seen suggests that consumers by and…
The problem with asciidoc is that it doesn't support nesting. Markdown allows you to nest constructs as much as you want using syntax that are easy to use for both humans and documentation-generating applications. The…
>Another one is I could not find a benchmark with io_uring - this would confirm the benefit of going from epoll. One of the advantages of io_uring, unrelated to performance, is that it supports non-blocking operations…
I've had a few hard crashes (system freezes completely, ssh does not work) over the last two weeks on 6.10.x kernels. I am hoping that it is https://gitlab.freedesktop.org/drm/amd/-/issues/3142 (and not hardware…
0.2 and 0.4 are different "major releases" of rust crates as you say. The major release is determined by the first non-0 component in the version number. The issue is that debian appears to only allow one version even…
Provenance might be used as justification now but the actual rules are simpler and stricter. After freeing (or reallocing) a pointer, the application must not inspect the pointer value anymore. Even `new_pointer ==…
The linked PoC requires that the attacker already has root so that it can disable the default ptrace protection.
Adding the following to your local systemd.network configuration file should resolve the issue: [DHCPv4] UseDNS=false [DHCPv6] UseDNS=false But you will have to type the IP of the fritz box when you want to access the…
Early linux versions as a git repository are available here: https://archive.org/details/git-history-of-linux
See https://www.swift.org/platform-support/ for a list of supported distributions. You seem to have hallucinated that I said that swift cannot be made to run on other systems. You can even make windows-only games run on…
>Isn't it good that now there is an alternative to C? Rust has had endorsed language bindings for GTK for a long time: https://www.gtk.org/docs/language-bindings/rust Some official Gnome applications are written in…
If you don't know how to build a statically linked rust binary yourself, then why bother posting about the downsides of dynamic linking? And obviously you can also link statically against musl on glibc systems. It's…
No, that's just the font I'm using. It's the same if I keep the scale at 1 and then zoom in the browser.
That is not the case on wayland. Wayland applications with support for the fractional scaling protocol can render without any blur at any fractional scale. This is because the protocol negotiates the size of the…
The component model seems like it's just a re-invention of JBoss-like application servers. Maybe it is explained somewhere in the paper but how do atomic updates work if at least one of the components has to be a…
You had audio latency issues and instead of googling "Linux audio latency", you spent several hours installing distributions, kernels, graphics drivers (?), and UIs (??). You could have avoided this by doing what any…
I believe Mozilla has been successful with a similar strategy.