Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
2025-06-17 13:24:28

But doesn’t israel have the right to defend itself against the people it is starving?
theguardian.com/world/2025/jun

The Trump administration claims to be fighting an existential battle against insurrectionary forces in Los Angeles.
In truth, it created this cynical spectacle itself,
deploying troops and inflaming tensions to distract from its policy failures.
jacobin.com/2025/06/la-immigr…

@arXiv_hepth_bot@mastoxiv.page
2025-06-17 11:05:29

Compton amplitude and Contact term(s) in the Spinor Helicity formalism
Aakash Kumar, Arnab Rudra, Rahul Shaw
arxiv.org/abs/2506.12431

@pre@boing.world
2025-05-16 11:08:14

I read "Then I Am Myself the World: What Consciousness Is and How to Expand It" by Christof Koch.
Interesting book which spends like 8 or 9 chapters detailing all the experiments which prove beyond much doubt that consciousness, and self awareness, is a thing done by a brain.
It describes how perception is a construction of a description, has a chapter called "computational mind"
And then spends the last two chapters describing why he thinks the mind can't be computed, because drugs have made him think experience is some kind of magic associated with highly interconnected causal structures.
Apparently, he thinks, once things become interconnected enough they become able to cause things independently of the physics running those connections.
Which is crazy, obviously. There's nothing causal in direct connections between neurons that isn't equally causal in modeled connections between virtual neurons.
All his evidence in the book from neural MRI scans to the effects of psychedelic drugs and symptoms of strokes and disease point to the brain simulating a virtual reality which is the basis of perception.
That simulated world in which we live is full of colour and shape and sounds and emotions and millions of mental constructs that are built to be correlated by the senses with the outside world, but are not equal to the world itself. We live in a dream constructed to correlate with reality.
But then instead of taking the next step: That consciousness itself is a property of a simulated being inside that mental model of the universe, a property which the brain simulates and applies to the virtual self that's doing the experiencing inside that model, he jumps towards some magic implying pan-psychism or that sufficiently interconnected networks become causally self-complete for some reason nobody can fathom.
Sure, colour and shape and emotions are all made up by the brain but experience can't be! For some reason.
You see in truth dualism is false, in that there is no spirit realm in which ghosts animate the matter of the body somehow.
Yet also, dualism is true, in that there is a simulated mental reality which we live in, computed by the brain in which all perception and experience are created, which is related-to but separate-from the unfolding complicated dance of energy that is the universe our bodies interact with.
People take some DMT trip, and the model of the universe emulated by their brain collapses and breaks. Their virtual simulated self inside their mind has these experiences of being one with the universe or the experience of feeling dead yet conscious or whatever, and these hippies think that the broken down simulated experience is real and reflects how consciousness is more fundamental than the atoms that make up the neurons in their brain.
Instead of realizing it shows them that their experienced universe is a simulacrum, they think they get a more direct experience of reality somehow. A consciousness more pure than any mere base atom.
"Then I am myself the world" is a great title. Everything you ever experience is created and simulated in your brain like a dream, the whole universe is inside your head. Even the fact of experience itself.
But that isn't the conclusion Koch reaches somehow, he just jumps from describing the evidence that this is so straight into ascribing super-causal magic consciousness to particular arrangements of atoms that integrated information theory suggest have high correlation, and thinks therefore conciousness is itself the entire universe.
Ah well, fun book. I like arguing in my head with authors that are wrong.
#reading #books #consciousness #thenIAmMyselfTheWorld

@arXiv_mathAP_bot@mastoxiv.page
2025-06-16 08:21:40

Analysis and Simulation of Plasmons in Graphene with Time- and Space-dependent Drude Weight
Fadil Santosa, Tong Shi
arxiv.org/abs/2506.11390

@arXiv_mathHO_bot@mastoxiv.page
2025-06-16 08:15:39

Can we "seamlessly" divide a polygon?
Byungchang So
arxiv.org/abs/2506.11742 arxiv.org/pdf/2506.11742

