HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bndr

no profile record

Submissions

China's Great Firewall suffers a leak – 500GB of source code is spilled online

tomshardware.com
6 points·by bndr·10 mesi fa·0 comments

comments

bndr
·26 giorni fa·discuss
I disagree with the article a lot. Solving problems because easier yes, the size of the problems became bigger. What I can do now with an LLM is magnitudes larger than I could've done alone.
bndr
·2 mesi fa·discuss
Some links lead to gambling landing pages e.g. backery
bndr
·5 mesi fa·discuss
Users sign up for my service.
bndr
·5 mesi fa·discuss
Please elaborate, why exactly is it antisocial? Because Cloudflare decides who can or cant access a users website? When they specifically signed up for my service.
bndr
·5 mesi fa·discuss
They're mostly non-technical/marketing people, but yes that would be a solution. I try to solve the issue "behind the scenes" so for them it "just works", but that means building all of these extra measures.
bndr
·5 mesi fa·discuss
I run a small startup called SEOJuice, where I need to crawl a lot of pages all the time, and I can say that the biggest issue with crawling is the blocking part and how much you need to invest to circumvent Cloudflare and similar, just to get access to any website. The bandwith and storage are the smallest cost factor.

Even though, in my case, users add their own domains, it's still took me quite a bit of time to reach 99% chance to crawl a website — with a mix of residential proxies, captcha solvers, rotating user-agents, stealth chrome binaries, otherwise I would get 403 immediately with no HTML being served.
bndr
·6 mesi fa·discuss
Adding a bit of context as well: This started out as a internal linking tool, but grew into something more based on the customer feedback — the database has now reached about 10TB of data about keywords, pages, AI responses etc, where I know who was ranking where and why.

And I'm trying to offer this "data advantage" to website owners, so they can grow, and also this is something that will be hard to replicate (at least quickly) with AI.
bndr
·6 mesi fa·discuss
I've been working on the same tool since 2024 where I thought it might be a good time to build a tool for all the people who will build their own tools, eventually they will need to market it.

So I built a SEO/GEO Automation Tool for Small to Mid-Size Businesses who don't have a full-time team for that. [0]

The goal is to provide teams visibility across all the channels — Search and AI and give them the tools needed to outrank their competition. So far so good, the fully bootstrapped venture has grown over the last year and I've built quite a few big features — sophisticated audit system, AI Responses Monitoring, Crawler Analytics, Competitors Monitoring etc.

[0] https://seojuice.io
bndr
·8 mesi fa·discuss
Oh wow, that was painful to read, I especially liked this analysis part:

> Different naming conventions (DW_OP_* vs DW_op_*)
bndr
·4 anni fa·discuss
There are three things in my opinion that speak against going with TDD:

1. Many companies are agile, and the requirements constantly change, which makes implementing TDD even harder.

2. TDD does not bring enough value to justify the investment of time (for writing & maintaining the test suites), the benefits are negligible, and the changes are often.

3. Everything is subjective [1], and there's no reason to have such strongly held opinions about the "only right way to write code" when people write software in a way that is efficient for their companies.

[1] https://vadimkravcenko.com/shorts/software-development-subje...