jvisick

joined 2 years ago
[–] jvisick 1 points 2 years ago (2 children)

Can you clarify what you meant about types, then? Because I’m not sure I really understand your point there.

[–] jvisick 4 points 2 years ago (3 children)

Personally, I think that if you’d rather write foo?a:b than foo ? a : b, you’re probably insane

[–] jvisick 2 points 2 years ago* (last edited 2 years ago)

Not who you asked but I think they’re important for humans, but syntactically I don’t think they should matter.

It should be ok to add a line break wherever it makes the code more readable, but I don’t think a compiler should care whether some code is all on one line or 10

[–] jvisick 6 points 2 years ago

Mostly agree. I’m ok with single characters in a one line / single expression lambda, but that’s the only time I’m ok with it.

[–] jvisick 5 points 2 years ago

Building microchips is really hard and Taiwan has held a practical monopoly on the industry for a while now. It’s not that the US doesn’t have educated workers, but it wouldn’t surprise me that it is hard to find many qualified to build the actual facilities to manufacture microchips - most of the US’s involvement in microchips has been designing them and then handing those designs over to Taiwan for manufacturing.

[–] jvisick 5 points 2 years ago

C# is what I primarily write at work, and it’s honestly great to work with. The actual business logic tends to be easy to express, and while I do write a some boilerplate/ceremony, most of it is for the framework and not the language itself. Even that boilerplate generally tends to have shorthand in the language.

[–] jvisick 8 points 2 years ago (1 children)

The US can barely even put sidewalks where it’s convenient. I have very little hope for our local governments to add bike lanes to it.

[–] jvisick 1 points 2 years ago* (last edited 2 years ago) (6 children)

Hey man, I personally don’t mind it! I like to see people’s updates in their journey to learn something new.

[–] jvisick 5 points 2 years ago

1 hundredweight = (1 qt * 32) + 100.7, of course. It’s very intuitive.

[–] jvisick 1 points 2 years ago* (last edited 2 years ago) (9 children)

When you use the @rust tag, it creates a post on Lemmy - see here for your post: https://programming.dev/post/2222112

[–] jvisick 6 points 2 years ago (2 children)

I came across this one just yesterday and while it was convenient at first, I immediately got frustrated when I went to add some parameters and discovered it wasn’t actually curl

[–] jvisick 2 points 2 years ago* (last edited 2 years ago) (5 children)

https://docs.netlify.com/configure-builds/overview/?#basic-build-settings

You just need to configure your build command and most likely your publish directory. Netlify honestly makes it really easy.

The build command is whatever you’d type in your terminal to compile your react app, and the publish directory is wherever your build command creates your static assets.

view more: ‹ prev next ›