Live data from Hacker News

Viewing profile — coppsilgold

coppsilgold

HN member
Joined
Fri, Feb 24, 2023, 7:03 AM UTC
HN karma
1,156
Public activity
337 items

About coppsilgold

email: coppsilgold@protonmail.com

Recent public activity

  1. comment
    Comment #48886635

    > TCP stack can be fingerprinted How does that apply to Tor? It uses custom packets. The entry node may be able to obtain a TCP fingerprint but that's all.

  2. comment
    Comment #48886313

    It's not surprising that JS would out you, what I am wondering if whether or not volunteering OS information is foolish when it may not be possible to determine without JS. Why giv…

  3. comment
    Comment #48886058

    I believe they used to make the user-agent appear to belong to Windows but then they stopped doing it with the excuse that there are other ways to tell anyway. The OS doesn't reall…

  4. comment
    Comment #48885374

    Even Tor Browser (/mullvad-browser) gave up trying to obscure the operating system though arguably they shouldn't have. There appear to be too many fingerprinting vectors.

  5. comment
    Comment #48777106

    And those types of schemes will never see the light of day, read what they are actually proposing to implement.

  6. comment
    Comment #48777096

    Those schemes will never see the light of day, attribution is by design. Without attribution you will just see those tokens sold by the penny.

  7. comment
    Comment #48755388

    With ZKP age verification, services will not be able to track you without help from the CA. The CA will not be able to track you without help from the services. Both will contain t…

  8. comment
    Comment #48755331

    Unfortunately ZKP's aren't magic. When not doing privacy oriented cryptocurrency ( cough money laundering cough ) with ZKP's, if you really want private verification you are in a p…

  9. comment
    Comment #48755295

    > Exposing the socket directly to the sandbox is dangerous, e.g. it would let the sandbox record the host's microphone directly. libpipewire-module-pipe-tunnel also: https://gitlab…

  10. comment
    Comment #48700059

    Properly configured (including strict seccomp) bwrap on its own will be sufficient 99% of the time. But ultimately you are at the mercy of the enormous kernel attack surface and th…

  11. comment
    Comment #48693766

    There is something wrong with your setup. I just tried: bwrap ... --ro-bind /run/user/1000/pipewire-0 /run/user/1000/pipewire-0 ... -- runsc ... do ... -- mpv podcast.mp3 Flawless …

  12. comment
    Comment #48693023

    That's good to hear! Hopefully the passt approach you are pursuing will include the ability to use an existing passt socket and not just launch one for you. Wayland is tricky becau…

  13. comment
    Comment #48692335

    It just didn't seem fully baked yet, the 'do' subcommand works fine while the 'bwrap' alias has this problem: `bash: cannot set terminal process group (1): Not a tty`. When executi…

  14. comment
    Comment #48690216

    The simplest worthwhile DIY sandbox you can have is to layer two tools: bwrap and gvisor. bwrap args -- gvisor args do args -- /path/sandboxee args bwrap will set up the environmen…

  15. comment
    Comment #48612024

    Identity theft is a thing. And if you gate a desirable commodity behind an identity it will become even more of a thing. There are 100's of millions of identities to steal.

  16. comment
    Comment #48469343

    Alpine is a good system for the boot/main rootfs because it's rock solid and has the most recent kernel. When glibc is required or when you just want to access the repositories of …

  17. comment
    Comment #48378987

    I believe it's a great deal worse than that. All the metacognitive insight we do have may just be confabulation and we are fooled into believing that we have it because the process…

  18. comment
    Comment #48319813

    The Opus model as usual impresses. Gave it a paper link with bullet point instructions and constraints (while baiting it to perform some mind reading of my intentions) and it imple…

  19. comment
    Comment #48260107

    I'm sure the frontier labs figured out very clever ways to leverage user input and actions as data for training and signals for RL. DeepSeek wants in on the game.

  20. comment
  21. comment
    Comment #48123314

    > Almost all human traits are partly genetic and partly due to the environment and/or random. If you could change the world and reduce the amount of randomness, then of course heri…

  22. comment
    Comment #48118769

    I was actually curious about this myself back when everyone was chiming in about how it was physically impossible. This is first and foremost an engineering problem as you need to …

  23. comment
    Comment #48110754

    Yes, with blind signatures you still have a central authority which voluntarily 'launders' tokens for you. When you present it your certificate and ask it to give you a blind signa…

  24. comment
    Comment #48100037

    If A adopts a Blind Signature scheme it implies A is cooperating in establishing privacy infrastructure. If A is so malicious that it would advertise a sound privacy system and the…

  25. comment
    Comment #48090913

    Content Decryption Module (CDM) in your browser or Mobile SDK generates the license challenge https://go.buydrm.com/thedrmblog/the-anatomy-of-a-multi-drm-... > The "license challen…