any lack of polish now gets equated to ai slop
all fields: software bugs, bad movie, bad video game
before the audience would make a judgement about your skills, which was tolerable because you can get better
now they make a judgement about your character (lazy/fraud/etc)
my heart goes out to Israel
- the boy who is being told to say "mommy" while being beaten by other children
- the man who was alive getting hacked to pieces by a shovel
- the countless women bleeding from being repetitively raped
prayers and tears
FINALLY figured out what happened after Google kicked out my account as I updated to Antigravity 2.0
Apparently, google links are set as deep links to the Google app installed in my WSA. But because WSA is kinda shit for not handling the deep link properly it just did nothing
FINALLY figured out what happened after Google kicked out my account as I updated to Antigravity 2.0
Apparently, google links are set as deep links to the Google app installed in my WSA. But because WSA is kinda shit for not handling the deep link properly it just did nothing
.@google@antigravity I can't sign in to Antigravity at all on my Windows install. Nothing happens when I click the button except a temporary loading cursor. Changing the default browser doesn't help either.
Fact: Every programmer has a plan for how they would "re-invent the web without all the complexity" that they have spent significant time daydreaming about.
"Hashmaps are fast"
Ohh no they are not! Hash math is incredibly expensive. Avoid them if you can.
Sometimes O(n) can be cheaper than O(1). Sometimes O(n^2) is faster than O(1).
Time complexity only matters if you size of n is big enough for it to matter.