Hacker Newsnew | past | comments | ask | show | jobs | submit | more zoidb's commentslogin

> There were a lot of excellent comments, but one thing kept coming up: what's the point in blogging if people are using ChatGPT, Claude and DeepSeek to spoon-feed them answers? Who, apart from the AIs, will read what you write?

It's undeniable that AI has changed the utility of blogging as a means to spread knowledge to others. I agree 100% with the author and most of the comments below that blogging for yourself is great, and that showcasing what you are passionate about is also great. I don't think the position people are taking is that blogging isn't worth it because that is no longer important.

The point I gather, is that it used to be you could find a small nugget of something technical (for example, on stack-overflow, in a manual, etc) and explain it in a way that is approachable to a select audience. Then, over time that audience comes to appreciate learning new and interesting things. Take for example https://kyrylo.org/html/2024/10/25/why-does-target-blank-hav... . ChatGPT can practically write this same post by asking the question, and tailor the explanation to any level of expertise, and can break individual concepts down that is 100% tailored to the person asking the question. That is where I think blogging has been turned on its head.


For the USA

> Level 0: Blood relatives only. “Uncle”/”Auntie” is strictly for real uncles/aunts (by blood or marriage). No fictive use.

This is definitely not true for children in the USA. I believe it is common (or for sure it was common) that children use Aunt/Uncle for close friends of the family.


Agree. I’m in my 40s and used these as a kid to refer to close friends of my parents age/generation. My kids do the same. As have many other we know.

It’s sort of an informal Mister/Misses. Kids may call some adult Mister Firstname. But that seems formal for frequent use if the person is around a lot or in a houseguest.

As an example, my best friend from my teens into adulthood is more like a brother to me. His kids are more like nieces and nephews than my own, and more like cousins to my child. They qualify for “sleepover status” well before any of his friends would have slept over, they goof around and have a more deeper relationship with the family, things like that. So it feels natural for my kid to call him Uncle Firstname.

I am in Texas and this does feel like it may be a regional thing fwiw.

EDIT: to add, while this does exist, it's also completely normal and probably more common to just simply call the person Firstname even as a kid. When I think back on when/why it occurs, some people being called Uncle/Aunt, it's seems like the age the kid was introduced to them is relevant. Too old, the kid will likely say Firstname. Young enough, the kid was likely being taught manners and familial titles, so the adult was given one. Some families are more strict regarding these things. Teaching kids, and enforcing compliance, with old school manners like Mr/Mrs seems less and less common.


It is common IMO, I know several families that practice this. I am in fact an 'uncle' to a child in more than one non-blood family.


Maybe it's generational? I never heard it used for close friends of the family in the 1960s and 1970s. I've heard it in the last 10 maybe 20 years. (I'm not around children all that much, so I don't know how "common" it is.)


The UK is also at least level 1 and gets near level 2 (which somewhat undercuts the articles points about culture, language, and colonisation).


See the BBC programme Children's Hour from 1920s-60s. The presenters were Uncle or Auntie X.

I remember the usage for friends of the parents in the 1960s


I hear "cuz", not "Uncle/Auntie".


Surely that is for people near your age not your parent's generation.


You're right — not something I have heard a boomer say.


I meant cuz is used for someone of the speaker's own age and not for a person of the speaker's parents age.

ie ants/Uncles are your parents siblings and cousins are ant/uncle's children so your own age.

But yes I agree boomers don't use it in any case.


I see what you're saying, ha ha. And you're right — it's people addressing those of the same age range. I didn't realize uncle and auntie were used for older strangers.


Not directly related to the software, but interestingly on the authors website there is a Schedule a free call with me (https://claudio.uk/templates/call.html). I wonder if randos on the internet ever do that, and how it works out.


I've been doing it for a few years (+200 calls) and have met a ton of wonderful people this way.

https://untested.sonnet.io/notes/say-hi/

https://sonnet.io/posts/hi


His LLM will answer the call.


neat, thanks I'll update that.


lol I guess so :) I'll take that as a compliment since I am way older than gen Z.


Thanks! I submitted it there as well.


My go-to self hosted GA alternative is goatcounter https://www.goatcounter.com. It would be interesting to know what advantages it has over it.


Does it allow filtering visited page list by a specific referrer and vice verse?


Yes, it does if I understand what you mean. You can see the traffic distribution (what paths were accessed) broken down by referrer.


Oh I like that main dashboard. Very simple.


If you like that there is https://www.piratepx.com/ which is even more minimal (though less data), I also built something even MORE minimal (only API calls) https://github.com/teamcoltra/ninjapx but I'm certainly not recommending it. It is super simplistic (also the readme is embarrassing)


FYI on Firefox mobike the page content is cut off on the left side.


Checking! TY


Ive been pretty happy with my recent lemur system76 purchase. See https://www.reddit.com/r/System76/comments/1ehi5k6/initial_i... for details


It doesn't help to share state between the front and the backend. What apline.js really excels at is managing state on the frontend itself, especially for UI. For example, if you need to click on one thing that shows another thing, or you need to swap out ui elements it helps to make that easier.

For communicating the backend through using an api, or issuing async get/post or form submissions that is done pretty much the same as you would do it using html or javascript.


Yes, and Alpine would often be paired with HTMX to handle client/server interactions.

And Rails has their own flavor of this with Hotwire/Turbo.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: