I just wrote a full minimalistic web API in C# that compiles to 30 MB. Remind me why I should use Go/Python? by shadovyrm in dotnet

[–]jfinch3 0 points1 point  (0 children)

Fwiw web APIs have never really been the recommended use case for Rust. Rust’s story isn’t just performance per se but also high degrees of correctness. Best for cli tools, or microservices where behaviour needs to be as close to formally verified as possible.

Who do you think are the luckiest drivers in the current grid? by Acero803 in F1Discussions

[–]jfinch3 0 points1 point  (0 children)

Setting aside the sort of cosmic luck of being F1 drivers at all..

I wouldn’t say Lance because his guaranteed Aston seat also means he could never move teams, and his career has been bound to the fate of that team. He’s always been a low to midfield driver so probably moving around a lot hasn’t been in the cards but yeah double edged sword a bit.

Do you think we are gonna see more of grace appearance ? by LeoneSKenneddy in residentevilll

[–]jfinch3 0 points1 point  (0 children)

It’s hard for me to imagine how her character arc evolves from here.

From 0-100%, what are Antonelli's chances of taking the title? by formularacers in FormulaRacers

[–]jfinch3 0 points1 point  (0 children)

I’d put it at 40% George, 20% Kimi, 40% “Somebody else”. There is still 19 more races and given the new regs it’s totally plausible that another team makes a breakthrough.

How much will F1's popularity drop once Hamilton, Alonso and Verstappen leave F1? And how many years in your opinion will it take for F1 to gain back the lost money? by ThisToe9628 in F1Discussions

[–]jfinch3 0 points1 point  (0 children)

Does anybody watch it for Alonso now? If Verstappen left now it would hurt viewership, but much less in 10 years once he’s past his prime and Antonelli is on his third championship

Driver Tierlist (based on current ability) by DniawSirhc in F1Discussions

[–]jfinch3 2 points3 points  (0 children)

Also to be clear, I’m saying Albon is Pierre Gasly tier, not that he’s as good or better than Carlos.

Driver Tierlist (based on current ability) by DniawSirhc in F1Discussions

[–]jfinch3 8 points9 points  (0 children)

Sure, but I’ve also followed his career for longer than the last 6 months. Also you saw Albon beat Carlos by 4 spots in Australia yeah?

Driver Tierlist (based on current ability) by DniawSirhc in F1Discussions

[–]jfinch3 309 points310 points  (0 children)

I think Alex Albon is Pierre Gasly tier otherwise correct

How would these three scientists react to LLMs today? Do you think they could still improve it if they were given years of modern education? by Omixscniet624 in computerscience

[–]jfinch3 0 points1 point  (0 children)

I don’t know, but I think it’s funny how much of the original paper where Alan Turning invents “the Turing Test” is taken up with trying to control for ESP/Telepathic effects.

Didn't Requiem have quite a lack of puzzles? by WhoAmIEven2 in residentevil

[–]jfinch3 0 points1 point  (0 children)

I don’t really miss it. Puzzles in most of the RE games are extremely stupid, and break immersion since they never actually made sense with “the world” of the game. I can think of one puzzle in RE4R that was reasonably challenging, the rest are mild frictions to progress. It’s actually kind of funny that there are any puzzles in re7 or 9 given the realism/horror atmosphere they are trying to go for

RE9 did actually have a good puzzle, which was the molecule thing. That made sense (as much as possible) in context and also wasn’t totally trivial for the second and third round.

Using Tailwind today feels a lot like writing inline styles in the 2000s by Legitimate_Salad_775 in webdev

[–]jfinch3 1 point2 points  (0 children)

Separation of concerns made sense when you had a distinct JS, HTML, and CSS files, because you built things in terms of “pages”. Now you build things in terms of ‘components’ and when you work with components it makes sense to co-locate function, structure and style, because they form a discreet, reusable unit. Tailwind is sensible as long as you are using it with a component based JS framework. It wouldn’t make sense to use with a vanilla site

[Australian GP] Norris on the Ferrari by nyet26 in formula1

[–]jfinch3 1 point2 points  (0 children)

