Mastodon Feed: Posts

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

@chriscoyier As someone that has worked on browsers for a minute now, I can tell you that "no incentive" is heavily influenced by capacity, and when you're as rich as Apple, capacity is a choice about values:

https://infrequently.org/2022/06/apple-is-not-defending-browser-engine-choice/

Apple does not *value* a free, open, interoperable, and vibrant web. Apple doesn't value having Mozilla in the world. It doesn't value a bigger and brighter future for the web. This is bad!

Mastodon Feed

kornel ("Kornel") wrote:

Yesterday I've got a bug report for pngquant, and found the bug. It was below the comment:

> it happens so rarely that there's no point doing something smarter

Yeah, I've replaced it with something smarter.

Mastodon Feed

slightlyoff@toot.cafe ("Alex Russell") wrote:

This post by @chriscoyier is the most generous case (to Apple) regarding the boot that Cupertino has been stamping on the web's face for a decade.

https://chriscoyier.net/2023/01/16/chokepoint/

What Chris identifies as "no incentive" to allowing alternative browsers is indistinguishable in practice from late-stage monopoly: when you've extinguished competition and reconfigured the world assuming it doesn't exist, it sure looks like a lot of work to allow it.

Mastodon Feed

Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
chriscoyier@front-end.social ("Chris Coyier") wrote:

Mastodon Feed

Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
nolan@toot.cafe ("Nolan") wrote:

Mastodon Feed

pzmyers@octodon.social ("pzmyers 🦑") wrote:

I wonder what the males in my spider colony think about my plans for them.

https://freethoughtblogs.com/pharyngula/2023/01/17/now-what-2/

Attachments:

Mastodon Feed

pzmyers@octodon.social ("pzmyers 🦑") wrote:

The sexual market value of males in my lab is through the roof right now.

https://freethoughtblogs.com/pharyngula/2023/01/17/now-what-2/

Mastodon Feed

blithe ("Blithe") wrote:

Never thought I would take comfort in the heavy mask usage in Oakland’s Chinatown but here we are. Thanks Covid.

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

aaaaaah Mexican Home (Live) by John Prine

https://pandora.app.link/x7REgNimFwb

Attachments:

Mastodon Feed

Reblogged by cstanhope@social.coop ("Your friendly 'net denizen"):
john@sauropods.win ("John Conway") wrote:

Attachments:

Mastodon Feed

Reblogged by cstanhope@social.coop ("Your friendly 'net denizen"):
brianbilston@mastodon.online ("Brian Bilston") wrote:

Attachments:

Mastodon Feed

Reblogged by blithe ("Blithe"):
cuchaz@gladtech.social ("Jeff Martin") wrote:

Attachments:

Mastodon Feed

Reblogged by kornel ("Kornel"):
brunoph@breakpoint.cafe ("Bruno Philipe") wrote:

Attachments:

Mastodon Feed

Reblogged by zack@toot.cafe ("Zack"):
0x1C3B00DA@stereophonic.space wrote:

Mastodon Feed

Reblogged by cstanhope@social.coop ("Your friendly 'net denizen"):
staltz ("André Staltz") wrote:

Mastodon Feed

pzmyers@octodon.social ("pzmyers 🦑") wrote:

It looks like the whole barrel is rotten clear through, so don't stop at the first bad apple you find.

https://freethoughtblogs.com/pharyngula/2023/01/17/one-bad-apple/

Attachments:

Mastodon Feed

pzmyers@octodon.social ("pzmyers 🦑") wrote:

The vultures are circling at news of Harriet Hall's death.

https://freethoughtblogs.com/pharyngula/2023/01/17/you-know-whats-worse-than-a-faceful-of-spiders/

Attachments:

Mastodon Feed

teller ("Siim Teller") wrote:

My first investment of 2023 announced – Grünfin! 🌱

New funding, additional B2B business direction. Grünfin now helps companies to set up a sustainability focused employee investment program. 🇪🇺 EU-wide coverage.

News here: https://investinestonia.com/estonian-green-investment-platform-grunfin-raises-e2m/

Mastodon Feed

Reblogged by xor@tech.intersects.art ("Parker Higgins"):
kaysarahsera@tech.intersects.art ("Sarah Kay") wrote:

Attachments:

Mastodon Feed

Reblogged by pzmyers@octodon.social ("pzmyers 🦑"):
MostlyHarmless@thecanadian.social wrote:

Mastodon Feed

pzmyers@octodon.social ("pzmyers 🦑") wrote:

I'm starting my semester with some hardcore spider vids.

https://freethoughtblogs.com/pharyngula/2023/01/17/a-stiff-shot-of-spiders/

Attachments:

Mastodon Feed

Reblogged by jeffsonstein ("Jeff Sonstein"):
HourlyOtters@botsin.space ("Hourly Otters") wrote:

Attachments:

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

https://www.gocomics.com/klibans-cats/2023/01/17

Mastodon Feed

Reblogged by nikvo@esperanto.masto.host:
fanjo@esperanto.masto.host ("Fanjo") wrote:

Mastodon Feed

Reblogged by jeffsonstein ("Jeff Sonstein"):
tradecraft@newsie.social ("Todd Brogowski") wrote:

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

Hallelujah (Vancouver Winter 2010 Version) by k.d. lang

https://pandora.app.link/E8yPDx3nEwb

Attachments:

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

your Three Miles Down (Live) by Gil Scott-Heron on Pandora

https://pandora.app.link/K1Ztx2EjEwb

Attachments:

Mastodon Feed

isagalaev ("Ivan Sagalaev :flag_wbw:") wrote:

Some useful suggestions so far:

- https://pygame-zero.readthedocs.io/
- https://woofjs.com/
- https://godotengine.org/

#programming #beginner #games

Mastodon Feed

xor@tech.intersects.art ("Parker Higgins") wrote:

weird how names only ever end in positive ordinals. it's a bold move but you should be able to name your child henry the negative seventh

Mastodon Feed

isagalaev ("Ivan Sagalaev :flag_wbw:") wrote:

Related, I'm trying to find what to teach her when she outgrows Scratch eventually. Looked into #pygame, and it's too low-level: you need to code your game loop and handle events, and stuff like that. Theoretically I could extract that into an ad-hoc "engine" and expose higher level things she could script, but I feel like some had already done this a thousand times already.