Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Toxicity (Score 1) 187

I worked at IBM from 1988 until 1998 and you're correct about Gerstner, he did say no vision required.. however that was a temporary position whilst he took time to understand the business. He actually instituted the biggest revolution in IBM with the bet the company vision on e-business and internet, As regards toxicity, IBM was pretty much the best place I worked with regards to culture for the entire period I was there.

Comment Re:Is the workplace itself toxic? (Score 1) 187

This principle you mention reminds me of when I worked for a startup in 2000. We were trying to recruit a sales director and after several failures it became clear that sales people were always best at selling themselves above all else. That did not translate into sales of the product !

Comment Re:Who created the consent banners? (Score 2) 102

No, that is considered essential and doesn't require consent. Whilst I disagree with the way this rule was implemented, the main onus for the failure was on the advertising industry which has willfully misinterpreted the law so they can effectively continue with their data collection (for example strictly necessary flags for advertisers? that's an oxymoron! - strictly necessary means for the operation of the site, not for the advertisers). Also, all web sites repeat the popups for every page (typically) which again is totally unnecessary and is designed to harass the user into accepting all cookies.

Comment You got the problem reversed (Score 1) 243

The fucking peripheral manufacturers should start making stuff with USB-C. I wanted to buy a mouse with a USB-C dongle, there are exactly zero on the market, completely ludicrous since USB-C has now been around for at least 10 years FFS. Even bloody keyboard cables - ALL USB-A in this day and age, had to order a custom made cable.

Comment Re:I disagree. (Score 1) 202

Renault is selling its BEV Renault 5 like hot cakes in France, they are everywhere now (and very nice cars too). France has draconian taxes on ICE vehicles which render them pretty much unbuyable (some taxes can result in payments of 60k euros on top of the purchase price!). No one will buy the Renault Clio unless it has a Plug in hybrid system.

Comment Re: Python is scripting, not a programming languag (Score 2) 85

Afraid not, I am a cranky old BASIC, Assembler, Pascal, C, BLISS( Work that one out!), Cobol, PL/1, Java, Oracle SP, Bash, Ruby, Python, Swift, Dart, Rust programmer (in time sequence order) thank you very much. You are clearly a chip-on-the shoulder python dev pretending to be an Assembler coder in an attempt at faux credibility.

Comment Re: Python is scripting, not a programming languag (Score 2) 85

'rust os how we speed up Python' is a quote from the article.

A 'real' language (quotes were deliberate), is one that realistically supports large scale general purpose development. I would be surprised if anyone would decide to develop, for example, a core banking system in Python.

Things I would pinpoint that exclude Python are:

  • General culture of hacking rather than planned development (encouraged by no types, whitespace significance, interpreted) which encourages sloppiness
  • Whitespace significance - introduces an inherent lack of rigor since blocks are not explicitly bounded by a language construct - I disagree with classing whitespace as a language construct
  • Typing - critical to controlling the tendency for chaotic entropy in large scale systems
  • General culture oriented around a particular type of processing (data science) - load dataset/process dataset/ save dataset - excludes important commercial development concepts such as LUW (logical units of work), atomic transactions
  • Performance is atrocious
  • Encourages a conceptual view which excludes knowledge of the computing environment (memory allocation, processes, bits, bytes etc)

Python has become popular because universities adopted it because it was approachable, easy to use as a beginner, not because it was suitable for use as a serious programming language. I would agree that it has more features than for example Bash scripting but Tcl? I have seen very sophisticated work done in Tcl which is definitively a scripting language - there is no shame in being a scripting language. I would, like you class Python as more than a classic scripting language, but, like I said, not a serious programming language.

Slashdot Top Deals

The only perfect science is hind-sight.

Working...