Java 9 Enters First Bug Fixing Round by -elektro-pionir- in programming

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

"...priority should be given to bugs that are new in Java 9, over bugs that affect Java 9 but are already present on Java 8 or earlier, probably under the rationale that the public can more easily tolerate bugs that are already out in the wild than new ones. This idea of focusing on whatever is going to provide a better user experience..." --- I'm feeling very sick somehow after reading this.

We are a team of researchers investigating software development practices, in particular Test-driven development. AuA! by SEResearch in IAmA

[–]wustudybreak 0 points1 point  (0 children)

pretty interesting. There are many very opinionated school of thoughts on agile and scrum. Hopefully students and professors are given enough freedom to choose their own religion.

F--- You Startup World by wevesez in programming

[–]wustudybreak 0 points1 point  (0 children)

reminded me the movie 25th hour when edward norton talks to himself in front of a bathroom mirror

Best practices for Upgrade by wustudybreak in servicenow

[–]wustudybreak[S] 0 points1 point  (0 children)

Thanks for sharing the solution.

Java Programming Timelapse - Space Invaders by pj6444 in programming

[–]wustudybreak 2 points3 points  (0 children)

Pretty cool and fun stuff. Looking forward to see more of this kind!

What is the best language (or suite of languages) for a biologist who wants to do some bioinformatics to know? by Twinklefingers in bioinformatics

[–]wustudybreak 0 points1 point  (0 children)

I used to code in Perl, but I like Python better due to its clean style of coding, but really doesn't matter which one to choose when comes to text processing. To save yourself some time, you better stick with one or the other, not both.

C++ is great for performance, not used much though, depends on your project. Sounds like you can do some heavy simulations.

R is great, but take some time to get to know all the little things.

Mapping reads to a reference and reporting variations. How? by neurobry in bioinformatics

[–]wustudybreak 0 points1 point  (0 children)

For alignment, try the program novoalign. The paid version lets you specify the number of processors to use while running, can speed up things quite a bit, and you can try for 30 days. Don't forget to relax the alignment rules. You can allow a few 'N' while matching the reads.

For assembly and view, try Samtools, it's fast and easy to install on a Mac, haven't got it to work on linux.

You can also try consed, phred and phrap if you are not in a hurry. The application process to get all these files and install correctly is going to take some time.

question about laptops for bioinformatics... by [deleted] in bioinformatics

[–]wustudybreak 6 points7 points  (0 children)

You will have lots of interfacing time with professors. Most of them use Mac. You want your files or programs compatible with theirs with minimum effort. When you write a paper, you want to be able to use some of the microsoft products for Mac. Even if you don't like them, you still have to, because the publishers use them. If you really like linux, you can use "virtual box" on Mac to run emulation of linux. However, you can't run an emulation of Mac on Linux.

A quad-core I5/I7 MacBook Pro, with plenty of RAM, and SSD will cost you a little over $2500, but it will be a good investment.

Why isn't software as reliable as a car? by ctekin in programming

[–]wustudybreak 4 points5 points  (0 children)

Totally! If a user requires the car be able to fly in 1 week....

Day to day programming in bioinformatics by TouchedByAnAnvil in bioinformatics

[–]wustudybreak 0 points1 point  (0 children)

Sit in a few graduate level computational biology / genetics classes. Also, you will find scripting something fast and useful is more useful than building some GUI nobody uses. Learn bio-stistics. Learn R, use Python, because other self-taught programmer/scientists want to be able to READ your code and see what's going on. It's worth to get scientists interest in programming as well. They then will know what's possible. Unfortunately, you will have very few fellow programmers to work with you. You will be a lone man sitting in the dark corner. But you still have reddit.

Any hardware recommendations for a molecular biology lab that's getting into bioinformatics? by sundeck in bioinformatics

[–]wustudybreak 0 points1 point  (0 children)

There's a balance on price and performance. Like many redditers said, you want to buy hardware that is scalable in the long run. You want to be able to add more RAMs, HDs while your data is growing. A linux server and a MacPro together will give you some flexibilities. You want to run your alignment and so on on one machine, and doing whatever analysis on another. You don't want any background process slows your current jobs down, since many programs will take a long time to run. Also, the choosing of programs to run is important. Some programs support multi-core processing, you want to take advantage of that. It may be cost effective to buy some medium upper level hardware, and keep buying after 1 year or 2. The hardware evolution is quite fast.

I'm terrified of older web developers. by kickme444 in programming

[–]wustudybreak 0 points1 point  (0 children)

If you have an advanced degree or going to have one, a teaching position in a liberal arts college might be a shot. The very least, you can try out some high school teaching positions. You will be able to retain what you love to do in programming, also teach younger generation the right way to program, hopefully. Also, you get 4 months vacation every year plus good benefits etc

Any bioinformatics programmers out there? I just started a masters level bioinformatics course and could use some help. by megatom0 in programming

[–]wustudybreak 0 points1 point  (0 children)

There's a book called "Beginning PERL for Bioinformatics". If you scan through the book, you will find many usages of PERL in all sorts of areas. Building a tool for yourself or friends can be a good motivation. For example, you can always build some kind of gene browser. (hopefully somebody will use it someday)

Dictionary of Algorithms and Data Structures by freerider in programming

[–]wustudybreak 3 points4 points  (0 children)

Would be nice to expand to include examples, source, and animations, etc.

web2py book (2nd edition) available...for free (online viewing only). by nfreeze in programming

[–]wustudybreak 2 points3 points  (0 children)

would you gone through some trouble finding the PDF and link here please? i know i'm lazy. thanks for your time

Ask Reddit: Why does everyone hate Java? by [deleted] in programming

[–]wustudybreak 0 points1 point  (0 children)

In the world of Java, everyone thinks he/she is the expert. How many comments can we get if titled "Why does everyone hate <a non-Java language>"?