Searching txt.sour.is

Twts matching #ToS
Sort by: Newest, Oldest, Most Relevant
In-reply-to » @prologic Which one? I don't mind the ternary operator at all. In fact, I often find myself missing it in Go. I don't find the two alternatives particularly elegant:

@lyse@lyse.isobeef.org The one in question is more like the javascript version for unwrapping errors when accessing methods.

 const value = some?.deeply?.nested?.object?.value

but for handling errors returned by methods. So if you wanted to chain a bunch of function calls together and if any error return immediately. It would be something like this:

b:= SomeAPIWithErrorsInAllCalls()
b.DoThing1() ?
b.DoThing2() ?

// Though its not in the threads I assume one could do like this to chain.
b.Chain1()?.Chain2()?.End()?

I am however infavor of having a sort of ternary ? in go.

PS. @prologic@twtxt.net for some reason this is eating my response without throwing an error :( I assume it has something to do with the CSRF. Can i not have multiple tabs open with yarn?

⤋ Read More
In-reply-to » @prologic Which one? I don't mind the ternary operator at all. In fact, I often find myself missing it in Go. I don't find the two alternatives particularly elegant:

@lyse@lyse.isobeef.org The one in question is more like the javascript version for unwrapping errors when accessing methods.

 const value = some?.deeply?.nested?.object?.value

but for handling errors returned by methods. So if you wanted to chain a bunch of function calls together and if any error return immediately. It would be something like this:

b:= SomeAPIWithErrorsInAllCalls()
b.DoThing1() ?
b.DoThing2() ?

// Though its not in the threads I assume one could do like this to chain.
b.Chain1()?.Chain2()?.End()?

I am however infavor of having a sort of ternary ? in go.

PS. @prologic@twtxt.net for some reason this is eating my response without throwing an error :( I assume it has something to do with the CSRF. Can i not have multiple tabs open with yarn?

⤋ Read More
In-reply-to » My take on the discussion to introduce an ? operator in Go 👈 No. For so many reasons.

@prologic@twtxt.net Which one? I don’t mind the ternary operator at all. In fact, I often find myself missing it in Go. I don’t find the two alternatives particularly elegant:

foo := "eggs"
if bar {
    foo = "spam"
}

Or:

var foo string
if bar {
    foo = "spam"
} else {
    foo = "eggs"
}

To my eye, this just would look a lot nicer:

foo := bar ? "spam" : "eggs"

Or at least as the Pythons do it:

foo = "spam" if bar else "eggs"

The ternary operator especially shines with relatively short expressions.

⤋ Read More

Longtime Cloud Native Computing Foundation Member Mirantis Upgrades Membership to Gold
Doubling down on open source, Mirantis invests further in the cloud native ecosystem San Francisco, CA – January 30, 2025 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, today… ⌘ Read more

⤋ Read More

(#spvh6fa) @xuu@xuu And you’re right, it only really saves a single line. I think I’ve even commented on a similar discussion a few year …
@xuu @txt.sour.is And you’re right, it only really saves a single line. I think I’ve even commented on a similar discussion a few years ago as well where I showed concretely the abrustdity of the community wanting to change this. If I recall, the whole pattern of:

if err != nil {
    ...
}

basicall … ⌘ Read more

⤋ Read More

(#spvh6fa) @xuu@xuu I’m not necessarily saying it is to be bluntly honest. But it’s far better than this ? garbage. I don’t want to be …
@xuu @txt.sour.is I’m not necessarily saying it is to be bluntly honest. But it’s far better than this ? garbage. I don’t want to be rude, but honestly wtf is wrong with people and making languages harder to read?! 🤦‍♂️ ⌘ Read more

⤋ Read More
In-reply-to » I want to propose my own counter-proposal to the discussion that's ongoing with Go and error handling.

hmm this would convert down to:

var f os.File
if f, e = os.Open("foo.txt"); e != nil {
    log.Fatal("error opening file; %s", e)
}

im not sure if its much better.

⤋ Read More
In-reply-to » I want to propose my own counter-proposal to the discussion that's ongoing with Go and error handling.

hmm this would convert down to:

var f os.File
if f, e = os.Open("foo.txt"); e != nil {
    log.Fatal("error opening file; %s", e)
}

im not sure if its much better.

⤋ Read More

**I want to propose my own counter-proposal to the discussion that’s ongoing with Go and error handling.

Here it is:

It’s very rough and needs …**
I want to propose my own counter-proposal to the discussion that’s ongoing with Go and error handling.

Here it is: https://docs.mills.io/ix4qDHMnQUSPxZ5tXz12Vg?view

It’s very rough and needs much more work, but essentially I want to propose the following change to the language’s grammar:

”`
f := os.Open(“foo.txt”) or (e error) {

lo ... ⌘ [Read more](https://twtxt.net/twt/spvh6fa)```

⤋ Read More

Erlang Solutions: 5 Reasons to Build Scalable and Concurrent Applications with Elixir
Businesses can’t afford sluggish, unresponsive systems, especially when dealing with high volumes of concurrent requests. Slow applications lead to lost revenue, frustrated users, and missed opportunities. This is where Elixir comes in.

Purpose-built for scalability and concurrency, Elixir runs on the battle-tested Erlang Virtual Machine (BEAM), a technology trusted to powe … ⌘ Read more

⤋ Read More

‘Cruel and deadly’: Aid organizations reeling from Trump’s freeze on foreign aid
Erik De La Garza,  News Writer  -  Raw Story

Stephan: The stature of the United States in the world has suffered a massive wound. I predict the Chinese are going to step into the void created by “king” Trump. We are a declining nation both within our own borders, and geopolitically.

![](https://www.schwartzreport.net/wp-content/uploads/2025/01/Screenshot-2025-01-29- … ⌘ Read more

⤋ Read More

EPA fires science advisers
Sean Reilly,    -  Politico

Stephan: ”king” Trump, by gutting the science advisory panels of the EPA,  is making it clear that the United States government during his administration is going to do nothing to prepare for the ongoing devastation of climate change. It is all part of Project 2025. As “king” Trump has said his administration is all about “drill, baby…drill.”

Image

EPA’s acting administr … ⌘ Read more

⤋ Read More

For many years I have found Flask to be too basic a tool for modern development. But since I create APIs using Flask with Pydantic to validate the input data, some middlewares for parsing and Blueprint to separate the code into modules… I must admit that I am super comfortable, fast and easy to test.
#flask #python #pydantic

⤋ Read More

Trump Pardons Anti-Abortion Activists Who Blockaded Clinic Entrances
,    -  MedPage Today | Associated Press

Stephan: With all the other devastation being wrought by “king” Trump on the American government this hardly got mentioned, except in the medical newsletters. But “king” Trump’s purpose is clear. He and his MAGAt party are going to try to make political control of a woman’s body the national norm.

![](https://www.schwartzreport.net/wp-content/ … ⌘ Read more

⤋ Read More

Republican Suggests Kids Work at McDonald’s Instead of Getting Free Lunch
Aila Slisco,  Staff Writer  -  Newsweek

_Stephan: The outcry was so great yesterday that “king” Trump is backing down on some of his sweeping devastation of the American government through his OMB order. I think that should be prominently noted and reported on by media, although that isn’t what is happening. But I hope my readers have paid attention to this. I think we should als … ⌘ Read more

⤋ Read More

Ten of the Most Outlandish Influencers on Social Media
As any social media user knows, influencers are everywhere. Usually, they pester us with adverts and monetized content. But some take a stranger approach. These bizarre influencers refuse to fit the usual mold. Instead, they have built a following from their unexpected, genuinely original ideas. They are the true originals of the social media world: […]

The post [Ten of the Most Outlandish Influencers on Social Media](http … ⌘ Read more

⤋ Read More

(#uodljqa) > The purpose of this paper is to characterize simple sabotage, to outline its possible effects, and to present suggestions for incit …

The purpose of this paper is to characterize simple sabotage, to outline its possible effects, and to present suggestions for inciting and executing it.

Sabotage varies from highly technical coup de main acts that require detailed planning and the use of specially-trained operatives, to innumerable simple acts which the ordinary individual citizen-saboteur can perform. This paper is pr … ⌘ Read more

⤋ Read More
In-reply-to » @prologic Or databag self-hosted on a RaspberryPi you can throw on a corner of your basement (or a small vps if one is willing to pay for threema) and never look back. The hardest part is getting others to at least test anything other than the already mainstream apps.

@doesnm.p.psf.lt@doesnm.p.psf.lt Huh? 🤔 I’m curious to what other features you’d want from a messaging app! Also, you can easily send in a couple of feature requests, the dev is pretty receptive 👌

⤋ Read More
In-reply-to » OpenAI Says It Has Evidence DeepSeek Used Its Model To Train Competitor OpenAI says it has evidence suggesting Chinese AI startup DeepSeek used its proprietary models to train a competing open-source system through "distillation," a technique where smaller models learn from larger ones' outputs.

Oh the ****ing irony 🤣 with all the IP infringement AI models usually do, and the companies are like “nothing to see here”!

⤋ Read More

How to Disable “Follow Up” Mail Suggestions on Mac
One of the polarizing Mail for Mac features is “Follow Up”, which are suggestions on emails that Apple Mail thinks you should follow up with. The idea behind “Follow Up” suggestions in Mail is pretty simple; if you haven’t received a reply or heard back from a particular person or email, the last sent message … Read MoreRead more

⤋ Read More

Deals: Save 18% on Apple Watch 10, M2 MacBook Air for $799, iPad mini 7 at $399, & More
Amazon is offering some great discounts on many Apple products at the moment, from taking 18% off the Apple Watch Series 10, to $100 off the iPad mini 7, AirTags 4 pack for $70, big discounts on MacBook Air models including the M2 MacBook Air 16/256 for just $799, and more. Why pay full retail … [Read More](https://osxdaily.com/2025/01/29/deals-save-18-on-apple-wa … ⌘ Read more

⤋ Read More

TKey SSH CA
I wrote a stupidly simple SSH certificate authority that can you can
use directly over SSH to buy new certificates. It can be used with a
Tillitis TKey both for the private key of the CA itself and for the
user authentication to get a SSH certificate:

https://github.com/tillitis/tkey-ssh-ca

SSH certificates, as you my know, is a way of using not just key pairs
for user authentication, but also solving the problem of public key
distribution … ⌘ Read more

⤋ Read More

How to Disable “Follow Up” Mail Suggestions on Mac
One of the polarizing Mail for Mac features is “Follow Up”, which are suggestions on emails that Apple Mail thinks you should follow up with. The idea behind “Follow Up” suggestions in Mail is pretty simple; if you haven’t received a reply or heard back from a particular person or email, the last sent message … Read MoreRead more

⤋ Read More

TKey SSH CA
I wrote a stupidly simple SSH certificate authority that can you can
use directly over SSH to buy new certificates. It can be used with a
Tillitis TKey both for the private key of the CA itself and for the
user authentication to get a SSH certificate:

https://github.com/tillitis/tkey-ssh-ca

SSH certificates, as you my know, is a way of using not just key pairs
for user authentication, but also solving the problem of public key
distribution … ⌘ Read more

⤋ Read More

2024 year in review of CNCF and top 30 open source project velocity
By Chris Aniszczyk  By consistently tracking open source project velocity, we are able to see the trends and technologies resonating with developers and end users. We have been tracking these trends since 2017; all previous blogs… ⌘ Read more

⤋ Read More

Kubestronaut in Orbit: Shikha Priyedarshi
Get to know Shikha This week’s Kubestronaut in Orbit is Shikha Priyedarshi, a DevOps Engineer based in Pune, India. Shikha has experience delivering products in every phase, from requirements gathering to final delivery. She specializes in… ⌘ Read more

⤋ Read More

OpenAI Says It Has Evidence DeepSeek Used Its Model To Train Competitor
OpenAI says it has evidence suggesting Chinese AI startup DeepSeek used its proprietary models to train a competing open-source system through “distillation,” a technique where smaller models learn from larger ones’ outputs.

The San Francisco-based company, along with partner Microsoft, blocked suspected DeepSeek accounts from accessing … ⌘ Read more

⤋ Read More

Metis Compute Board with RK3588 and AI Acceleration for Edge Applications
The Metis Compute Board is a compact single-board computer designed for AI applications requiring high computational performance at the edge. Built around the ARM-based RK3588 processor, it integrates the Metis AIPU for AI acceleration and features up to 16 GB of RAM, dual Gigabit Ethernet ports, and GPIO support. The board incorporates the Rockchip RK3588 […] ⌘ Read more

⤋ Read More
In-reply-to » anyway friends i went to the met yesterday and i have apparently been before but i was a little kid so i don't remember. i took the chance to finally clean up and use my mediagoblin instance. here's a collection https://remix.girlonthemoon.xyz/u/accendio/collection/2025-met/

@lyse@lyse.isobeef.org oh yeah i forgot to mention i changed the domain to pinktape lol! sorry about that! https://pinktape.girlonthemoon.xyz/

⤋ Read More
In-reply-to » i upgraded my pc from lubuntu 22.04 to 24.04 yesterday and i was like "surely there is no way this will go smoothly" but no it somehow did. like i didn't take a backup i just said fuck it and upgraded and it WORKED?!?! i mean i had some driver issues but it wasn't too bad to fix. wild

@movq@www.uninformativ.de yeah i get so nervous doing version upgrades, this is technically my first time not doing it as a fresh install from a live USB, so i’m glad this went smoothly lol. scared to try it for my servers though!

⤋ Read More

Meerkat Mini PC Supports Linux with Intel Core Ultra and Quad Display Output
The Meerkat is a compact mini PC designed to deliver high performance while maintaining a small physical footprint. It is powered by Intel Core Ultra processors and features Intel Arc graphics. The system supports multiple Linux operating systems, including Pop!_OS 22.04 LTS and Ubuntu 24.04 LTS, among others. The system is available with either the […] ⌘ Read more

⤋ Read More

Trump Medicaid freeze seems to lock 72 million Americans out of their health insurance
Bruce Gil,  Staff Writer  -  Quartz

_Stephan: Thanks to criminal Trump about a third of Americans just lost their healthcare. If you are on Medicaid you may be one of them. If you have a child that depends on food support, or an elderly person who gets some kind of federal aid, they are cut off as well. What can you do? Please call  (202) 224-3121 and a … ⌘ Read more

⤋ Read More

CDC health officials in US ordered to stop working with WHO immediately
,    -  The Guardian (U.K.) | Associated Press

_Stephan: As part of his effort to dismantle the American government and turn it into a dictatorship, Trump has isolated the United States from the international healthcare network maintained by the World Health Organization.  This is the organization that coordinates amongst countries when a pandemic occurs. This is the organization … ⌘ Read more

⤋ Read More

10 Odd Jobs That You Can’t Get Today
We can confidently say from enough experience that job hunting in this economy is pretty hard for most. To make matters worse, some people are getting their jobs replaced by automation or new improvements in technology by the day. The funny thing about this, though, is that job replacement is a fairly old phenomenon that […]

The post 10 Odd Jobs That You Can’t Get Today appeared first on … ⌘ Read more

⤋ Read More
In-reply-to » @doesnm Threema is also known to be crippled to state actors and the five eyes. It has known crypto protocol weaknesses that can leak metadata.

@Prologic@twtxt.net Threema states the findings of that security research are all plugged. Still reading on it. Truth is that my family is difficult to get away from WhatsApp. And yes, I plan to buy them a license key.

⤋ Read More

WhatsApp Critical Privacy Bug Fixed in Latest iOS Update
WhatsApp has released version 25.2.3 for iOS devices to patch a significant privacy vulnerability that affected its “View Once” feature. The bug allowed users to access photos and videos that were meant to disappear after a single viewing.

Image

The security flaw, which only impacted iPhone users, allowed anyone to view supposedly ephemeral content by navi … ⌘ Read more

⤋ Read More

Monero Research Lab meeting scheduled for 5 February 2025 1700 UTC
The next Monero Research Lab1 meeting is scheduled to take place on Wednesday, February 5th 2025 at 17:00 UTC on IRC-Libera/Matrix2 in the #monero-research-lab channels.

Agenda overview (unconfirmed)
  • Updates
  • Prize contest to optimize some FCMP cryptography code
  • v17 hard fork consensus rules to reject nonzero unlock time, large tx_extra, and v1 unmixable sweep transactions3
  • Research on Autonom … ⌘ Read more

⤋ Read More

Cuprate Meeting scheduled for 4 February 2024 1800 UTC
The next Cuprate Meeting is scheduled1 to take place on Tuesday, February 4 2025 at 18:00 UTC on IRC-Libera/Matrix2 in the #cuprate channels.

Cuprate is an effort to create an alternative Monero node implementation.

Agenda overview
Greetings
Updates: What is everyone working on?
Project: What is next for Cuprate?
Any other business

The meeting’s moderator should be Boog9003. Consult the Cuprate code … ⌘ Read more

⤋ Read More
In-reply-to » i upgraded my pc from lubuntu 22.04 to 24.04 yesterday and i was like "surely there is no way this will go smoothly" but no it somehow did. like i didn't take a backup i just said fuck it and upgraded and it WORKED?!?! i mean i had some driver issues but it wasn't too bad to fix. wild

Ahh yes, what I like to call “wild wild west” upgrading.😂
Felt like that when I upgraded/updated an Arch Linux machine that had been sitting for a couple years unused.

⤋ Read More

MacOS Sonoma 14.7.3 & MacOS Ventura 13.7.3 with Security Updates Available
Apple has issued macOS Sonoma 14.7.3 along with macOS Ventura 13.7.3 for Mac users who are continuing to run those operating systems. These are security focused updates that are concurrent with the freshly released MacOS Sequoia 15.3 update for those running Sequoia, and are not expected to include any features or notable changes. Safari 18.3 … [Read More](https://osxdaily.com/2025/ … ⌘ Read more

⤋ Read More

Deals: iPad Mini 7 for $399 ($100 Off), $100 Off M2 iPad Air 13″ or 11″, AirTags 4-pack for $70
Amazon is offering some nice deals on select Apple products at the moment, and we want to highlight a few that might interest you. With some great prices on iPad models of all variety of sizes, and a great discount on a pack of AirTags, don’t miss out! $100 Off iPad Air 13″ or 11″ … [Read More](https://osxdaily.com/2025/01/28/deals-ipad-mini-7 … ⌘ Read more

⤋ Read More

i upgraded my pc from lubuntu 22.04 to 24.04 yesterday and i was like “surely there is no way this will go smoothly” but no it somehow did. like i didn’t take a backup i just said fuck it and upgraded and it WORKED?!?! i mean i had some driver issues but it wasn’t too bad to fix. wild

⤋ Read More

Processing log data with Fluent Bit and WebAssembly
Member post originally published on the Chronosphere blog by Sharad Regoti  Learn how WASM can be used to extend Fluent Bit’s processing capabilities, enabling users to implement custom logic and functionalities. Fluent Bit has over 20+ filters that can… ⌘ Read more

⤋ Read More

A new era for Helm
Community post by Robert Sirchia (SUSE), Matt Farina (SUSE), and Jorge O. Castro (CNCF) As cloud native heads into its second decade, we’d like to spend some time talking about Helm and its future. Helm was… ⌘ Read more

⤋ Read More

DOJ Halts All Civil Rights Cases Following Trump’s Directives
Zane McNeill ,    -  truthout

Stephan: Apparently, there will be no civil rights protection during the Trump regime. Day by day we are becoming a nation I don’t even recognize. I have had two readers currently living in Europe who just wrote to tell me they were renouncing their U.S. citizenship, and taking on the citizenship of the country in which they are living.

![](https://www.schwartzreport.net … ⌘ Read more

⤋ Read More

Navajo Nation leaders raise alarm over reports of Indigenous people being questioned and detained during immigration sweeps
Alaa Elassar,  Writer  -  CNN

_Stephan: If you are a Native American you are being warned to carry documentation of your citizenship and tribal affiliation on your person because Native Americans are being stopped by criminal Trump’s immigration patrols because they aren’t pale Wh … ⌘ Read more

⤋ Read More

Homan defends immigration raids at middle, elementary schools
Lauren Irwin,  Staff Writer  -  The Hill

_Stephan: Trump’s villein Homan who is running the everyone but Whites to be checked immigration raids has authorized raiding elementary and middle schools. Think about this for a minute. You are in third-grade arithmetic class and suddenly a bunch of men in dark clothes and gun protection vests with some big letters on their backs burst into your classroom. And … ⌘ Read more

⤋ Read More

Ten Stomach-Turning Facts That We Wish Weren’t True
We’re going to go ahead and get this out there right now: You probably shouldn’t read on from here if you’ve got a queasy gut. Some of the stomach-turning facts we’re about to drop on this list are not for the faint of heart. (Or, uh, the faint of digestive tract.) But for those of […]

The post [Ten Stomach-Turning Facts That We Wish Weren’t True](https://listverse.com/2025/01/28/ten-stomach-turning-facts-that-we-wish-werent-true … ⌘ Read more

⤋ Read More

10 Most Effective Surprise Attacks in Military History
The surprise attack has been a cornerstone of military strategy throughout most of human history. While true surprise attacks are a little more difficult to coordinate on a mass scale in the modern age of warfare, they remain reference points for how to conduct the most effective kind of military campaign: the kind that minimizes […]

The post [10 Most Effective Surprise Attacks in Military History](https://listverse.com/20 … ⌘ Read more

⤋ Read More
In-reply-to » There's a reason I avoid speaking my mind on the internet like the plague. The same reason I'd set up a {B,Ph,Gem}log months ago but never got myself to publish any of the drafts in any of them.

@prologic@twtxt.net Believe me, I’ve yapped on twtxt in the last couple of moths more than I did anywhere else within the past +5 years in all other platforms together. 🤣 Here, is the only place I can be myself which I have all of you to thank for.

⤋ Read More
In-reply-to » I would like to drop Onedrive for Proton Drive and WhatsApp for Threema - I just need to convince my whole family to follow me with that.

@prologic@twtxt.net Or databag self-hosted on a RaspberryPi you can throw on a corner of your basement (or a small vps if one is willing to pay for threema) and never look back. The hardest part is getting others to at least test anything other than the already mainstream apps.

⤋ Read More
In-reply-to » I have managed to make the fetching of feeds asynchronous. To do this I have set up a small system of task queue. All requests are executed at the same time! 🚀 https://codeberg.org/andros/twtxt-el/src/branch/develop #twtxtel #emacs

@andros@twtxt.andros.dev Sweeeeet! Just gave it a try, you’ve done a wonderful work 🫡 I wanted to replay from there but couldn’t go past the first page of the feed. It kept freezing on me and complaining about some bad Url (as mentioned on the test twt), so I’ll have to dig through my follow list and see where I effed up this time. 😅

⤋ Read More

Here’s a twt from @andros@twtxt.andros.dev ’s new version of Twtxt-el 🥳 It feels WAaaaaY better! although it freezes on me as soon as I navigate to the next page complaining about some bad url, but the chronological sorting of the feed as well as the navigation buttons (links?) are a great addition. Looking forward to the next update already! 😁 🥳🥳🥳

⤋ Read More

There’s a reason I avoid speaking my mind on the internet like the plague. The same reason I’d set up a {B,Ph,Gem}log months ago but never got myself to publish any of the drafts in any of them.

⤋ Read More
In-reply-to » I would like to make another proposal to the community, to discuss it calmly: https://git.mills.io/yarnsocial/twtxt.dev/issues/9 #twtxt

@prologic@twtxt.net I believe @andros@twtxt.andros.dev is referring to the one on the original twtxt docs . I’ve been meaning to contribute to the discussion on the git but I’m just lazy 😅 amma throw in a little something in a minute Poke a bee hive and run away style 😆

⤋ Read More

jeffro256 submits CCS proposal for 3 months of Monero/Carrot dev work
jeffro2561 has submitted a new CCS proposal2 looking to continue working full-time on Carrot 3 development - Monero’s main addressing protocol post-FCMP++ - for 3 months (Q1 2025):

The last quarter I implemented the core cryptography for Carrot. [..] The FCMP++ integration and Carrot integration are finally meeting ends and are almost ready for hot path integration. … ⌘ Read more

⤋ Read More

MacOS Sequoia 15.3 Update Brings Genmoji & Bug Fixes
MacOS Sequoia 15.3 update is now available to all Mac users running Sequoia. The latest software update for Mac includes Genmoji support, which allows users with Apple Intelligence supported hardware to generate custom Emoji icons in Messages, along with changes to improve AI summaries, bug fixes, security enhancements, and some other minor changes. For Mac … [Read More](https://osxdaily.com/2025/01/27/macos-sequoia-15-3-upda … ⌘ Read more

⤋ Read More

iOS 18.3 Update Released with Bug Fixes & AI Summary Improvements
iOS 18.3 for iPhone and iPadOS 18.3 for iPad have been released for all eligible devices. The new software updates focus on bug fixes, security enhancements, and bring some changes to AI features like Visual Intelligence and Apple Intelligence Summaries, the latter of which were generating inaccurate summaries and headlines which bothered some people. Since … [Read More](https://osxdaily.com/2025/01/ … ⌘ Read more

⤋ Read More
In-reply-to » anyway friends i went to the met yesterday and i have apparently been before but i was a little kid so i don't remember. i took the chance to finally clean up and use my mediagoblin instance. here's a collection https://remix.girlonthemoon.xyz/u/accendio/collection/2025-met/

@kat@yarn.girlonthemoon.xyz franz von stuck is one of my fave artists and i was so delighted to see one of his pieces displayed in person but i got separated from my family when i saw it and just barely got a pic before my sister dragged me back to follow them away T__T next time i will see if the met has more of his art… https://remix.girlonthemoon.xyz/u/accendio/m/franz-von-stuck-inferno-1908/

⤋ Read More

What is observability 2.0?
Member post originally published on the Middleware blog by Sam Suthar In the race to adopt cutting-edge technologies like Kubernetes, microservices, and serverless computing, monitoring often becomes an afterthought. Many enterprises assume their legacy observability tools will suffice. However, as they… ⌘ Read more

⤋ Read More

Update Now: iOS 18.3 and macOS Sequoia 15.3 Include 20+ Security Updates
Along with new features, the iOS 18.3, iPadOS 18.3, and macOS Sequoia 15.3 updates that Apple released today include multiple security fixes, including a fix for vulnerability that may have been actively exploited on some devices.

Image

According to Apple’s [security … ⌘ Read more

⤋ Read More

Trump executive orders threaten healthcare of millions of Americans
Marina Dunbar ,  Staff Writer  -  The Guardian (U.K.)

Stephan: Healthcare is going to deteriorate more in this country, as well as becoming more expensive As this article describes middle and lower-class Americans will be particularly affected.

Image

_Donald Trump signs an executive order in t … ⌘ Read more

⤋ Read More

Trump fires independent inspectors general in Friday night purge
Megan Messerly, Josh Gerstein, Kyle Cheney and Nahal Toosi,    -  Politico

_Stephan: Trump has fired the independent Inspector Generals whose task is to oversee the integrity of the American government. Why was this done? The answer is obvious. Criminal Trump did it so that his villeins can create the corrupted government agencies he wants without any hassle or oversight. The already corrupted Am … ⌘ Read more

⤋ Read More

Addressing Elites at Davos, UN Chief Says Fossil Fuel Addiction Is a ‘Frankenstein Monster’
Jake Johnson,  Senior Editor and Staff wwriter  -  Common Dreams

_Stephan: While criminal Trump is using the powers of the Presidency to assure that the United States remains dependent on fossil fuel so the carbon energy oligarchs who funded him can maintain their profits, the United Nations Secretary-Genmeral Antonio Guterres describes this poli … ⌘ Read more

⤋ Read More

10 Forgotten Laws Still Technically on the Books
Laws are meant to provide order and structure to society, but over time, some statutes outlive their relevance. While many outdated laws are repealed or forgotten, others remain technically enforceable, lying dormant in legal archives. From quirky restrictions on behavior to hyper-specific regulations tied to bygone eras, these forgotten laws offer a fascinating glimpse into […]

The post [10 Forgotten Laws Still Technically on the Boo … ⌘ Read more

⤋ Read More

10 Hilarious Characters Who Never Shut Up
Writers tow a fine line with chatty characters. If handled poorly, these figures can be recipes for disaster. Their incessant talking can easily grate on audiences’ nerves. The effect is akin to being annoyed by a hyperactive kid. Because of that risk, it’s safe to veer away from such characters. However, they’re not impossible to […]

The post [10 Hilarious Characters Who Never Shut Up](https://listverse.com/2025/01/27/10-hilarious-characters-who-n … ⌘ Read more

⤋ Read More