@mapto@qoto.org
2025-06-17 05:03:51

This is how ruthless the Israeli military complex is
The sign talks of"protecting the state of Israel", remaining silent to the fact that this offensive "protection" actually costs hundreds of thousands of lives in Israel and the region.
Context:

Israeli military complex promotes itself on the walls that were put around its stand, after it refused to comply with requests from Paris airshow
@ubuntourist@mastodon.social
2025-06-12 13:40:37

The Rule of Idiots:
In the last days of all empires the idiots take over. They mirror the collective stupidity of a civilization that has detached itself from reality.
by Chris Hedges
chrishedges.substack.com/p/the

@arXiv_physicsmedph_bot@mastoxiv.page
2025-06-17 11:25:45

Fractional order derivative approach of viscoelastic behavior of tropical wood
Loic Chrislin Nguedjio (IP), Rostand Moutou Pitti (CENAREST, IP), Benoit Blaysat (IP), Pierre Kisito Talla (IP), Nicolas Sauvat (IP), Joseph Gril (IP)
arxiv.org/abs/2506.13208

@NFL@darktundra.xyz
2025-06-14 12:29:41

Five Browns players who could return defense back to the elite in 2025 espn.com/nfl/story/_/id/455072

@mgorny@social.treehouse.systems
2025-06-16 10:22:27

Some fun facts about #Python limited API / stable ABI.
1. #CPython supports "limited API". When you use it, you get extensions that are compatible with the specified CPython version and versions newer than that. To indicate this compatibility, such extensions use `.abi3.so` suffix (or equivalent) rather than the usual `.cpython-313-x86_64-linux-gnu.so` or alike.
2. The actual support is split between CPython itself and #PEP517 build systems. For example, if you use #setuptools and specify `py_limited_api=` argument to the extension, setuptools will pass appropriate C compiler flags and swap extension suffix. There's a similar support in #meson, and probably other build systems.
3. Except that CPython freethreading builds don't support stable ABI right now, so building with "limited API" triggers an explicit error from the headers. Setuptools have opted for building explicit about this: it emits an error if you try to use `py_limited_api` on a freethreading interpreter. Meson currently just gives the compile error. This implies that package authors need to actively special-case freethreading builds and enable "limited API" conditionally.
4. A some future versions of CPython will support "limited API" in freethreading builds. I haven't been following the discussions closely, but I suspect that it will only be possible when you target that version or newer. So I guess people will need to be building two stable ABI wheels for a time — one targeting older Python versions, and one targeting newer versions plus freethreading. On top of that, all these projects will need to update their "no 'limited API' on freethreading" conditions.
5. And then there's #PyPy. PyPy does not feature a stable ABI, but it allows you to build extensions using "limited API". So setuptools and meson just detect that there is no `.abi3.so` on PyPy, and use regular suffix for the extensions built with "limited API".

@arXiv_astrophSR_bot@mastoxiv.page
2025-06-12 09:46:51

Noise in Maps of the Sun at Radio Wavelengths II: Solar Use Cases
Timothy Bastian, Bin Chen, Surajit Mondal, Pascal Saint-Hilaire
arxiv.org/abs/2506.09843

@laimis@mstdn.social
2025-05-14 17:45:14

Articles like this remind me that #ferrari is a long way away from winning a championship. It's all about the BS around the #F1, not F1 racing itself.

@andres4ny@social.ridetrans.it
2025-06-11 00:06:26

lol this project can go fuck itself
theregister.com/2025/06/10/xli

We are confident this won't bother Weigelt a bit. In fact, the README file for X11Libre positively invites it, as it contains this:

> It's explicitly free of any "DEI" [diversity, equity, and inclusion] or similar discriminatory policies.

Oh dear.

That statement, though, has received praise and approval in some places.
@benrosstransit@mastodon.social
2025-06-13 18:05:22