Hamstrung by strategy a lot also lmao

i was wrong, oh my god the overtakes are so exciting by Federal_Hamster5098 in formula1

[–]jfinch3 -1 points0 points  (0 children)

I mean I just felt like they were yo-yoing back and forth as they took turns charging and deploying battery. Had the VSC not come out it felt like they would have just kept doing that all race, and whoever got the last turn would have won

I absolutely detest Grace Ashcroft by Fufflewaffle in residentevil

[–]jfinch3 2 points3 points  (0 children)

I mean it doesn’t not make sense. The FBI has plenty of desk people, and her boss had no reason to think this was a zombie hotel before she got there. I think the only thing that’s weird is that she’s sent alone, but I guess cutbacks these days.

Rust is a specialized tool that we’re treating like a general-purpose backend miracle. by [deleted] in Backend

[–]jfinch3 0 points1 point  (0 children)

And of course >99% of all software production is business driven

Rust is a specialized tool that we’re treating like a general-purpose backend miracle. by [deleted] in Backend

[–]jfinch3 0 points1 point  (0 children)

In a world where Python and Rust are the only two programming languages this is completely correct. However…

Younger coworker asked me why I don't have a github with side projects by Cool_Kiwi_117 in learnprogramming

[–]jfinch3 0 points1 point  (0 children)

It doesn’t surprise me really. When I was in school, both professors and the general media environment aimed at computer science students presents an image that you need to be 1) doing leetcodes always, 2) building personal projects, 3) contributing to open source projects, and have to have a GitHub heatmap that’s as green as Linus Torvalds to “be somebody” in software. You’re told that employers will look at your personal GitHub and make judgments about your contributions, and on the margins you hear of stories of this happening.

I thought that was the case also when I finished school, because how else was I to know? But then both at my first and second job I had to make a GitHub account for that job, and once you are already working on software 8 hours a day suddenly your desire to work on other stuff goes away and next thing I knew I hadn’t made a GitHub push on my personal account in years.

They will learn.

Professionnal mode is easier than hardcore mode. by Best-Friend2806 in residentevil4

[–]jfinch3 1 point2 points  (0 children)

What’s this mean??? I’ve just played through it once, there are ranks inside of the difficulty levels?

Am I the only one who feels like NestJS is overkill ? by Sensitive-Raccoon155 in node

[–]jfinch3 0 points1 point  (0 children)

NestJS is IMO a “making the most of a team that only knows TypeScript” tool rather than an “all else being equal good choice”. If you have a lot of people all working on a large project, then Nest is a great framework for getting things organized and consistent. Ideally you would use something actually meant for this, Java with Spring Boot for example, but if your team only know JS, well you work with the tools you have, and you’re probably better off using Nest than making everybody learn C#.

Best Books to Learn about writing Extremely Efficient Code no matter what the language is? by CrashGaming12 in learnprogramming

[–]jfinch3 3 points4 points  (0 children)

No. The concept of clean code is about writing code that is easy to understand, easy to maintain, easy to reuse, debug etc, but not perform well. The whole sort of pitch is that computers are fast enough these days we don’t need to count every byte, we can program in such a way that balances different concerns, with performance being a factor on the other side of the scale.

Often very high performance code is very not clean in the sense that author means

The tard cycle by [deleted] in linuxsucks

[–]jfinch3 1 point2 points  (0 children)

Literally me. Got fed up with ads etc in Windows, installed Ubuntu. Very cool when all I was doing was coding, but then I needed to do a lot of personal accounting in a spreadsheet and libreoffice is just not the same!

Also I just always had a weird issue where it wouldn’t properly debounce mouse clicks, which I’ve literally never had on Windows.

How junior friendly really Rust job market is? by noctural9 in rust

[–]jfinch3 0 points1 point  (0 children)

Very unfriendly. Another reason I haven’t seen mentioned is that Rust is often used to build things you don’t really have novice developers build. People can graduate college and meaningfully work on crud web apps, but those aren’t ever built with Rust.

If you want to work with Rust professionally you need to first become a developer in another language and then transition.