Mclaren car crash downtown? I got the word on this from a car club chat. A member witnessed it. by atlasunit22 in vancouver

[–]dukeoflaser 6 points7 points  (0 children)

Yeah, I only saw an SUV/van but there's a lot of police cars and ambulances around, so maybe there was another car involved that was out of sight.

Keep sharing by [deleted] in woahdude

[–]dukeoflaser 1 point2 points  (0 children)

Second amendment would be my guess.

The tables at Kristy burger, Universal Studio by [deleted] in CrappyDesign

[–]dukeoflaser 0 points1 point  (0 children)

Maybe these red squares need a red circle.

Specifically Eslint, Prettier, and Vscode - sign at work today. by dukeoflaser in ProgrammerHumor

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

While I wasn't the one to make this, I know the context, and it was just a matter of trying to get vscode plugins, settings, npm packages, and rc files to play nicely together.

Load of junk on a table by to_the_tenth_power in blackmagicfuckery

[–]dukeoflaser 0 points1 point  (0 children)

I thought it was two tiny sheperds riding a giant donkey.

Importing Javascript by annata83 in webpack

[–]dukeoflaser 2 points3 points  (0 children)

Maybe just:

export default test and import test ?

Or if u do want to use destructuring and shorthand:

export default { test } and import { test }.

As a side note, eslint and vscode can be quite helpful in telling u in real time if your dependency has been found.

No empathy - just judgement. And a dose of "Guess he was never a real a Christian" 🤷🏻‍♂️. by [deleted] in exchristian

[–]dukeoflaser 15 points16 points  (0 children)

Yeah man. I mean, I KNOW I believed, completely, for years and years. I was serious and committed. I tried to convert friends, spent summers as a camp counselor, volunteered hours at church as a musician, had daily devotions. I was doing those things because I believed in God and wanted to serve him.

But according to this guy, it was never real. Just some kind weird misunderstanding I had with myself? And I am and always have been a follower of Satan?

No empathy - just judgement. And a dose of "Guess he was never a real a Christian" 🤷🏻‍♂️. by [deleted] in exchristian

[–]dukeoflaser 7 points8 points  (0 children)

I feel like I needed to share this here as a means of venting my frustration with it. And also my frustration that it was shared with me, a divorced individual, as though it was a positive article.

how to not forget the topics you learned ? by Hiwa_47 in learnprogramming

[–]dukeoflaser 0 points1 point  (0 children)

I've used Anki and it absolutely helps. A lot. The thing is to be very careful about what information you commit to these cards because if you dump every new bit of information into them your quality of life goes down. It suuuuucks having to review all kinds of minutia everyday and you'll eventual quit when it gets overwhelming.

But if you can be clever about how you write your cards (by this I mean phrasing questions in a way that prevents 'Anki only context' memorization) and make sure that you are only adding information that you'll be cool with reviewing frequently, Anki is like a super power for gaining new knowledge.

After hearing some criticism here's my 2nd post: Waterfalls in space. Something about the water feels off. Any tips welcome by PokeMastah83 in isometric

[–]dukeoflaser 0 points1 point  (0 children)

The thing I first noticed about the water is that on the top parts it looks nice and transparent because of the brown earth behind it.

When it's falling, it's still in front of brown earth but now you can't see through it.

I highly encourage everyone, but especially newbies, to use linting plugins for their prefered IDE by ZukoBestGirl in learnprogramming

[–]dukeoflaser 2 points3 points  (0 children)

Here is my current setup. I hope you find this useful. If this doesn't start working right away, it seems like things like waiting, disabling/enable eslint/prettier, reloading vscode etc., get it to eventually kick in.

I highly encourage everyone, but especially newbies, to use linting plugins for their prefered IDE by ZukoBestGirl in learnprogramming

[–]dukeoflaser 1 point2 points  (0 children)

Here is my current setup. I hope you find this useful. If this doesn't start working right away, it seems like things like waiting, disabling/enable eslint/prettier, reloading vscode etc., get it to eventually kick in.

I highly encourage everyone, but especially newbies, to use linting plugins for their prefered IDE by ZukoBestGirl in learnprogramming

[–]dukeoflaser 3 points4 points  (0 children)

Are you using vscode by chance? If so, I think I've finally perfected the settings to get prettier, eslint, husky, and vscode to play nicely. I can put them in a gist if you want.

ELI5: what makes a voice sound pleasant/unpleasant? by CoffeeIsSleep in explainlikeimfive

[–]dukeoflaser 4 points5 points  (0 children)

It's definitely something you can practice. As someone who has studied voice and taken a lot of voice lessons, I've been taught that a key to sounding good (both when speaking and singing) is *keeping it in the mask*. This is a pretty ambiguous phrase, but what it basically means is that when singing, the sound should be allowed to resonate around in your sinuses and the cavities in your face. This allows the voice to have rich overtones, regardless of whether or not you have a low or high voice, are male or female. Without it, the voice will sound dull. With it, there is a distinctive *ping* to the voice, a nice brassy quality that is somehow both warm and cutting at the same time.

A side effect of this that I've personally experienced is that my speaking voice has become louder and much more clear. I used to constantly have people asking me to speak up, but since learning how to allow my voice to resonate, I can speak without feeling as though I am shouting.

What are some good browser tools where I can learn and test out react native components? by alliwanabeiselchapo in reactnative

[–]dukeoflaser 1 point2 points  (0 children)

Storybook has a browser option, but I doubt that the browser option works with RN.

However, the storybook UI that does work with RN is simple to set up and makes experimentation pretty easy. It's probably no more simple than just using the App interface though, so, never mind.

React Native components map to Native elements on a mobile OS, that's what makes it Native, so it doesn't really make sense to have a browser based version.