Welcome to "rowhome"!
As usual, you can count on real estate marketers to signal status shifts.
"Townhome," invented because "rowhouse" felt low-class, now feels low-class itself.
I think they would have done better to just say "rowhouse" and invoke the prestige of historic preservation.

@arXiv_physicsplasmph_bot@mastoxiv.page
2025-06-13 09:30:40

Analytic model for neutral penetration and plasma fueling
George J. Wilkie
arxiv.org/abs/2506.10906 arxiv.org/pdf/250…

@arXiv_quantph_bot@mastoxiv.page
2025-06-12 10:11:01

Detecting (emergent) continuous symmetry of criticality via subsystem's entanglement spectrum
Bin-Bin Mao, Zhe Wang, Bin-Bin Chen, Zheng Yan
arxiv.org/abs/2506.09889

@ingo@social.stuetzle.cc
2025-06-10 19:39:05

At the moment I often have to think of Eley's book, that it was not the bourgeoisie that realized what is currently held up as abstract principles, but a left that had to organize itself against the impositions of capitalist society.
archive.org/details/forgingdem

@arXiv_astrophEP_bot@mastoxiv.page
2025-06-13 09:28:20

The ALMA Survey of Gas Evolution of PROtoplanetary Disks (AGE-PRO): XII. Extreme millimetre variability detected in a Class II disc
James M. Miley, Laura M. Perez, Carolina Agurto-Gangas, Anibal Sierra, Leon Trapman, Miguel Vioque, Nicolas Kurtovic, Paola Pinilla, Ilaria Pascucci, Ke Zhang, Rossella Anania, John Carpenter, Lucas A. Cieza, Dingshan Deng, Camilo Gonzalez-Ruilova, Giovanni P. Rosotti, Dary A. Ruiz-Rodriguez, Estephani E. TorresVillanueva

@denmanrooke@social.coop
2025-05-31 22:58:41

We in Game Workers Unite Ireland stand in solidarity with Animation Workers of Ireland, and the international trade union coalition happening to organise against the threat of AI in the animation industry, and we support their call to acton.
Join them Thursday 12 June at 14:00 at the Pâquier in Annecy!!
#Animation

ANIMATION INDUSTRY IN DANGER : WORLD UNIONS DECLARE EMERGENCY IN THE FACE OF GENERATIVE Al USE. Graphic with the text Let's Stop AI Generated Art.
ENGLISH VERSION

This statement was composed by a collective of international Animation Unions, federations, and organisations calling for action in regards to the usage of generative Artificial Intelligence and its destructive impact, not only on the global animation industry and the craft itself, but also on everyone who is employed by it, our culture and our planet. The animation industry is suffering, after the explosion of the streaming bubble and the pandemic. The workers are feeling the …
This same technology is being used to foster dissent, confusion and distrust among the public. This unchecked growth and unjustified techno-optimism comes with incredible environmental consequences, including expanding demand for computing power, larger carbon footprints, shifts in patterns of electricity and water demands and an accelerated depletion of natural resources. As such, there is a need for protection frameworks around GenAl, centered around transparency, compensation, control on the…
We invite all workers, students and allies to join us in Annecy festival, to discuss concerns and defense against GenAl, and to hear unions representatives read the statement on Thursday, June 12th, at 2 PM, on the Paquier (and then a map graphic)
@arXiv_csCR_bot@mastoxiv.page
2025-06-11 07:30:33

Your Agent Can Defend Itself against Backdoor Attacks
Li Changjiang, Liang Jiacheng, Cao Bochuan, Chen Jinghui, Wang Ting
arxiv.org/abs/2506.08336

@wfryer@mastodon.cloud
2025-05-21 10:18:33

“Abide in me as I abide in you. Just as the branch cannot bear fruit by itself unless it abides in the vine, neither can you unless you abide in me.”
‭‭John€ ‭15€:‭4€ ‭NRSV€€
bible.com/bible/2016/jhn.15.4.
The True Vine

