Viewing profile — U1F984
U1F984
HN member- Joined
- Mon, Apr 26, 2021, 6:30 PM UTC
- HN karma
- 333
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About U1F984
No profile information was provided.
Recent public activity
-
comment
Comment #47932533
Java does use dup in some cases, e.g. public static void test() { new Object(); } 0: new #2 // class java/lang/Object 3: dup 4: invokespecial #1 // Method java/lang/Object." ":()V …
- story
- story
-
comment
Comment #44487614
From the article: Lookup tables are always faster than calculation - is that true? I'd think that while in the distant past maybe today due to memory being much slower than CPU the…
-
comment
Comment #40397771
I can't find anything about these low gravity regions (Google redirects me to your post) but they sound interesting. Can you share some reading material?
-
comment
Comment #40373753
I checked on my OnePlus 7 and indeed it's possible by default. There is a setting to disable access to the notification (/setting) drawer from the lock screen at least in Oxygen OS…
-
comment
Comment #40222155
This is actually possible. There's Linux tools to extract the WIM files from a Windows installation iso. You have to create the appropriate partition setup (EFI partition with boot…
-
comment
Comment #39725272
Not sure why this is down voted, I also looked into this at some point but was unable to find a solution.
-
comment
Comment #38979953
The somehow is explained quite well at the end - they discussed different approaches and why they chose the current one.
-
comment
Comment #35968491
A Java Runtime for Hello world is just 32 MB: https://adoptium.net/blog/2021/10/jlink-to-produce-own-runti...
-
comment
Comment #35325726
Also down for me.
-
comment
Comment #34078136
That's what "forced captions" are for: they will only show subtitles for the scenes where foreign languages are spoken.
-
comment
Comment #33877372
The option is only available for known devices, which should make it more difficult to pull this off.
-
comment
Comment #32493222
Same here, three minutes ago. Maybe their Key was leaked as well? I recall a similar issue happened with Firebase: https://cybernews.com/security/exposed-google-keys-leaves-bi...
-
comment
Comment #32336957
For Go you can use FROM scratch and save a couple more megabytes.
-
comment
Comment #31682574
There's a neat crate for that I recently found: https://crates.io/crates/pollster
- story
-
comment
Comment #31242700
Apparently it's already being taken into consideration: > The optimization should work with Project Loom when it becomes available.
-
comment
Comment #31145770
Yeah, it's a requirement by law, tracking must be disabled unless explicitly allowed. Accepting all must be as easy as denying. However a lot of sites offer an easy one-click accep…
-
comment
Comment #31101086
Does anyone have a recommendation for a remote desktop software for Linux? Specifically one that also supports using a browser, video, etc. RDP (server) with proper GPU acceleratio…
-
comment
Comment #30317128
The extra setup step for websocket should not be required: https://caddyserver.com/docs/v2-upgrade#proxy I also had no problems with HAProxy, it worked with websockets without any …
- story
- story
-
comment
Comment #30028593
There is the Accept-Language header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ac...
- story