Listen

Listened to ⚡ Lightning Talk life ⚡ with Andy Joseph, Dylan Bourque, Cassie Coyle, Ehden Sinai, Jacob Hochstetler & Matt Dale (Go Time #327)
Post details
This episode focuses on the art of delivering concise Lightning Talks, a popular format at conferences worldwide where speakers present in a short timeframe. Joined by some of this year's GopherCon Lightning Talkers, we'll discuss their experiences, challenges & tips for effective communication within a limited time.

 Listen

Listened to "Jack Black Returns" on Conan O'Brien Needs a Friend
Post details
<p>Actor, comedian, and musician Jack Black feels magnificent about being Conan O’Brien’s friend.</p><p> </p><p>Jack sits down with Conan to discuss the appropriate use of beard oil, his Covid-era dance TikToks, the fake sketch injury that turned real, and attempting to ride a water buffalo.</p><p> </p><p>For Conan videos, tour dates and more visit <a href="http://TeamCoco.com">TeamCoco.com</a>.</p><p>Got a question for Conan? Call our voicemail: (669) 587-2847.</p>

 Repost

Reposted Dana Fried (@tess@mastodon.social)
Post details
Fuck everyone who uses "unalive" with zero sense of irony. Fucking socmed algorithm brain poisoning. Say "kill". Say "murder". Say "suicide". Say "rape". Say "pedophile". Say what you mean. If people need to not see or hear those words they'll use a filter. (Or if you're on a platform where you feel like you're forced to elide a word, make it obvious you know you're being censored and don't use stupid euphemisms like it's a totally normal thing to do.)

 Like

Liked Terence Eden (@Edent@mastodon.social)
Post details
In today's adventures of finding out weird things you can do with HTML… You should not put a `<style>` element anywhere other than the `<head>` So `<body><style> ...CSS...</style></body>` is an error. (It works, because browsers are tolerant.) But you *can* put a `<link rel="stylesheet">` element in a body. Obviously, that needs an *external* data source for the CSS. So you can cheat by Base64 encoding it! `<body><link rel="stylesheet" type="text/css" href="data:text/css;base64,LyoqCi…">`

 Like

Liked Jacky (is looking for work) (@jalcine@todon.eu)
Post details
Lukewarm take: using tabs instead of spaces isn't hard at all if you have a well-behaving editor. In my experience of a week now, it makes the resizing of code even a bit easier (you can make its width two spaces in more narrow views and expand it to four in larger ones). It sucks that it's hard to do this with Python. TBH it seems like it was a mistake for PEP8 to recommend (and in a way, enforce) the use of spaces. A bit of a "heated" discussion at https://stackoverflow.com/questions/120926/why-does-python-pep-8-strongly-recommend-spaces-over-tabs-for-indentation