of course it is one in a long tradition of tech-tangential songs, including this banger about the inevitable collapse of tech bubbles
Only Bayes Can Judge Me
of course it is one in a long tradition of tech-tangential songs, including this banger about the inevitable collapse of tech bubbles
This is extremely tangential to the areas of sneer interest, but seeing as this is the only technology related community I am in, I’m putting it here.
This song has been making the rounds on the charts/social media and I refuse to believe that it isn’t about the package management tool apt
Me when I code bad: PR knocked back.
AI when code bad: gigajillion dollars. Melted ice caps. CEOs fire their staff
I hate that I read this. This kind of thing only seems convincing to someone who already believes the core hypothesis (IQ and race science real), but for someone of the correct opinion (IQ and race science not real), it’s total garbage.
did scoot at one time have the mask on
no, he scooted by on people’s good faith
mv protonmail protrumpmail
It’s ok, it’s not your fault!
Did my regular check in of a q-pilled family member’s facebook page. Zuckerberg’s new fash turn is not being received well as he is being read as the worm that he is. i.e. they are still mad about the anti-vax fact checking.
It will instead be used to purchase another castle in which to perform SA
I wish that men would go to therapy instead of going full fascist. Fuck this whole society. The West cannot fall sooner.
yud, a technofascist, recently forming opinions against seed oils forms a poop ouroboros with the wellness to fascism pipeline.
For a fun 20 minutes or so, I recommend going through the recent enron “revival”. (It’s all satire)
Before reading the story I guessed that he had used chatgpt as a search engine and I was right! My best case scenario: law enforcement pushes for backdoors into chatgpt and poisons the codebase forever.
I did end up writing a code solution.
So basically the problem boils down to this:
A 1 bit full adder circuit with carry in/out is described as follows:
Si = Xi ^ Yi ^ Cini
Couti = (Xi && Yi) || (Cini && (Xi ^ Yi))
Where S is the output bit, X and Y are the input bits, and Cini is the carry out bit of bit i-1. For the first and last bits of the output, the circuits are slightly different due to carry in/out not mattering in the 0/last bit case.
Note that as said in the problem statement any input is correctly labelled, while outputs might be incorrect. You can then categorise each gate input/output as any of the elements in an adder circuit. You can then use set differences and intersections to determine the errors between categories. That’s all you need to do!
For example, you might have something like:
X && Y = err
if this output was used correctly, it should show up as an operand to an OR gate. So if you did:
(Set of all outputs of and gates) - (Set of all inputs to or gates), if something appears, then you know one of the and gates is wrong.
Just exhaustively find all the relevant differences and intersections and you’re done! To correct the circuit, you can then just brute force the 105 combinations of pair swaps to find what ends up correcting the circuit.
I did part 2 manually! I will not bother writing a code solution unless I feel like it.
AoC, so you thought you could dredge up my trauma as an EE grad by making me debug a full-adder logic circuit? How dare you. You succeeded.
I’ve probably learned that term at some point, so thanks for naming it. That made me realise my algorithm was too thicc and could just be greedy.
the writers of hey mickey have a writing credit on it, but the ting tings got shafted.