jvisick

joined 1 year ago
[–] [email protected] 9 points 11 months ago* (last edited 11 months ago) (1 children)

No worries, the Democrats will do what the party does best with a majority - pretty much nothing.

Enough to say “see? We’re better than the other guys”, but not enough to even nudge the status quo.

[–] [email protected] 1 points 11 months ago (1 children)

Spotify pays artists based on how many listens their songs get, so if you can get a bunch of bots to stream your music over and over you can get a legitimate income stream.

In this case, they’re using their illegal income to pay people to use a botnet to stream their songs - which then means they have a nice legal income instead.

[–] [email protected] 1 points 11 months ago

But what if it was an African Swallow?

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

But have you heard of Rust? Rust has zero-cost abstractions! Zero cost!

[–] [email protected] 7 points 11 months ago (1 children)

Honestly, “it’s better than JavaScript” is a pretty low bar.

I don’t like PHP because I think the syntax is ugly and I’ve only used it on systems that are old and a pain to maintain, but I’ll also very freely admit that I have absolutely not written enough PHP to have an informed opinion on it as a language.

[–] [email protected] 2 points 11 months ago

At that point, just make a typescript engine so people don’t have to build their TS projects anymore

[–] [email protected] 3 points 11 months ago (1 children)

I agree! I don’t think 3?”stuff”:”empty” should work at all because I think it’s an insane way to type a ternary :) I’m also very open to admitting that it’s just my own strongly worded opinion.

I think that in most cases, syntactically significant whitespace is a horrible idea - the one exception being that you should have space between operators/identifiers/etc. I don’t care how much, and 4 spaces should have no more special meaning than 1, but I do think that using a space to indicate “this thing is a different thing than the thing before it” is important.

[–] [email protected] 10 points 11 months ago (1 children)

I can’t imagine anyone but a total novice disagreeing with this.

I can understand finding pointers hard at first, but I can absolutely not understand trying to argue that they aren’t useful.

[–] [email protected] 1 points 11 months ago (2 children)

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

[–] [email protected] 4 points 11 months ago (3 children)

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

[–] [email protected] 2 points 11 months ago* (last edited 11 months 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

[–] [email protected] 5 points 11 months 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.

view more: ‹ prev next ›