
Uruky
DuckDuckGo
TypeQuicker
Kagi
Medium
Ecosia
Docking
Whistle Enterprise
DEV.to
WordPress
Medium
Hashnode
Ghost
Drupal
GitHub
Stack Overflow
DEV.toUruky's answer
Uruky's answer
Uruky's answer
Source code sharing, EU-based, and focus on private and personalized search.
As a mini-blog, it is a nice alternative for Medium to publish and share information about programming.
However, the community and the organization are biased toward social justice (and they are open to it). You can read its Code of Conduct, it is so vague and politically leads (I prefer a term of service because it defines fair rules for everybody). So it alienates developers that we don't care about politics in pro of people that want to talk about any other topic such as sexuality, how women are unprivileged, and such. It even mandates to use inclusive language. Good grief.
My main complaint is the quality of the community. It is not StackOverflow (so we don't want to ask for an answer here), and most of the top topics are clickbait, such as "how to become a rockstar developer in ... days", "100 tips to become a better programmer" (and it doesn't even talk about programming).
Technically this "mini blog" site allows us to use markdown, and it is okay. However, the whole experience is really basic. Even the template is ugly.
Based on our record, DEV.to seems to be a lot more popular than Uruky. While we know about 664 links to DEV.to, we've tracked only 14 mentions of Uruky. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've been working on a private, paid, ad-free and personally customizable search engine: Uruky [1]. To signup you don't provide any information (a randomly-generated account number is assigned to you), and you can run a proof-of-work captcha to get 2h for free. You can choose among many different search providers (for defaults and per query), including Uruky Site Search, powering our own index. Last month we... - Source: Hacker News / 4 days ago
Finally found it! It's called Uruky: https://uruky.com/ It's a small European Kagi competitor trying to get started, the creator sometimes posts here on HN. The name is really not memorable - I think it's meant to be pronounced like "Euro-key". - Source: Hacker News / 10 days ago
Building Uruky with my wife - https://uruky.com It's private and paid, ad-free and personally customizable search. To signup you don't provide any information (a randomly-generated account number is assigned to you), and you can run a proof-of-work captcha to get 2h for free. You can choose among many different search providers, including Uruky Site Search, powering our own index. We've done a lot over the last... - Source: Hacker News / 11 days ago
More of a service than an app, my wife and I have been building a paid and private search engine, ad-free, focused on personal search customization. It's called Uruky and it's at https://uruky.com There's no personal information whatsoever (when you signup, you're assigned a randomly-generated account number, which is what's used to login). You can get 2h of a free trial _if_ you pass a local and private... - Source: Hacker News / 17 days ago
Is the "no surveillance capitalism" still true? https://uruky.com/. - Source: Hacker News / about 1 month ago
Verifiable only with effort. Anything touching the filesystem, package installs, CI config, database changes. Wrongness here is quiet and expensive. These get the strongest model I have and a sandboxed dry run before anything executes. I wrote a separate piece on dry-running assistant-written shell commands because this category keeps hurting people. - Source: dev.to / about 21 hours ago
Def _pending_leaves(comment): if not comment["children"]: if comment["user"]["username"] != ME: yield comment return for child in comment["children"]: yield from _pending_leaves(child) Def _pending_entries(comment, drafted_codes): for leaf in _pending_leaves(comment): if leaf["id_code"] in drafted_codes: continue yield { ... - Source: dev.to / 1 day ago
In part 1 I made the pitch: real-time UI in one language, no JavaScript build. Now let's build something and ship it two ways from the same source. - Source: dev.to / 8 days ago
Def pending(): try: drafted_text = open(DRAFTS, encoding="utf-8").read() except FileNotFoundError: drafted_text = "" drafted_codes = set(re.findall(r"^## (\S+)", drafted_text, re.M)) out = [] for a in api(f"/articles?username={ME}&per_page=100"): if not a["comments_count"]: continue for c in api(f"/comments?a_id={a['id']}"): if not... - Source: dev.to / 12 days ago
To think that all of this happens under the hood when Iโm just trying to access YouTube to listen to my favorite music playlists to go through the day is insane! It all happens so quicklyโฆ to think that all eleven of these steps occur instantly when I was first entering a website like https://dev.to, for instance, is mind-blowing. - Source: dev.to / 12 days ago
DuckDuckGo - The Internet privacy company that empowers you to seamlessly take control of your personal information online, without any tradeoffs.
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
TypeQuicker - The AI Typing Application
Medium - Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
Kagi - Kagi is a privacy-focused, user-centric search engine. Great search experience starts with Kagi!
Hashnode - A friendly and inclusive Q&A network for coders