HN user

Dorian-Marie

498 karma

Could you please delete this account? abb6d127722f71d771d4e11f7 is the proof

Posts14
Comments109
View on HN
    So, in general, swiffy appears to be a relatively heavyweight solution that
    is not (yet?) optimized for mobile devices. Morever, there are 4 (yes 4!)
    giant swiffy ads on the landing page of androidpolice.com, each of which
    consumes more than half the viewport, all of which are dynamic.

Soon, retention hackers:

    - Prevent people from unsubscribing
    - Prevent people from canceling their orders
    - Discounts if buy every day/week/month
    - Sending tons of emails with fake site activity ("somebody sent you a message"-style)

I can't find the correct control keys, any help?

edit:

    left arrow
    right arrow
    w = start
    x = action (jump for instance)
This is fucking amazing!
Pencil code 11 years ago

Pretty awesome, you can write functions, use variables, etc... This is how I always wanted Scratch to be, thanks.

Thanks for the link, very interesting that it's a technical limitation for them to not enable HTTPS.

About china, maybe only the IPs from china can use HTTP, maybe only zh.wikipedia.org can use HTTP, ...

I think legal solutions are just temporary fixes, technical ones fix the root of the problem in a more generic way.

The solution should be technical: You don't want to NSA to read your communications: encrypt them (eg: HTTPS everywhere, encryption built-in everywhere). And that's us, builders of technologies, that need to make that happen.

Basically securing against the NSA is the same as securing against hackers, it should be treated as a security threat like any other.

Strangely reminds me of machine learning:

   1. We have some initial beliefs
   2. We use it to make decisions
   3. We receive some new data
   4. Given the new data, we confirm/change the beliefs
   5. We can make different decisions
   6. Go to 3.
The initial beliefs may or not be true, the key to get as much accurate data as fast as possible.

A better algorithm would be to ask other systems beliefs and compare it to ours too (eg: neuronal network).