HN user

snakeanus

524 karma
Posts3
Comments360
View on HN

Not exactly. In the link case the application is the browser instead of the site and there are many browsers that you can select from, in the .net case however the .net itself is the application.

if I link to an image, javascript file, or even an iframe to ycombinator.com, your browser will make a request to ycombinator.com most likely without you knowing.

True, which is why many people (including me) use something like umatrix with every 3rd party request disabled unless whitelisted. This should be the default to be honest.

if ycombinator.com logs information on that request, is that okay?

You are willingly letting your traffic be logged by the original site that you connected to. Does it matter if another party (usually trusted by the first party) gets the logs as well?

and your browser decides to prefetch the contents of that link?

Change browser or configure it properly. Who even thought that prefetching is a good idea?

Anyway, the one at fault at this specific case is your browser (and maybe you, considering how you selected to use that browser or didn't bother configuring it).

ycombinator.com is a site that you willingly send data to, it is not an application that you use locally.

I do agree however, we do not need more laws about that, we just need the people to start using software that respects its users and can be audited by anyone - free software.

only on HN could we see child pornography being defended as a victimless crime.

No, not really. I have seen it being defended in multiple places over the years. Mostly places where there are many STEM people and can't bear the thought of certain numbers being illegal.

First of all, no child should be exploited in that way. Period. Not up for debate.

Exploited in what way? Remember, even a 17 year old taking a picture to show it to his/hers gf/bf is considered CP in every country that I know of. Who is exploited in this case?

Whether or not they feel victimised at the time by what has happened to them is irrelevant.

If they are a young child then I will agree. If they are a teen then no. I fail to see how this is relevant to the discussion however. We are not talking about the production of CP, we are talking about the consumption and distribution of it.

So by viewing or obtaining CP, one is supporting and proliferating that material.

How did you deduce that from the previous sentence exactly? In any case, I fail to see how "by viewing or obtaining CP, one is supporting and proliferating that material".

Here it is again 'CP isn't wrong'. Yes it is, I don't see how you can think it's not.

Viewing or distributing CP isn't wrong because nobody is harmed. I don't see how you can think that it is wrong.

Every paedophile is a paedophile

Sure? Just like every straight person is straight. That being said not every paedophile is a rapist as neither is every straight person.

it's a mental health problem

They said the same about homosexuality a while ago. Look what happened to Turing for example, a great mind put to death because he did things that even though they harmed nobody it offended some people in power who considered them gross.

because frankly if you think being a paedophile is totally fine then you need to get help.

If you think that we should arrest people who have done no harm on another human being directly or indirectly then you are a monster and you should get help.

Security.txt 9 years ago

A bit sad that it does not allow for the file to be signed with OpenPGP.

I fail to see what the problem with accepting ads would be, after all anyone who did not want the ads could simply fork the software. Even he could make a ads-free fork. Moreover I am pretty sure that all GNU/Linux distros would include it without any ads.

Also, he might have refused "refused several tens of millions of € to keep the software ads free" however he did not mind relicensing VLC for free under a less copyleft and user-protecting license so that it would be included in the apple store.

What browser are you using and how did you disable the js? With firefox esr and with either ublock origin (dynamic mode) or umatrix to disable the js I am unable to see the images.

Thank you for your reply, I was not aware of Mu4e and notmuch before, I will try both of them.

Have you ever tried mew? I heard a few good comments about it in the past but I have no idea how it compares to these clients.

I tried to use gnus in the past as a nntp and smtp client and I hated it. When for example I had set my user-mail-address and mail-host-address to something specific that I wanted but that gnus did not like (even though it was a valid address) it would silently replace it with some bullshit like "i-did-not-set--mail-host-address--so-tickle-me" at the from header (or was that at the message-id header? I don't exactly remember).

It also made it a pain in the butt to use a socks proxy with it. Moreover it failed to un-base64 images in emails (failing to display them), when I tried to make it open an image it would just pass the base64 string to mpv instead of bothering to un-base64 it.

I moved to mutt since then but I do want to try some other emacs clients (mostly due to the emacs and org-mode integration).

Say what you want about MathML but as of now it's the best standard we have for putting math on the web

I would argue that this holds true for (La)TeX, most sites use JS implementations of it and show the raw (La)TeX code as a fallback (or in an image form) if the user has JS disabled.