TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How PayPal Shares Your Data

158 点作者 cstanley超过 7 年前

12 条评论

Fnoord超过 7 年前
Just skip this terrible usability nightmare and read the original list instead at [1]. FWIW, I used Ctrl+F to search around (for, in my case, my country name).<p>And the 100 dollar question: is this better or worse than an average bank from your_country? I have <i>no clue</i> about my own bank. Reading through this list, it seems I should <i>get a clue</i> about my own bank.<p>[1] <a href="https:&#x2F;&#x2F;www.paypal.com&#x2F;ie&#x2F;webapps&#x2F;mpp&#x2F;ua&#x2F;third-parties-list" rel="nofollow">https:&#x2F;&#x2F;www.paypal.com&#x2F;ie&#x2F;webapps&#x2F;mpp&#x2F;ua&#x2F;third-parties-list</a>
评论 #16197423 未加载
评论 #16198958 未加载
评论 #16198605 未加载
shawn超过 7 年前
The tree visualization was kind of cool, so I turned it into a library called d4tree.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shawwn&#x2F;d4tree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shawwn&#x2F;d4tree</a><p>Throw it any JSON data whose structure is isomorphic to <a href="http:&#x2F;&#x2F;rebecca-ricks.com&#x2F;paypal-data&#x2F;data&#x2F;paypal.json" rel="nofollow">http:&#x2F;&#x2F;rebecca-ricks.com&#x2F;paypal-data&#x2F;data&#x2F;paypal.json</a><p>Here&#x27;s an example of how to use d4tree on your site:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;shawwn&#x2F;d4tree-paypal" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;shawwn&#x2F;d4tree-paypal</a><p><pre><code> git clone https:&#x2F;&#x2F;github.com&#x2F;shawwn&#x2F;d4tree-paypal cd d4tree-paypal yarn &amp;&amp; yarn dev </code></pre> Make any changes you want to paypal.json, then refresh <a href="http:&#x2F;&#x2F;localhost:1234" rel="nofollow">http:&#x2F;&#x2F;localhost:1234</a> to see them. Whenever you&#x27;re happy, run `yarn deploy` to push it live.<p>Standard paypal visualization:<p><a href="https:&#x2F;&#x2F;dist-zlomdidehn.now.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dist-zlomdidehn.now.sh&#x2F;</a><p>After truncating paypal.json to three nodes, we get a skinny tree:<p><a href="https:&#x2F;&#x2F;dist-kzpulmmevd.now.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dist-kzpulmmevd.now.sh&#x2F;</a><p>Let&#x27;s attach package.json to the top of paypal.json:<p><pre><code> import d4tree from &#x27;d4tree&#x27;; d4tree([{ name: &quot;package.json&quot;, parent: &quot;null&quot;, children: require(&#x27;.&#x2F;paypal.json&#x27;), Data: JSON.stringify(require(&#x27;.&#x2F;package.json&#x27;), true, 2), }]); </code></pre> <a href="https:&#x2F;&#x2F;dist-vcqquyfbwl.now.sh" rel="nofollow">https:&#x2F;&#x2F;dist-vcqquyfbwl.now.sh</a><p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;arwF5" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;arwF5</a>
评论 #16197753 未加载
gruez超过 7 年前
this is actually worse than the source. for whatever reason, the chart appears super zoomed out for me, so the text is tiny. but even if there wasn&#x27;t a font issue, the source is already clear as it is that a flowchart style diagram isn&#x27;t going to help.
评论 #16197231 未加载
ram_rar超过 7 年前
Understanding privacy policies and terms of service has become a nightmare. I wish there was a standard privacy format, which companies could use to define and update their privacy policies. That way, it ll be easier for people to understand<p>1. What personal data is being used ?<p>2. What kind of data do websites store in your browser cookie ?<p>3. Which are the 3rd party tools &#x2F; services used to share data ?<p>4. Who are the 3rd parties, the data is being shared with.
RobLach超过 7 年前
This interface is incredibly hard for me to use. I&#x27;m having to do a lot of scrollbar fighting and I can&#x27;t figure out how to see the nodes beyond the edge of the frame.
alain_gilbert超过 7 年前
With a json viewer chrome extension<p>(<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;json-viewer&#x2F;gbmdgpbipfallnflgajpaliibnhdgobh?hl=en-US" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;json-viewer&#x2F;gbmdgp...</a>)<p>this is much easier to read:<p><a href="http:&#x2F;&#x2F;rebecca-ricks.com&#x2F;paypal-data&#x2F;data&#x2F;paypal.json" rel="nofollow">http:&#x2F;&#x2F;rebecca-ricks.com&#x2F;paypal-data&#x2F;data&#x2F;paypal.json</a>
评论 #16197334 未加载
__ka超过 7 年前
Maybe of interest: <a href="https:&#x2F;&#x2F;www.whotracks.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.whotracks.me&#x2F;</a> - A growing list of profiles on trackers and tracking landscape on popular domains.
评论 #16198223 未加载
lucb1e超过 7 年前
Huh, what is the CCC doing in there? The Chaos Computer Club, largest hacker club of Europe, organizer of the Chaos Community Congress that attracts some 15 000 hackers every year?<p>They&#x27;re filed under customer support outsourcing with the &quot;explanation&quot;:<p>&gt; Global Ops Customer service outsourcing for the German market.<p>&gt; Full Name, Date of Birth, Email address, Physical address, Telephone number, Financials-bank, debit, and credit, Transaction history, Business details including URLs, SSN&#x2F;TIN&#x2F;EIN, IP Address. Counterparty details.
评论 #16199244 未加载
评论 #16199224 未加载
yeukhon超过 7 年前
A list-based would probably just fine... as the user interface...
Hnrobert42超过 7 年前
Cool idea but on Firefox Focus on Android, it is almost unusable.
评论 #16197308 未加载
tempodox超过 7 年前
If I zoom in enough to have readable text, the branches below the middle are unreachable via scrolling (Safari). Something is very broken with this presentation.
pymai超过 7 年前
something like workflowy or coggle would work much better for this type of thing