Just so you don't get the impression every physicist is having a fabulous time, here's me: I have a bachelors in physics. I went for a phd in biology but had to bail to work to support family, plus I can't seem to come up with original ideas. I now have a job with physicist as part of the title, but what I really do is try to read bad handwriting from records from nuclear weapons plants. It's a dull job a monkey coul…
"""try to read bad handwriting from records from nuclear weapons plants. It's a dull job a monkey could do but it pays the bills.""" + """For years I worked as a computer guy for an academic department and that was fun and I'm trying to get back into it""" Sounds like you could enjoy automating your work. Learn a bit of Python and some Machine Learning/Deep Learning and digitize the handwriting and build a little pro…
Ask HN: Physicists of HN, what are you working on these days?
271–280 of 333 posts
Re: Ask HN: Physicists of HN, what are you working on these days?
#272Re: Ask HN: Physicists of HN, what are you working on these days?
#273Physics turned out a little more dull than I expected (I wanted something with more creativity), and an app I’d started working on as a hobby turned into a full time income, so I started pursuing this instead (https://classtimetable.app).
I took a few full time iOS jobs, continued to improve my engineering skills, and I’m currently working for a top five tech company on a popular iOS app.
Physics certainly taught me a few skills that I use on a daily basis - math and problem solving are good examples. I didn’t move to software specifically for the money, but comparatively physics seemed a little more dull, and software seemed to have new and exciting opportunities (like the app that I started building as a hobby).
Re: Ask HN: Physicists of HN, what are you working on these days?
#274got a job at Intel as a back end process engineer, which was pretty cool, but I was then laid off in 2015.
These days I'm all about machine learning. Teaching myself by creating content, and hopefully educating others. It's been really cool seeing the overlap in some concepts (systems seeking minimum energy vs. gradient descent) between ML and physics, and I'm hoping my background will pay dividends as I get deeper into the field.
Re: Ask HN: Physicists of HN, what are you working on these days?
#275I currently work on the software that runs Google's quantum computers. To paraphrase the Talking Heads: How did I get there? PhD 2001 in physics, working on quantum computation. Postdocs at Caltech and Santa Fe Institute, then landed a research faculty position at the University of Washington. Yeah, raise your own funds! Jumped ship in 2011 (burnout, quality of life, university not caring about quantum computing) and…
Re: Ask HN: Physicists of HN, what are you working on these days?
#276PHD student... working on measuring the magnetic field in clouds that are really really far away! Astronomically far away! This is to understand and observe star formation. I don't see myself staying in academia though I love research.
Yo! Zeeman splitting or faraday rotation?
Re: Ask HN: Physicists of HN, what are you working on these days?
#277Deep learning consulting ("I teach people to teach machines"). Finished my PhD in quantum optics in 2014, but immediately moved to data science. Why not physics? Full version: http://p.migdal.pl/2015/12/14/sci-to-data-sci.html tl:dr: I wanted a fast-pasted field with more freedom. Physics is now stale (no fundamental changes in the last decades, compared to each year in deep learning; cf. physics in 1900-1920), and a…
Re: Ask HN: Physicists of HN, what are you working on these days?
#278Earlier quoted context omitted.
This is a great question but it's a little off-topic. I've been watching compressed sensing (CS) from the sidelines for the past decade, while wearing experimental-cosmology, synthetic-aperture RADAR, and instrumentation/FPGA hats. (Not electrodynamics or optics, per your question, but nearby.) Here's my perspective. If you're doing compressed sensing correctly, it transforms the entire instrument from electrically c…
So I gather that CS requires new types of instrument typologies and know-how, till we see it deployed more widely. I am though ever in awe of the hype that ML/NNs are getting for the past 2-3 years, where as Compressed-Sensing is likely to be a more fundamental shift in many fields.
Vanilla CS theory assumes a very simple system model for the measurement process (ie, linear measurement) and shows that with a few assumptions you need far fewer measurements than you might expect. This by itself is a valuable observation.
However, I'm less impressed with CS as a practical tool because in many realistic systems the measurement process is nonlinear and difficult to model. That is, the desired system state you're trying to infer is some nonlinear function of the experimentally measured quantities.
I think the best instruments of the future will use CS ideas to motivate the use of an appropriate sensor domain to reduce the number of measurements required. But that actual computational reconstructions of system state (ie, inference) will be done with a nonlinear differentiable model which can be optimized using a data driven approach and with ML-like tools.
In addition to the benefit of allowing nonlinearities, this approach gives you a lot of freedom to optimize the computational complexity of the reconstruction (ie, complexity of the system model) vs accuracy of the results.
Re: Ask HN: Physicists of HN, what are you working on these days?
#279Re: Ask HN: Physicists of HN, what are you working on these days?
#280I currently work on the software that runs Google's quantum computers. To paraphrase the Talking Heads: How did I get there? PhD 2001 in physics, working on quantum computation. Postdocs at Caltech and Santa Fe Institute, then landed a research faculty position at the University of Washington. Yeah, raise your own funds! Jumped ship in 2011 (burnout, quality of life, university not caring about quantum computing) and…
Very cool stuff. To what extent would you recommend people study the underlying physics of QM, vs. the more domain specific content of quantum computing?