> it is likely rearranged by systemd, therefore only non-systemd glibc distributions are affected. systemd doesn't imply installed and running systemd-resolved though. I believe it's usually not enabled by default.
Matrix has so-called spaces, which group rooms together. Chaos Computer Club used this for 37C3, it was quite neat.
> Actually, this guy lives in Luhansk, active war zone in eastern Ukraine. They apparently has left Ukraine since the full-scale war broke out, and travelling around the world: Thailand, India, Kazakhstan, etc.
Pseudo-anglicism?
Is it really about light vs. heavy though? I thought it was mostly about multiplexing notifications through a single app (usually through a single connection as well), so only one app has to consume resources…
> I mean, isn't the appeal of a relational DBMS that it is a black box to the user and it's the query planner's job to yield an efficient search for a given goal? I wish
Just for the record, in Russia, we write all identifiers in English and practically all comments in (sometimes broken) English as well. Russian comments seem heavily discouraged, but hey, it's possible there're places…
Is this the solution for the infamous "foobar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by foobar)" problem?
There's also "computed gotos". It's not the same as function pointers, though. https://eli.thegreenplace.net/2012/07/12/computed-goto-for-e... - article about them being used in CPython
That's an interesting scenario for sure, but "defeats the purpose" is a stretch.
I understand it as a part of "crappy CGI" aesthetic.
I wish it could optionally ignore the info boxes and navbars. They kinda feel like cheating.
Not really. From the website: > Contrary to similar solutions, this application does not intercept SSL connections, minimising privacy risks and allowing for usage on unrooted Android devices. Only the meta data about…
> It sounds like using systemd is a terrible idea for memory-constrained devices, so you really don’t want to see it in the embedded world. On the other hand, proper event-driven init system (instead of horrible shell…
Maybe page cache (the thing tmpfs relies on) doesn't do full copy when reallocation, but rather, roughly speaking, appends extra pages to some sort of linked list? It would explain why it's faster.
You could put epoll fd in non-blocking mode, wrap it with os.NewFile, use SyscallConn() to get syscall.RawConn object, and then use its Read method. Its Read method is special: you can return "not ready", and it will…
It really depends. In our case, Gmail rejects our IPv6, but accepts IPv4. The IPs are from university network and they don't have any history other than being used by us. SPF, DKIM and PTR records are in place. > Our…
Lots of CTF organizers are security researchers. This particular CTF is organized by people from Chaitin Tech, which is a cybersecurity company. They emphasize that their challenges are based on real vulnerabilities…
The QEMU task was likely inspired by a real vulnerability as well: https://mail.gnu.org/archive/html/qemu-devel/2020-09/msg0090... (discovered by CTF organizers, I think)
Isn't it in the vanilla game, though?
Wow, didn't expect to find a reference to RD-Sounds on HN.
Sometimes tautology helps understands acronyms faster, without having to reconstruct context.
In this particular example, I think the error is as specific as it gets, though.
Matrix as well. https://matrix.org/blog/2020/05/06/cross-signing-and-end-to-...
> OpenID is a single sign-on protocol built on top of Oauth. Note that there's older OpenID (without "Connect"), which, to my knowledge, is more or less dead nowadays, and OpenID Connect, which is indeed built on top of…
> it is likely rearranged by systemd, therefore only non-systemd glibc distributions are affected. systemd doesn't imply installed and running systemd-resolved though. I believe it's usually not enabled by default.
Matrix has so-called spaces, which group rooms together. Chaos Computer Club used this for 37C3, it was quite neat.
> Actually, this guy lives in Luhansk, active war zone in eastern Ukraine. They apparently has left Ukraine since the full-scale war broke out, and travelling around the world: Thailand, India, Kazakhstan, etc.
Pseudo-anglicism?
Is it really about light vs. heavy though? I thought it was mostly about multiplexing notifications through a single app (usually through a single connection as well), so only one app has to consume resources…
> I mean, isn't the appeal of a relational DBMS that it is a black box to the user and it's the query planner's job to yield an efficient search for a given goal? I wish
Just for the record, in Russia, we write all identifiers in English and practically all comments in (sometimes broken) English as well. Russian comments seem heavily discouraged, but hey, it's possible there're places…
Is this the solution for the infamous "foobar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by foobar)" problem?
There's also "computed gotos". It's not the same as function pointers, though. https://eli.thegreenplace.net/2012/07/12/computed-goto-for-e... - article about them being used in CPython
That's an interesting scenario for sure, but "defeats the purpose" is a stretch.
I understand it as a part of "crappy CGI" aesthetic.
I wish it could optionally ignore the info boxes and navbars. They kinda feel like cheating.
Not really. From the website: > Contrary to similar solutions, this application does not intercept SSL connections, minimising privacy risks and allowing for usage on unrooted Android devices. Only the meta data about…
> It sounds like using systemd is a terrible idea for memory-constrained devices, so you really don’t want to see it in the embedded world. On the other hand, proper event-driven init system (instead of horrible shell…
Maybe page cache (the thing tmpfs relies on) doesn't do full copy when reallocation, but rather, roughly speaking, appends extra pages to some sort of linked list? It would explain why it's faster.
You could put epoll fd in non-blocking mode, wrap it with os.NewFile, use SyscallConn() to get syscall.RawConn object, and then use its Read method. Its Read method is special: you can return "not ready", and it will…
It really depends. In our case, Gmail rejects our IPv6, but accepts IPv4. The IPs are from university network and they don't have any history other than being used by us. SPF, DKIM and PTR records are in place. > Our…
Lots of CTF organizers are security researchers. This particular CTF is organized by people from Chaitin Tech, which is a cybersecurity company. They emphasize that their challenges are based on real vulnerabilities…
The QEMU task was likely inspired by a real vulnerability as well: https://mail.gnu.org/archive/html/qemu-devel/2020-09/msg0090... (discovered by CTF organizers, I think)
Isn't it in the vanilla game, though?
Wow, didn't expect to find a reference to RD-Sounds on HN.
Sometimes tautology helps understands acronyms faster, without having to reconstruct context.
In this particular example, I think the error is as specific as it gets, though.
Matrix as well. https://matrix.org/blog/2020/05/06/cross-signing-and-end-to-...
> OpenID is a single sign-on protocol built on top of Oauth. Note that there's older OpenID (without "Connect"), which, to my knowledge, is more or less dead nowadays, and OpenID Connect, which is indeed built on top of…