Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
WGH_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
WGH_
8mo ago
> 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.
2.
▲
by
WGH_
2y ago
Matrix has so-called spaces, which group rooms together. Chaos Computer Club used this for 37C3, it was quite neat.
3.
▲
by
WGH_
3y ago
> 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.
4.
▲
by
WGH_
3y ago
Pseudo-anglicism?
5.
▲
by
WGH_
4y ago
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 constantly, and others might be
6.
▲
by
WGH_
5y ago
> 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
7.
▲
by
WGH_
5y ago
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 where there&
8.
▲
by
WGH_
5y ago
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?
9.
▲
by
WGH_
5y ago
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
10.
▲
by
WGH_
5y ago
That's an interesting scenario for sure, but "defeats the purpose" is a stretch.
11.
▲
by
WGH_
5y ago
I understand it as a part of "crappy CGI" aesthetic.
12.
▲
by
WGH_
5y ago
I wish it could optionally ignore the info boxes and navbars. They kinda feel like cheating.
13.
▲
by
WGH_
5y ago
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 network communicati
14.
▲
by
WGH_
5y ago
> 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 scripts with all so
15.
▲
by
WGH_
5y ago
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.
16.
▲
by
WGH_
6y ago
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 use the Go ru
17.
▲
by
WGH_
6y ago
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 system has dete
18.
▲
by
WGH_
6y ago
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 (found in their research
19.
▲
by
WGH_
6y ago
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)
20.
▲
by
WGH_
6y ago
Isn't it in the vanilla game, though?
21.
▲
by
WGH_
6y ago
Wow, didn't expect to find a reference to RD-Sounds on HN.
22.
▲
by
WGH_
6y ago
Sometimes tautology helps understands acronyms faster, without having to reconstruct context.
23.
▲
by
WGH_
6y ago
In this particular example, I think the error is as specific as it gets, though.
24.
▲
by
WGH_
6y ago
Matrix as well. https://matrix.org/blog/2020/05/06/cross-signing-and-end-to-...
25.
▲
by
WGH_
6y ago
> 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 OA
26.
▲
by
WGH_
6y ago
Recording the kernel profile with perf would be more useful, I think. strace would probably only show long "unlink" syscall.
27.
▲
by
WGH_
6y ago
AFAIK most of these are DKMS, so compilation (although automated and supported by distro) is still necessary.
28.
▲
by
WGH_
6y ago
Are you sure systemd overwrites it? I believe it maintains its own /run/systemd/resolve/{resolv,stub-resolv}.conf file, and it's up to you whether you want to symlink /etc/resolv.conf to one of these or no
29.
▲
by
WGH_
6y ago
Isn't direct current component ignored by default just because Ethernet devices are galvanically isolated? I thought even if you applied some DC voltage to Ethernet without proper PoE negotation, nothing would happen at all.
30.
▲
by
WGH_
6y ago
I've seen many sites that generate feed URLs with secret token appended as a query parameter. This token only gives an access to the feed, so this as safe as it gets, and requires no special support on reader app part.
More ›