Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kerneloops
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Restricting automatic kernel-module loading (2017)
(lwn.net)
2 points
by
kerneloops
4mo ago
|
0 comments
2.
▲
by
kerneloops
11mo ago
Another one: const cast: <A, B> (a: A) => B = function <B> (): B { return arguments[0] } const n: string = cast(1)
3.
▲
English-Centric Icons
(geedea.pro)
6 points
by
kerneloops
1y ago
|
1 comments
4.
▲
Experimenting with local alt text generation in Firefox Nightly
(hacks.mozilla.org)
3 points
by
kerneloops
2y ago
|
0 comments
5.
▲
by
kerneloops
2y ago
See also: Well-typed music does not sound wrong (experience report), Haskell 2017 https://dl.acm.org/doi/10.1145/3122955.3122964
6.
▲
by
kerneloops
3y ago
A survey of some other languages: C printf: MT-Safe locale. C++ std::cout: safe, unless you call sync_with_stdio(false). JVM System.out.println: safe in common JVMs. C# Console.WriteLine: safe. Go fmt.Printf: safe. Rust println!: safe. Ruby
7.
▲
Tell HN: Python's print function is thread-unsafe
13 points
by
kerneloops
3y ago
|
6 comments
8.
▲
Joint statement on data scraping and the protection of privacy [pdf]
(ico.org.uk)
3 points
by
kerneloops
3y ago
|
0 comments
9.
▲
Bootstrapping the Compiler – Rust Compiler Development Guide
(rustc-dev-guide.rust-lang.org)
3 points
by
kerneloops
3y ago
|
0 comments
10.
▲
by
kerneloops
3y ago
The only problem to me is that the "official" Joplin Server is proprietary: https://github.com/laurent22/joplin/blob/dev/packages/server...
11.
▲
by
kerneloops
4y ago
URL should be https://research.kudelskisecurity.com/2020/04/22/an-introduc...
12.
▲
An Introduction to Oblivious RAM (2020)
(research.kudelskisecurity.com)
1 points
by
kerneloops
4y ago
|
1 comments
13.
▲
by
kerneloops
4y ago
> Using these accessors, the VMs become able to do anything that JS can do. In fact the source language is likely to be JS itself; a JS-to-some-sort-of-vm-bytecode-to-JS compiler is made. I know that Tencent has a similar VM; an interest
14.
▲
by
kerneloops
4y ago
Another reason to use `void 0` is that "void 0" takes only 6 characters while "undefined" takes 9, saving some bandwidth. It is common practice for JavaScript minifiers to use this substitution.
15.
▲
by
kerneloops
4y ago
I usually give them 1970/1/1 as my birthday. That's easier to remember, since password managers don't work well with date inputs sometimes.
16.
▲
by
kerneloops
4y ago
Microsoft (at least used to) require account passwords to not include the part before @ in email addresses. My email address was a@(domain).net, and therefore I was prevented from using any password including the letter "a".
17.
▲
HypeScript: Simplified TypeScript type system in TypeScript's own type system
(github.com)
202 points
by
kerneloops
4y ago
|
82 comments
18.
▲
Atom vs. Visual Studio Code – The Unexpected Consequence of Consolidation (2018)
(i-programmer.info)
1 points
by
kerneloops
4y ago
|
1 comments
19.
▲
The End of Config_Android
(lwn.net)
1 points
by
kerneloops
4y ago
|
0 comments
20.
▲
Race condition in Linux perf subsystem leads to local privilege escalation
(openwall.com)
1 points
by
kerneloops
4y ago
|
0 comments
21.
▲
AOT Compiling JavaScript, Part 1
(rynco.me)
1 points
by
kerneloops
4y ago
|
0 comments
22.
▲
A method for replacing Python tuple entries
(lwn.net)
2 points
by
kerneloops
4y ago
|
0 comments
23.
▲
The New Filter Mandate Bill Is an Unmitigated Disaster
(eff.org)
13 points
by
kerneloops
4y ago
|
0 comments
24.
▲
Coverage of Noto fonts on Unicode code points
(notofonts.github.io)
1 points
by
kerneloops
4y ago
|
0 comments
25.
▲
by
kerneloops
5y ago
The character 囍 means "double happiness" literally, and is often used in wedding ceremonies among other places here in China. It is also included in the Xinhua dictionary, the semi-official dictionary in mainland China.
26.
▲
by
kerneloops
5y ago
It's also a undergrad course lab here at SJTU, also in Rust: https://github.com/aik2mlj/raytracer-tutorial