The people in your real life don't give a shit about your blog. But random strangers do! At least, if you're contributing something to the world which is wonderful and useful. In my experience, the posts which get the most traffic are simply not going to be the ones you think they will be. I am thinking of both my public and internal blog posts at my company - the most read articles are dumb basic shit that nobody th…
TIL to languor https://en.wiktionary.org/wiki/languor#Verb
Re: Do people IRL know you have a blog?
121–130 of 131 posts
Re: Re: Do people IRL know you have a blog?
#122Even many personal blogs these days are suspect, they’re building a brand. I like this guy is doing his own thing.
Can you tell me the difference between building a brand and this guy ? I struggle to understand what this means, as I dont know what "building a brand" means when a person does it.
I think it's about intent. Everyone builds a brand to a degree just by being themselves online, but some people do it with an intent to capitalize on it and it often come through in their work in a way that can be distasteful.
Re: Re: Do people IRL know you have a blog?
#123Earlier quoted context omitted.
> I know it puts off some people who mistake that for anonymity and think this is ruining the web Its interesting that we got to a point where anyone would consider anonymity to be ruining the web. When I was growing up in the 90s and early 00s anonymity online was the whole point. Everything online was behind usernames, and usernames weren't expected to be connected to your real identity at all. Thank you Facebook,…
When I was growing up in the 90s and early 00s anonymity online was the whole point. Everything online was behind usernames, and usernames weren't expected to be connected to your real identity at all. You consider that the norm because that's what you grew up with. Before then, people would sign everything on the internet (and its predecessor networks) with their real names, work/home addresses, phone numbers, and m…
Or, consider Publius as the author of the Federalist papers, a pseudonym for Hamilton, Madison, and John Jay.
Re: Re: Do people IRL know you have a blog?
#124Earlier quoted context omitted.
It's what the internet grew up with, actually. > That's why when you create a new user on a *nix box, it asks for that information. That's your local account, not information that is visible to anyone outside of your network.
>That's your local account, not information that is visible to anyone outside of your network. There are a lot of unix tools to ask networks to query that information and they'll happily do it for other unix systems they connect to. When I was in college in the last 90s, I'd often lookup phone numbers and such of students at other universities using command line unix utilities.
Or do you mean shared mainframes with many users on the same system? That'd still be local to the system, you just happened to have access to that system.
Are you sure you're not just thinking of ldap/directory lookups?
Re: Re: Do people IRL know you have a blog?
#125Earlier quoted context omitted.
> You're writing it for yourself, 99% of the time. The other 1% is the future you. Or alternatively it could be a place for educational stuff like the more detailed answers on stackoverflow. Except the middleman gets removed
In the past I’ve used a blog literally to make small notes on very simple things that I always ended up having to look up, or for notes on the “right way” to do something. For example: for years I was using Pythons requests library incorrectly. The way I was doing it worked - but it wasn’t correct . Once I published a short blog on the correct way - the correct way seemed to stick better in my mind!
Usually I prefer a git repo for this kind of thing
Re: Re: Do people IRL know you have a blog?
#126Earlier quoted context omitted.
>That's your local account, not information that is visible to anyone outside of your network. There are a lot of unix tools to ask networks to query that information and they'll happily do it for other unix systems they connect to. When I was in college in the last 90s, I'd often lookup phone numbers and such of students at other universities using command line unix utilities.
Like what? I'm not familiar with any daemons that expose this info on a network interface. Maybe identd? AFAIK that can expose the username, none of the other fields, but is typically set to an alternate identifier. Or do you mean shared mainframes with many users on the same system? That'd still be local to the system, you just happened to have access to that system. Are you sure you're not just thinking of ldap/dir…
Re: Re: Do people IRL know you have a blog?
#127Earlier quoted context omitted.
In the past I’ve used a blog literally to make small notes on very simple things that I always ended up having to look up, or for notes on the “right way” to do something. For example: for years I was using Pythons requests library incorrectly. The way I was doing it worked - but it wasn’t correct . Once I published a short blog on the correct way - the correct way seemed to stick better in my mind!
> For example: for years I was using Pythons requests library incorrectly. The way I was doing it worked - but it wasn’t correct. Usually I prefer a git repo for this kind of thing
Re: Re: Do people IRL know you have a blog?
#128Earlier quoted context omitted.
> For example: for years I was using Pythons requests library incorrectly. The way I was doing it worked - but it wasn’t correct. Usually I prefer a git repo for this kind of thing
You mean.. you're blogging in git, right?
Re: Re: Do people IRL know you have a blog?
#129My blog is mostly just me sharing things to my friends; some of them IRL. Short tutorials, highlights from books, etc. https://kenhv.com/blog
Re: Re: Do people IRL know you have a blog?
#130I love when friends do this. It's hard to keep up with people and what they're up to. Publishing and letting people subscribe to me is a great way to share things. A few examples of some friends who are doing this: Justin Searls (fairly known in Ruby and Rails community) mostly quit a lot of various social channels though publishes on some of them one direction. He started a podcast that wasn't meant to be guests of…