Viewing profile — coppsilgold
coppsilgold
HN member- Joined
- Fri, Feb 24, 2023, 7:03 AM UTC
- HN karma
- 1,156
- Public activity
- 337 items
- HN profile
- View on Hacker News ↗
About coppsilgold
Recent public activity
-
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.
-
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…
-
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…
-
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.
-
comment
Comment #48777106
And those types of schemes will never see the light of day, read what they are actually proposing to implement.
-
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.
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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.
-
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 …
-
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…
-
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…
-
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.
- comment
-
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…
-
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 …
-
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…
-
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…
-
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…