Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
samus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
samus
3d ago
Stock Dark Reader browser extension works well for me.
2.
▲
by
samus
3d ago
Not really; `-type app-image` merely runs jlink and is intended to let you edit the bundle before calling jpackage again and create the installer. You need the tools from appimage.org for the final step.
3.
▲
by
samus
3d ago
Java has many dynamic features where runtime optimization is required to remove the overhead. Virtual method calls are opt-out instead of opt-in, and there is an open world assumption. The possibility of doing stack allocation of objects de
4.
▲
by
samus
3d ago
Accessibility apps naturally require privileged access to other applications. Using the clipboard for accessibility is a hack though, as its intended purpose is occasional generalized data transfer. Also, Zoom isn't an accessibility
5.
▲
by
samus
3d ago
Unix systems were initially designed to be multi-user systems (as in multiple meatbags accessing a mainframe across terminals), in an era before it was common to indiscriminately download and run applications from the internet. Files requir
6.
▲
by
samus
3d ago
That's very telling about the quality of the security audit.
7.
▲
by
samus
3d ago
It's not about Linux.
8.
▲
by
samus
3d ago
Unfortunately making software easy to install also makes it easier for Malware to be installed. It's a classic dilemma that is only fixable by making the user think twice about running stuff from the internet: Unix requires making the
9.
▲
by
samus
3d ago
> I thought Apple's tool was ridiculous though. It's like "oh, some trash blew into our yards from the neighbor's trashcan" so Apple replies "oh, don't worry, I destroyed it with my orbital ion cannon&q
10.
▲
by
samus
3d ago
Unless you have to run the meeting.
11.
▲
by
samus
3d ago
Quite hard because on Linux there is no concept of "apps". There is a (very flimsy) separation between processes, but the strongest actual security boundaries are between kernel and user space as well as between users. Namespaces
12.
▲
by
samus
4d ago
There is no install time in Java. If you want something to happen at install time you'd have to ship a shell script with the installer that does a brief training run when the application is first started.
13.
▲
by
samus
4d ago
Even if you can gather that PGO metadata a running application won't be able to adapt to changes in that data.
14.
▲
by
samus
4d ago
Jpackage or jlink should be extended to support creating AppImages.
15.
▲
by
samus
5d ago
How much of these 3s is javac? JEP 544 will only help reduce javac's overhead, not that of the compiled program.
16.
▲
by
samus
5d ago
It can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?
17.
▲
by
samus
5d ago
> i guess what i am saying is that AOT-only case is not "standard java", but something that will make a (more) useful replacement for things like c/c++. What is the objective here? Startup latency or throughput? Both will
18.
▲
by
samus
5d ago
That won't be necessary when 544 lands. The only thing you'd gain is not having to ship the JIT compilers in a jlink build. Also, I'm fairly certain that the JIT compilers can be turned off with some combination of runtime fl
19.
▲
by
samus
5d ago
IMHO the most interesting feature of OpenJ9 is the compile server. One node decides to optimize, sends over the traces, and the compile server sends optimized native code to all nodes. Or a new node joins and could be brought up to speed wi
20.
▲
by
samus
5d ago
One could also just use jlink and extract the zip file that it produces.
21.
▲
by
samus
5d ago
It would have been more precise to say O_DIRECT instead of io_uring. The point of io_uring is to avoid syscall overhead. What they were after was actually managing a page cache on their own, and it turned out to be more complicated than the
22.
▲
by
samus
5d ago
> > Getting one's hands dirty has little to do with cleanliness inside the home. Do you think the Japanese didn't have to do farmwork? > Thank you for agreeing with precisely what I already said. Except that the discussio
23.
▲
by
samus
6d ago
Murphy was in general so dismissive of his own talent. Granted, he lived in the era before people played chess for a living.
24.
▲
by
samus
6d ago
I got by fine with a debit card. But of course it can be inconvenient since they usually lock quite a large charge as a deposit, which gets released when everything turns out fine.
25.
▲
by
samus
6d ago
Discounts on volume deals are yet another thing since a higher volume helps the business exceed the break-even threshold faster. Also, volume deals have a favorable management effort to income ratio compared to single transactions. Huge num
26.
▲
by
samus
8d ago
Getting one's hands dirty has little to do with cleanliness inside the home. Do you think the Japanese didn't have to do farmwork? Contamination is not a modern concept either. Cue to how many religions have quite sharply defined
27.
▲
by
samus
8d ago
It's significant to the Church, but less so for Chinese authorities, who could always decide to establish their own state Church.
28.
▲
by
samus
8d ago
Then they are not smart TVs anymore. More precisely, they couldn't offer the features one expected from such. Think about a smartphone without internet connection.
29.
▲
by
samus
8d ago
The issue is moot since nowadays local practices are accepted to a degree. Even if Rome decided to go back on that it would have little practical relevance nowadays since there are lots of branches of Christianity that are not in communion
30.
▲
by
samus
8d ago
I just don't get why you treat this as something super complicated. There is street and nature level dirt which contains an unknowable degree of contamination that can be unambiguously bad for you if you ingest it, no matter what that
More ›