lightsecond

joined 1 year ago
[–] lightsecond 4 points 1 year ago

Oh! I missed that. This sounds much nicer. Probably not for /c/rust though. Like someone else said, this community already has good engagement. I think you should target large non-technical subreddits like AITA. Those will take time to pick up on Lemmy.

[–] lightsecond 8 points 1 year ago (2 children)

Have you checked out https://lemmit.online?

I don’t know how i feel about a bot posting content from Reddit. Your project legit looks cool, but I personally block lemmit because these posts give me the feeling of abandoned cities. I was on reddit for the discussions. Same for lemmy. Posts without comments are boring.

[–] lightsecond 36 points 1 year ago (1 children)

No. His father was an amateur dancer.

[–] lightsecond 14 points 1 year ago (1 children)

React and Vue already have lots of libraries, components, and know-how. You can also move from CSR to SSR and back depending on your requirements.

[–] lightsecond 16 points 1 year ago

That’s exactly how we got Javascript on the backend in the first place. I remember when this was the new “weird” thing.

[–] lightsecond 6 points 1 year ago (1 children)

Now just add an option to chat and we’re good to axe YT Music.

[–] lightsecond 1 points 1 year ago

That’s true, and you can also combine multiple errors to have a single catch block or handle each error separately. The perfect dataset for this comparison will need to be written. Code golf data is good enough for a non-academic fun analysis like this one.

[–] lightsecond 5 points 1 year ago (2 children)

I think code golf is a great dataset for this kind of analysis specifically because they are artificial and people are paying attention to the number of characters used. Leetcode solutions might be a better option though.

In real world projects there are too many confounding factors. People aren’t implementing servers in brainfuck or websites in C. Even rewrites of a project into another language have more/fewer features. So it’s an apples to oranges comparison.

[–] lightsecond 4 points 1 year ago

My mileage has indeed varied.

[–] lightsecond 13 points 1 year ago (1 children)

Some things have gotten better, but some have gotten worse. I’ve always thought that the analogy of older flagship phones fits this perfectly.

Is your current budget android more common on the streets than a flagship from 4 years ago ever was? Yes. Does it have a comparable processor, and camera? Maybe. Is the build quality better? Hell no.

[–] lightsecond 3 points 1 year ago

It’s the same with Python support.

[–] lightsecond 2 points 1 year ago

Yeah. Build machines should never have had internet access. Any dependencies your product uses should be downloaded once and then cached in your own artifactory. If you don’t, what you deploy in production could be different from what you tested in staging. That can allow attacks like this to happen much more easily.

view more: ‹ prev next ›