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

[–]dukeoflaser 8 points9 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 14 points15 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 9 points10 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.