Earlier quoted context omitted.
> even by a granny Please don't use this as a substitute for "novice computer user" and similar. I've encountered people twice my age with grandchildren who are experts, and people younger than me who are novices.
Right, they’re notable exceptions to a trend, aka outliers.
Against an Increasingly User-Hostile Web
391–400 of 531 posts
Re: Against an Increasingly User-Hostile Web
#392Earlier quoted context omitted.
> We are talking about things that people don’t like but are forced to get anyway. - Driving: a lot of people drive, very few of them like it or they would learn how to do it properly - Public transport: 99,99% of people using public transport hate it - Going to the dentist - eating vegetables - taking kids to the pool and so on… all of this things are incredibly annoying to many, yet they have not failed
so watching ads is a job?
Re: Against an Increasingly User-Hostile Web
#393Re: Against an Increasingly User-Hostile Web
#394Earlier quoted context omitted.
What would be a better solution for ensuring the video's producers continue to receive funding to make more videos?
I don't want people who produce videos like that to continue to make videos. I want them to go out of business.
Re: Against an Increasingly User-Hostile Web
#395Earlier quoted context omitted.
Many applications I've used that come as an exe are hardly that easy to install and configure. Inevitably, something breaks because of my machine's particular configuration. On the development side, building to that magical executable is an even bigger nightmare. Most packages in python or nodejs? Install and run through package managers just fine.
The more you depend on things to be right in the target environment, the more chances you have of breaking things. Having a statically linked binary will not always magically solve this, but it's a great step in that direction. The other step is not relying on any external servers or services, e.g. postgresql, redis, etc. The rest just boils down to programmer discipline. Never introduce something that can potentiall…
Re: Against an Increasingly User-Hostile Web
#396Re: Against an Increasingly User-Hostile Web
#397Earlier quoted context omitted.
I'm with you on this. Honestly at this point, if the information is only contained within a video, I skip it and move on[1]. (I usually leave video in the browser crippled, only turning it on when I actually want to watch something.) [1] The trend of support docs for enterprise software going video is horrible, stupid, and a negative mark when I'm evaluating products. If someone has to spend hours of eyebleed rewindi…
Same here. I simply hate sites with videos and no related text content/summary. I’ve noticed that especially news sites are increasingly employing this “feature”. I assume the main reason for this is that can force you to watch the 20-30s video ad. There is no way of avoiding it other than opening a new tab and doing something else for 30s... what a waste of life time
Re: Against an Increasingly User-Hostile Web
#398Earlier quoted context omitted.
> But many of the providers of "content" know they have little to provide, so they drag it out in video form, saving the actual information for the last 10% of the video (if ever!) 0:00 - 00:10 Useless video animation 00:10-2:00 "Hey guys welcome to my channel. Make sure to like and subscribe and let me know how I'm doing in the comments. Also make sure to check out [sponsor] and use coupon code [code] for 10% off" 2…
I often feel this way about podcasts. Many great podcasts have a 0:30 intro, 1:30 of ads then 08:00 of random babble before getting into 5:00 of the meat of the podcast. The most recent one I can think of is 99% Invisible, though they're not even close to the only ones that do it.
I've been listening to podcasts since about 2010, and in that time I've witnessed podcasts that used to be ad-free jump on the Blue Apron / Stamps.com / Dollar Shave Club bandwagon. First they started with a little sponsored ad at the end of the show. Then one at the beginning. Then one commercial break. Then multiple commercial breaks. It's the same downward spiral that television went through and it's absolutely painful to watch it happen and be powerless to do anything. Maybe I should have done a better job of supporting those podcasts; I did donate to many of them. But I envision a time in the future where I'll no longer be able to feel good about listening.
Re: Against an Increasingly User-Hostile Web
#399Earlier quoted context omitted.
I generally agree, but while there's still a strong DIY spirit in the ham radio world, especially in the hardware field, I often find myself disappointed by many hams' willingness to surrender control and freedom to proprietary protocols and software (PACTOR, D-STAR, Winlink, Ham Radio Delux, to name a few) in exchange for convenience.
Oh yes, I hate the implementation(love the tech) behind PACTOR. Of course there's also the really annoying symbol rate limit regulations as well. Thankfully K1JT via WSJT has been doing some awesome open source weak signal work. FT8 is pretty sweet and really exploded recently.
Re: Against an Increasingly User-Hostile Web
#400Earlier quoted context omitted.
Could you expand on that second line a bit? I'm curious what features we're currently missing out on compared to decades past.
From a recent thread on "Why kernel development still uses email" : [1] "This is one of the things that web-based forums have yet to get right. Email (and NNTP news) clients from 20 or 30 years ago are far superior in this respect, because they can intelligently deal with threading and folding. These features alone makes large conversations much easier to deal with than on web-forums. To add to that, email (and NNTP…