Viewing profile — rlidwka
rlidwka
HN member- Joined
- Tue, Nov 12, 2013, 1:23 PM UTC
- HN karma
- 63
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About rlidwka
No profile information was provided.
Recent public activity
-
comment
Comment #12255040
There is another basic choice: write a code that is intentionally incompatible with ad blockers. They can name an important navigation element "ad", so ad blocker will hide it for …
-
comment
Comment #11917244
You can store this hash on the server and use it as a password. If this hash gets stolen, the attacker will be able to log in on YOUR website, but not on other websites user may sh…
-
comment
Comment #11879113
I'm afraid there are plenty of potential victims out there for both FBI and Al-Qaeda. So one organization does not really interfere with another.
-
comment
Comment #11730667
Atwood's Law: any application that can be written in JavaScript, will eventually be written in JavaScript. // quoting https://blog.codinghorror.com/the-principle-of-least-power/
-
comment
Comment #11521412
Potentially, higher acceleration/deceleration would allow a computer to use simpler collision prevention algorithms. Also, there is no shifter there.
-
comment
Comment #11374359
> Without inheritance, as soon as you want to cast mixer to something else, you're either relying on binary wizardry by the compiler Why would you want to cast mixer to something e…
-
comment
Comment #11361980
> Personally I believe that psychiatry can be both a science and not a science Like alchemy, astrology or theology? Or medical sciences in middle ages? Like all those "sciences", p…
-
comment
Comment #11361911
> Do you believe that psychiatry provides us valid knowledge that allows us to No, it really doesn't. If someone comes into a clinic and ask psychiatrist for a help, he is gonna be…
-
comment
Comment #11352864
I remember some people being offended by an auto-generated captcha text.
-
comment
Comment #11346741
Better solution is: BEGIN TRAN; DELETE (without where clause) ... on the same line. I've lost a lot of data to "oh lets find that line in mysql history... up, up, enter, FUCK"
-
comment
Comment #11312321
I've read a few. Admittedly, I've read ToS less times than I've clicked on "Accept" button. Nonetheless, there is an external "Just let me ignore this!" button here: http://bugmeno…
- comment
-
comment
Comment #11308843
The way to ask politely is to provide "close this popup" button at an easily accessible place. Saying "you can't view this content unless you register/disable adblock" is NEVER pol…
-
comment
Comment #11298557
That's what being politician means. This job isn't about solving problems, it's about making an appearance that you solve them. Suppose a terrorist did something with his shoe that…
-
comment
Comment #11267606
If he doesn't own BMW car, he didn't receive a written offer and can't really act on it. You have to refer to actual written offer made to one of their customers. The argument that…
-
comment
Comment #11266064
"Popularity" and "Thanks" happen, those aren't very strong emotions. Sure people +1 post or two, but it wears off quickly. "Mercy" is a very popular way to counteract -1's, but it …
-
comment
Comment #11263983
In a professional context it is essential that people can express disagreement provided they write exact reasons why they disagree. You know, "+1" usually has only one meaning: - "…
-
comment
Comment #11260386
Hmm... I wonder, if they put everything (both navigation and ads) on the same canvas (maybe pixel-by-pixel even), is there any way to block ads inside? If webgl will be adopted wid…
-
comment
Comment #10147747
"unlimited plan" means "you pay for a bandwidth instead of an amount of data downloaded". And if you're able to download 2TB in a period of time, you have the right to do so. Yes, …
-
comment
Comment #10120007
It doesn't list the word "Belgium". Even though according to Douglas Adams that's the most offensive word in the galaxy. :)
-
comment
Comment #9970752
> It is, to its very roots, a bad word. Even if every single human being using it was meant to be insulting, it still wouldn't make it a bad word. Because there are no bad words. J…
-
comment
Comment #9969611
> I've known a lot of awesome people with intellectual disabilities who have had this label applied to them in the past. It's amazingly hurtful. Applying it to someone is hurtful. …
-
comment
Comment #9820148
I don't remember the exact quote, and might have used one out of place. I am thinking about it in binary terms, because it helps to prevent security through obscurity trap many see…
-
comment
Comment #9820036
If facebook allows you to put an arbitrarily large img tag onto any of the pages under its domain (so internal navigation could be hidden under it), then yes it is a valid attack v…
-
comment
Comment #9819622
It doesn't change anything. As some people used to say, "security is binary; you either are secure or you are not". While it's useful for phishing pages to be interactive, it's not…