HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lmiller1990

no profile record

comments

lmiller1990
·2 miesiące temu·discuss
pnpm has this, I think others may also have something similar.

https://pnpm.io/settings#minimumreleaseage
lmiller1990
·3 miesiące temu·discuss
Yes. I can try turn that off but I really prefer no transparency
lmiller1990
·3 miesiące temu·discuss
I am trying it but the colors don't seem correct. I cannot read the title of any other tab except currently selected one: https://imgur.com/a/t0BDxuC

PS: How to contact developer? I cannot find email.

Neat idea!
lmiller1990
·w zeszłym roku·discuss
Why is it acceptable for front end code to be of lower quality than the rest? Your software is only as good as the lowest quality part.
lmiller1990
·2 lata temu·discuss
Sure, I talk about JavaScript tooling https://m.youtube.com/c/lachlanmiller
lmiller1990
·2 lata temu·discuss
I bought my first house for 650k (Brisbane) just before covid. It’s now worth about 1M. 350k appreciation in ~4 years - bonkers. Glad I got it then since I probably wouldn’t be able to buy it now.

You can still get a place in the 700k area but it’s a lot further out, a lot older and will likely need a lot more work. That said many in our generation inherited the boomer attitude of big house and big backyard - I think expectations need to change, but negative gearing really needs to go.
lmiller1990
·2 lata temu·discuss
I made a few courses on Udemy and wrote a book, over a few years net about 20k, super cool! Relative to how much time went into it I probably didn’t actually make that much money but I had a great time and it feels fantastic to make some money on my own initiative
lmiller1990
·2 lata temu·discuss
I would not get too concerned about AI entirely replacing you - focus on getting a job and learning how to code without just asking ChatGPT for code and copy pasting it blindly. You should definitely use AI tools, but only to help you learn or to do something you already know faster, not as a crutch.

ChatGPT and friends is definitely a good tool to get snippets, like Stack Overflow, just make sure to understand what you get, just don't copy / paste blindly.
lmiller1990
·2 lata temu·discuss
You could try Cypress, it has a component testing solution. It's not for everyone, but the way Cypress works, is it will auto-wait for your assertion to run, so you don't need the whole async/await.

No solution is perfect! I see this as more integration / component testing than a true unit test.
lmiller1990
·2 lata temu·discuss
I noticed this too, I find 4.0 is still better for giving me what I ask for.
lmiller1990
·2 lata temu·discuss
I have majorly had this issue since having kids particularly.

I couldn’t cope, so after a lot of soul searching, I found I just had to de prioritize things. I accepted there are some things I’d love to do but just aren’t as important, high enough ROI, etc. Hard pill to swallow.
lmiller1990
·2 lata temu·discuss
I have thought about it - I talked to many of my friends in trades. They are all jealous of how good I have it. Most of them are earning ~70% of what I do, often spend ~2 hours commuting, hard on the body, risk of injuries... maybe you can transition to a orthogonal field in software to change things up?
lmiller1990
·2 lata temu·discuss
Not OP but a big part of a doctor's job is clinical notes. Typing is slow, talking is fast. Less time spent taking notes == more time with patient.
lmiller1990
·2 lata temu·discuss
I found Song of the Cell a bit underwhelming. The Gene really was fantastic - I think he ran out of steam a bit with Song of the Cell. The majority of the cell related history is also contained in The Gene.
lmiller1990
·2 lata temu·discuss
Sure thing. I looked a few local (in my city, Brisbane, Australia, within ~1.5h of commute). I want to do a combination of dry and wet labs, so I need to be able to attend in person. I cannot relocate (have family).

I reached out to a few people in my network who did related study at the universities. In general, they all had good things to say. I ended up going with the one I thought had the best reputation both locally and nation-wide, which is UQ. Link: https://study.uq.edu.au/study-options/programs/master-bioinf...
lmiller1990
·2 lata temu·discuss
I have been looking to do something similar for the last few years. I tried grabbing a few textbooks and learning a bit, but I found it difficult to really make any progress.

I ended up enrolling in a part time Masters of Bioinformatics. I got an exemption from the basic software courses, since I already do a lot of coding in my day job. The remaining courses are split between:

- molecular biology theory (obviously need a good foundation here) - wet lab - statistics - bioinformatics (which is learning the different tools, what they do, how to build a pipeline, which is just a lot of bash and python glue) and then how to interpret the results

I just started so I haven't done the web labs yet, but I am learning a lot with my current courses which molecular biology and bioinformatics. Having classes, assessment, and immersed in an environment with other people learning, along with professors to answer questions, is really good.

Not sure if this is an option for you. I tried to do this in my free time with books, YouTube, etc, but nothing really clicked.
lmiller1990
·2 lata temu·discuss
Is it better at coding that GPT4? I'm using ChatGPT (v4), just the UI, not the API, and it works really well for me. Is Claude a big step up (hard to imagine, but willing to be convinced).

I definitely agree anyone not using LLMs for coding is missing out.
lmiller1990
·2 lata temu·discuss
How are people using GPT4 via the API? I signed up and loaded some money, but I still can’t use GPT for by the API. Only 3.5 turbo.

I still find ChatGPT 4 well worth the money. The coding is way better than 3.5. I wonder what their system prompt is, I don’t get as good results from the API (maybe I am doing it wrong).
lmiller1990
·2 lata temu·discuss
There isn't any easy markets, making even a few hundred bucks a month as a solo dev is vastly harder than just working a 9-5.
lmiller1990
·3 lata temu·discuss
Stripe has support for this, just use that. I have not done recurring with Stripe before but I’ve used it heavily and had a good experience.