An image featuring clusters of blue grapes with a background of green leaves. Text overlay includes a quote: "Abide in me as I abide in you..." followed by the reference John 15:4.
@arXiv_csLG_bot@mastoxiv.page
2025-06-09 10:10:52

Scalable unsupervised feature selection via weight stability
Xudong Zhang, Renato Cordeiro de Amorim
arxiv.org/abs/2506.06114

@rberger@hachyderm.io
2025-04-13 18:18:51

"But there were technologists and open source projects in attendance. Notably, representatives from the Mastodon and Bluesky teams were at the Festival. The Newsmast Foundation was also present, incisively taking part in conversations to help newsrooms onboard themselves onto both of them. I got to hang out with them all, connecting with people I’d spoken with but never interacted with in person. Mastodon has undergone a transformation, has doubled its team, and is working on smoothing out some of its rough edges, while not letting go of its core ethos. It’s also beginning to position itself as a European alternative to American social media platforms, with a community-first values system and new services to directly help organizations join the network.
Bluesky, on the other hand, has done an able job of bringing journalists onto its existing social app, and is now hard at work explaining why its underlying protocol matters. Both want to engage with newsrooms and journalists and do the right thing by them. They each have something different to prove: Mastodon that it can be usable and accessible, and Bluesky that it can provide a return to its investors and truly decentralize while holding onto its values. I’m rooting for both of them.
These platforms’ messages dovetail with my own: news can own the platforms that support them. Lots of people at the Festival were worried about the impact of US big tech on their businesses — particularly in a world where tech moguls seem to be aligning themselves with a Presidential administration that has positioned itself as being adversarial to news, journalists, sources, and, arguably, the truth. The good news is that the technology is out there, the values-aligned technologists are out there, and there’s a strong path forward. The only thing left is to follow it."
#media #Mastodon #BlueSky #Journalism
werd.io/2025/notes-from-perugi

@compfu@mograph.social
2025-06-09 19:32:40

Just saw the live-action #LiloAndStitch movie in 3D. Haven't seen a stereoscopic movie in a long long time and they are still not really something I enjoy watching.
The movie itself was ok. First half is quite faithful to the original, alien guys in camouflage are very goofy. The ending is way more dramatic. Various small story changes in the movie make it just different if you kn…

@arXiv_mathLO_bot@mastoxiv.page
2025-06-10 17:17:30

This arxiv.org/abs/2106.04244 has been replaced.
link: scholar.google.com/scholar?q=a

@lysander07@sigmoid.social
2025-06-02 14:13:22

Excellent keynote in the #SemDH2025 workshop by Laura Hollink on Cultural Bias in Linked Open Data. Laura is addressing all bias related aspects in cultural heritage items itself, in the data representing it, the data schemata, vocabularies, and ontologies on which the data are based, as well as in the knowledge representation languages used to create the schemata.

Laura Hollink presenting her keynote at Semantic Digital Humanities 2025 Workshop, standing in front of the projection screen.
@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-06-13 09:02:30

Going beyond density functional theory accuracy: Leveraging experimental data to refine pre-trained machine learning interatomic potentials
Shriya Gumber, Lorena Alzate-Vargas, Benjamin T. Nebgen, Arjen van Veelen, Smit Kadvani, Tammie Gibson, Richard Messerly
arxiv.org/abs/2506.10211

@tiotasram@kolektiva.social
2025-06-07 11:04:27

Good article summarizing a lot of things relevant to continued COVID'19 caution:
cbc.ca/radio/quirks/beyond-lon
Key points:
COVID'19 weakens the immune system:
"""
So it's not just about infecting you and causing respiratory illness and fever and all of the things that we usually get with the viral infection. This virus also specifically causes your immune system to become weaker.
"""
It damages blood vessels:
"""
In addition to SARS-CoV-2's ability to dysregulate the immune system and suppress the immune system, the spike protein itself is very damaging to blood vessel structures as well as red blood cells and platelets themselves.
"""
The folk idea that infections make our immune system stronger and stronger like a muscle just isn't true (or at least, doesn't apply to COVID'19 because of how, unlike most other viruses, it damages the immune system):
"""
For the longest time in the field of immunology, there was the sort of adage that your immune system needs to be tested every now and again to stay strong. That's an old-fashioned idea.
The more new-fashioned and evidence-based idea is that, although your immune system can take on [a COVID] infection, you want to avoid testing it as much as possible because your body is sustaining damage with each infection that it survives.
"""

