Searching txt.sour.is

Twts matching #anime
Sort by: Newest, Oldest, Most Relevant

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 MoreRead 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.

⤋ Read More
In-reply-to » Well, that was fascinating: https://www.youtube.com/watch?v=LxNq8zOEbM8

@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. :-)

⤋ Read More

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)

#py5 #python #creativeCoding

Video

⤋ Read More

#Pillow #PIL #Python

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)

⤋ Read More

#Pillow #PIL #Python

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”)

⤋ Read More

#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”)

⤋ Read More

#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.

⤋ Read More

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

Video

⤋ Read More

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

Image

⤋ Read More
In-reply-to » OH, FUCK ME DEAD! On the way home from today's walk I saw easily 800 fireflies! Yes, over eight hundred! That was absolutely amazing. First time this year and already this many. Crazy! They were just fricking everywhere in the entire forest. I counted to one hundred and then stopped. The darker it got, the more fireflies came out and glowed around. :-) There were spots where in under ten seconds I counted 20 glowworms. Super sick. Soooo beautiful. <3

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.

⤋ Read More

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

⤋ 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

⤋ 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

⤋ 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

⤋ 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

⤋ Read More
In-reply-to » @bender Here's a short-list:

@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.

⤋ Read More

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

⤋ 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

⤋ Read More
In-reply-to » Another nice stroll in nature last week: https://lyse.isobeef.org/waldspaziergang-2025-04-03/

@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.

⤋ Read More
In-reply-to » guys omg the people behind pico.sh are so nice ;_; one of the people running it emailed me to let me know i had what was likely a malfunctioning (or well, not working as intended) script that was spawning the same SSH tunnel over and over and they wanted to give me a heads up.

the Fireworks and Confetti animations are amazing. It reminds me a lot of my first code on QBasic a few years ago.

