To the author: This website seems to use something called SmoothScroll (edit: a javascript library) which makes my scrolling really really jumpy/janky. I'm using chrome on a MacBook with the touchpad. Made it basically impossible to scroll around the page which in turn made it very difficult for me to read the article.
Man who thought opening a TXT file is fine thought wrong
51–60 of 316 posts
Re: Man who thought opening a TXT file is fine thought wrong
#52Re: Man who thought opening a TXT file is fine thought wrong
#53Re: Man who thought opening a TXT file is fine thought wrong
#54Earlier quoted context omitted.
Not really outside. The metadata was stored in a so-called "resource fork", with the file contents proper in a "data fork", both of which belonged to the file per se. Part of the resource fork was the "creator code", four bytes identifying the application which had created or could open the file, and the "type code", four more bytes defining which, among the potentially many kinds of files a given application could o…
Yes, and it sounded great on paper but was horrible for interoperability because a file was not self contained from the POV of filesystems that didn't support the resource fork. Every file you wanted to distribute cross platform needed 2 versions. One with all that metadata bundled up for Mac, one without it for everything else. It was a nightmare OS-X dropped it for good reason.
Re: Man who thought opening a TXT file is fine thought wrong
#55To this day osx still doesn't ship with a true plaintext gui editor.
Re: Man who thought opening a TXT file is fine thought wrong
#56It's always seemed strange that an application called TextEdit is actually more than a text editor. I strongly believe that content-type autodetection, much less HTML rendering(!), most certainly does not belong in a text editor.
Re: Man who thought opening a TXT file is fine thought wrong
#57File extensions are a kludge anyway. (And Windows 10 still hides them by default, because hey, backwards compatibility, and you wouldn't want to confuse Grandma who's seen the file be called "grandkids" since Windows 95..). Why should the filetype be dependent on the name? People even think renaming a .BMP to .JPG means now it's a compressed file! Old school Macs stored the filetype outside of a file, so you can rena…
Re: Man who thought opening a TXT file is fine thought wrong
#58To this day osx still doesn't ship with a true plaintext gui editor.
Not true, TextEdit is exactly this, it’s just not the default. One checkbox in preferences activates plaintext mode for all new files.
Re: Man who thought opening a TXT file is fine thought wrong
#59Earlier quoted context omitted.
Also to the author: This is most likely costing you readers. Just weighing the pros and cons here: Pro: People who don't have smooth scrolling mouses will suddenly enjoy smooth scrolling on this website. Even this is a questionable "pro". Most people have scrolling setup how they want it and don't need it fixed on a per-website basis. Con: Degradating a core function of the computer (scrolling) for people who already…
It says something when the top comment isn't about the content of the article but about how bad someone broke people's browsing experience.
Re: Man who thought opening a TXT file is fine thought wrong
#60To the author: This website seems to use something called SmoothScroll (edit: a javascript library) which makes my scrolling really really jumpy/janky. I'm using chrome on a MacBook with the touchpad. Made it basically impossible to scroll around the page which in turn made it very difficult for me to read the article.
I consider messing with scroll to be one of the cardinal sins of web development.
It is infuriating because this is solveable in many ways, the simplest being not to push during a mouseDown event.
But my new most hated thing is Google lazy showing details when I mouse over a result. Which means if I quickly go to click on the second link I mouse past the first link and it expands to the space where the second link was, so I either click the wrong link or have to reorient and then click the second link. I can't imagine how or why that feature exists.