Earlier quoted context omitted.
Edit: I now believe the website was, in fact, changed. Original comment below, most individual bits still relevant aside from the overall conclusion that the pieces added up to accidental confusion. Apparently concluding HN folk were bad at understanding even poorly displayed tech was not wise. Who knew? I probably should have realized that was not a good bet. At this point I consider the apparent lack of understandi…
Which browser are you using? Firefox appears to be not getting the agressive prompt to install the Chrome extension, they were clever enough to check for that.
Show HN: You.com, private search engine that summarizes the web – built for devs
391–400 of 477 posts
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#392Earlier quoted context omitted.
> We also found that many people will just do a quick search for "asd" or "weather" and then leave How do you know this? Privacy and that
They told us when we interview them or wrote it publicly. You can see our privacy vs convenience thoughts here: https://youdotcom.notion.site/Privacy-and-Data-Protection-at...
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#393Earlier quoted context omitted.
It does now. Were they busting out the billboards when they first launched?
No, but when they first launched they needed 5,000 users to grow 10%, now they need 5M(?) to grow the same? So investing in other means is probably necessary.
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#394Earlier quoted context omitted.
Which search engine doesn't call any APIs and has great privacy? This question seems strange to me and makes me think you don't know the difference between API calls on the backend and sending http requests from the users browser? Go to https://duckduckgo.com/ and open your network tab. You will never see any requests to non-DDG owned websites. Your site sends requests to all kind of companies. Which exposes data abo…
Right. Have you tried the private mode (top right dropdown)? Like DDG we proxy everything in that mode. It's a bit slower so we haven't done it in default mode yet.
I would not have said anything if you did not post with "private" and "build for devs" in the title. I have no opinion on your project. I only know it is not private and not build for devs. This is just marketing speak and I don't like to see that on my favorite news aggregator.
By the way, have you tried the "private mode"? Even when I enable it, I still see requests to third parties.
If I should take a guess why, I would say because you use external javascript. And even when you proxy that, it can still access external hosts directly. Or your own javascript does not get sanitized correctly. Since JS is turing complete, there can never be a guarantee that your proxy mechanism sanitizes everything.
For example, every time I saw Etsy in the results, my browser made direct requests to Google.
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#395Sideways scrolling is always a horrible experience and the page is just a mess of information. I'm not sure I can see myself using this, extension or no. The results are too busy.
Also private mode should be default. Saying you don't set cookies and then I find 3 cookies - one of which seems to identify me with a uuid - is a bit daft. Why isn't this default?
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#396I have no issues with installing extension, I have 100's already and I only a dozen of them frequently
It'd be great if you could integrate some functionality similar to spotlight like, keyboard shortcut to invoke the search that also searches past sites and info on them
Also, it'd be great if it could suggest websites and news based on my search history
potential features could be like pinning and grouping sites like toby
Also, love the domain
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#397Earlier quoted context omitted.
> We also found that many people will just do a quick search for "asd" or "weather" and then leave How do you know this? Privacy and that
They told us when we interview them or wrote it publicly. You can see our privacy vs convenience thoughts here: https://youdotcom.notion.site/Privacy-and-Data-Protection-at...
"Private" mode enabled:
Cookie: uuid_guest=b570ee9c-5189-40f2-94a9-50cfffa0e2f8; safesearch_guest=Moderate; userTestGroup_guest=; incognito_guest=true; nonce=NoaNI8rVUBONrnOXUNEB-fizw-_0-iEbi2krm2eeocY.xxsxwZDAgkFegAN5zPWzG86dpEaF3B6CIpFlKwoYmog; state=eyJyZXR1cm5UbyI6Ii8ifQ.tV7VWNOnfMqRQXzutXfPGxwPZkBGXIv8WQniWL1j3-Q; code_verifier=m0HCh37r3VK0aalbTEYPNLarPwf7kbgzToo8syi4-c4.51EzKX2zs9S6OOuzpAeb74rcnCxMUXJs5KS0IPprtnA
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#398You.com seems to at least follow google's general rankings, which is an improvement on that at least. Good luck.
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#399Earlier quoted context omitted.
Which search engine doesn't call any APIs and has great privacy? This question seems strange to me and makes me think you don't know the difference between API calls on the backend and sending http requests from the users browser? Go to https://duckduckgo.com/ and open your network tab. You will never see any requests to non-DDG owned websites. Your site sends requests to all kind of companies. Which exposes data abo…
Right. Have you tried the private mode (top right dropdown)? Like DDG we proxy everything in that mode. It's a bit slower so we haven't done it in default mode yet.
There should be no reason why all required queries aren't going to first-party servers.
Re: Show HN: You.com, private search engine that summarizes the web – built for devs
#400DDG gives me an example from SO in the results which is one of the main reasons I continue to use it. No one else manages to do this and it seems that you.com can't either.
However, it does give me Code Complete which is interesting but doesn't cover Java and for some reason is below images.
I just tried with a python query - 'size of array python'. That worked much better. Got an example at the top. I might try this search out when I'm not working with Java.