Readit News logoReadit News
minor3rd commented on Ask HN: What are the pros / cons of using monorepos?    · Posted by u/factorialboy
methyl · 5 years ago
> You have to figure out with every commit what actually changed and based on that change what needs to be tested and built.

I feel this problem and I wonder, is there any ready-made solution for that?

minor3rd · 5 years ago
We just build and test everything every time. Maybe it costs us more $$$ on CI, but it costs far less in developer time. That being said, I mostly work at startups and larger companies will certainly cross a threshold where this isn't feasible.
minor3rd commented on Fewer Than Half of Google Searches Now Result in a Click   sparktoro.com/blog/less-t... · Posted by u/adamcarson
sli · 6 years ago
On top of all that, Google's snippets aren't curated and therefore, aren't always correct. They can be (and almost certainly are) gamed. Users that don't click through open themselves up to carrying on being misinformed.
minor3rd · 6 years ago
People on the web take the risk of being misinformed, clicking or not.
minor3rd commented on How did we discard the idea of college faculty?   chronicle.com/interactive... · Posted by u/pseudolus
ardy42 · 6 years ago
> but I have a hard time being sympathetic to intelligent well educated people who chose to pursue careers that obviously don't pay well.

The problem is that those people went through their schooling being told that they were awesome and should be a professor (by people who successfully became tenured professors, and who didn't experience failure).

Then they finished school, tried to actually become a tenured professor, and found out being awesome isn't good enough. You actually have to be spectacular. So they failed, unlike their old professors who encouraged them the whole way.

So there they are. Ph.D in hand after a decade of hard work, but no tenure in sight. What would you do in their position? Find and adjunct job that's at least someone related to what you've spent your life doing? Or roll the dice again and spend thousands of dollars you don't have to go to some javascript bootcamp or something (that you'll probably fail, since you're no technical whiz kid, because you spent the last decade focusing on medieval literature)?

minor3rd · 6 years ago
> The problem is that those people went through their schooling being told that they were awesome and should be a professor (by people who successfully became tenured professors, and who didn't experience failure).

IMO it's still on them if they didn't do the research on what their outcome might look like. I absolutely loved physics in high school and chose to study computer science because I knew it would pay my bills. 8 years later I am not regretting my decision at all.

minor3rd commented on Interviews with developers who became managers   devtomanager.com/... · Posted by u/siddhant
praneshp · 6 years ago
> I can't recall a single manager that wasn't getting in the way of doing things in my past working experience (top engineering companies everybody wanted to get into)

To counter your anecdote with one, I work at a reasonably famous tech company in SF, and my manager has definitely elevated my productivity as well the amount of things I had visibility into.

I'm switching teams in a week and one of my big regrets is leaving my manager.

minor3rd · 6 years ago
I have a good manager right now. If that person hasn't had a good manager ever, then it might be one of those cases "if it smells like shit everywhere you go, check your own shoe".
minor3rd commented on Interviews with developers who became managers   devtomanager.com/... · Posted by u/siddhant
rb808 · 6 years ago
The problem is it really is a career change.

> I'll realize "That wouldn't have happened here before you rose up the ranks. You've made all of these people's lives better."

Yeah so what, they might like you (if they even find out its due to your hard work) but if you don't enjoy it what's the point? Eventually you'll be just another manager who doesn't have up to date tech skills and is due to get laid off.

I went into middle management. It sucked. I went back into a senior dev role, tiny pay cut but much more employable and fun.

minor3rd · 6 years ago
I'm a senior dev who could cross over if I wanted to, but when I see what the managers are doing on a day-to-day basis I realize I'm perfectly happy doing what I'm doing and making pretty solid money while I'm at it.
minor3rd commented on “Lambda and serverless is one of the worst forms of proprietary lock-in” (2017)   theregister.co.uk/2017/11... · Posted by u/peter_d_sherman
jasonkester · 7 years ago
I guess we have different philosophies then. My take is that software in production should not require maintenance to remain in production.

Imagine a world where you didn't need to spend a whole week every year, per project, just keeping your existing software alive. Imagine not having to put off development of the stuff you want to build to accommodate technical debt introduced by 3rd parties.

That's the reality in Windows-land, at least. And I seem to remember it being like that in the past on the Unix side too.

minor3rd · 7 years ago
You are looking to save yourself a week of time a year and then 3 years later for some reason or another you will HAVE to upgrade and good luck making that change when the world has moved past you.
minor3rd commented on The State of JavaScript 2018   2018.stateofjs.com... · Posted by u/WA
SnowingXIV · 7 years ago
This makes total sense too. I was so hesitant to use something besides Sublime forever, then I tested out Atom and it was slow (this has probably since been improved) and didn't offer much more so the trade off wasn't worth it for looking pretty. Bounced around a few others and then thought I'll try out the VSCode thing, hooked right away and it seems to keep getting better.
minor3rd · 7 years ago
Same experience as you. Thought I would always use sublime but my coworkers were so adamant about VSCode that I finally gave it a try. I don't even know that I can point to any single reason for it being better than Sublime -- feels like everything just works a little more seamlessly.
minor3rd commented on The State of JavaScript 2018   2018.stateofjs.com... · Posted by u/WA
thrower123 · 7 years ago
Yep, the Stockholm Syndrome. I still swear a blue streak when I get pulled from my nice backend world over to do some trivial UI work on the front-end, and it takes me frigging forever because there's no type system, and no compiler, and the tooling is stone age, and it takes me longer to run gulp and babel to build it to see changes than building my entire backend solution and running all my tests.

It's all we've got, but it is assuredly not good. Hopefully WebAssembly comes to fruition and we can leave this dark era behind.

minor3rd · 7 years ago
> to do some trivial UI work on the front-end

If that takes you forever, consider that it may also be your lack of familiarity as much as the lack of type system/compiler. Despite my preference for the back end, I have spent plenty of time on the front end and can pump out changes very quickly.

minor3rd commented on What if the Placebo Effect Isn’t a Trick?   nytimes.com/2018/11/07/ma... · Posted by u/sajid
SilasX · 7 years ago
Pretty sure they do that all the time?

Reminds me of the old joke, where a respected scientist is announcing he has some great cure for the disease of the day and is presenting the impressive results to an audience, when someone pipes up and asks:

'How did this compare to the control group?'

The presenter is indignant and says, "Excuse me? You're asking if I randomly selected half of these poor souls to be deprived of the medicine, just to see what would happen to them?"

'...yes.'

"Of course not! That would have condemned half of them to an avoidable death!"

'...but which half?'

minor3rd · 7 years ago
I love this. It's not even a joke really.
minor3rd commented on What if the Placebo Effect Isn’t a Trick?   nytimes.com/2018/11/07/ma... · Posted by u/sajid
david927 · 7 years ago
It gets quite strange:

A prominent placebo researcher, Dr. Fabrizio Benedetti, was able to show just how peculiar the placebo effect really is. After inducing pain in participants for seven days whilst treating them with morphine, Benedetti secretly switched the pain medication to salt water. Luckily for him, the participants’ reports of pain went unchanged. Then things got weirder. Benedetti didn’t want to stop there, so he [secretively] gave the participants a morphine blocker and, bizarrely, the participants found that their pain returned, suggesting a form of biochemical reaction to the salt water placebo.

So you give people morphine and it works (to block pain). Switch it secretly with salt water and it still works. Secretly add a real morphine blocker and it no longer works. Bizarre.

minor3rd · 7 years ago
> suggesting a form of biochemical reaction to the salt water placebo.

I know this was a quote from the article, but... Does it really suggest that? Isn't it possible something else is going on?

u/minor3rd

KarmaCake day128August 14, 2017View Original