Searching txt.sour.is

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

Java’s Swing is allegedly in “maintenance mode”, so I doubt it’s a good idea to use it for new programs. For example, I very much doubt that it will ever support Wayland.

The replacement is supposed to be JavaFX, but that’s not included in JREs – anymore! It used to be, now it’s not, even though it’s well over 15 years old now.

This whole thing (“Java GUIs”) appears to have stagnated a lot. Probably because everything is web stuff these days …

https://www.oracle.com/java/technologies/javafx/faq-javafx.html#6

⤋ Read More

10 Popular (and Weird) Ancient Foods
Many foods cherished by our ancestors continue to find a place on tables worldwide. From the staple presence of bread to the remarkable status of beer, countless ancient delights have withstood the test of time. But other foods have faded into oblivion and been mostly uneaten for centuries. Whether due to animal extinction or shifting […]

The post 10 Popular (and Weird) Ancient Foods appea … ⌘ Read more

⤋ Read More

Deals: $200 Off M4 MacBook Air, AirPods from $89, & More
Amazon is cutting $200 off the price of all M4 MacBook Air models, starting at $799 for the 13″ Air, and $999 for the 15″ Air. 13″ M4 MacBook Air ($200 off) 13″ M4 MacBook Air 16GB / 256GB for $799 (MSRP: $999) 13″ M4 MacBook Air 16GB / 512GB for $999 (MSRP: $1,199) 13″ … Read MoreRead more

⤋ Read More

Ubuntu 25.10 released
Ubuntu\
25.10, “Questing Quokka”, has been released. This release includes
Linux 6.17, GNOME 49, GCC 15, Python 3.13.7,
Rust 1.85, and more. This release also features Rust-based
implementations of sudo and coreutils; LWN covered the switch to the
Rust-based tools in March. The 25.10 version of Ubuntu flavors
Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Cinnamon, Ubuntu
Kylin, Ubuntu MATE, Ubun … ⌘ Read more

⤋ Read More

Karmada v1.15 Released! Enhanced Resource Awareness for Multi-Template Workloads
Karmada is an open multi-cloud and multi-cluster container orchestration engine designed to help users deploy and operate business applications in a multi-cloud environment. With its compatibility with the native Kubernetes API, Karmada can smoothly migrate single-cluster… ⌘ Read more

⤋ Read More

Top pic: the last picture of my best buddy Gus who succumbed to a hard battle with cancer after 15 great years. Bottom pic: the kitten who ran up to me in a parking lot two days later completely out of nowhere. I like to imagine he found me again.Read more

⤋ Read More