@burger_jaap@mastodon.social
2025-06-05 08:35:25

It's time for the #EV industry to hold itself to a higher standard when it comes to roaming. You can't have your cake and eat it. Make the cake bigger!
linkedin.com/…

@jby@ecoevo.social
2025-04-28 23:11:14

How do I know May Day is gonna be big? I'm going to be able to join an event in Studio City
I'm attending May Day Strong's event, “May Day Strong: We are the Many” - sign up now to join me!

@arXiv_condmatmeshall_bot@mastoxiv.page
2025-06-10 18:10:00

This arxiv.org/abs/2505.13200 has been replaced.
initial toot: mastoxiv.page/@a…

@UP8@mastodon.social
2025-06-04 13:03:48

As world heats up, U.N. cools itself the cool way: with water
japantimes.co.jp/environment/2
🆓

@arXiv_condmatdisnn_bot@mastoxiv.page
2025-06-13 09:04:20

Learning Chaotic Dynamics with Neuromorphic Network Dynamics
Yinhao Xu, Georg A. Gottwald, Zdenka Kuncic
arxiv.org/abs/2506.10773

@arXiv_csRO_bot@mastoxiv.page
2025-06-05 09:45:44

This arxiv.org/abs/2407.00144 has been replaced.
initial toot: mastoxiv.page/@arXiv_csRO_…

@ErikJonker@mastodon.social
2025-06-06 14:13:04

The lack of history education shows when you hear people about current times, ofcourse history never repeats itself exactly, but many of the same patterns and mechanisms we have seen in fascism and autocracy are visible. Read some history be less amazed and better prepared.
#history #fascism

@digitalnaiv@mastodon.social
2025-06-03 07:51:15

Buzzword-First Strategy cartoon - Marketoonist | Tom Fishburne bit.ly/4koSqvW

@Techmeme@techhub.social
2025-06-02 22:35:46

After Google's two antitrust losses in the past year, a look at critics' claims that its breakup might be better for investors, customers, and innovation (David Streitfeld/New York Times)
nytimes.com…

@arXiv_astrophSR_bot@mastoxiv.page
2025-06-12 09:42:31

Noise in Maps of the Sun at Radio Wavelengths I: Theoretical Considerations
Timothy Bastian, Bin Chen, Surajit Mondal, Pascal Saint-Hilaire
arxiv.org/abs/2506.09838

@arXiv_mathCO_bot@mastoxiv.page
2025-06-06 09:46:16

This arxiv.org/abs/2409.00612 has been replaced.
initial toot: mastoxiv.page/@arXiv_mat…

@arXiv_csCR_bot@mastoxiv.page
2025-06-10 16:19:49

This arxiv.org/abs/2401.16185 has been replaced.
link: scholar.google.com/scholar?q=a

@markhburton@mstdn.social
2025-06-02 14:47:31

There's chatter today about #POX the little Englander Party of Xenophobes and Fascists high in the polls for a Scottish seat.
So how to fight them (and how not)?
ste…

@leftsidestory@mstdn.social
2025-06-01 00:30:26

Natura Urbana VII 🏡
城市自然 VII 🏡
📷 Nikon FE
🎞️Ilford FP4 Plus, expired 1995
buy me ☕️ ?/请我喝杯☕️?
#filmphotography

Ilford FP4 @ ISO 80

