

Nice of Steam to warn you though.


Nice of Steam to warn you though.


My company dabbles in AI. A hardly abridged conversation with a bot I’ve read recently:
Hallo, Ich bin ein Bot. Wie kann ich Ihnen helfen?
(Hi, I’m a bot. How can I help you?)
Speak English, please.
Gerne antworte ich in Englisch. Wie kann ich Ihnen helfen?
(I’m happy to speak English. How may I help you?)
Caller disconnected
Yep, AI definitely is the future.


If you’re iterating over a whole array and need the index, like in ll.15f., you can instead write
particles.forEach((particle, i) => {
// loop body
})
There may be a performance hit (I haven’t tested it) because you’re invoking a function on each iteration. And it’s mostly a stylistic choice.


Line 10: indentation


Is “syntax” a bad word now? Don’t dumb things down for students, elevate the students!


I take it it’s not pasteurized? I’ve never had milk go bad on me. But then I’m living in a country that takes food safety seriously.
Are you sure the container was sealed when you bought it?


Luckily I learned programming when I was already using the NEO layout. I couldn’t imagine typing parentheses and the like in German…


Imagine thinking about what you’re going to code beforehand. What a world we live in!


Single responsibility. I deplore my backend developers who think that just because you’re mauling a single (Java) stream for an extended operation, it’s ok to write a single wall-of-text, 5 lines long, 160 characters wide. Use fucking line breaks, for fuck’s sake!
Sometimes there’s literally no other way (that I know of). When you’re debugging concurrency issues, stopping all time with a debugger just isn’t an option.
For every department, IT knows of a canary. If that person of … questionable mental ability … finds their way around the new systems, everyone else will, too.
WTF‽ I’m a web dev for 5 years, 8 if you count university, and I’ve never heard about bookmarklets. Why would that even begin to work?
Man, this is so amazing!


If you count the programming language you use as ‘platform’, then yes. Python rounds both 11.5 and 12.5 to 12.
WhatsApp: “You may have unread messages”
Thanks, WhatsApp. Aren’t you useful.


I don’t use smart phones a lot, so feel free to disregard my opinion. But to me, swiping to the left means “next”, like turning a page in a book. If you wanted to leave the site, you’d go ‘back’ to where you came from, which means swiping from left to right to me.


It’s the first time I’ve seen it. Are we supposed to memorize the specific length of each hashing function now?


This has literally nothing to do with Ubuntu.


The volume meter is cut off on my old version. I assume that Audacity reads the dimensions of my internal screen (2560px) instead of the one I’m actually using (1920px) when computing the width of the meter.
Because the internet revolves around communication and communication is fostered by standardization such as consistent spelling. If you don’t want to communicate in a way people easily understand, then don’t. Pretending to adhere to the rules and then throwing a curve ball throws a lot of people off for no purpose, including me. That’s why it’s annoying.