Re: Trump doesn't think
it needs a step to the side as well.
Lets do the time warp again...
832 publicly visible posts • joined 13 Jul 2010
You need to be extremely careful with tape. I've had issues with humidity causing the tape to stick together and then de-laminate when it was played. These were old DC600 cartridges that had just been stored on a shelf. I would assume that these newish tapes are stored in an environmentally controlled area.
And just watch out for hurricanes/cyclones etc.
I used to work for IBM and my team was outsourced to india. The quality of that indian team was way below pair. They would always answer yes, always confirmed they understood when it was all total BS!
According to ibm, it was my fault as unknown to me I was meant to remotely train them (WTF) I resigned immediately. F*ck'm
"resistant to change when said change means they must change."
The other thing I've seen is a new developer fresh from some training course on some new language/library/tool set/ etc comes in and rewrites a block of legacy code in new whatever then leaves and you end up with a maintenance nightmare.
If it 'aint broke don't fix!
C can be readable, but smart alecs programming like it's 1981
Exactly!!!!!!! Sorry for all the exclamation marks but this is so true. I have maintained legacy code where some idiot developer FW who loved using used l1 and I1 that is (lowecase L)1 and (uppercase i)1.
When he coded the font may have shown them as considerably different but in Courier New they are close enough to be a major pain!
I wonder how many will still be gullible enough to take the offer.
Take the money and run, you can always come back as a highly paid consultant and do the same job for more money. I've seen it here in Australia many times with a conservative government "cost cutting efforts"/"too many public servants" mandates.
...people who are good and can easily find another job will take it.
With the consulting companies. Her in Australia I used to work for one of the big 4 and every time we got a LNP (conservative) government in they started letting go the public service. The company I worked for would then hire the good ones of these people and when the gutted public service started engaging consultants to do the work of the people it no longer had we would just step in.
Money, Money, Money...
Actually you are wrong it is defiantly not the doctors.
When I had a car accident in the US I asked the nurse "what the hell is going on?" her comment was "are you a kiwi?" "Yes", she said "same here, they are NOT trying to cure you, they are just making sure you can't sue them!"
And she "said it was the insurance companies that determined what treatment could be paid for"
So you are wrong.
Safe rust code does not have memory safety bugs, because it can’t.
So what does it do if I try to write to array entry 101 when the array only has 100 entries?
Prevent the write and continue
Crash the program
What? Because in both those cases the result is not good in a production system.
Shirley you must be kidding. As the saying goes you can choose your friends you can't choose your family.
I've seen many an xmas lunch where by half way through the afternoon one half of the "family" was ready to kill the other half. I've seen my wife have a punch on with her younger sister. The sisters partner and me both stayed right out.
Albanese : “…sending a message…” - usual weasel words when he already knows it is not going to work.
Actually it was Dutton that originally came up with under 16 laws and Albanese could see that any attempt to stop them would fail. That is why it passed as both major parties agreed on it.
So what exactly does it do in Rust, and how is that safe?
That is actually a serous question. What actually does happen?
* Does the whole program crash immediately?
* Does it throw an exception?
* Does it just block the access and blindly continue?
The answer to this is extremely important in a production system. And the impact of the resolution will cause an issue depending on the function of the actual package.
* Game
* Word processor
* Banking
* EFTPOS
* Retail POS
* Realtime - industrial process control
* Realtime - nuclear reactor
* Realtime - fire control platform
* etc
So will someone who know rust please indicate how it will respond?
So... the problem is if there is an error in the source code it will just be transferred into the destination code. it's just GIGO
To actually fix any potential memory errors will require extensive refactoring. This will require access to the original high level/business requirements that were used to create the original code. You will also require ALL of the subsequent change requests and process changes.
And then you will need to try to track down the wildcard changes that you cannot find any reason as to why they were made.
Should be justifiable homicide to kill morning people!
I've worked for a few bosses that insisted the office started early and then berated me because I had a BAD attitude. I used to work for IBM(bastards) and they loved so called breakfast briefings and breakfast meetings. These were always arranged to occur before work hours so they were getting your time for free. They used to justify this by saying look we give you free food. Bastards...
In Britain it's called summer time
Nah, can't be correct. I've lived in Britain and I can remember summers that never occurred. The weather was just cold, wet and cloudy and they still had daylight saving. For those non summers they should have cancelled the "summer time" or at least asked for the money back!
I used to look after a server which collected data from different time zones. The whole DST issue was a nightmare. In the end all data was stored with UTC timestamps.
Major issue in Australia with each state having its own timezone and only the southern states having daylight saving. In some cases parts (far west of NSW) of one state adopt the timezone of next door state.
So not only do you need to store datetime in UTC you also need to store the native offset from UTC.
I'd much rather go to work in the dark than come home from work in the dark.
Don't know where you are in the UK, but I was in the midlands and mid winter it was drive to work in the dark, see the sun barely rise above the horizon mid morning the set mid afternoon then drive home in the dark.
I'm now living in Australia and the southern states have daylight saving and it is a waste of time, The state of Victoria maps to North Africa in the northern hemisphere and daylight saving is a complete waste of time.
Why not build the data centres next to a large hydro or geothermal generation system. They did that in the south of New Zealand for an aluminium smelter when New Zealand had no aluminium ore or any need to use large quantities of aluminium. What it did have was large quantities of cheap electricity generated by hydro power.
These data centres don't need to be located in the middle of a city, all the need is a high speed fibre link to the rest of the world. Geothermal generation in Iceland...
The only original reason for a double entry system is you only needed to add, no subtraction was required. From what I remember this was to do with the use of roman numerals.
In sales/ledger/account systems you don't need a double ledger but each transaction is recorded against each sale/purchase/banking etc.
Post office terminal sent a sales transaction to head office. Head office sent an ack packet back. Ack packet didn’t arrive at the terminal. Terminal retransmitted the transaction. Head office logged it as a second sale.
WTF!!! This is the classic double commit problem. I remember being taught all about this in compsci and working with it in EFTPOS using AS2805/ISO8583.
The standard approach was to send a request and if the response did not arrive in time a reversal was sent. The original requests and responses could be discarded but the reversals had to be stored and forwarded. Total F*ckwits