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…
I doubt there is anything incorrect there. See the note here: https://wayland.freedesktop.org/docs/book/Message_XML.html#a...
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…
>Back when I was writing xdg-desktop-portal-hyprland, I had to use a few dbus protocols (xdg portals run on dbus) to implement some of the communication. If we go to the portal documentation, we can find the protocols.…
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…
C-f thread 0/0 We shouldn't hope for the impossible.
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…
>The in-memory representation of bit fields is implementation-defined. Therefore, if you’re calling into an external API that takes a uint32_t like in the example without an explicit remapping, you may or may not like…
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…
If control flow statements don't require parentheses to be parseable, doesn't that mean that it is the parentheses that are completely unnecessary?
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 ==…
>IPv4 only. You'd think that sites choosing wireguard would have a more modern setup and might make heavy use of (self service) ULAs.
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…
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…
I doubt there is anything incorrect there. See the note here: https://wayland.freedesktop.org/docs/book/Message_XML.html#a...
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…
>Back when I was writing xdg-desktop-portal-hyprland, I had to use a few dbus protocols (xdg portals run on dbus) to implement some of the communication. If we go to the portal documentation, we can find the protocols.…
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…
C-f thread 0/0 We shouldn't hope for the impossible.
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…
>The in-memory representation of bit fields is implementation-defined. Therefore, if you’re calling into an external API that takes a uint32_t like in the example without an explicit remapping, you may or may not like…
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…
If control flow statements don't require parentheses to be parseable, doesn't that mean that it is the parentheses that are completely unnecessary?
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 ==…
>IPv4 only. You'd think that sites choosing wireguard would have a more modern setup and might make heavy use of (self service) ULAs.
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…