The iota enumerator in Golang is elegant and unique. Writing idiomatic Golang code is so implicit in the language itself that I've been able to easily read almost any Go code I find.
If you're building services that still require "regular maintenance windows" in 2014, you're doing it wrong.
This is a really nice sentiment but is in fact somewhat disconnected from reality.
In the web world, building zero downtime services that don't require maintenance is doable. In many enterprise IT environments with legacy or bloated software (hospitals, education, government) it's a non-starter. The staff do not have the skill, the applications don't have the support, and the political will within the organization is not there. Database migrations alone can be a major source of downtime, and that's largely true even for web services.
Yep, pretty much this. For me it was a bit later - 1980 - but we had a C64 in the house and my Dad was in a club that talked about them. He showed me some simple BASIC and set me on the track at an early age.
Come up with a few simple programming projects that students can run through. There's something magical about writing code and seeing the computer execute exactly what you told it to do. Write a Ruby Sinatra or Python Flask app and show how to access it from the command line. This will teach them what a web server is and how to write simple code at the same time.
This android app (currently under development for iOS) is open source (github.com/surespot) and gaining momentum. "Exceptional encryption for everyone."
Q: If all this stuff has worked well for us, why doesn’t every company work this way?
A: Well, it’s really hard. Mainly because, from day one, it requires a commitment to hiring in a way that’s very different from the way most companies hire. It also requires the discipline to make the design of the company more important than any one short-term business goal. And it requires a great deal of freedom from outside pressure—being self-funded was key. And having a founder who was confident enough to build this kind of place is rare, indeed.
Another reason that it’s hard to run a company this way is that it requires vigilance. It’s a one-way trip if the core values change, and maintaining them requires the full commitment of everyone— especially those who’ve been here the longest. For “senior” people at most companies, accumulating more power and/or money over time happens by adopting a more hierarchical culture.
Completely agreed. How did samzenpus decide this of all submissions should make the cut? The submitter is clearly quite uninformed and the question is far out of line with the thinking of the Slashdot community, even if it were reasonably formulated.
I used it exclusively. For me it was the best place to find torrents that where properly categorized with many seeders and, most importantly, ratings and comments so that you could be confident in the files you were downloading. It was an aggregator of other sites so it had an extensive database. I had been using it since it's inception in 2005. I'll miss it dearly.
Amazon is NOT pushing for a national sales tax! This article is about Governor Haslam's agenda, not Amazon's. The headline is inaccurate and misleading.
Is that really what you think IT guys do? The equivalent of fixing your car? What an arrogant statement. Like anything else, there is a spectrum of skills and job types within what you refer to as "IT," just as in any other discipline. Is the new help desk employee that resets user passwords the same role as the architect who designs redundant data centers for high availability or disaster recovery? Similarly, is the web developer who edits Wordpress themes the same as the C programmer writing drivers?
Not all programmers are high and mighty, genius computer scientists. Not all IT workers are Windows monkeys.
I learned about the txteagle service this weekend at a TEDx event. txteagle crowdsources services to mobile phone users in developing nations. While these small amounts not mean much to those of us in the US, for people in developing nations earning less than $5/day it can have a huge lifestyle impact.
One could argue that this is abusing the domain name system's original intent. To continue your example, why does Ford need taurus.com, fusion.com, mustang.com, etc? They should be using subdomains: taurus.ford.com. mustang.ford.com. The make and model are both instantly more recognizable, as is the Ford brand in general.
The Internet would be a better place if the marketing people would focus on marketing problems and let the technology people implement solutions.
Yes! This is a hilarious idea. How can we convince the Taco? We need to all band together. Perhaps we can submit an article to Digg about the idea and we can all Digg it:).
I primarily use Thunderbird for work email. There is an option to confirm before sending (much in the manner of Vista's UAC "Are you sure?" windows) that most people disable. I leave it enabled and find myself saying "no, I'm not sure" at least once per week.
Ok, this drives me nuts. It's a little off topic, since it's names of conference rooms instead of server names, but the concept is the same.
Here in Colorado, we have 54 mountain peaks that are > 14,000 feet. They're referred to as "fourteeners," and they all (of course) have names.
Every company in Denver thinks they're damn clever by naming their conference rooms after the fourteeners. I don't know how many Long's Peak and Mount Evans conference rooms I've sat in, but it makes me want to hurl my chair at the window.
Yes, perhaps a bit similar to how a certain vice president "tolerates" those with alternative lifestyles? The same way we might "tolerate" a heckler in an audience, or an annoying laugh?
Hmm, I beg to differ. While certainly the initial population of the American colonies was voluntary, convicts were indeed sent in later years. From NPR:
"In 1718, the British Parliament passed the Transportation Act, under which England began sending its imprisoned convicts to be sold as indentured servants in the American colonies. While the law provoked outrage among many colonists -- Benjamin Franklin equated it to packing up North American rattlesnakes and sending them all to England -- the influx of ex-convicts provided cheap and immediate labor for many planters and merchants. After 1718, approximately 60,000 convicts, dubbed "the King's passengers," were sent from England to America. Ninety percent of them stayed in Maryland and Virginia. Although some returned to England once their servitude was over, many remained and began their new lives in the colonies."
This data also appears in the excellent, "Benjamin Franklin: An American Life" by Walter Isaacson.
The iota enumerator in Golang is elegant and unique. Writing idiomatic Golang code is so implicit in the language itself that I've been able to easily read almost any Go code I find.
http://golang.org/doc/effectiv...
If you're building services that still require "regular maintenance windows" in 2014, you're doing it wrong.
This is a really nice sentiment but is in fact somewhat disconnected from reality.
In the web world, building zero downtime services that don't require maintenance is doable. In many enterprise IT environments with legacy or bloated software (hospitals, education, government) it's a non-starter. The staff do not have the skill, the applications don't have the support, and the political will within the organization is not there. Database migrations alone can be a major source of downtime, and that's largely true even for web services.
Puppet is a great tool for automation but does not solve problems like patching and rebooting systems without downtime.
Yup. Very dependent on the business, the application, the usage patterns, etc.
The right answer to this is to have redundant systems so you can do the work during the day without impacting business operations.
Yep, pretty much this. For me it was a bit later - 1980 - but we had a C64 in the house and my Dad was in a club that talked about them. He showed me some simple BASIC and set me on the track at an early age.
Come up with a few simple programming projects that students can run through. There's something magical about writing code and seeing the computer execute exactly what you told it to do. Write a Ruby Sinatra or Python Flask app and show how to access it from the command line. This will teach them what a web server is and how to write simple code at the same time.
This android app (currently under development for iOS) is open source (github.com/surespot) and gaining momentum. "Exceptional encryption for everyone."
https://www.surespot.me/
Disclaimer: I know the developer.
Where are my mod points when I need them?
Valve addresses this very question in the Handbook for New Employees:
Q: If all this stuff has worked well for us, why doesn’t every company
work this way?
A: Well, it’s really hard. Mainly because, from day one, it requires a
commitment to hiring in a way that’s very different from the way most
companies hire. It also requires the discipline to make the design of
the company more important than any one short-term business goal.
And it requires a great deal of freedom from outside pressure—being
self-funded was key. And having a founder who was confident enough
to build this kind of place is rare, indeed.
Another reason that it’s hard to run a company this way is that it
requires vigilance. It’s a one-way trip if the core values change, and
maintaining them requires the full commitment of everyone—
especially those who’ve been here the longest. For “senior” people
at most companies, accumulating more power and/or money over
time happens by adopting a more hierarchical culture.
Completely agreed. How did samzenpus decide this of all submissions should make the cut? The submitter is clearly quite uninformed and the question is far out of line with the thinking of the Slashdot community, even if it were reasonably formulated.
Next, please.
I used it exclusively. For me it was the best place to find torrents that where properly categorized with many seeders and, most importantly, ratings and comments so that you could be confident in the files you were downloading. It was an aggregator of other sites so it had an extensive database. I had been using it since it's inception in 2005. I'll miss it dearly.
Amazon is NOT pushing for a national sales tax! This article is about Governor Haslam's agenda, not Amazon's. The headline is inaccurate and misleading.
Is that really what you think IT guys do? The equivalent of fixing your car? What an arrogant statement. Like anything else, there is a spectrum of skills and job types within what you refer to as "IT," just as in any other discipline. Is the new help desk employee that resets user passwords the same role as the architect who designs redundant data centers for high availability or disaster recovery? Similarly, is the web developer who edits Wordpress themes the same as the C programmer writing drivers?
Not all programmers are high and mighty, genius computer scientists. Not all IT workers are Windows monkeys.
I learned about the txteagle service this weekend at a TEDx event. txteagle crowdsources services to mobile phone users in developing nations. While these small amounts not mean much to those of us in the US, for people in developing nations earning less than $5/day it can have a huge lifestyle impact.
One could argue that this is abusing the domain name system's original intent. To continue your example, why does Ford need taurus.com, fusion.com, mustang.com, etc? They should be using subdomains: taurus.ford.com. mustang.ford.com. The make and model are both instantly more recognizable, as is the Ford brand in general.
The Internet would be a better place if the marketing people would focus on marketing problems and let the technology people implement solutions.
Youtube demos this pretty well, IMHO:
http://www.youtube.com/watch?v=h905pHzkXPw
Yes! This is a hilarious idea. How can we convince the Taco? We need to all band together. Perhaps we can submit an article to Digg about the idea and we can all Digg it :).
I primarily use Thunderbird for work email. There is an option to confirm before sending (much in the manner of Vista's UAC "Are you sure?" windows) that most people disable. I leave it enabled and find myself saying "no, I'm not sure" at least once per week.
Ok, this drives me nuts. It's a little off topic, since it's names of conference rooms instead of server names, but the concept is the same.
Here in Colorado, we have 54 mountain peaks that are > 14,000 feet. They're referred to as "fourteeners," and they all (of course) have names.
Every company in Denver thinks they're damn clever by naming their conference rooms after the fourteeners. I don't know how many Long's Peak and Mount Evans conference rooms I've sat in, but it makes me want to hurl my chair at the window.
Ok, time for my anger management class. =p
Brett and Jermaine!
"Don't put me in der wit 'im! I'm innocent, i'm innocent! whuut?"
Yes, perhaps a bit similar to how a certain vice president "tolerates" those with alternative lifestyles? The same way we might "tolerate" a heckler in an audience, or an annoying laugh?
Hmm, I beg to differ. While certainly the initial population of the American colonies was voluntary, convicts were indeed sent in later years. From NPR:
"In 1718, the British Parliament passed the Transportation Act, under which England began sending its imprisoned convicts to be sold as indentured servants in the American colonies. While the law provoked outrage among many colonists -- Benjamin Franklin equated it to packing up North American rattlesnakes and sending them all to England -- the influx of ex-convicts provided cheap and immediate labor for many planters and merchants. After 1718, approximately 60,000 convicts, dubbed "the King's passengers," were sent from England to America. Ninety percent of them stayed in Maryland and Virginia. Although some returned to England once their servitude was over, many remained and began their new lives in the colonies."
This data also appears in the excellent, "Benjamin Franklin: An American Life" by Walter Isaacson.
I sure hope not. I stopped reading Digg precisely because of stories like this. How about keeping idle.slashdot.org independent from the front page?
False. Satellite supports an external database as well. I suspect the lack of RHEL5 support is due to package incompatibilities.