Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:iPhone Unavailable - try again in 1 minute (Score 2) 40

If you are a programmer and you are given clear instructions on what is expected, then yes. If you are a programmer and you are not given clear instructions, then no. However if you are technical lead/architect then you really should be responsible for it.

OTOH if you are a programmer and you raise these concerns then you are on your way to become a technical lead/architect.

In my systems I insist we keep a database table of various common passwords (tens of thousands of these) and we do not allow people using them as well.

Comment Re:working (Score 1) 23

It is like saying: someone will do some work for free, because they like it, lets then make sure that we take away the product of their work, they don't need it anyway. How is that a moral stance, how is it good economically? People feel a certain way if someone tries to steal from them. One thing is to work, even if you don't have to, but to understand that the result of your work is yours. It is a completely different proposition to enslave someone just because they can survive without keeping the results of their work. Practically speaking, if someone sees this type of attitude, they choose a different jurisdiction to do their work, where there won't be such blatant abuse.

Comment Re:working (Score 1) 23

I am talking about Bezos in the exact sense, that as any developed human individual, he needs to feel useful, which is what motivates him, because clearly it is not money that is his motivation. You added the 'virtuous' part, which is why you started on the path of class division. I did not prescribe a moral aspect to his behavior, only the fact that he is moved to do more than just enjoy his leisure, this has no relation to him being virtuous, this has to do with him losing himself without work.

Comment Re:working (Score 1) 23

we are talking about different things. You are talking about class division, all of this, I am talking about a person who does not have to work and yet he does it because he wants to, yes, but personally for him there is nothing to be gained except more headache, it is not about earning more, it is about doing something with yourself.

I am saying that doing something is an important part of living, doing something useful, where you feel useful, this is what this example shows.

Certainly, if you worked as an office cleaner most of your life, probably you will not be missing that work if you were able to get a pension and stop working, but I think you will still be missing the entire aspect of being useful in a wider sense of the word.

I think what makes us people is desire to be useful, doesn't matter how much money you make. I think people who do not have that desire are actually less than developed people.

Comment working (Score 2) 23

Just shows that there is no amount of money that replaces some sort of meaning in one's life. Bezos will treat any business correctly, obviously he will be looking for maximum efficiency, which is not easy to do when you are a billionaire, after all, any issues that can be sold by throwing money at it he can really solve this way, which may be the wrong approach for a new business that needs to become useful by standing on its own 2 legs.

But it is just interesting to observe, a guy with all the money and access, he still wants to spend time working rather than enjoying yet another sunny day on one of his yachts.

Comment I cut the cord years ago (Score 1) 105

Too much money for not enough content.

When I had my morning toast and coffee earlier today I chose between three YouTube videos. An analysis of a high-performance motorcycle engine, a review of an off-road vehicle and troubleshooting a hybrid car. All cable ever has these days is reality shows.

...laura

Comment 32 bits 64 bits big-endian little-endian (Score 4, Interesting) 28

I support a legacy app that was written back in the 1990s. It originally ran under VxWorks with custom hardware, variously 68k and PowerPC.

The first port I did was to Solaris. No byte-order issues and I kept the 32 bit ABI. It worked well.

When the Powers That Be decided to ditch Sun hardware and Solaris in favour of x86 and Linux I ported it to Linux. Parts of the code weren't byte-order clean, but I worked through them. The code is heavily 32 bit dependent and I never did create a viable 64 bit version (I tried, believe me...), so it runs on our last 32 bit server in the data center. The service it supports is slowly dying so there's no business case to spend any more time or money on it. If the business case existed I'd apply what I've learned in the meantime and rewrite it from scratch anyway.

The Linux port was initially unstable. It would run for a random time, hours to weeks, then two threads would deadlock. After a couple of years of letting it run and watching it crash I traced the deadlock to an "optimization" that didn't actually do anything, with an if statement that had about a one in a trillion chance of going the wrong way. I removed the optimization and the application has been running fine ever since.

...laura

Comment Re:Labor is your most important resource (Score 1) 98

it might be better to pay people based on the value they create in the world instead of whatever the market decides

- market is a collection of all people involved, who is better suited to decide on what the value is other than all of the people as a collective vote?

doctor who proscribes pumpkin seeds to cure cancer actually create negative value, yet they get paid quite a lot sometimes, so therefor the market is an ineffeciant way of deciding how much to pay people.

- they are removing the money from the gullible, which may be argued is a better way to redistribute the money (all done willingly even though misguidedly).

people who make a ton of money by owning things but do no work at all, such as heirs to large fortunes

- the market has already decided that the parents of heirs were productive enough, that even their heirs can now enjoy the fruits of the labor of the people who made the money.

Most americans at this point will piss themselves and run away from dangerous thoughts like these.

- dangerous by what measure?

Comment Re:Loathing (Score 1, Insightful) 41

May I ask why you call firing people morally corrupt? Illegal, according to some artificial definitions of what is supposed to be the law, which is a system designed to force behaviors, maybe. But morally corrupt? Please explain, I really do not get it, absolutely don't understand what is morally corrupt about firing people that you don't want to work with because any reasons whatsoever. If it is your business, you should be able to fire anyone, it's not about morality, it is purely, completely a monetary decision. Do you feel morally corrupt for purchasing things on sale rather than overpaying for them?

Slashdot Top Deals

The beer-cooled computer does not harm the ozone layer. -- John M. Ford, a.k.a. Dr. Mike

Working...