Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re: Green Power? (Score 1) 89

1. Simulation with more advanced physics/numerics/whatever, smaller grids/timesteps/whatever, better AI/ML integration, more data throughput
2. Primarily data movement. "Benchmarking" machines have impressive flops numbers but are generally terrible for getting any real work done because their networks/memory systems/storage systems are weak.

Businesses

Interviews: Ask Martin Shkreli a Question 410

Martin Shkreli has agreed to answer your questions. Shkreli is the co-founder of the hedge fund MSMB Capital Management, the co-founder and former chief executive officer (CEO) of the biotechnology firm Retrophin, and the founder and former CEO of Turing Pharmaceuticals. Shkreli has been active on Twitter about a wide range of topics, including the 2016 presidential election. Most recently, he expressed interest in buying 4chan.

Ask him your questions here, and we'll post the full interview with Shkreli's answers in the near future.

Comment Re:What comes to your mind ... (Score 3, Informative) 131

On the one hand, duh. On the other hand, the binary download of emacs 25.1 for windows weighs in at ~60MB. Atom for windows around 90MB. Intellij IDEA community for windows: 345MB. emacs isn't really a text editor... it's an IDE. it's still VERY lean by that standard. Bear in mind too that the other two will proceed to download a bunch of stuff after installation, just to become functional.

Comment Re:JavaScript / python / enterprise env. (Score 2) 331

How do you say stuff like:

In the grand scheme of things, javascript is still a very very young language, especially since ajax and ES5/6 and JIT compilation came along.

with a straight face? Javascript has been an ISO standard since 1997! It's just a few years younger than python FFS.

AJAX is a pattern used within in-browser javascript, having nothing to do with the language itself, and yes, 5/6 look much different than 1.... much like you can't run python 3 code in a python 1 interpreter.

Slashdot Top Deals

Luck, that's when preparation and opportunity meet. -- P.E. Trudeau

Working...