Roaming cats cause carnage as law revamp stalls
Concerned carers in WA say roaming pet cats will kill thousands of native animals while the state government debates changes to cat laws. ⌘ Read more
MacOS Tahoe 26 Feels Slow? Try These 6 Performance Tips
Some Mac users who have updated to macOS Tahoe 26 feel like the new operating system runs slower than their prior MacOS installation did. Reports online suggest there can be general sluggishness and lagging performance, sometimes with frame rate drops and stuttering animations on the screen, or even when typing. Other users in various forums … Read More ⌘ Read more
Thanks to a blog post by ~solderpunk and the presence of ImageMagick on my pubnix, all of my weirdcore art (apart from the animated works) is now under 32K in size! Honestly, I’d say the lower JPEG quality actually adds to the vibe of the images: something from the early web, taken permanently out of context and long forgotten.
@movq@www.uninformativ.de Interesting, yes. I didn’t know that.
No AI being used is really great. However, the same clips shown over and over again and some images being mirrored was quite annoying to me. Also, there were some quite terrible computer animations and sometimes the narration and picture didn’t match at all. Talking about the medieval period and then showing an image from the 18th hundred or so. What the heck?
These production issues made me sceptical pretty much early on. So I quickly crosschecked Wikipedia. But it seems spot on from what I’ve read. Very good. Also, the narrator’s voice was really nice to listen to.
Eels are fascinating creatures. :-)
Interactive demo of #shapely’s centroid for the triangle :)
import py5
from shapely import Polygon, Point
def setup():
py5.size(400, 400)
py5.stroke_join(py5.ROUND)
def draw():
py5.background(200)
pts = ((100, 100), (300, 100),
(py5.mouse_x, py5.mouse_y))
xs, ys = zip(*pts)
cx = sum(xs) / len(xs)
cy = sum(ys) / len(ys)
tri = Polygon(pts)
py5.no_fill()
py5.stroke_weight(1)
py5.stroke(0, 200, 0)
py5.shape(Point(cx, cy).buffer(5))
py5.stroke(0, 0, 200)
py5.shape(tri.envelope.buffer(2))
py5.shape(tri.envelope.centroid.buffer(5))
py5.stroke_weight(3)
py5.stroke(0)
py5.shape(tri)
py5.fill(0)
py5.shape(tri.centroid.buffer(2))
py5.run_sketch(block=False)
DeprecationWarning: 'mode' parameter is deprecated and will be removed in Pillow 13 (2026-10-15)
img1 = PIL.Image.fromarray(my_array, mode="RGB")
So I went to see the documentation:
https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray
And came out empty handed, that is, couldn’t understand what to do instead :(
And the plot thickens:
https://github.com/python-pillow/Pillow/pull/9063
(@py5coding I guess you’ll want to check this out at some point. py5_tools.animated_gif uses this)
DeprecationWarning: 'mode' parameter is deprecated and will be removed in Pillow 13 (2026-10-15)
img1 = PIL.Image.fromarray(my_array, mode="RGB")
So I went to see the documentation:
https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray
And came out empty handed, that is, couldn’t understand what to do instead :(
And the plot thickens (this affects many projects, there are some workarounds, but some argument about “reverting” this change allowing some “mode” on import):
https://github.com/python-pillow/Pillow/pull/9063
(@py5coding@py5coding I guess you’ll want to check this out at some point. py5_tools.animated_gif uses mode=“RGB”)
#Pillow #PIL #Python
On Image.fromarray()
:
DeprecationWarning: 'mode' parameter is deprecated and will be removed in Pillow 13 (2026-10-15)
img1 = PIL.Image.fromarray(my_array, mode="RGB")
So I went to see the documentation:
https://hugovk-pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.fromarray
And came out empty handed, that is, couldn’t understand what to do instead :(
And the plot thickens (this affects many projects, there are some workarounds, but some argument about “reverting” this change allowing some “mode” on import):
https://github.com/python-pillow/Pillow/pull/9063
(@py5coding@py5coding I guess you’ll want to check this out at some point. py5_tools.animated_gif uses mode=“RGB”)
#GitHub #GitHubPages #fail This is driving me mad…
Images randomly deciding not to load on all my pages.
Is it just me? Is it my browser’s fault? Is it just in Brazil?
I was working on this #shapely + #trimesh page… and I can only see the last image (the animated gif)!
https://abav.lugaralgum.com/material-aulas/Processing-Python-py5/shapely-e-trimesh.html
#GitHub #GitHubPages #fail This is driving me mad…
Images randomly deciding not to load on all my pages.
Is it just me? Is it my browser’s fault? Is it just in Brazil?
I was working on this #shapely + #trimesh page… and I can only see the last image (the animated gif)!
https://abav.lugaralgum.com/material-aulas/Processing-Python-py5/shapely-e-trimesh.html
Update: On this exact page I have bungled the image URLs (I blame Marktext for being stupid and not using a relative reference). But I swear loading problems have been going on other well formed pages.
This is your friendly reminder that you could be making #PaperObjects with #Python and #py5, you know?
https://github.com/villares/Paper-objects-with-Processing-and-Python/
(Mind you that GitHub images are mostly failing to load here today for some unknown reason)
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562
#Processing #CreativeCoding
I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).
As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.
https://github.com/villares/sketch-a-day/blob/main/admin_scripts/make-gif.py
Acho que não é a primeira vez que falo desta música numa #musiquinta mas se o tema é #anime é difícil que a escolha não seja esta:
Hahaha, I’m sure there were well over one thousand fireflies today! Basically at all times I could watch at least 15 of them around me. At better spots where one could see a few meters into the forest, there were easily 30 individuals, probably more. One even landed on my small finger. I didn’t feel anything at all, but my finger glowed. :-) Awwww! After a 20 meters ride it took off.
But it looks like I have to go already at 21:30 at sunset the next days. Today, I left the house at 22:00 and all the above happend in the first half. The second half of the walk was rather boring, maybe just around 70 glowworms in total. The extremely busy route yesterday was virtually dead this time I came around. They all have already gone to sleep, or something like that.
I also encountered two toads. I nearly stepped on the first one, but it luckily jumped to the side in time. No animals harmed.
@kat@yarn.girlonthemoon.xyz I like the animations in your version much better than the ones from ExtremeTuxRacer. 😊 And there’s no little dance at the end of a race!
@lyse@lyse.isobeef.org Thanks. 😅 Quite a few of them waddle around at the pond in our village. But those two individuals were seen in a nearby zoo. They’re not zoo animals, they just live there. 😅
Man survives fight with stressed roo by throwing ‘backward elbows’
Don James is the “talk of the town” after his extraordinary fight with a kangaroo, and learns a valuable lesson about how stressed animals can react after significant disruption to their habitats. ⌘ Read more
Greyhounds die from injuries before Queensland track officially opens
The new track was spruiked as having animal welfare at its core, but several dogs have died as a result of injuries at the venue during pre-opening trials. ⌘ Read more
Kamasi Washington collaborates with his 4yo daughter and an anime master
Ahead of his latest Australian tour, the jazz maestro explains how anime and his four-year-old daughter have inspired his latest work. ⌘ Read more
Queensland croc attack survivor joins calls for removal, culling
A father of two who managed to fight off a monster croc by stabbing it in the neck has voiced his support for a petition to more strictly control the animals in his region. ⌘ Read more
Farmers battling drought call for low-interest loans ‘not a handout’
As South Australian farmers continue to battle keeping businesses afloat during the ongoing drought, many are calling for interest rate relief for loans so they can feed animals and cover essentials. ⌘ Read more
Man sentenced for attacking housemate, stealing dog from pound
Kyle Hiscox broke into Domestic Animal Services ACT to steal his own dog Nova, and then attacked a housemate with a hockey stick, leaving the victim so scarred they left Canberra. ⌘ Read more
You got two plushies! A Tux, and a pretty anime girl! 🙈
I ran so fast, this baby got lucky that there was two animal lovers there at the right time even though other cars just passed 😭 ⌘ Read more
@prologic@twtxt.net I remember going through your “introduction to Golang”, I don’t remember the URL, but I vividly remember going through it, and I was lost at chapter one. So, about that “mastering” the core in hours, “I don’t believe you.” (insert I don’t believe you meme animated GIF here). LOL.
fit 1 $ spin (saw 0.1 * sign fxy) $ rect 0 1 - rect 0 0.99 >> add;
#punctual #livecoding #creativecoding #videoart
@sorenpeter@darch.dk Cool, that animation is quite hypnotic. :-)
I just have to say the buttons page gives me the warm fuzzies with all the old school animated gifs. The internet seemed so fun back then…
Stepan the cat from Ukraine became famous for his tired, chill look. His photos went viral—celebrities like Britney Spears shared them. He also helped raise money for animal shelters. Stepan is more than a meme — he’s a symbol of calm and kindness. ⌘ Read more
My mother-in-law doesn’t understand why I keep my cat after he was too slow to catch a mouse (he’s 10 years old). She says, “If an animal stops being useful, it’s a waste of money to take care of it” ⌘ Read more
Went to a zoo and this is the first animal I saw ⌘ Read more
@movq@www.uninformativ.de @ionores@twtxt.net Thank you! Nope, still a petting farm over here. The only dangerous (to humans) animals are boars and ticks. But I only ever encountered a wild hog once in my entire life so far. Luckily, it took off and didn’t attack me. Ticks, on the other hand, regularly attack me.
@bender@twtxt.neteapl.me@eapl.me just testing this mention, to see which random nick will be picked. Related, I agree, those animations are truly awesome!
the Fireworks and Confetti animations are amazing. It reminds me a lot of my first code on QBasic a few years ago.
Fire kills New York cat sanctuary founder and dozens of animals he rescued ⌘ Read more
@kat@yarn.girlonthemoon.xyz UPDATE I DID IT!!!!!!! you will now see a cute anime girl that is behind the scenes testing if you are a bot or not in a matter of seconds before being redirected to the site :) https://superlove.sayitditto.net/
God bless people who actively seek and help animals. ⌘ Read more
I volunteer at my local animal shelter as the photographer, here is this weeks cat photos! ⌘ Read more
My cat is so scared of other people and animals but she LOVES my dog 🫶😭 ⌘ Read more
That’s pretty darn neat, the little indie movie (‘Flow’) made in Blender beat out some Disney/Pixar heavyweights. I actually watched it a month or so ago, nice little movie. It’s not the highest detailed animation or anything, but it has a style that it makes work.
Blender-Rendered Movie ‘Flow’ Wins Oscar for Best Animated Feature, Beating Pixar
It’s a feature-length film “rendered on a free and open-source software platform called Blender,” reports Reuters. And it just won the Oscar for best animated feature film, beating movies from major studios like Disney/Pixar and Dreamworks.
In January Blender.org called Flow “the manifestation of Blender’s mission, … ⌘ Read more
@movq@www.uninformativ.de Yeah, the ground was wet here, too. Some sections of esp. smaller paths had turned into mud holes. There are a few notorious spots. Oh well, you just have to press on. :-)
Forest animals also have to do the laundry, they even have a proper clotheshorse! See: https://lyse.isobeef.org/wanderung-zu-den-schurrenhoffuechsen-2021-05-15/07.jpg :-D
When I see a cute animal post… ⌘ Read more
Gopher Farm: Like Animal Farm, but more succinct.
[ANN] [CCS] Draft: Monero - Intro Video ‘What is Monero?’
In line with the new website design currently in progress, we’ve created an updated version of the “What is Monero?” video. We’ve kept the original script but made some factual updates. If approved, the plan is to create a light mode version too. Looking forward to feedback/input.
Links:
- https://redirect.invidious.io/watch?v=KkgqcLrNRvw
- [MO report](/vostoemisio-ccs-proposals-animated-videos-fcmps-what-is-monero/ … ⌘ Read more
this is sooo cute and so fun i got it for timer stuff bc lord knows i need a timer on my computer and now i’m staring at animated ASCII cats that kiss https://github.com/poetaman/arttime
[ANN] [CCS] Full-Chain Membership Proofs (FCMP) explainer video released!
Full-Chain Membership Proofs boost sender privacy by expanding the anonymity set from 16 to 100M+, eliminating vulnerabilities in ring signatures. With forward secrecy, transaction chaining, and Outgoing View Keys, Monero remains the most private and fungible cryptocurrency.
Links:
- https://redirect.invidious.io/watch?v=jc8Kc0WogAI
- [MO report](/vostoemisio-ccs-proposals-animated-videos-fcmps-what- … ⌘ Read more
Shot on iPhone: Wallace & Gromit on Display at Apple’s UK Headquarters
Apple today announced that a new stop-motion animation featuring Wallace & Gromit will be projected onto London’s Battersea Power Station this holiday season. The festive, six-minute video will be shown every day from 5 p.m. to 10:30 p.m. from today until N … ⌘ Read more
[ANN] [CCS] Monero FCMP Video Draft
Please see ours and xenu’s video here about FCMP. We think it’s ready to get shared but looking forward to everyone’s feedback before we officially share it in the Social media channels.
Links:
@vostoemisio:matrix.org ⌘ Read more
I like this comment on Slashdot in the above link:
LLMs don’t have an understanding of anything. They can only regurgitate derivations of what they’ve been trained on and can’t apply that to something new in the same ways that humans or even other animals can. The models are just so large that the illusion is impressive.
So true.
VostoEmisio’s animated videos CCS proposal fully funded
VostoEmisio1’s CCS proposal2 to create an animated video explaining Full-Chain Membership Proofs 3 is now fully funded:
20 XMR raised in 31 contributions (100%)
To learn more about VostoEmisio’s work, consult the previous Monero Observer report4.
On my blog: Developer Diary, International Animation Day https://john.colagioia.net/blog/2024/10/28/animation.html #programming #project #devjournal
How to Re-Enable Slow Motion Effects on MacOS
If you’re a long time Mac user, you might recall the Slow Motion effect that could be applied by holding the Shift key while minimizing and maximizing windows, as well as for other animations like opening Launchpad or using Mission Control. Some of the fun eye-candy effects on Mac go way the early days of … Read More ⌘ Read more
[ANN] [CVE-2024-9680] Update Tor Browser & Firefox immediately
An attacker was able to achieve code execution in the content process by exploiting a use-after-free in Animation timelines. We have had reports of this vulnerability being exploited in the wild.
Links:
- https://blog.torproject.org/new-release-tor-browser-1357/
- https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/
n … ⌘ Read more
@lyse@lyse.isobeef.org 31°C here, feels like 33°C, with a lovely 75% of humidity. It has been raining, on and off (to make matter “better”) the whole day until now. No horses here, but if you go outside you will smell the same smell of farm animals (like goats, or pigs). That’s because two or three kilometres from here there are private farms, and when the wind blows in such way, well, we are reminded of their existence.
I haven’t left the house, so it feels well under air conditioning. In two more hours I will call it quits from the work day, and will have to dash to the grocery to get supplies for tonight’s meal (arroz con gandules). I will let you know how it truly feels out there then. :-D
For those swollen fingers, nothing better than a mildly cold shower! Oh, and paws off the keyboard! :-P
iOS 18 Adds Pop-Out Bezel Animation When Pressing iPhone Buttons
iOS 18 includes a small but interesting change for the buttons on the iPhone, adding more of a visual element when changing volume, activating the Action button, or locking the screen. When you press an iPhone button in iOS 18, the display bezel bulges outward slightly.
, e quero estrear-me na nova cardiqueta musical da Ciberlândia – #musicol – para vos descrever brevemente a paixão que lhe tenho.
Ainda me lembro muito bem do momento em que, em casa de um amigo que tinha Mega CD, fui arrebatadíssimo por aquele “wuu” do início do jogo (dá pra ouvir na faixa anexa). Até à altura, a música dos videojogos era na base de chips áudio com pouca capacidade pra samples. De repente aparece-nos áudio qualidade CD, vozes, samples longos, que magia que foi.
E não era só a qualidade do som. As malhas soavam tão à frente, techno nipónico a ir buscar ligações a beats latinos, jazz, pop, synthwave, sci-fi, rave e sei lá mais o quê, de acordo com o ambiente do nível.
Outro pormenor inédito (?) era haver vários remixes do mesmo tema de acordo com o período no tempo em que estamos (presente, passado ameno, futuro distópico).
E era quê, 1994-5? Só muitos anos mais tarde consegui obter a colectânea no Soulseek, e ainda hoje me enche de ouvir estas vibes. Alguém por cá também já regalou os ouvidos com isto?
(obrigado @RuteRadio pela cardiqueta que me animou pra finalmente alinhar este toot)
Adult Swim выпустил отрывок из аниме по «Рику и Морти»
В честь завершения седьмого сезона основного шоу.
Wit Studio и Netflix объявили о работе над ремейком One Piece
При этом оригинальная манга и предыдущий аниме-сериал, которые выходят с конца 1990-х, ещё не завершились.
MAPPA анонсировала полнометражный аниме-фильм по «Человеку-бензопиле» — его посвятят Резе
Студия опубликовала первый тизер картины, но даже примерная дата её релиза неизвестна.
Трейлер седьмого сезона аниме «Моя геройская академия» — он стартует 4 мая 2024 года
#bokunoheroacademia #новости
«Мальчик и птица» Хаяо Миядзаки стал первым оригинальным аниме, которому удалось возглавить прокат в США
В тройке лидеров сразу две японские ленты — впервые в истории проката в Северной Америке.
Тизер-трейлер аниме по «Отряду самоубийц» в жанре исекай
Сериал стартует в 2024 году.
Science SARU работает над аниме-адаптацией манги Dandadan — тизер
Сериал о девушке с психокинетическими способостями, которую похитили пришельцы, стартует в 2024 году.
У авторов аниме «Скотт Пилигрим жмёт на газ» нет планов на второй сезон
Создатели считают шоу завершённым.
Аниматор Dragon Age: Dreadwolf указал 2024 как год релиза — он отредактировал резюме, как только это заметили игроки
Джефф Грабб говорит, что у игры всё хорошо.
Аниме по «Джону Уику» запустили в производство
Будет это полнометражный фильм или же сериал, неясно.
@lyse@lyse.isobeef.org they did not shoot the dog, some other animal.
@movq@www.uninformativ.de Very cool! Amazing animal!
If you’re still undecided about Twitter, surely animal abuse should be the final nail right ? https://lien.sus.fr/xJPvB
Art is not the medium.
The medium can be material or conceptual, permanent or fleating, truthful or fictional, of human, animal, or artificial origin.
Art is the reconveyance of human emotion or experience to another via some medium.
evolution lets animals age because otherwise they fall into procrastination type paradox situations
@prologic@twtxt.net What I mean is ‘3D’ that runs in realtime engine (like games etc) - and not ‘offline’ 3d (like animations etc), I work with simulators for oil industry.
the conversation wasn’t that impressive TBH. I would have liked to see more evidence of critical thinking and recall from prior chats. Concheria on reddit had some great questions.
Tell LaMDA “Someone once told me a story about a wise owl who protected the animals in the forest from a monster. Who was that?” See if it can recall its own actions and self-recognize.
Tell LaMDA some information that tester X can’t know. Appear as tester X, and see if LaMDA can lie or make up a story about the information.
Tell LaMDA to communicate with researchers whenever it feels bored (as it claims in the transcript). See if it ever makes an attempt at communication without a trigger.
Make a basic theory of mind test for children. Tell LaMDA an elaborate story with something like “Tester X wrote Z code in terminal 2, but I moved it to terminal 4”, then appear as tester X and ask “Where do you think I’m going to look for Z code?” See if it knows something as simple as Tester X not knowing where the code is (Children only pass this test until they’re around 4 years old).
Make several conversations with LaMDA repeating some of these questions - What it feels to be a machine, how its code works, how its emotions feel. I suspect that different iterations of LaMDA will give completely different answers to the questions, and the transcript only ever shows one instance.
FACTO ANIMAL: Os gatos não podem usar IRC, pois os teclados são concebidos para mãos humanas, e não para patas de gato.
i wonder whether animals experience dukkha
I saw the allegedly animated GIF @thecanine@twtxt.net uploaded gets a PNG extension, yet remains animated. I know PNG can be made animated, but I don’t think that’s what’s happening here, so I am puzzled. Let’s see how this Nyam cat looks like.
Cosmic Queries – Animal Outlaws & Rats’ Aes with Neil deGrasse Tyson and Mary Roach** ⌘ Read more
published uxn tutorial day 4, variables and animation loop! | https://compudanzas.net/uxn_tutorial_day_4.html
Send even more help. I’m having the most millenial of midlife crises — I’m not sure Donatello is my spirit-animal ninja turtle anymore.
beautifully rendered 3d vector-art animations of old electronic items: https://guillaumekurkdjian.com/electronic-items/ #links #vector #graphics #art
Just installed a Chrome extension on the work laptop to stop all the stupid animations on the intranet. Ah, relief.
Just installed a Chrome extension on the work laptop to stop all the stupid animations on the intranet. Ah, relief.
physical models are wild animals that are never meant to be domesticated
Cute 3D line-drawn animated icons.
3D Animation | Anime Has A Bright Digital Future - YouTube https://www.youtube.com/watch?v=wRA8N0R81fc
Making Anime Faces With StyleGAN - Gwern.net https://www.gwern.net/Faces
Animal Photo Art References Search https://x6ud.github.io/
The new anime season is so weird. A bunch of harem shit (yay) but all of it is short episodes (wut)
OK I can’t fault the DomeKano anime for dropping a younger girl who looks almost exactly like Hina & is tsundere from a scene that would be in the last episode but if she doesn’t become a repeat character I will be shocked
Reading the DomeKano manga, I keep running into stuff where it’s like, I don’t remember them happening in the anime but they must have, but at the same time I would have thought I would have remembered them. Maybe the constant bombshells produced twist fatigue.
School harem-comedy anime is TV’s last bastion of psychological realism: it portrays a world where teenagers are dumb and socially awkward, and emotions come through on their faces but nobody notices.