**English:**
This black-and-white photograph captures a serene scene at what appears to be a riverside or lakeside walkway. The walkway is covered and supported by large pillars. A person is  lying on a bench to the right. The railing along the walkway provides safety and a place to lean. Trees line the opposite bank, and the water is calm, reflecting the peacefulness of the scene.

**Chinese:**
这张黑白照片捕捉到了一个宁静的河边或湖边步道场景。步道有顶棚,由大柱子支撑。右边有个人躺在长椅上。步道上的栏杆提供了安全和依靠的地方。对岸种满了树木,水面平静…
Ilford FP4 @ ISO 80

**English:**
The image is a black-and-white photograph depicting an industrial scene. In the foreground, there are trees and vegetation. Rising above the trees are two tall smokestacks, emitting plumes of smoke into the sky. The sky itself is mostly clear, with a few faint spots that could be birds or debris. The overall atmosphere suggests an industrial area, possibly a factory or power plant, set against a natural backdrop.

**Chinese:**
这张黑白照片描绘了一个工业场景。前景是树木和植被。树木上方矗立着两个…
Ilford FP4 @ ISO 80

**English:**
This black-and-white image shows a scene with a large chessboard-like floor. The setting has a traditional feel, with a stone wall and a window that has wooden bars. There is a tool box of fire extinguisher by the wall with some text on it. The lighting creates a contrast, highlighting the style and giving a dramatic effect to the scene.

**Chinese:**
这张黑白图片展示了一个场景,地板上有类似棋盘的风格。场景带有传统风格,有一面石墙和一个带木质栏杆的窗户。墙边有一个灭火工具箱,上面有一些文字。光影制造出对比,突出了地面的明暗,并给场景带来了戏剧性效果。
Ilford FP4 @ ISO 80

**English:**
This black-and-white photograph depicts a person standing next to a three-wheeled vehicle by a body of water. The person is wearing a hat and appears to be engaged in some activity, possibly preparing or arranging items on the vehicle. The vehicle is equipped with containers, perhaps for collecting or transporting goods. In the background, there are trees and an open area, suggesting a park or a recreational space near the water.

**Chinese:**
这张黑白照片描绘了一个人站在一辆三…
@arXiv_statAP_bot@mastoxiv.page
2025-06-13 09:40:20

Educational Intervention Re-Wires Social Interactions in Isolated Village Networks
Marios Papamichalis, Laura Forastiere, Edoardo M. Airoldi, Nicholas A. Christakis
arxiv.org/abs/2506.10496

@playinprogress@assemblag.es
2025-05-12 14:49:20

#photography #bloomScrolling #tulips #red

portrait format closeup of a orange-red-pink tulip flower seen from above, hit by very low golden evening sun coming from beyond the upper edge of the image, giving the a bit translucent insides of the tulip an intense glow. it shows its inner dark markings and the light stigma hovering above them, while itself seemingly floating above a jumble of shadowy blue-green tulip foliage and dark shadows
landscape format closeup of a pink and orange tulip that has opened very wide and almost already lost one of its petals, seen in profile. The almost lost petal makes the complete insides of the tulip visible, showing its contrasting dark inner markings and light yellow stigma. it is hit by low evening sun from the left, seen in front of another similar tulip in the upper left corner of the image, a blue Muscari flower in the lower right corner, and otherwise a background of shadowy green foliage
@ruth_mottram@fediscience.org
2025-05-24 08:00:46

"Journalism screwed itself over by betting
on Meta and its profit-over-society peers.
Now, nobody trusts “the media” and
everyone is going bankrupt. The next bet
is on generative AI, with its inability to
distinguish truth from “hallucinations” –
fabrications that on the page become lies.
The Continent is an attempt to prove
journalism can be done differently.
Expect more of this in what our team
has decided to call our “serious era”.
We’re no longer a start-up. We’re going
to empower more people with quality
journalism. We’re going to help others
launch newspapers. We’re going to
stay sane. And we’re going to prove
that African excellence can set global
standards."
@… reaches 5 years and 200 issues. If you're not already receiving their copy via @… (or email, telegram or WhatsApp if you must) then it's really worth signing up to remind yourself just how big and diverse the world ist.
This weeks highlights are an extraordinary story about how Zanu-PF in Zimbabwe directly interfered with Mozambique's election. Plus a frankly beautiful photo piece on Addis Ababa