Security updates for Thursday
Security updates have been issued by AlmaLinux (perl-JSON-XS), Debian (chromium and openssl), Fedora (bird, dnsdist, firefox, mapserver, ntpd-rs, python-nh3, rust-ammonia, skopeo, sqlite, thunderbird, and xen), Oracle (perl-JSON-XS), Red Hat (kernel, kernel-rt, and libvpx), SUSE (afterburn, cairo, docker-stable, firefox, nginx, python-Django, snpguest, and warewulf4), and Ubuntu (libmspack, libxslt, linux, linux-aws, linux-aws-5.15, linux-gcp, linux-gcp-5.15, linux-gkeop, linu … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.7.1 & MacOS Sonoma 14.8.1 Updates Released with Security Fixes
Apple has released MacOS Sequoia 15.7.1 and MacOS Sonoma 14.8.1 as security patch releases for Mac users who are not yet running the Tahoe operating system, of which MacOS Tahoe 26.0.1 was just released. The updates are focused on security patches and do not include any other changes or features for the Sequoia or Sonoma … [Read More](https://osxdaily.com/2025/09/30/macos- … ⌘ Read more

⤋ Read More

Deals: M3 iPad Air for $449, M4 MacBook Air for $799
Amazon is back again offering two of the absolute best deals on great new Apple gear: the M4 MacBook Air starting at $799 for the 13″ and $999 for the 15″ (both being offered at a $200 discount), and separately, the M3 iPad Air for $449 for the 11″ and $649 for the 13″ (both … Read MoreRead more

⤋ Read More

The driver’s license documents in Germany now have an expiration date. You have to renew them every 15 years. (Not the license itself, just the documents.)

I just got my renewed documents. Their expiration date says something like 01.09.40. Huh? That looks super weird to me, like an error. But no, it’s 2040 … Just 15 years away.

⤋ Read More
⤋ Read More

** Standing only **
I tried to sit at my standing desk today for the first time in an eternity. My ability to focus on any task immediately went from pretty fucking solid to“oooh, what if stare into the middle distance?” so I guess I’ll be continuing to exclusively stand at my desk for the next 10 years. ⌘ Read more

⤋ Read More

Charlie Kirk et l’effondrement démocratique
Sans le moindre doute, l’assassinat de Charlie Kirk montre une fois de plus que déshumaniser un adversaire conduit inéluctablement à user de la violence à son encontre lorsque celui-ci refuse de se taire ou de disparaître. Ce n’est malheureusement pas la première fois, ni certainement la dernière, que le rappel de cette réalité sera fait. […] ⌘ Read more

⤋ 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
In-reply-to » I was drafting support for showing “application icons” in my window manager, i.e. the Firefox icon in the titlebar:

@lyse@lyse.isobeef.org Oh, huh, maybe it was just my GNOME 2 themes back then that didn’t show the icon. 🤔

I like the looks of your window manager. That’s using Wayland, right?

Oh, no. It’s still X11. All my recent Wayland comments resulted from me trying to switch, but I think it’s still too early. Being unable to use QEMU (because it can’t capture the mouse pointer) is a pretty big blocker for me. This is completely broken, it just happens to be unnoticeable with modern guest OSes, so it’s probably not a priority for devs.

(Not to mention that I would have to fork and substantially extend dwl in order to “replicate” my X11 WM. And then, after having done that, I’d have to follow upstream Wayland development, for which I don’t have the resources. Things would need to slow down before I can do that.)

all that wasted space of the windows not making use of the full screen!!!1

Heh. I’ve been using tiling WMs for ~15 years now, so it’s actually kind of refreshing to see something different for a change. 😅

Probably close to the older Windowses.

That particular theme is a ripoff of OS/2 Warp 3: https://movq.de/v/6c2a948882/s.png 😅

We ran some similar brownish color scheme (don’t recall its name) on Win95 or Win98

Oh god. Yeah, I wasn’t a fan of those, either. 🥴

⤋ Read More
In-reply-to » This aggressive auto-logout on my bank’s website …

@lyse@lyse.isobeef.org I do my timetracking in a little Python script, locally. Every now and then, I push the data to our actual service. Problem solved – but it’s a completely unpopular approach, they all want to use the web site. I don’t get it. Then, of course, when it’s down, shit hits the fan. (Luckily, our timetracking software is neither developed nor run by us anymore. It’s a silly cloud service, but the upside is that I’m not responsible anymore. 🤷)

Some of our oldschool devs tried to roll out local timetracking once, about 15 years ago. I don’t remember anymore why they failed …

This is developed inhouse, I’m just so glad that we’re not a software engineering company. Oh wait. How embarrassing.

Oh to be anonymous on the internet. That must be nice. 😅

⤋ Read More
In-reply-to » This aggressive auto-logout on my bank’s website …

I hear you, @movq@www.uninformativ.de! :‘-(

At work, too. For a few weeks now when I try to log into this horrible Outlook web intershit (Because why would they fix the Evolution integration?! It’s cactus for well over a year now. Probably more like two.), it forwards me to the corporate weblogin, I enter my credentials, even do the bloody MFA crap and get redirected back to Outlook. “Loading mailbox…” “Please wait for us to log you out, do not close this window while this process is underway.” Fuck you! I have to delete the cookies for this damn domain each and every fucking time. Otherwise, this goes in circles forever. I tried the game for 15 minutes, no joke.

But wait, there’s more! Why just fuck it up only a little bit? This week I get logged out at the middle of the day. Every. Single. Day. Not even close to eight hours since I started, no. What the hell!? I reckon I just don’t even bother reauthenticating anymore in the arvo. No more e-mails for Lyse after lunch. Fuck it. It’s just distraction, anyway, right?!

⤋ 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

Saw this on Mastodon:

https://racingbunny.com/@mookie/114718466149264471

18 rules of Software Engineering

  1. You will regret complexity when on-call
  2. Stop falling in love with your own code
  3. Everything is a trade-off. There’s no “best” 3. Every line of code you write is a liability 4. Document your decisions and designs
  4. Everyone hates code they didn’t write
  5. Don’t use unnecessary dependencies
  6. Coding standards prevent arguments
  7. Write meaningful commit messages
  8. Don’t ever stop learning new things
  9. Code reviews spread knowledge
  10. Always build for maintainability
  11. Ask for help when you’re stuck
  12. Fix root causes, not symptoms
  13. Software is never completed
  14. Estimates are not promises
  15. Ship early, iterate often
  16. Keep. It. Simple.

Solid list, even though 14 is up for debate in my opinion: Software can be completed. You have a use case / problem, you solve that problem, done. Your software is completed now. There might still be bugs and they should be fixed – but this doesn’t “add” to the program. Don’t use “software is never done” as an excuse to keep adding and adding stuff to your code.

⤋ Read More

“Later in the evening, posting on X, #Macron said: “I’m banning #socialmedia for #children under 15. Platforms have the ability to verify age. Let’s do it.”

French authorities are already progressing with efforts to force certain social media sites — including X, Reddit, Bluesky and #Mastodon — to introduce age verification, by classifying them as pornographic websites.

French measures forcing porn sites to verify their users’ ages came into effect on June 7, prompting the world’s largest porn website, Pornhub, to stop operating in France. Demand for virtual private network services, which allow users to trick websites into thinking they are in a different location, immediately surged.”

https://www.politico.eu/article/emmanuel-macron-social-media-ban-minors-france/

⤋ Read More

Security updates for Tuesday
Security updates have been issued by Debian (python-django), Fedora (krb5), Mageia (cockpit, golang, kernel, and kernel-linus), SUSE (augeas, go1.23, go1.24, iputils, libwebp, transfig, and xen), and Ubuntu (amd64-microcode, apport, linux-azure, linux-azure, linux-azure-4.15, linux-azure-fips, linux-raspi, systemd, and tomcat). ⌘ Read more

⤋ Read More

Father had gun licence renewed before taking son’s life, inquest hears
A NSW father who killed his 15-year-old son before taking his own life had his firearms returned to him after a doctor’s assessment, an inquest has heard. ⌘ Read more

⤋ Read More

MacOS Tahoe Announced with New Liquid Glass Interface
Apple has announced MacOS Tahoe, versioned as macOS 26, jumping 11 versions ahead from the current versioning of MacOS 15. This versioning number change is congruent with the new year-based versioning system that also arrives on iOS 26, iPadOS 26, watchOS 26, and the rest of the Apple operating system suite. MacOS Tahoe features an … [Read More](https://osxdaily.com/2025/06/09/macos-tahoe-announced-with-new-liquid-glass-interf … ⌘ Read more

⤋ Read More

MacOS Tahoe Announced with New Liquid Glass Interface
Apple has announced MacOS Tahoe, versioned as macOS 26, jumping 11 versions ahead from the current versioning of MacOS 15. This versioning number change is congruent with the new year-based versioning system that also arrives on iOS 26, iPadOS 26, watchOS 26, and the rest of the Apple operating system suite. MacOS Tahoe features an … [Read More](https://osxdaily.com/2025/06/09/macos-tahoe-announced-with-new-liquid-glass-interf … ⌘ Read more

⤋ Read More

Girl, 15, dies after 4WD carrying six teens rolls in WA’s South West
A 15-year-old girl has died after a four-wheel drive carrying six teenagers rolled several times near Harvey in WA’s South West on Saturday night. ⌘ Read more

⤋ Read More

Teacher accused of sex with boy, 15, granted bail due to pregnancy
High school teacher Karly Rae, 36, has been released from custody after telling a NSW court she stands a high risk of developing complications during her pregnancy. ⌘ Read more

⤋ Read More

Housemate of missing teenager Pheobe Bishop released without charge
James Wood, 34, was arrested yesterday in connection with the disappearance of Pheobe Bishop, who has not been seen or heard from since May 15. ⌘ Read more

⤋ Read More

Jessie J reveals early breast cancer diagnosis with surgery planned soon
The 37-year-old singer, whose real name is Jessica Ellen Cornish, said she had a surgery planned after the Summertime Ball, a music event being held at Wembley Stadium on June 15. ⌘ Read more

⤋ Read More

Teens who attack rugby great during home invasion have sentences upheld
The boy — aged 15 at the time of the offence — were sentenced to seven and eight years in prison respectively after attacking rugby union great Toutai Kefu and his family at their home. ⌘ Read more

⤋ Read More

Deals: M4 MacBook Air Deals – 13″ 16GB/256GB for $837, And $260 Off the 15″ 24GB / 512GB Model
The M4 MacBook Air is available at some all-time lowest prices from Amazon, with a whopper of a deal taking $160 off the base model 13″ 16GB/256GB and $260 off the 15″ 24GB/512GB models. If you’ve been thinking about getting a new MacBook Air in either 13″ or 15″ screen sizes, these deals are fantastic … [Read More](https://osxdaily.com/2 … ⌘ Read more

⤋ Read More

Top Stories: iOS 26 Incoming?, iPhone 17 Pro Rumors, and More
There was blockbuster news this week regarding Apple’s naming conventions, while WhatsApp finally made the jump to iPad after 15 years.

Image

Other news this week included a report on Apple’s now-scaled-back aspirations for providing satellite-based internet service, tidbits on Apple’s plans for smart home hubs including one with a robotic arm, and more, so read on … ⌘ Read more

⤋ Read More

[$] The first half of the 6.16 merge window
As of this writing, 5,546 non-merge changesets have been pulled into the mainline
kernel repository for the 6.16 release. This is a bit less than half of the
total commits for 6.15, so the merge window is well on its way. Read on for our
summary of the first half of the 6.16 merge window. ⌘ Read more

⤋ Read More

[$] LWN.net Weekly Edition for May 29, 2025
Inside this week’s LWN.net Weekly Edition:

  • Front: Glibc security; How we lost the Internet; Encrypted DNS; 6.15 Development statistics; Filesystem stress-testing; BPF verifier; Network access from BPF; OSPM 2025.

  • Briefs: AlmaLinux 10.0; FESCo decision overturned; NixOS 25.05; Pocket, Launchpad retired; Quotes; …

  • Announcements: Newsletters, conferences, security updates, … ⌘ Read more

⤋ Read More

Deals: Save $235 Off M4 MacBook Air 15″ 24GB / 512GB Model
Amazon is continuing to offer some great discounts on MacBook Air models, but by far the best deal is on the upper end 24GB RAM and 512GB SSD model with 15″ display, where you can save $235 off the retail price, bringing the price down to $1364 down from $1599. If you’re been shopping for … Read MoreRead more

⤋ Read More

Deals: Up to $198 Off M4 MacBook Air in 13″ & 15″
Amazon is offering nice discounts on the M4 MacBook Air series, in either the 13″ or 15″ screen sizes. You’ll find the best deal on the 24GB RAM models ($198 off the 24GB / 512GB model in 13″!), but there are discounts available on all memory/storage configurations and color options (Sky Blue, Midnight, Starlight, Silver). … Read MoreRead more

⤋ Read More

[$] Development statistics for the 6.15 kernel
The 6.14 kernel development cycle only brought in 11,003 non-merge
changesets, making it the slowest cycle since 4.0, which was released in
2015. The 6.15 kernel, instead, brought in 14,612 changesets, making it
the busiest release since 6.7, released at the beginning of 2024. The
kernel development process, in other words, is back up to full speed. The
6.15\
release happened on May 25, so the … ⌘ Read more

⤋ Read More

The 6.15 kernel has been released
Linus has released the 6.15 kernel, as
expected.

So this was delayed by a couple of hours because of a last-minute
bug report resulting in one new feature being disabled at the
eleventh hour, but 6.15 is out there now.

Significant changes in 6.15 include smarter timer-ID assignment to make
checkpoint/restore operations more reliable, the [ability](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/comm … ⌘ Read more

⤋ Read More

Kernel prepatch 6.15-rc7
The 6.15-rc7 kernel prepatch is out for
testing. “So while I wish we hadn’t had some of the excitement of last
week, on the whole it all still looks pretty solid, and unless something
strange happens I’ll do the final 6.15 release next weekend.” ⌘ Read more

⤋ Read More

An Asahi Linux 6.15 progress report
The Asahi Linux
project, which supports Linux on Apple Silicon Macs, has published a
progress report ahead of the 6.15 kernel’s release.

We are pleased to announce that our graphics driver userspace API
(uAPI) has been merged into the Linux kernel. This major milestone
allows us to finally enable OpenGL, OpenCL and Vulkan support for
Apple Silicon in upstream Mesa. This is the only time a graphics
driver’s uAPI has been merged into the kernel independent … ⌘ Read more

⤋ Read More

Flawed Federal Programs Maroon Rural Americans in Telehealth Blackouts
arah Jane Tribble and Holly K. Hacker,    -  Med Page Today | Kaiser Family Foundation

_Stephan: I live on a rural island, and depend on telehealth sessions with doctors, because if telehealth ends, as the Republicans are trying to do, a 15-minute call would become a daylong trip to the mainland.  Sadly, even worse plans to extend internet access have not proceeded under Trump and th … ⌘ Read more

⤋ Read More

Touch Bar Not Working After MacOS Update? Troubleshooting Black Touch Bar on MacBook Pro
A fair number of MacBook Pro users with Touch Bar equipped Macs have discovered the Touch Bar stops working or goes black after installing a MacOS update. Given that the Touch Bar serves as Function keys, F1, F2, F3 etc keys, as well as toggles for adjusting brightness, system audio, and accessing many MacOS and … Read MoreRead more

⤋ Read More

Apple Stops Signing iPadOS 17.7.7 After Reports of App Login Issues
Apple has stopped signing the iPadOS 17.7.7 update that was released earlier this week for devices unable to run versions of iPadOS 18, meaning that users will not be able to install the update even if they see it available in Software Update. Affected devices include the sixth-generation iPad, the 10.5-inch [iPad Pro](https://www.macrumors … ⌘ Read more

⤋ Read More