Viewing profile — adrenalinup
adrenalinup
HN member- Joined
- Fri, Nov 18, 2011, 9:14 PM UTC
- HN karma
- 42
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About adrenalinup
No profile information was provided.
Recent public activity
-
comment
Comment #9542176
Overlays often have ask users to like some page on facebook, or to subscribe to some mailing list, it's not advertising. But you need to make a click to close it.
-
comment
Comment #9541010
By the way, there is an extension that removes overlays on any website and doesn't require any permissions, Behind The Overlay => https://chrome.google.com/webstore/detail/behindth…
-
comment
Comment #9409986
Why would somebody need a TCP load balancer in a web server ? Is there a use-case where the TCP load balancer being with the web-server made a lot of sense ? Integrating too many f…
-
comment
Comment #9400005
No need to be ashamed, French politicians are far better than US ones. It's not the US politicians who have built Google. As US have concentred all the money, Europe's companies ha…
-
comment
Comment #8583202
I saw this problem two weeks ago, tweeted about it but never heard from them https://twitter.com/NicolaeNMV/status/527086957059637248 With AdBlock it's working perfectly. I also sa…
-
comment
Comment #8374961
You should give prismic.io a spin. You basicaly define data format in as JSON, CRUD interface is generated just from data description. The data you you add is also JSON you can eas…
- story
-
comment
Comment #7857002
You're welcome !
-
comment
Comment #7845362
Author here, I got annoying of overlays I see more and more, with different way of closing them, so I made this extension that is universal, it can close any overlay on any website…
- story
-
comment
Comment #7838426
It's easy to depack even the packer's "Base 64 encode", just replace the eval function with a call to console.log for example, and you will have your original code. Jsnice doesn't …
-
comment
Comment #7760780
What country in western Europe ? Never heard about anyone talking about a dual-sim telephones in France. But there is not much point of having two subscription to two companies tha…
-
comment
Comment #7752382
>have no choice but to support the "people uprising" as these "green little men" is the only hope of Russian speaking population in eastern Ukraine against "trains of friendship" o…
-
comment
Comment #7455340
>There's always someone with a bigger pipe. I'm speaking here about a small size DDoS ( >What exactly does that entail, technically? Smells like snake oil to me. At least the simpl…
-
comment
Comment #7455249
Cloudflare is only for HTTP and internet is more than just HTTP. I had a irc server for my friends, one of not-so-friendly visitors told me that the server will get down, and it we…
-
comment
Comment #7455107
An Anti-DDoS protection ! That's a god-send ! I had a terrible experience recently with Digital-Ocean. A VPS of mine with a fresh launched project was knocked down with some basic …
-
comment
Comment #7271162
""Putin is evil" cliché" ? That's not a cliché at all. If you're saying that Ukraine == Middle East then you could say that USSR == Middle East. That's not true at all. Russia is c…
-
comment
Comment #7257992
You could cache the results of the examples that are on the right ;]
-
comment
Comment #7257129
When downloading requires you to login, you absolutely need all the cookies even if you download it to your server first. In this case, "Copy cURL" of a request from Chrome's Devel…
-
comment
Comment #7253590
There is dstat missing from the list. It's a tool that shows the information of vmstat, iostat, netstat and ifstat in a clearer and with colors ;) I use it primarly to see the used…
-
comment
Comment #7253560
A very useful curl switch that I discovered, resume of partially downloaded file ! -C or --continue-at . When offset is "-", curl will use the output file to figure out the offset.…
-
comment
Comment #7131517
We had a similar situation in Republic of Moldova in 2009, an ex-USSR country near Ukraine, a so called twitter-revolution, one of the first of them. [1] We are much smaller and le…
-
comment
Comment #7107831
I had the same question. After researching a bit, I found that you have multiple wrappers that you can use. One of them is file:// another is php://. I wonder if the php:// one is …
-
comment
Comment #6999690
I cannot reproduce this. However, if I press the power button for a very brief delay, it will not go to sleep. If I leave it pressed slightly longer, it goes to sleep.
-
comment
Comment #6807095
Wow, you can also specify the algorithm for choosing the piece to download when multi-segmented downloads is chosen. --stream-piece-selector=inorder Very useful to start watching a…