Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@kurtsh@mastodon.social
2024-10-03 17:26:27

Microsoft's Azure Quantum platform for QCaaS already supports 5 different Quantum Computing providers, not incl. Microsoft's own offerings:
✅ Quantinuum
✅ IonQ
✅ Rigetti
✅ Pasqal
✅ Atom Computing (NEW)
"Microsoft announces the best performing logical qubits on record and will provide priority access to reliable quantum hardware in Azure Quantum"

@x_cli@infosec.exchange
2024-10-07 06:59:16

Un constat : ça prend un temps infini de faire les sous-titres d'un podcast ou d'une vidéo.
Même en ayant un script pré-écrit, et qu'il faut simplement caler, si on est contraint Š un certain nombre de caractères par ligne, comme c'est notamment le cas avec le standard Podcasting 2.0 (32 caractères), c'est très très très long.
Hier, j'ai mis 2h30 pour un épisode de 21 minutes.
J'ai utilisé Aegisub, qui est un logiciel libre qui facilite la chose. Sans lui, j'y serai encore. Je recommande chaudement !

@kurtsh@mastodon.social
2024-10-03 17:14:53

"Microsoft and its collaborators on the Azure Quantum project have been consistently breaking new ground with quantum computing research projects, most recently by quadrupling the number of logical qubits they are able to create."
Microsoft Azure Quantum: Accelerating Discovery In The Quantum Age - Forbes

@x_cli@infosec.exchange
2024-10-04 13:32:55

Unpopular opinion on software development
Yesterday, I came across CI cultists.
They were preaching one should merge in main multiple times a day.
Quite frankly, I associate this behaviour to lab rats compulsively clicking the button to get gratifications (please don't do that to rats).
I think developers should refrain from becoming merge junkies. Code review is essential for good code quality. Automated tests suck at detecting logical errors, security vulnerabilities, and even decent code coverage.
Also, I believe pair programming is absolutely not a strategy to allow continuous integration. Everybody involved in the development process is drunk on their own bullshit reasons they made up to justify their poor design. Either the code review should be done by someone else, or the developers should sober up for a fortnight before code reviewing their own code.
PS: I am a software developer. I get drunk on my own bullshit as well.
#software #development #ci #codereview