Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hueho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
34 ms
·
1.
▲
by
hueho
3mo ago
It's a VM feature - value classes will use it when they land eventually. https://openjdk.org/projects/valhalla/
2.
▲
by
hueho
3mo ago
The "benefit of someone else" in this scenario is the site operator not having their website down or their hosting bills unsustainable because of misbehaving (which are 99% of current) web scrapers from AI companies. The README it
3.
▲
by
hueho
6mo ago
Most JSON libraries in typed languages require this for data binding to complex types though.
4.
▲
by
hueho
7mo ago
> Sucrose looks at code and tells the "compiler" to only parse params and skip parsing other parts of the request like body, query, headers entirely as it's not need. My understanding is that just offering a request object
5.
▲
by
hueho
10mo ago
The affected employees are in the UK and Canada branches, with their own local unions.
6.
▲
by
hueho
11mo ago
Wasn't aware of that, can you send a link explaining?
7.
▲
by
hueho
1y ago
But the trillion dollar industry also signed this statement, that's the point - high ranking researchers and executives from these companies signed the letter. Individually these people may have valid concerns, and I not saying all of
8.
▲
by
hueho
1y ago
It's amusing that this is not an summary - it's the entire statement. Please trust these tech-leaders that may or may not have business with AI that it can become evil or whatever, so that regulatory capture becomes easier, instea
9.
▲
by
hueho
1y ago
> And it valid for them to want to do so. Sure, if they don't make it everybody else's problem. Not to defend MS too hard, but they supported Windows XP with security updates for 18 years. At some point software needs to be &qu
10.
▲
by
hueho
1y ago
FWIW this was largely fixed in 24 (I think there are still some edge cases relating to FFI functionality), and the 25 LTS should be coming this month.
11.
▲
by
hueho
1y ago
Don't even know what the product is about, but it went into my shitlist for redirecting me always to a badly machine-translated page, not understanding en-us as a language code in the URL, and not having a language selector.
12.
▲
by
hueho
1y ago
Plenty of people dislike the perceived bload in GNU utils - for them a rewrite from scratch is a feature, not a bug.
13.
▲
by
hueho
1y ago
Java bytecode was originally never intended to be used with anything other than Java - unlike WASM it's very much designed to describe programs using virtual dispatch and automatic memory management. Sun eventually added stuff like inv
14.
▲
by
hueho
1y ago
A sidenote is that Wii actually ran a separate operating system (nicknamed IOS by the community) in a dedicated ARM processor (Starlet), that was responsible for performing the majority of device input/output, including disk access, in
15.
▲
by
hueho
3y ago
Just as an side note, not relevant to anything in particular, Foundation DB itself is open-source ( https://www.foundationdb.org/ ), but the integration layer used by Deno to make it the backend for Deno KV is not. Although,
16.
▲
by
hueho
3y ago
> Go actually ships with a quite forward thinking SQL interface SQL is low hanging fruit in this regard, because you just need to standardize the lowest common denominator flavors of SQL types for deserialization and then it's just
17.
▲
by
hueho
3y ago
The serial GC is a limitation of the community (OSS) edition. The enterprise proprietary version has G1 support. I hope Oracle will let it drip it down to the CE, but it's their project, their monetization strategy.
18.
▲
by
hueho
3y ago
Source is not easily licensable.
19.
▲
by
hueho
3y ago
> run games in almost native performance in windows guest vm? No, vfio is still the most recommended option. This is essentially something like VirtualBox or VMWare 3D acceleration - the host is still the "owner" of the GPU, an
20.
▲
by
hueho
3y ago
As far as I understood this is very much intended to be used in multi-threaded code as well. If you are sure that your object won't be called in multiple threads you can just do the simple "if(ref == null)" without locking an
21.
▲
by
hueho
5y ago
There isn't a daemon to speak off, they are shared libraries that you load and call functions on. I don't know much about R, but if it considers the whole memory space of the R process, it probably counted the memory consumption o
22.
▲
by
hueho
5y ago
In fairness, Java 17 has just been released; it's possible new custom patches will be introduced in future Corretto patch releases. Still, the fact that Corretto 11 had so few backports is encouraging.
23.
▲
by
hueho
5y ago
> Kotlin data classes can be used with the JPA contrary to Java records. Arguably this is more of an issue of JPA than an strict advantage of Kotlin: JPA was designed at a time where the general consensus was to primarily use mutable dat
24.
▲
by
hueho
5y ago
This is a classic troll text.
25.
▲
by
hueho
6y ago
Lightweight threads like in Go or Erlang are not happening anytime soon as a C++ standard because they require much more complex runtimes to be decently implemented (whereas traditional threads can just delegate straight to whatever OS thre
26.
▲
by
hueho
6y ago
> why Nintendo rarely outsources games That's an overstatement: Nintendo co-develops a lot of titles with other studios, outsource a lot of their smaller IPs (mostly to Japanese studios), _and_ is being rather friendly to letting pe
27.
▲
by
hueho
7y ago
For Java, it's probably just JNI compatibility.
28.
▲
by
hueho
8y ago
I think Atom has components in C++. VSCode is Javascript only.
29.
▲
Nanomsg postmortem and other stories (2016)
(sealedabstract.com)
1 points
by
hueho
9y ago
|
0 comments
30.
▲
by
hueho
11y ago
There isn't really anyway to monkeypatch `try` to use the operator. `try` API is inherently based on metaprogramming (passing a symbol to call), and have different semantics than the operator (by default it won't throw if a non-ex
More ›