Forgot your password?

typodupeerror

Comment: Re:Good alternative: Citavi (Score 1) 87

by slartibartfastatp (#43403827) Attached to: Mendeley Acquired By Elsevier

Mind if I list some useful stuff that made me use mendeley instead of bibtex:

1) it can export the whole library as bibtex

2) right click over your paper -> "copy citation as tex" -> paste it into your latex file.

3) keep the PDF together with the metadata

4) anotate the PDF

5) search those annotations

6) put DOI, PMID, ARXIVID -> get all metadata from the interwebs

7) organize it with keywords, collections

I can't believe it's better to keep a text file edited by hand than to use an user interface that automates several things. "Better", at least, in the saving-time-and-not-getting-mad sense.

Comment: Re:Please define "gimmick" and "edge cases" (Score 1) 320

by slartibartfastatp (#42934645) Attached to: Why Hasn't 3D Taken Off For the Web?

The "3D" in "3D TV" and the "3D" in WebGL are two different things. WebGL just defines a way to project 3D geometry into a display plane. This display plane may or may not be presented with binocular separation, which is what the "3D" in "3D TV" and "Nintendo 3DS" means.

That was the most useful comment of all till now. Please, mod it up!

Comment: Re:Just do it the other way around (Score 1) 332

by slartibartfastatp (#42908365) Attached to: Ask Slashdot: Spreadsheet With Decent Programming Language?

(submitter again)

Thanks; that's exactly my point. Or, sometimes I need to get that data and validate it - by making a pivot table. Isnt't easier if I just do everything in the same UI?

(disclaimer: I know OLAP, Pentaho, Mondrian and it's all good things - except if you need to do an one time analysis! I don't want to spend hours setting up cubes and everything for something that will be made once and never again! That's why I use spreadsheets.)

Comment: Re:Just do it the other way around (Score 3, Interesting) 332

by slartibartfastatp (#42899601) Attached to: Ask Slashdot: Spreadsheet With Decent Programming Language?

(submitter here)

Yes, I end up doing this once in a while. I also use R, Perl, PHP, or even bash to process some data. However, in some cases it is handy to have a view of the data while you're processing it.

For instance, suppose you need to run a regexp function over the 12nd column of a matrix; usually I save data as a CSV, cat file.csv | perl -ne '@a=split/,/; $tmp = $a[11]; .... ' > new_file.csv, load the new CSV, check for errors, debug, repeat... sometimes is just a one-time task I need to do.

+ - Study "proves" Sasquatch is real->

Submitted by chemdream78
chemdream78 writes "Arstechnica reports: "It's not often you come across a scientific paper which notes that the information it covers is like something "seen on the television series Monster Quest." And you rarely read a paper which concludes, "The data conclusively proves that the Sasquatch exist as an extant hominin and are a direct maternal descendant of modern humans." But today, we have such a paper—and there's nothing usual about it, including the journal where it appears.""
Link to Original Source

+ - Evil, almost full Vim implementation in Emacs, reaches 1.0 version->

Submitted by karijes
karijes writes "Evil is a new Emacs major mode intended to implement full Vim emulation for Emacs editor and it reached first stable release. Evil implements many Vim features and has support for plugins, so there is port for rails.vim, NERDCommenter and mapleader among others. Details about this release you can find on mailing list."
Link to Original Source
Opera

+ - Opera switches to WebKit->

Submitted by
Pieroxy
Pieroxy writes "Opera Software just released a blog entry stating that they will soon ditch their own rendering engine — Presto — in favor of WebKit going further. Now, for the average web developer that didn't bother testing on Opera (desktop and/or mobile, and/or mini) it will not change anything. For web developers that bothered, well, it will make things simpler. Now, with Opera behind WebKit as well, will it get better or worse?"
Link to Original Source
Programming

+ - Ask slashdot: spreadsheet with decent programming language?

Submitted by
slartibartfastatp
slartibartfastatp writes "Spreadsheets are very flexible tools for data analysis and transformations, the obvious options being MS Excel and LibreOffice. However, I found increasingly infuriating to deal with the VBA--dialect functions or (even worse) its translated versions. Is there any spreadsheet that allows usage of a decent programming language in its formulae? I found PySpread intriguing, but still very beta (judging from its latest release version 0.2.3). Perl or even javascript would be better options than =AVERAGE(). The slashdot community knows any viable alternatives ?"
Space

+ - STRaND-1 – World's First Smartphone-Based Satellite Set to Launch->

Submitted by Zothecula
Zothecula writes "The University of Surrey’s Surrey Space Centre (SSC) and Surrey Satellite Technology Limited (SSTL) are set to launch the world’s first smartphone-based satellite. Built around a Google Nexus One smartphone running on the Android operating system, the STRaND-1 (Surrey Training, Research and Nanosatellite Demonstrator) satellite will also be the U.K.’s first CubeSat to go into space."
Link to Original Source
Software

+ - Retail copies of Office 2013 are tied to a single computer forever -> 1

Submitted by Anonymous Coward
An anonymous reader writes "With the launch of Office 2013 Microsoft has seen fit to upgrade the terms of the license agreement, and it’s not in favor of the end user. It seems installing a copy of the latest version of Microsoft’s Office suite of apps ties it to a single machine. For life.

On previous versions of Office it was a different story. The suite was associated with a “Licensed Device” and could only be used on a single device. But there was nothing to stop you uninstalling Office and installing it on another machine perfectly legally. With that option removed, Office 2013 effectively becomes a much more expensive proposition for many."

Link to Original Source

I don't make the rules, Gil, I only play the game. -- Cash McCall

Working...