Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Soft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Soft
1y ago
In the former the caller does not retain access to T until Fn returns.
2.
▲
iter – Generic Iterators for Go 1.18
(github.com)
9 points
by
Soft
5y ago
|
0 comments
3.
▲
by
Soft
6y ago
Isn't it still the case that net_cls cgroup is not available with cgroups v2?
4.
▲
by
Soft
6y ago
This will stop working since kallsyms_lookup_name is no longer exported by recent kernels. See [1]. [1]: https://lwn.net/Articles/813350/
5.
▲
by
Soft
7y ago
I don't think there are that many situations where it is actually productive to prevent user from selecting and copying text even if it's just part of the UI. To focus on your example, copying user interface text might be useful f
6.
▲
by
Soft
7y ago
The problem with seccomp is that it operates at the level of system calls. An application could use seccomp to, for example, restrict what system calls it can invoke. However libraries usually consider what system calls they use an implemen
7.
▲
by
Soft
7y ago
I think it is useful for projects to have a searchable unique names. Also, I think the desktop files for those programs also include a generic name describing program's function that an application launcher can decide to show instead.
8.
▲
by
Soft
7y ago
According to OSI [1], it is not open source if it cannot be used freely in commercial context. [1]: https://opensource.org/faq#commercial
9.
▲
by
Soft
8y ago
My understanding is that impl Iterator<Item = i32> in return position means that there is some single concrete type that implements the Iterator trait that we are simply not going to name. This way, the compiler can do dispatching sta
10.
▲
by
Soft
9y ago
Aside from handling details on how the actual drawing happens, Wayland compositors also dictate how window management is done. Obviosly, there is a lot of room for different designs in that space. Just look at how many different Window Mana
11.
▲
by
Soft
11y ago
Not that I agree with your point, but cyclomatic complexity checks are actually implemented as a compiler plugin in rust-clippy project[1]. You'll get a compile time warning if your function becomes too complex. [1]: https://
12.
▲
by
Soft
14y ago
Sure we can secure a certain piece of information if no one has to ever access it. Hard drive in a locked box inside some bunker type of thing. It becomes hard when the information must be easily accessible to multiple persons operating fr