Live data from Hacker News

Viewing profile — U1F984

U1F984

HN member
Joined
Mon, Apr 26, 2021, 6:30 PM UTC
HN karma
333
Public activity
46 items

About U1F984

No profile information was provided.

Recent public activity

  1. 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 …

  2. story
  3. story
  4. 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…

  5. 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?

  6. 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…

  7. 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…

  8. 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.

  9. comment
    Comment #38979953

    The somehow is explained quite well at the end - they discussed different approaches and why they chose the current one.

  10. comment
    Comment #35968491

    A Java Runtime for Hello world is just 32 MB: https://adoptium.net/blog/2021/10/jlink-to-produce-own-runti...

  11. comment
    Comment #35325726

    Also down for me.

  12. comment
    Comment #34078136

    That's what "forced captions" are for: they will only show subtitles for the scenes where foreign languages are spoken.

  13. comment
    Comment #33877372

    The option is only available for known devices, which should make it more difficult to pull this off.

  14. 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...

  15. comment
    Comment #32336957

    For Go you can use FROM scratch and save a couple more megabytes.

  16. comment
    Comment #31682574

    There's a neat crate for that I recently found: https://crates.io/crates/pollster

  17. story
  18. comment
    Comment #31242700

    Apparently it's already being taken into consideration: > The optimization should work with Project Loom when it becomes available.

  19. 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…

  20. 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…

  21. 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 …

  22. story
  23. story
  24. comment
    Comment #30028593

    There is the Accept-Language header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Ac...

  25. story