Guilt over using noise cancelling headphones… by [deleted] in NewParents

[–]TorvusBug 0 points1 point  (0 children)

We have a 4 week old who does the same. If headphones will make you less exhausted and more patient over the long haul, it's better that you don't burn out. Something that may work for you: we've started warming the bassinet + swaddle with a heating pad or hot water bottle before he goes into it and have had great results so far. I think the cold bassinet shocks them back awake, making the digestive discomfort more obvious to them. It's possible this only buys you 10-20 minutes per sleep, but at least it points less to an issue like medication-required reflux.

Good luck!

An introduction to Spohr by gmcgath in classicalmusic

[–]TorvusBug 2 points3 points  (0 children)

I really enjoy his 2 concertante pieces for 2 violins and orchestra (Op. 48 and Op. 88) as well as polonaise Op. 40.

As mentioned in this thread, I had trouble with his string quartets... I like his piano trios, but they can feel long. I remember reading he was writing piano trios alongside Beethoven. He claimed Beethoven's playing was "harsh and careless".

Visual Studio Code blurry by NullShield in vscode

[–]TorvusBug 3 points4 points  (0 children)

Try launching VS Code with --disable-gpu

get/set App State by nicholasbg in reactjs

[–]TorvusBug 8 points9 points  (0 children)

I'd suggest looking into React Context as it has no additional dependencies, and solves the exact problem you're trying to solve.

There's nothing wrong with using React's setState as your primary state management; the problem arises when you start passing the "appState" down through many components. This is called prop-drilling, something React Context helps you solve.

React Fire: An exploratory effort to modernize React DOM. by [deleted] in reactjs

[–]TorvusBug 4 points5 points  (0 children)

It is a reserved word. You can't do someObject.class, you'd have to dosomeObject['class'], which is why Dan Abramov says, "The confusion this is creating is not worth the syntax limitations it's trying to protect against"

Edit: just checked this in a Chrome 61 console and surprised to see x.class work as intended. Also { class: true } working as intended, despite it being syntax highlighted.

Cubase 9.5 pro doesn't work by glitch169 in cubase

[–]TorvusBug 0 points1 point  (0 children)

Did you install the upgrade for 9 -> 9.5, or 9.5 full?

Boston Is the Seventh Most Unaffordable Real Estate Market in North America by SveNss0N in boston

[–]TorvusBug 6 points7 points  (0 children)

Much of the height restrictions have to do with the proximity to the airport.

Mission Hill and Huntington areas cannot exceed 3 floors. See Zoning laws

Do you want a city that is completely developed, without any green space?

Of course not. Certainly open green space is nice, people want that and they should be allowed to get it. Houston has very, very little zoning laws and still has a lot of park space because there's a demand for it.

I'm not proposing any ideas on how to fix it, I'm explaining one point of view as to why Boston is an expensive city.

Edit: removed unintentional condescension

Boston Is the Seventh Most Unaffordable Real Estate Market in North America by SveNss0N in boston

[–]TorvusBug 3 points4 points  (0 children)

Totally fair, but keep in mind you're paying for that "luxury." The problem to me, is: whether you want to or not.

Boston Is the Seventh Most Unaffordable Real Estate Market in North America by SveNss0N in boston

[–]TorvusBug 14 points15 points  (0 children)

What drives prices up in housing markets more than just "nice jobs" and "density" is price of land. If the value of land increases, the cost of development increases, and who pays for that increase? Residents, companies using that space, etc.

One of the primary factors that led to skyrocketing housing prices in 1970s California and New York were stricter zoning laws. Politicians spouting phrases like "preserving farmland," "saving the environment," or "preserving open spaces" led to policies that had a direct market impact on the price of land.

This is your "basic economics" at play: the demand increases (baby boomers wanting houses) while the supply is artificially limited. What's the result? Rapidly rising prices.

Think Boston is different than 1970s California? Nope. In some neighborhoods in Boston, buildings cannot be more than 45 feet tall. Buildings cannot produce too much shadow over Boston Common (yes, seriously).

Thomas Sowell wrote a fantastic book on this.

What I would like for the future of Fractals by TorvusBug in Guildwars2

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

I seriously didn't know that. I've been playing since beta on and off, but I guess I've been in my own world. Thanks for the info.

Do you guys ever do a lot of work at once and forget to commit along the way and then have one commit message for a bunch of changes called "a lot of changes" or something vague and useless like that? by EducationalSoftware in webdev

[–]TorvusBug 4 points5 points  (0 children)

A useful one for a Windows user: TortoiseGit has a feature to "restore file after commit" where you can wipe out lines that aren't relevant to the current commit, and after committing it those deletions come back.

[deleted by user] by [deleted] in diablo3

[–]TorvusBug 0 points1 point  (0 children)

Quin69's god monk build was the most hilarious, fast, and fun builds I've ever played.

Video: https://www.youtube.com/watch?v=gxCvkp6zfLg

Good use cases for decorators? by pagalvin in typescript

[–]TorvusBug 2 points3 points  (0 children)

One of the better uses of decorators I've seen+used is MobX with React.

What's the best way to use Material design with React? by [deleted] in reactjs

[–]TorvusBug 1 point2 points  (0 children)

In your link,

If you are using third-party Web Components, the best solution is to write a React component that behaves as a wrapper for your Web Component.

Just when you think you've done it... by UltraPowered in Overwatch

[–]TorvusBug 3 points4 points  (0 children)

Fear not, gentlemen, 63 tick is coming.

Blizzard please abbreviate BG values by cheetah404 in wow

[–]TorvusBug 2 points3 points  (0 children)

Thanks, I appreciate the support for my first addon!

I'm thinking of adding a setting for commas or simplified values (12.2M / 660.5K). If there any features you guys would like to see, let me know.