@arXiv_csLG_bot@mastoxiv.page
2025-06-05 10:58:06

This arxiv.org/abs/2505.22813 has been replaced.
initial toot: mastoxiv.page/@arXiv_csLG_…

@arXiv_physicsfludyn_bot@mastoxiv.page
2025-06-02 07:34:18

A Method for Analytical Solutions in the Lattice Boltzmann Method
Jordan Larson, Alexander J. Wagner
arxiv.org/abs/2505.24170

@arXiv_condmatstrel_bot@mastoxiv.page
2025-06-05 07:30:31

Altermagnetic polarons
Maria Daghofer, Krzysztof Wohlfeld, Jeroen van den Brink
arxiv.org/abs/2506.03261 arxiv.org/pd…

@johnleonard@mastodon.social
2025-05-30 15:11:05

Xerox is one of the three big players in a shrinking market for print. This uncomfortable position means it is having to reinvent itself, pushing for growth through a new global business services organisation and pursuing novel revenue streams.
computing.co…

@arXiv_quantph_bot@mastoxiv.page
2025-06-02 10:32:18

This arxiv.org/abs/2410.24212 has been replaced.
initial toot: mastoxiv.page/@arXiv_qu…

@cobordism@berlin.social
2025-03-30 11:55:57

"As Trump flirts dangerously with authoritarianism, Europe needs to save itself. If it can, Europe might also someday play a role in saving the United States."
theatlantic.com/ideas/archive/

@arXiv_physicsoptics_bot@mastoxiv.page
2025-06-02 10:19:53

This arxiv.org/abs/2505.21878 has been replaced.
initial toot: mastoxiv.page/@ar…

@arXiv_csRO_bot@mastoxiv.page
2025-06-03 07:50:52

Diffusion Models for Increasing Accuracy in Olfaction Sensors and Datasets
Kordel K. France, Ovidiu Daescu
arxiv.org/abs/2506.00455

@arXiv_condmatquantgas_bot@mastoxiv.page
2025-05-28 10:25:54

This arxiv.org/abs/2505.06286 has been replaced.
initial toot: mastoxiv.page/@…

@pre@boing.world
2025-05-21 21:56:46
Content warning: "Golden Dome" SASS?

😆 Missile Air Defense As a Service
MAD AS you like.
In some ways a government paying by a subscription for a missile defense service has been inevitable since Reagan started the mission to Privatize Literally Everything.
The government will own nothing, and be happy.
States must do only one thing: Pay money to rich people to get them to do the things.
The idea of Reagan's Star Wars returning is pretty crazy in itself. That launching all those satellites would massively enrich the government's biggest donor is mostly just pretty typical corruption.
But having the government pay to rent it out is just amazing. 🧑‍🍳 💋
Hey, if Russia and China outbid America during the hour they were launching the missiles, that's just the free market!
Never really even know if it works without being attacked, but the rich owners get to extract the wealth from it all the same.
Rentierism? In this economy?
🤣
#goldenDome #us #defense

@arXiv_physicsclassph_bot@mastoxiv.page
2025-06-10 09:07:52

Topologically Distinct Berry Phases in a Single Triangular M\"obius Microwave Resonator
E. C. I. Paterson, M. E. Tobar, M. Goryachev, J. Bourhill
arxiv.org/abs/2506.07320

@arXiv_physicsinsdet_bot@mastoxiv.page
2025-05-28 10:29:17

This arxiv.org/abs/2410.07267 has been replaced.
initial toot: mastoxiv.page/@ar…

@arXiv_physicsdataan_bot@mastoxiv.page
2025-06-04 13:51:09

