Live data from Hacker News

Viewing profile — kitchenkarma

kitchenkarma

HN member
Joined
Sat, May 04, 2019, 7:42 PM UTC
HN karma
60
Public activity
52 items

About kitchenkarma

No profile information was provided.

Recent public activity

  1. comment
    Comment #21151048

    You are unable to tell whether any service uses E2E. It is best to assume we don't have E2E services and adjust own opsec accordingly.

  2. comment
    Comment #21150982

    Assume these services are being tapped. If you want ultimate privacy exchange keys with your contacts offline and you PGP over any messaging service.

  3. comment
    Comment #21106615

    But but Microsoft is goood! Look GitHub! Linux! Open Souwce! I only use Windows because software I need doesn't work on Linux.

  4. comment
    Comment #21020713

    Can someone explain to me what is so special in those photos? These look like snapped on the phone...

  5. comment
    Comment #20795592

    It's a bit naive thinking that employees would store their electronics in the lockers. Even if you have spot searches (including cavity search) it still doesn't exclude rogue emplo…

  6. comment
    Comment #20795582

    Do they go through phased entry system. For example phase 1 metal detector arch and a 3d scanner like in the airport. Phase 2 strip naked for body and cavity search and then phase …

  7. comment
    Comment #20613344

    This is the future of electronic money. Companies will decide for you what you can or cannot buy.

  8. comment
    Comment #20612651

    Shouldn't you also show intermediate page with a privacy warning and a cancel / continue buttons? Otherwise user can click it by mistake and compromise his data.

  9. comment
    Comment #20542174

    Move fast break things kind of doesn't work well with planes. Also too big to fail (fall) doesn't apply here.

  10. comment
    Comment #20508043

    Typically CS degree means that you can finish something regardless if it makes sense or not. That skill is in demand in large corporations that require people to follow stupid proc…

  11. comment
    Comment #20502104

    It doesn't matter if it is an IP or another identifier e.g. a hash. Person can be identified by behaviour and this is not anonymised.

  12. comment
    Comment #20502085

    You are conflating identification of a person by behaviour analysis with matching an ID. What is the ID is irrelevant here - may as well be a hash. That just proves my point that t…

  13. comment
    Comment #20500689

    I don't believe you have understanding what personal data and GDPR is. You are capturing user behaviour and that is very personal regardless if it is "anonymised" or not - and that…

  14. comment
    Comment #20500481

    This is very weak reasoning, because you cannot identify an individual by IP either. This project looks like trying to exploit loopholes. The idea behind GDPR is to make sure compa…

  15. comment
    Comment #20448456

    Every generation has problems like this. I remember my friend become addicted to calling premium phone numbers when when he was a teenager. When his parents went to work, he would …

  16. comment
    Comment #20422835

    I don't think Microsoft is doing incredible things. They are baiting the developers and just use the strategy of locking people into their constellation of spying services. Acquiri…

  17. comment
    Comment #20422795

    Windows is just a spyware at this point. Never use it for anything serious. Microsoft having more money that they can ever spend, play the "good person" and seduce developers with …

  18. comment
    Comment #20283897

    What do you do if e.g. Instagram ignores your GDPR requests? I have sent them multiple emails about misuse of my personal data and they only replied with a template that didn't add…

  19. comment
    Comment #20248694

    I have all bug fixes turned off, so I don't suffer from that.

  20. comment
    Comment #20237667

    People use Macs also to produce music and for this task the most important is single core performance. AMD is not great at this and it seems like the new line of CPUs could only ge…

  21. comment
    Comment #20232185

    I need single core performance and I am maxing out 9900K @ 5.1. If AMD proves to be faster than that, show me where to pay.

  22. comment
    Comment #20178958

    I review their portfolio and create a sample task to see how communication goes along and then if I am satisfied I place real order. It is not expensive so I can try few people bef…

  23. comment
    Comment #20174249

    > Everything is serial so far. Got it. Here's the thing though: Plugin A processes packet n, Plugin B processes packet n-1, Plugin C processes packet n-2, [...] Plugin G processes …

  24. comment
    Comment #20174164

    You cannot run the pipeline in parallel. Sure you can have a pipeline and work the buffers on separate cores, but the process is serial. If it was as simple as you think it would h…

  25. comment
    Comment #20174137

    This is how it is typically being done. This is not a problem. Problem is that being concurrent, end to end this process is serial, so you can't process any element of this pipelin…