HN 用户提问:你如何管控孩子的上网行为?
3 分•作者: frereubu•8 个月前
我发现现在有太多不同的方法,让我很难安心让她使用互联网,而又不会让我的 10 岁的女儿觉得我总是在监视她。她通常很懂事,不会去搜索不适合她年龄的内容,对此我很感激。但最近她说她在搜索蝴蝶图片时,偶然看到了一些让她有点害怕的东西。(她不想告诉我那是什么,因为她很尴尬——我没有强迫她告诉我,因为我想给她时间,让她自己选择什么时候告诉我,但我知道她最终会告诉我的,然后我们就可以好好聊聊了。一般来说,如果她对某件事不确定,她会问我,这也很让人放心。)
目前,在她的笔记本电脑上,我安装了 Kagi 的儿童版和 Firefox 上的 uBlock Origin,还有一个浏览器扩展程序,需要明确地将域名加入白名单才能访问。我最想去掉的就是最后一个——每次她访问一个新域名时,我都要把它加入白名单,这感觉太受限制了。我想把这件事交给一个服务来处理,这个服务可以根据我对什么内容是合适的判断,或者通过一些设置来判断,这样她就可以更自由地探索网络了。
前段时间,我尝试为她设置一个 Google 帐户,以过滤她在 YouTube 上可以观看的内容,但 (a) 我的个人 Workspace 帐户无法用作家长帐户,而且 (b) 当时的过滤太严格了,因为它就像一个 Google 批准的白名单方法,排除了很多并非专门针对儿童的频道,但她仍然感兴趣。(这里有一个关于 YouTube 和白名单的有趣讨论 - https://news.ycombinator.com/item?id=44740380 - 但似乎没有完全解决问题。)
我用 Claude 写了一个浏览器扩展程序,允许我做我上面提到的事情——将 YouTube 频道加入白名单——以及默认隐藏短视频,但我不确定它是否能持续稳定地运行,因为它只是 YouTube UI 上的一个 CSS / JS 层。如果它开始失效,我可以把它反馈给 Claude,但我不会知道什么时候会发生这种情况,因为我不会是使用它的人。
我很想听听大家关于如何做到这一点的想法和方法,因为我相信有一些我没有想到的好主意。
查看原文
There are so many different approaches that I find it difficult to feel comfortable about her using the internet without my 10-year-old daughter feeling like I'm constantly looking over her shoulder. She's generally sensible and doesn't go searching for age-inappropriate stuff, for which I'm grateful, but recently she said she was searching for butterfly pictures and came across something that freaked her out a bit. (She doesn't want to tell me what it was because she's embarrassed - I've not forced her to tell me because I want to give her time to tell me in her own time, but I know she'll tell me eventually and we'll be able to have a conversation about it. In general she'll ask if she's not sure about something, which is also reassuring.)<p>Currently on her laptop I have the kids version of Kagi and uBlock Origin on Firefox, as well as a browser extension that you have to explicitly whitelist domains before they're available. It's the last of these that I'd like to drop somehow - it feels too limiting that every time she goes to a new domain I have to whitelist it, and I'd like to delegate that to a service that approximates my feeling about what's appropriate, or works that out from a few settings, so she's freer to explore the web.<p>A while ago I tried setting up a Google account for her to filter what she could watch on YouTube, but (a) had issues with my personal Workspace account not being able to be used as a parent account and (b) at the time the filtering was too restrictive because it was like a Google-approved whitelisting approach that excluded lots of channels that weren't specifically targeted at kids, but she was still interested in. (There was an interesting discussion of what you can do with YouTube and whitelisting here - https://news.ycombinator.com/item?id=44740380 - that didn't quite seem to resolve itself.)<p>I used Claude to write a browser extension that allowed me to do what I mention above - whitelisting YouTube channels - as well as hiding shorts by default, but I'm not convinced it'll function consistently given that it's just a CSS / JS layer over the YouTube UI. I could just feed it back into Claude if it starts failing, but I won't know when that's happens because I won't be the one using it.<p>I'd be interested to hear everyone's approaches and ideas about how to do this because I'm sure there are some good ideas I haven't thought of.