⤋ Read More
In-reply-to » i tried deploying anubis (https://github.com/TecharoHQ/anubis) to protect my site superlove but yall i got so stuck with getting it behind caddy that i felt super dumb and gave up for now T_T

@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/

⤋ Read More
In-reply-to » 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.

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.

⤋ Read More

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

⤋ Read More
In-reply-to » We went up our backyard mountain again right after lunch. The sun peaked through the clouds sometimes. The 6°C felt much, much cooler with the northeast wind. We got lucky, though, it was dead calm at the summit. At least on the southwestern side, which is a few meters lower than the very top to the east. That was shielded absolutely perfectly from the wind (we were extremely surprised), so we sat down on a bench and could really enjoy the sun heating us up. Apart from the haze, the view was really nice.

@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

⤋ Read More

[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:

⤋ Read More

[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:

⤋ Read More
In-reply-to » Generative AI Doesn't Have a Coherent Understanding of the World, MIT Researchers Find Long-time Slashdot reader Geoffrey.landis writes: Despite its impressive output, a recent study from MIT suggests generative AI doesn't have a coherent understanding of the world. While the best-performing large language models have surprising capabilities that make it seem like the models are implicitly learn ... ⌘ 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.

⤋ Read More

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.

  1. https://repo.getmonero.org/VOSTOEMISIO/ [↩](#fnref:1)

  2. [https://ccs.getmonero.org/proposals/VOSTOEMISIO-FCMP-Animated-Explai … ⌘ Read more

⤋ Read More

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 MoreRead more

⤋ Read More
In-reply-to » When we passed a few horses in the forest, there was really strong soup odor in the air. It didn't smell like horse at all, but soup. Maybe they've been soup horses, chickens were out of stock.

@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

⤋ Read More

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.

![](https://images.macrumors.com/article-new/2024/06/ios-18-button-bulge.j … ⌘ Read more

⤋ Read More

Next Apple Watch Activity Challenge to Recognize International Day of Yoga on June 21
International Day of Yoga is set to take place on Friday, June 21, and Apple is celebrating with an Activity Challenge that will let Apple Watch users earn a yoga badge and a set of animated yoga stickers.

Image

Find your flow on International Day of Yoga. On June 21, do a yoga workout of 10 minutes or more and you’ll earn this award. Record it … ⌘ Read more

⤋ Read More

Make a Website Your Mac Wallpaper with Plash
A unique third party Mac app allows you to turn any web page, including YouTube videos and links to animated GIFs, into your Mac desktop wallpaper. Sound like fun? Well it definitely is, and depending on how creative you want to be, you can accomplish some really fascinating wallpaper experiences on the Mac with this … Read MoreRead more

⤋ Read More

Saint Louis Zoo Welcomes Newborn Sichuan Takin
The Saint Louis Zoo introduced its newest Sichuan takin – a Chinese animal related to goats and muskox – to the public on February 13, sharing adorable footage of the baby sticking close to her mom. Named Cornelia, the baby was born on January 28, marking the first takin birth at the Missouri zoo since 2016. This footage shows baby Cornelia following close behind her mother, Dawn, in the Red Rocks habita … ⌘ Read more

⤋ Read More

Bad Bunny has been branded “cruel and irresponsible” by animals rights group PETA for riding a real horse onstage
Rapper/singer Bad Bunny has been branded “cruel and irresponsible” by animals rights group PETA for riding a real horse onstage on the opening night of his tour. ⌘ Read more

⤋ Read More

How to Use 134 New Aerial Wallpapers in MacOS Sonoma
macOS Sonoma arrived with 134 new stunning wallpapers available that you can use to spruce up your Mac desktop background. The giant collection of new wallpapers are themed, with wallpaper options for landscapes, cityscapes, underwater, and Earth from space. Even better, these are not just static, they’re all animated wallpapers, meaning they will briefly move … [Read More](https://osxdaily.com/2024/02/19/how-to-use-134-new-aeri … ⌘ Read more

⤋ Read More

O álbum, ou neste caso banda sonora, que mais fez por definir o meu gosto musical foi a BSO do Sonic CD (1993), 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)

Audio

⤋ Read More

Wit Studio и Netflix объявили о работе над ремейком One Piece
При этом оригинальная манга и предыдущий аниме-сериал, которые выходят с конца 1990-х, ещё не завершились.

Image

Read more

⤋ Read More

MAPPA анонсировала полнометражный аниме-фильм по «Человеку-бензопиле» — его посвятят Резе
Студия опубликовала первый тизер картины, но даже примерная дата её релиза неизвестна.

Image

Read more

⤋ Read More

«Мальчик и птица» Хаяо Миядзаки стал первым оригинальным аниме, которому удалось возглавить прокат в США
В тройке лидеров сразу две японские ленты — впервые в истории проката в Северной Америке.

Image

Read more

⤋ Read More

Science SARU работает над аниме-адаптацией манги Dandadan — тизер
Сериал о девушке с психокинетическими способостями, которую похитили пришельцы, стартует в 2024 году.

Image

Read more

⤋ Read More

Аниматор Dragon Age: Dreadwolf указал 2024 как год релиза — он отредактировал резюме, как только это заметили игроки
Джефф Грабб говорит, что у игры всё хорошо.

Image

Read more

⤋ Read More
In-reply-to » Started with Media a concept sketch of a full body end-time factory worker on a distant planet, cyberpunk light brown suite, (badass), looking up at the viewer, 2d, line drawing, (pencil sketch:0.3), (caricature:0.2), watercolor city sketch, Negative prompt: EasyNegativ, bad-hands-5, 3d, photo, naked, sexy, disproportionate, ugly Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 2479087078, Face restoration: GFPGAN, Size: 512x768, Model hash: 2ee2a2bf90, Model: mimic_v10, Denoising strength: 0.7, Hires upscale: 1.5, Hires upscaler: Latent

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.

⤋ Read More
In-reply-to » Have you heard about the guy who worked on the Google AI chat bot? It is more than a chat bot and the conversation he published (got put on paid leave for doing that) is pretty scary : https://cajundiscordian.medium.com/is-lamda-sentient-an-interview-ea64d916d917

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.

⤋ Read More

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

⤋ Read More

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.

⤋ Read More

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.

⤋ Read More