There have always been ghosts in the machine.

Warsaw
hahahaha
It takes a human being about 14 thousand brain-hours to learn to run. An AI can learn to do it in less than half as many CPU-hours, but the results are like this.
When I deliver exactly what the client asked for thecodinglove.com/when-i-del… #thecodinglove
3
10
The best way to write secure and reliable applications. thecodinglove.com/the-best-w… #thecodinglove
2
29
63
🔴 CODE REVIEW. 🚨😱 #thecodinglove
19
40
When someone tells me there’s a bug in my code thecodinglove.com/when-someo… #thecodinglove
40
87
Agata Malec retweeted
How to become a senior developer: - create a LinkedIn account - create a blog - publish a couple of blog entries how everything sucks - create a Twitter account - post a couple of pics from conferences - buy a Macbook Pro - post a couple of pics hacking from Starbucks
54
623
1,689
Agata Malec retweeted
53
3,745
6,777
For @ChallengeRocket competition, my friend created a system to collect statistics about birds visiting his garden. #AI he trained on google images recognizes birds with 93% accuracy. You can vote for his project here: challengerocket.com/pl/pawel… #sideproject #NeuralNetworks
1
2
Unreadable code (don’t know the source)
3
129
247
Here are the craziest things we saw at Mobile World Congress 2018 #MWC18
38
1,605
2,630
Agata Malec retweeted
Had a slight panic that the behaviour of transform-origin had changed in @GoogleChrome v64 until I discovered the marvellous new transform-box property - fab! developer.mozilla.org/en-US/… Demo via @CodePen codepen.io/catmackenzie/pen/… #SVGanimation #CSSanimation
6
42
156
Agata Malec retweeted
Not everyone can become a great screenwriter, but a great screenwriter can come from anywhere.
43
1,766
5,697
It's not maths taught me programming, but programming taught me maths. #maths #Programming
Given: var a = { b: 2, c: 3, d: 4 }; var b = {}; Most seem to think these are equivalent: 1. b = Object.assign({},a); 2. b = { ...a }; 3. ({ ...b } = a); 4. Object.assign(b,a); Not quite. Subtle differences.
3
24
77
Agata Malec retweeted
Elon Musk: I'm putting people on Mars! Developers: Fantastic, more timezones to support.
154
9,282
20,511
Agata Malec retweeted
I spent 4 hours debugging a multi-threaded lock contention bug in a CLI tool. Then I watched 2 rockets land up right on their assigned landing pads at the exact same time after launching a vehicle in space. I quit.
98
2,696
7,315