Nice, this is perfect timing for me to see this actually. I've been slowly building out a little cli tool that I use to track .env files (and other files that you don't want to check into source) in a git repository that is parallel to your project's git repository.
The way it works is you identify a file that you don't want to check into source. The cli moves it to a parallel repo, commits the file to the parallel repo, and symlinks the file back to the original location.
From then on, you get all of the normal source control features like local changes, revision history, etc... that you get with every other file in your project. I basically got fed up with "crap what was that value I was using before? Let me dig through my credentials store" or resorting to commenting out old lines just in case I needed to revert.
So far, I've just been keeping those parallel repositories local for lack of an encrypted remote to push to. Definitely checking this out.
> I can't explain exactly why I think those factors make it suspicious, however.
I think I have an idea of why, though I haven't been able to articulate it properly yet.
I've been thinking about it a lot recently because I co-work with a bunch of digital marketers, and some of them have affiliate marketing sites with domains that follow the pattern http://yourexactsearchterm.com.
The best I can come up with is the Uncanny Valley of SEO, where it feels like a website was made and over-optimized specifically for people making my exact search query. Maybe this is unfair or confirmation bias, but I feel like those websites are the most likely to be low quality content farms (e.g. paying content writers pennies to regurgitate content they have no experience with and/or don't understand). Either that, or they are outright scams.
Do any digital marketers here have opinions about this?
That's actually a really awesome idea. I wonder what the threshold of adoption would have to be before that signal is widely understood. Maybe that should become a necessary safety feature of driverless cars to replace the "feature" of being able to see what the driver is paying attention to through the window.
Yes, hurricanes are destructive, especially to human settlements, but I'd be surprised if there aren't massive ecological benefits to hurricanes in spite of (or possibly because of) the destruction. Forest fires, for example, have well-documented, long-term ecological benefits. Unfortunately it looks like hurricanes aren't studied as much as forest fires.
Just doing some cursory researching online [1] [2], it looks like they basically act as dramatic "flushing" mechanisms:
- end droughts
- distribute heat from the equator towards the poles
- seed dispersal
- redistribute soil/sediments along coastlines and inlane
Time logging. I use one piece of software to track my time, then fan those time logs out into the various pieces of software that need to know about them.
For anyone else who has never heard of greenwashing like me two minutes ago:
> Greenwashing is like whitewashing with a green (environmental) brush: companies and organizations making themselves and their products sound or look like they’re really helping the environment. And they lure you in — creating the perception that you can help, too. In some cases you are helping. In some cases, it’s greenwashing.
> i'm fine letting Chrome function simply as a dev tool and actually browse with Firefox, Opera, Servo, etc. w/uBlock Origin & uMatrix
I'm definitely in the same boat. That makes me wonder if it would be a bad long-term move for Chrome. Just guessing here based on personal anecdata, developers are more likely to use ad blockers, which could alienate the developer community. If that's true, I wonder if we would see a resurgence in Firefox and other browsers.
You must have a really good internet connection. I pay close to $200 USD/mo for a wireless, 10Mbps max connection, and that's literally the best I can get unless I were to personally invest in running a fiber-optic line to my house.
> You can set Chrome to show all settings and menus in the language you want. This option is only available on Windows and Chromebook computers.
> On Mac or Linux? Chrome will automatically display in the default system language for your computer.
Obviously it's different for different OS and browser combos, but the important thing I think is that it's a browser setting and not something that needs to be configured on every site.
> The main roadblock is the current lack of a way to ask the visitor for her language of choice in a way that does not involve words nor country flags
The whole point of the blog was that the browser already has asked the user that question in the sense that it defaults to the system language setting, i.e. the first things you do on a computer when you open it for the first time.
> but even a partial success is better than having an automated way force a broken choice upon the human visiting the website.
I don't understand. What you're proposing as a solution (asking visitors their language on first entry) is essentially the fallback scenario for guessing incorrectly.
I try to think of the number of different websites I visit and thinking of every single one asking me for a language preference makes me feel not good about using the web. Right now, the worst case scenario is when chrome automatically detects that the website doesn't match my language and gives me a popup asking me if I want to translate.