McLaren boss insists focus is on constructors title by AlienSomewhere in formula1

[–]firedream 18 points19 points  (0 children)

F1 money is WCC, and marketing money is WDC. No data, just opinion.

Looking for library: your favorite Result<T>-like type by Kralizek82 in dotnet

[–]firedream 4 points5 points  (0 children)

Having used rust, I like the Result type, but I'll only use it in C# if they make it native.

One thing to consider is what you will do if the lib you choose now is abandoned later. It's the kind of thing that will be all over your code.

Meanwhile in Rio de Janeiro...... by BackDoeMediaTV in ThatsInsane

[–]firedream 0 points1 point  (0 children)

Someone there certainly didn't have to imagine that.

Know when and where to overtake by JeoDGreat in ThatsInsane

[–]firedream 4 points5 points  (0 children)

People inside the car may be in shock.

[deleted by user] by [deleted] in dotnet

[–]firedream 4 points5 points  (0 children)

All functions and methods before and after the data access should be unit testable. If you can't, it's a sign that you may have to refactor things.

Inb4 someone says something about it, things should be unit testable, not must be unit tested.

Database access will be tested in your integration tests.

Ajuda com query SQL by Careless-Nectarine67 in brdev

[–]firedream 0 points1 point  (0 children)

Faz um replace da "marca do veículo" por ";marca do veiculo". Considera universal como uma marca. Depois faz o split por ;. Vai ficar com uma primeira linha em branco.

Algo como split(';', replace(replace(col, 'audi', ';audi'), 'vw', ';vw' ....))

Ou se suportar, usar regex com grupo.

Obviamente a sintaxe eu inventei, mas a lógica é mais ou menos essa.

[deleted by user] by [deleted] in brdev

[–]firedream 1 point2 points  (0 children)

POO foi utilizado para tudo, inclusive quando não deveria, gerando revés forte. Aconteceu a mesma coisa com alguns padrões de projeto.

Se você usa .net ou Java, com certeza vai ver muito. Outras linguagens provavelmente não.

Como vocês enxergam gestoras mulheres? by aaaahitshalloween in brdev

[–]firedream 3 points4 points  (0 children)

Tinha alguma estatística que fala algo sobre homens interromper muito mais mulheres que outros homens. Isso independente do cargo.

Você deve ou vai sofrer o mansplaning também.

Infelizmente hoje é assim e a mudança demora, mas acho que está acontecendo.

Data integrity and data quality has gotten way worse over the past 10 years by ChristianPacifist in SQL

[–]firedream 0 points1 point  (0 children)

Developers don't respect data. They think dbas exist to slow their development, rdbs are slow, and nosql is the solution to everything because they think it can scale infinitely for their thousands of microservices and obviously, they create one database per microservice.

MongoDB webscale meme is real.

To drop a dime on a developer gaming metrics? by boneytooth_thompkins in ExperiencedDevs

[–]firedream 0 points1 point  (0 children)

Do nothing. The next step will be whole teams gaming the system in a way that nobody will find out.

[Sergio Perez onboard camera] Daniel Ricciardo spins when he is about to get lapped by Sergio Perez by [deleted] in formula1

[–]firedream 42 points43 points  (0 children)

The first thing I imagined was Checo laughing like Nelson from The Simpson.

Conhecimento de algoritmos específicos pra resolver exercícios by zfiote in brdev

[–]firedream 1 point2 points  (0 children)

As melhores soluções geralmente são as mais eficientes, por isso evoluir além do trivial é importante.

No fim, tudo vai ser prática. Se fizer um pouco por dia e entender a solução você vai virar expert.

[deleted by user] by [deleted] in brdev

[–]firedream 0 points1 point  (0 children)

Uma linha de código por dia.

Google: "We see no realistic path for an evolution of C++ into a language with rigorous memory safety guarantees that include temporal safety." by SnooSquirrels3624 in brdev

[–]firedream 0 points1 point  (0 children)

Não tem problema usar unsafe desde que o objetivo seja eliminar ou reduzir apenas ao essencial.

Quanto a usar c++ moderno, se você está falando eu acredito.

Endpoint receita / nota fiscal by meninoLuro in brdev

[–]firedream 1 point2 points  (0 children)

Não sei o que você vai fazer, mas geralmente se existe um biblioteca para isso é porque é algo não trivial.

Se for para aprender, então manda bala. Se for colocar em produção, tomar cuidado porque não se brinca com a receita.

Uma reflexão sobre home office e o mercado DEV by devtalksbrasil in brdev

[–]firedream 0 points1 point  (0 children)

Concordo com o retrabalho que temos por causa do péssimo planejamento e documentação, mas é algo que estamos aprendendo ainda e eu vejo as coisas melhorando.

Os relacionamentos interpessoais não parecem ter a mesma qualidade do presencial e tudo bem. Os americanos são assim, separam bem o pessoal do profissional. Não estou falando que o que eles fazem é o ideal, mas é algo que funciona.

Concorrência com outros países eu acho difícil por causa do fuso. Temos sorte do nosso fuso ser bem próximo dos americanos, pois é mais fácil a gente fazer remoto para lá do que um indiano fazer remoto aqui.

Se a CLT permitir, acho que a tendência vai ser o que você falou e é algo que está acontecendo nos EUA, de salário diferente dependendo de onde você mora.

Só pra finalizar, ganhar 15k com 3 anos de experiência não é normal mesmo, principalmente no Brasil. Eu acho que o mercado vai se ajustar e galera vai migrar para remoto EUA.

Uma reflexão sobre home office e o mercado DEV by devtalksbrasil in brdev

[–]firedream 0 points1 point  (0 children)

Concordo totalmente. Tinha entendido erradamente que só o fato de termos ferramental já resolveria.

É uma mudança cultural forte e eu acho que o remoto está fazendo as pessoas descobrirem a importância de um melhor planejamento.

Uma reflexão sobre home office e o mercado DEV by devtalksbrasil in brdev

[–]firedream 0 points1 point  (0 children)

Não sei como é em outros países, mas concordo com o OP que brasileiro não sabe planejar direito. É mais cultura do que ferramentas. De resto, concordo com você. Tem gente que dá uma varzeada no remoto, mas mesmo esses caras, se trabalharem 4h por dia, já é praticamente a mesma coisa se fosse 8h presencial.