Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO (@red_pill_dev) 's Twitter Profile
Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO

@red_pill_dev

Fractional CTO. Getting things done myself or via others. AI, GenAI, teamwork, CI/CD, as well as Web Development, mostly JavaScript, React, Node and .NET Core

ID: 1288579978926465026

linkhttp://redpill.solutions calendar_today29-07-2020 20:59:56

572 Tweet

369 Followers

640 Following

Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO (@red_pill_dev) 's Twitter Profile Photo

Extension methods in C# were a terrible idea. All they do is making something appear a method of a class instead of a function with an argument. They make it hard to figure out where to look for the methods, especially in the modern world with 100s of Nuget packages in any app.

Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO (@red_pill_dev) 's Twitter Profile Photo

So much hype about LLMs writing code, but somehow nobody was even able to demonstrate an LLM reliably solving a practically important subset of tasks completely, without a human intervention.

Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO (@red_pill_dev) 's Twitter Profile Photo

If you see an AI consultant telling you they can generate code with AI to sell their services, remember that this is same kind of guy who promises to teach you stock trading for money but somehow does not use his knowledge to get rich.

Nick Taranov πŸ‡¨πŸ‡¦ | Fractional CTO (@red_pill_dev) 's Twitter Profile Photo

Sometimes I write unit tests, come up with the code, then understand how exactly the code should look like, reduce it to really simple form or external libraries calls and end up deleting the unit test as trivial to avoid multiplying code.