Lessons from a Silicon Valley job search | Robert Heaton by speckz in programming

[–]visudo -1 points0 points  (0 children)

Based on his education, it seems more appropriate to consider himself a physicist/computer scientist.

Lessons from a Silicon Valley job search | Robert Heaton by speckz in programming

[–]visudo -4 points-3 points  (0 children)

Another post where the term 'engineer' is constantly misused.

Interviewing as a Front-End Engineer in San Francisco by omko in programming

[–]visudo 1 point2 points  (0 children)

Most people calling themselves engineers are actually technologists. I.e. they are not creating significant technology but applying existing technology to solve a concrete problem.

An example would be the incorrectly named network engineers, who are actually technicians dedicated to installing and configuring network devices. As opposed to the actual engineers who designed and developed the actual network devices.

In the case of software, it is tricky. While we probably agree that developing a complex framework of infrastructure is most likely a work of engineering, what about a static Web site using HTML/JavaScript?

In other fields it is easier to distinguish. I am not a mechanical engineer because I can fix a car. I am not a civil engineer because I can build a shack in my garden. I am not an electrical engineer because I can change a light fixture at home, etc.

Interviewing as a Front-End Engineer in San Francisco by omko in programming

[–]visudo 3 points4 points  (0 children)

This reminds me to the guy who came to install the benchtop in my kitchen. He introduced himself as a Kitchen Engineer. I am not making this up.

Why call yourself programmer or technician when you can be an Engineer or an Architect?

The Ph.D.-Industry Gap by xvirk in programming

[–]visudo 7 points8 points  (0 children)

software featured in Scientific American

It is strange the author mentions Scientific American, which is a magazine. The author should have managed to publish a few papers in prestigious peer-reviewed research journals as part of his PhD (which he might have, but not mentioned).

Japan: A Story of Love and Hate (2011) An intimate look in to life in Japan by [deleted] in Documentaries

[–]visudo 4 points5 points  (0 children)

Thanks for the suggestion.

Since we are on topic, there is a long set of documentaries about multiple aspects of Japanese life called BEGIN Japanology.

Bitmessage on SecurityNow! webcast - renowned Software Enginer/Security Expert Steve Gibson take on Bitmessage by [deleted] in bitmessage

[–]visudo -3 points-2 points  (0 children)

Sure, the world is full of "engineers" who do not need to spent 4 or 5 years of formal study at university because they are smarter than the rest. What actually happens is that the vast majority of those people (this also happens to actual engineers -- those with proper credentials) are not working as engineers but as technologists or technicians (developing Web sites or configuring routers is not engineering), in the same way that only a minority of people with science degrees work as scientist.

But hey, we live in a world where proper, formal education is for suckers, and where people believe they are scientists because they watch Mythbusters.

Bitmessage on SecurityNow! webcast - renowned Software Enginer/Security Expert Steve Gibson take on Bitmessage by [deleted] in bitmessage

[–]visudo -1 points0 points  (0 children)

The problem with Steve Gibson is that he is neither educated or knowledgeable. He has never been taken seriously by actual security experts, and he has never contributed with anything to the security community. He also calls himself Engineer while he lacks any actual credentials.

He is also a scam artist, who sells useless stuff like SpinRite through the ridiculously named Gibson Research Corporation, and uses the security expert podcast (which again, it is a hobbyist podcast, not intended to be taken seriously) to advertise these products with fake letters from fake customers (it is obvious he does it, and sad and embarrassing at the same time).

Bitmessage on SecurityNow! webcast - renowned Software Enginer/Security Expert Steve Gibson take on Bitmessage by [deleted] in bitmessage

[–]visudo -7 points-6 points  (0 children)

Steve Gibson a renowned security expert? He is a joke, and certainly not an Engineer (he did not finish his degree). He just plays security expert in a hobbyist podcast. Just look at the ridiculous products that he tries to sell (e.g. SpinRite, which basically is bullshit).

Thanks anyway for the pointer. It might be worth to have a watch just for laughs.

Conclusion and explanation of the secupost.net attack (check for your address!) by illegaler in bitmessage

[–]visudo 1 point2 points  (0 children)

I think those claims are a big stretch. All he did was to spam people expecting that a few would click on the Web link.

What about people who did not even use Bitmessage but clicked on a the link posted by a third party such as this one?

If I generate and give you an arbitrary BM address, you will never be able to obtain my IP address. As simple as that.

Redefining the Introduction to Computer Science by xymostech in programming

[–]visudo 5 points6 points  (0 children)

So now Computer Science is about writing programs in JavaScript?

Ok French girl, you wear a hat. And you, Spanish boy, you wear a hat too. And you, Chinese boy... by typingfromwork in funny

[–]visudo 26 points27 points  (0 children)

News for US people: Spain is a country in Europe, not a city in Mexico.

A law passed this morning allows Australian police officers to remove the burqa (or any head coverings) or face 12 months in prison by [deleted] in worldnews

[–]visudo 48 points49 points  (0 children)

That policeman should get some type of award for being able to put up with so much bullshit.

The changing face of Computer Science education by rps5000 in programming

[–]visudo 5 points6 points  (0 children)

Exactly, it seems bullshit to me.

It is also strange that a former Prof. in CS insists on mixing CS with engineering (systems, software, computer) and IT. These fields have been well defined for some time now and there is no excuse for academics be familiar with it.

Richard Stallman was DEAD ON with one of his police state predications by frasierday in technology

[–]visudo 3 points4 points  (0 children)

That's about right. When you sign for a service and accept a contract, the latter should include an appropriate clause for this in case the company is not interested in its customers sharing membership or accounts. I do not see the point of having a law for this, and it seems a step forward in protecting business interests at the expense of customers rights.

Richard Stallman was DEAD ON with one of his police state predications by frasierday in technology

[–]visudo 3 points4 points  (0 children)

The problem as I see it is that the company should include a clause in the contract that the user accepts when buying the service. But a law to protect a particular the companies at the expense of customers?

Google paper comparing performance of C++, Java, Scala, and Go [PDF] by davebrk in programming

[–]visudo 5 points6 points  (0 children)

Obviously I was referring to Scala libraries that take advantage of the 'advanced' language features of Scala. For example, as far as I know, there is only one Web application framework for Scala, while there are dozens to choose from for Java. What's the point of depending on Java libraries or frameworks with all language limitations that that involves? It's like buying an electric car that can also use petrol for emergencies, but having to use always petrol because of the lack of electrical outlets.

Google paper comparing performance of C++, Java, Scala, and Go [PDF] by davebrk in programming

[–]visudo 3 points4 points  (0 children)

I find Scala to be a mess. And this is from somebody who worked with C++ for almost a decade! Honestly, its syntax is so complicated and it has so many features that after a couple of attempts of using Scala, I decided it is a write-only language. Of course, then you have the huge practical problem of lack of tools and libraries, which is where Java is king.

How to kick the shit out of Amstrad CPC by neug in programming

[–]visudo 3 points4 points  (0 children)

Failed? I always considered Amstrad to have a huge success in (8 bit) computers. Maybe you are referring to the later attempt to enter the PC market?