Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kitchenkarma
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kitchenkarma
7y ago
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.
▲
by
kitchenkarma
7y ago
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.
▲
by
kitchenkarma
7y ago
But but Microsoft is goood! Look GitHub! Linux! Open Souwce! I only use Windows because software I need doesn't work on Linux.
4.
▲
by
kitchenkarma
7y ago
Can someone explain to me what is so special in those photos? These look like snapped on the phone...
5.
▲
by
kitchenkarma
7y ago
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 employee just "forgetting" to store his or he
6.
▲
by
kitchenkarma
7y ago
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 3 - wear company uniform with attached camera and microphone
7.
▲
by
kitchenkarma
7y ago
This is the future of electronic money. Companies will decide for you what you can or cannot buy.
8.
▲
by
kitchenkarma
7y ago
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.
▲
by
kitchenkarma
7y ago
Move fast break things kind of doesn't work well with planes. Also too big to fail (fall) doesn't apply here.
10.
▲
by
kitchenkarma
7y ago
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 processes and complete tasks that don't reflect on what are
11.
▲
by
kitchenkarma
7y ago
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.
▲
by
kitchenkarma
7y ago
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 this project is not compliant.
13.
▲
by
kitchenkarma
7y ago
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 is without clear need for doing that. That i
14.
▲
by
kitchenkarma
7y ago
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 companies log only data they need. This project looks into loggin
15.
▲
by
kitchenkarma
7y ago
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 have stayed home and just keep calling all day instead of go
16.
▲
by
kitchenkarma
7y ago
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. Acquiring GitHub they got access to all private repositiories
17.
▲
by
kitchenkarma
7y ago
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 shiny things, but the underlining strategy to f*ck
18.
▲
by
kitchenkarma
7y ago
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 address my emails?
19.
▲
by
kitchenkarma
7y ago
I have all bug fixes turned off, so I don't suffer from that.
20.
▲
by
kitchenkarma
7y ago
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 get on par with Intel which isn't enough to convince prof
21.
▲
by
kitchenkarma
7y ago
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.
▲
by
kitchenkarma
7y ago
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 before commiting to some more work. I find this website extreme
23.
▲
by
kitchenkarma
7y ago
> 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 packet n-6. Now you have 7 independent threads proce
24.
▲
by
kitchenkarma
7y ago
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 have been solved years ago. There are really bright heads wor
25.
▲
by
kitchenkarma
7y ago
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 pipeline in parallel. You can run only so many of those until
26.
▲
by
kitchenkarma
7y ago
For example, recently released IK Multimedia T Racks Tape Machine collection. One instance of the plugin takes about 15% of one core. In a large project this is a lot and you need to think where to use it or use freezing. Then you have a su
27.
▲
by
kitchenkarma
7y ago
I think this is one of the most misunderstood problem these days. Your idea could work if the process wasn't real-time. In real-time audio production scenario you cannot predict what event is going to happen so you cannot simply just
28.
▲
by
kitchenkarma
7y ago
I am struggling with i9 9900k running @ 5.1GHz. Plugins that process signal with extreme accuracy require a lot of power. It's like with game - your PC probably wouldn't struggle with running many instances of Solitaire, but multi
29.
▲
by
kitchenkarma
7y ago
This is a simple fact of life and downvoting isn't going to change it. Plugin cannot start processing before it gets data from previous plugin (sure it can do some tricks like pre-computing coefficients for filters etc). How are you go
30.
▲
by
kitchenkarma
7y ago
These cannot run at the same time as the output of one feeds into another one. Data travelling from one core to another could mean additional performance loss. Some plugins use multiple cores if whatever they calculate can be parallelised,
More ›