This arxiv.org/abs/2502.13978 has been replaced.
initial toot: mastoxiv.page/@ar…

@arXiv_mathCV_bot@mastoxiv.page
2025-05-28 07:26:09

A Burns-Krantz type theorem for Blaschke products
Annika Moucha
arxiv.org/abs/2505.21346 arxiv.org/pdf/2505.21346

@arXiv_mathCO_bot@mastoxiv.page
2025-06-02 07:25:22

The stability of independence polynomials of complete bipartite graphs
Guo Chen, Bo Ning, Jianhua Tu
arxiv.org/abs/2505.24381

@arXiv_quantph_bot@mastoxiv.page
2025-05-30 10:35:33

This arxiv.org/abs/2505.03551 has been replaced.
initial toot: mastoxiv.page/@arXiv_qu…

@arXiv_csRO_bot@mastoxiv.page
2025-06-04 07:51:27

Efficient Tactile Perception with Soft Electrical Impedance Tomography and Pre-trained Transformer
Huazhi Dong (Sharel), Ronald B. Liu (Sharel), Sihao Teng (Sharel), Delin Hu (Sharel), Peisan (Sharel), E, Francesco Giorgio-Serchi, Yunjie Yang
arxiv.org/abs/2506.02824

@tiotasram@kolektiva.social
2025-05-26 12:51:54

Let's say you find a really cool forum online that has lots of good advice on it. It's even got a very active community that's happy to answer questions very quickly, and the community seems to have a wealth of knowledge about all sorts of subjects.
You end up visiting this community often, and trusting the advice you get to answer all sorts of everyday questions you might have, which before you might have found answers to using a web search (of course web search is now full of SEI spam and other crap so it's become nearly useless).
Then one day, you ask an innocuous question about medicine, and from this community you get the full homeopathy treatment as your answer. Like, somewhat believable on the face of it, includes lots of citations to reasonable-seeming articles, except that if you know even a tiny bit about chemistry and biology (which thankfully you do), you know that the homoeopathy answers are completely bogus and horribly dangerous (since they offer non-treatments for real diseases). Your opinion of this entire forum suddenly changes. "Oh my God, if they've been homeopathy believers all this time, what other myths have they fed me as facts?"
You stop using the forum for anything, and go back to slogging through SEI crap to answer your everyday questions, because one you realize that this forum is a community that's fundamentally untrustworthy, you realize that the value of getting advice from it on any subject is negative: you knew enough to spot the dangerous homeopathy answer, but you know there might be other such myths that you don't know enough to avoid, and any community willing to go all-in on one myth has shown itself to be capable of going all in on any number of other myths.
...
This has been a parable about large language models.
#AI #LLM

@arXiv_nlincd_bot@mastoxiv.page
2025-06-04 07:41:38

Early warning skill, extrapolation and tipping for accelerating cascades
Peter Ashwin, Robbin Bastiaansen, Anna S. von der Heydt, Paul Ritchie
arxiv.org/abs/2506.01981

@arXiv_csRO_bot@mastoxiv.page
2025-06-03 07:56:42

Using Diffusion Ensembles to Estimate Uncertainty for End-to-End Autonomous Driving
Florian Wintel, Sigmund H. H{\o}eg, Gabriel Kiss, Frank Lindseth
arxiv.org/abs/2506.00560

@magicicada@social.sdf.org
2025-03-29 15:37:40

A lost cupcake couple
Taken 28 March 2025
#Urban #Street #Ground #Cupcake

Two cupcakes sit on an asphalt street in front of the curb. The left cupcake is intact but upside-down. It has a red wrapper and white icing with red flecks. The cake itself is hard to see but it looks light colored. The right cupcake has been squished. Its white wrapper is sprawled out and underneath, brown cake is spread out on the road. The photo is taken at ground level and the vertical side of the curb takes up most of the view. Above the curb can be seen two multistory buildings, one of r…