Live data from Hacker News

Viewing profile — neobrain

neobrain

HN member
Joined
Sat, Mar 15, 2014, 5:45 PM UTC
HN karma
293
Public activity
126 items

About neobrain

No profile information was provided.

Recent public activity

  1. comment
    Comment #49194949

    Where are you getting GPS from? Grandparent commenter talked about bluetooth beacons and parent suggested reading the docs. The contact tracing APIs very deliberately avoided GPS f…

  2. comment
    Comment #49153225

    Just curious, has suspend (to RAM) been working for you? For me the nvidia driver just keeps waking up the system instantly - but my setup is deviating from the upstream flake in a…

  3. comment
  4. comment
    Comment #48795744

    Yes, this had been temporarily permitted until recently, and AFAIK they continue doing so illegally at the moment.

  5. comment
    Comment #48795630

    For context, this refers to "Chat Control 1.0", allowing facebook and other messaging providers to scan chats for harmful content (which they had been temporarily allowed to do by …

  6. comment
    Comment #48733914

    See https://asahilinux.org/2024/01/fedora-asahi-new/#speakers The effect is understated there, perhaps because Apple speakers are actually somewhat usable without this feature. For…

  7. comment
    Comment #48731007

    Unlikely. I've been daily-driving the predecessor (X13s). While it's usable and technically all drivers are there, it's far from "without pain" due to endless number of small but a…

  8. comment
    Comment #48718598

    This seems to be mainly brought up by people concerned they'd lose banking apps than people who actually have issues. It's rooted phones that often get blocked, whereas those that …

  9. comment
    Comment #48636768

    > Is there some special feature I'm missing? I would only call it a marginal improvement. If that. I fail to see what the big deal is. Among the "GPU rendered terminal" options, af…

  10. comment
    Comment #48627254

    With Dioxus, program logic compiles to native code instead of running it through a JS engine, and it ships its own HTML renderer (Blitz) instead of bundling a whole browser. So it'…

  11. comment
    Comment #48307071

    (for context, you're replying to the author of an alternative nix input pinning mechanism, which means... they're probably aware of all that and yet they chose their wording like t…

  12. comment
    Comment #48041535

    They are hiring specifically for that: https://old.reddit.com/r/ProtonDrive/comments/1spx14d/proton...

  13. comment
    Comment #47998995

    Nothing public yet, but this is the Nix output for taking the screenshot, to be executed via `nix run .#screenshot`: outputs.apps.x86_64.screenshot = { type = "app"; program = toSt…

  14. comment
    Comment #47920698

    Most people don't realize that the Asahi team ship features only once they work without quirks. For the set of supported hardware features, Asahi is much closer to a macOS experien…

  15. comment
    Comment #47918887

    +1 for this approach. For a mobile app, I made Nix spawn an ephemeral Android emulator instance for generating up-to-date screenshots, requiring no prior setup and leaving no linge…

  16. comment
    Comment #47888614

    Quite the contrary, actually: not using a browser extension makes you much more susceptible to phishing attacks, since your password manager won't be able to protect you from copy-…

  17. comment
    Comment #47874115

    Just injecting this here: What I've been missing is an equivalent for GitHub's "blame prior revision" feature to quickly follow through the history of individual source lines. http…

  18. comment
    Comment #47862569

    tl;dr for opt-out as per https://cli.github.com/telemetry#how-to-opt-out (any of these work individually): export GH_TELEMETRY=false export DO_NOT_TRACK=true gh config set telemetr…

  19. comment
    Comment #47709157

    The article is specifically not referring to information that's sent to Apple servers - it's about information on the phone only, accessible through forensics tools with physical d…

  20. comment
    Comment #47625048

    > If some provider like Proton states they are pricacy-focused and protect your data from governments, but can still offer loads of your private data when ordered to, that damages …

  21. comment
  22. comment
    Comment #47516581

    If you create an account, it may be worth looking into "starter packs", which are lists of accounts around specific topics to follow. That's an easy solution if you run into the "I…

  23. comment
    Comment #47486594

    > I want a computer where I can basically install every non stock app in its own little world, where it thinks "huh, that is interesting, I seem to be the only app installed on thi…

  24. comment
    Comment #47400682

    Claude has a sandbox mode that uses bubblewrap to build a lightweight filesystem sandbox that only exposes the project directory: https://code.claude.com/docs/en/sandboxing It's di…

  25. comment
    Comment #47347075

    > NixOS is very impressive but the marketing around it feels misleading. The reproducible claim needs a giant asterisk due to link rot. It's a valid concern, though perhaps worth m…