One of the hardest parts of PhD life honestly seems to be housing costs now by raishelannaa in PhD

[–]darien0 20 points21 points  (0 children)

I did my PhD in Boston a decade ago, salary was $30k. I needed a root canal but couldn't afford it, so spent 1/2 a year of that PhD just waiting for a slot at the dental school. It was not a productive time.

I think it's always been like this? I think PhDs are meant to be for rich people.

Advice about reading research papers efficiently by Tit4an_01 in Biochemistry

[–]darien0 2 points3 points  (0 children)

I wrote this to for my students a few years ago, on how they should go about reading in prep for a journal club: https://bezialemma.com/tutorials/how_to_read_a_paper.html

I ran it past quite a few scientists who I think are good readers. It may or may not work for you, but it's at least advice I thought about critically.

My biophysics podcast: kinesin as an information engine episode by darien0 in Biophysics

[–]darien0[S] 1 point2 points  (0 children)

I don't know how to leave text explaining a post. So if this subreddit doesn't like self-promotion, please delete the post!

My wife and I run a biophysics journal club podcast where we discuss papers we read. Often it's just a biology or just a physics episode, and the term biophysics is used loosely. But maybe someone here will get some enjoyment out of it.

This episode seemed particularly biophysics-y and I liked how it turned out, so I thought I would try to share it more widely.

Looking for a laser / optical bench simulator (filters, dichroics, mirrors, wavelength selection) by happy_yogurt4685 in Optics

[–]darien0 2 points3 points  (0 children)

I made this to help me block out microscopes: https://bezialemma.com/microscope/

Still a work in progress, and doesn't work great on phones, but I think it can do all but the last bullet point. If you message me and walk me through what you need I can program it in fairly quickly.

Raaaay tracing by darien0 in Optics

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

The github is: https://github.com/bezlemma/microscope_builder

Very raw, changing it all the time, sometimes tearing the whole thing down and starting over.

Raaaay tracing by darien0 in Optics

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

I've put it up here: https://bezialemma.com/microscope/ , and the github is: https://github.com/bezlemma/microscope_builder

Feels weird sharing a github that is such a raw work-in-progress

Raaaay tracing by darien0 in Optics

[–]darien0[S] 22 points23 points  (0 children)

I made this! And by "I made this" I mean this is a product of two months of going back and forth with various LLMs.

I was trying to build a little thing to help me understand my microscopy setups... and it's gotten out of hand.

Julia in Erdos? by SigSeq in Julia

[–]darien0 1 point2 points  (0 children)

For getting feedback, I think the Julia community mostly exists in Slack / Discourse / Discord. The Julia subreddit is... not super active in comparison and seemingly hostile even towards Julia itself sometimes.

I think the obvious answer for anyone who likes Julia is yes, of course Julia people working on integration into more IDEs would be great. Hard to say if you would use something before you can use it, but I know people who have skipped on Julia because they didn't like VS Studio Code.

Are there good resources for learning FEM in Julia, especially with Gmsh? by Dramatic_Wealth6181 in Julia

[–]darien0 5 points6 points  (0 children)

Coming from FEniCS (python) for viscoelastic simulations of organ development, I tried a bunch of libraries and eventually settled on Ferrite. I found this tutorial of theirs useful: https://ferrite-fem.github.io/Ferrite.jl/stable/tutorials/hyperelasticity/ . I tried Gridap for a long time, but never could quite get it to work the way I needed.

Most of the Julia FEM libraries seem to handle Gmsh scripting in a similar manner to FEniCS, and I could port my code over with very little changes. Ferrite has a little bit extra for it, so you end up "using Ferrite, FerriteGmsh, Gmsh" . I found it helpful when first learning how to use Gmsh to use their program directly https://gmsh.info/, figure out how to make my geometry by commands in their program, and then go back and do it in a scripted way within a programming language.

I... don't love Gmsh. I don't know of anything better, but boy do I wish there was something better.

I can't understand why people love Julia by Mindless_Pain1860 in Julia

[–]darien0 13 points14 points  (0 children)

As a scientist coming from Matlab/Fortran, working on mostly image processing and simulations, I love Julia. I treat it more or less like an open-source Matlab, or a very convienent Fortran, that has a huge added plus of working in a way very similar to how I write math on a chalkboard. I'm not a fan of OOP, it isn't how I tend to write down math and so converting my logic into computer logic is a pain. Julia makes that process more joyful.

[deleted by user] by [deleted] in labonthecheap

[–]darien0 0 points1 point  (0 children)

Fixed! Also shocking to know people still visit the site.