Tootfinder

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

@raiders@darktundra.xyz
2025-06-17 12:13:05

Former $61 million 4-time All-Pro could land with Raiders in free agency sportingnews.com/us/nfl/las-ve

@NFL@darktundra.xyz
2025-08-17 15:11:35

Bills vs. Bears odds, predictions, time: No. 1 expert gives free 2025 NFL preseason picks for Sunday, Aug. 17

cbssports.com/nfl/news/bills-b

@kexpmusicbot@mastodonapp.uk
2025-09-17 08:04:55

🇺🇦 #NowPlaying on KEXP's #VarietyMix
The James Hunter Six:
🎵 Free Your Mind (While You Still Got Time)
#TheJamesHunterSix
jameshuntersix.bandcamp.com/tr
open.spotify.com/track/2PZb0KO

@aral@mastodon.ar.al
2025-06-17 12:40:22

Someone educate the admins at mastodon.social that holocaust and Holocaust are different things. Note the capitalisation.
What israel is perpetrating in Palestine is *a* holocaust, not *the* Holocaust. And yes, it is genocide. And yes, they’re also guilty of close to eight decades of apartheid, ethnic cleansing, and settler colonialism. All these things can be (and are) true at the same time.
Basically, if you’re defending israel in any way, shape, or form right now, you’re the w…

@arXiv_csRO_bot@mastoxiv.page
2025-07-16 08:59:41

rt-RISeg: Real-Time Model-Free Robot Interactive Segmentation for Active Instance-Level Object Understanding
Howard H. Qian, Yiting Chen, Gaotian Wang, Podshara Chanrungmaneekul, Kaiyu Hang
arxiv.org/abs/2507.10776

@arXiv_csCR_bot@mastoxiv.page
2025-09-17 09:17:30

Hardened CTIDH: Dummy-Free and Deterministic CTIDH
Gustavo Banegas (LIX, GRACE), Andreas Hellenbrand (UFSC), Matheus Saldanha (UFSC)
arxiv.org/abs/2509.12877

@arXiv_quantph_bot@mastoxiv.page
2025-07-17 10:10:10

Approximating fixed size quantum correlations in polynomial time
Julius A. Zeiss, Gereon Ko{\ss}mann, Omar Fawzi, Mario Berta
arxiv.org/abs/2507.12302

@arXiv_mathDG_bot@mastoxiv.page
2025-09-16 08:30:36

On the planar free elastic flow with small oscillation of curvature
Ben Andrews, Glen Wheeler
arxiv.org/abs/2509.11129 arxiv.org/pdf/2509.1…

@arXiv_eessSP_bot@mastoxiv.page
2025-09-17 09:58:20

Towards personalized, precise and survey-free environment recognition: AI-enhanced sensor fusion without pre-deployment
Ruichen Wang, Zhikang Ni, Pengzhou Wang, Xiya Cao, Zhi Li, Bao Zhang
arxiv.org/abs/2509.12870

@arXiv_eessSY_bot@mastoxiv.page
2025-07-17 09:42:30

Symbolic Control: Unveiling Free Robustness Margins
Youssef Ait Si, Antoine Girard, Adnane Saoud
arxiv.org/abs/2507.12339

@petaqui@masto.es
2025-07-15 13:10:23

¿Corrupción? ¿Donde?
@… mstdn.social/@Free_Press/11485

@arXiv_physicsinsdet_bot@mastoxiv.page
2025-06-17 11:38:57

Towards real-time additive-free dopamine detection at $10^{-8}$ mM with hardware accelerated platform integrated on camera
Ning Li, Qizhou Wang, Zhao He, Arturo Burguete-Lopez, Fei Xiang, Andrea Fratalocchi
arxiv.org/abs/2506.13447

@arXiv_eessIV_bot@mastoxiv.page
2025-09-16 09:35:27

Automated Cervical Os Segmentation for Camera-Guided, Speculum-Free Screening
Aoife McDonald-Bowyer, Anjana Wijekoon, Ryan Laurance Love, Katie Allan, Scott Colvin, Aleksandra Gentry-Maharaj, Adeola Olaitan, Danail Stoyanov, Agostino Stilli, Sophia Bano
arxiv.org/abs/2509.10593

@lapizistik@social.tchncs.de
2025-07-17 19:02:23

I am using Desktop Linux¹ for decades because it is woke and gay²!
We want all the gay and merry people playing together :-)
__
¹specifically Debian
²read @… in

@midtsveen@social.linux.pizza
2025-09-17 18:20:38

I’m planting this seed in the shared soil, where knowledge grows free, let the fediverse spread its roots far and wide, not for ownership or profit, but for all who need its shade.

Animated opening sequence featuring the classic phrase 'Once Upon a Time...' appearing on screen, followed by a montage of colorful, whimsical images illustrating key concepts of human history, science, and the natural world, setting a storytelling tone for the educational exploration ahead.
@emd@cosocial.ca
2025-07-16 17:01:37

I don't follow this person (below), any ideas why they'd show up in my home feed?
No hashtags.
cc @…
lemmy.ca/post/48073052

@grumpybozo@toad.social
2025-08-17 03:04:33

I'm not pleased with what is being done to most tasks here, but I do love total perfect CPU utilization...
#FreeBSD #Sysadminnery

Screen grab from a Terminal window with text showing high load averages and 100%  of CPU  being utilized, all by user & system time. The idle, interrupt, & nice values are all 0.00%. Literal text:

last pid: 61536; load averages: 18.99, 21.14, 16.94
1863 processes:4 running, 94 sleeping, 1765 zombie
CPU: 61.4% user, 0.0% nice, 38.6% system,
0.0% interrupt, 0.0% idle
Mem: 309M Active, 8114M Inact, 4678M Wired, 224M Buf, 2828M Free
ARC: 2927M Total, 1329M MFU, 1230M MRU, 4247K Anon, 24M Header, 3…
@tiotasram@kolektiva.social
2025-07-17 13:31:49

To add a single example here (feel free to chime in with your own):
Problem: editing code is sometimes tedious because external APIs require boilerplate.
Solutions:
- Use LLM-generated code. Downsides: energy use, code theft, potential for legal liability, makes mistakes, etc. Upsides: popular among some peers, seems easy to use.
- Pick a better library (not always possible).
- Build internal functions to centralize boilerplate code, then use those (benefits: you get a better understanding of the external API, and a more-unit-testable internal code surface; probably less amortized effort).
- Develop a non-LLM system that actually reasons about code at something like the formal semantics level and suggests boilerplate fill-ins based on rules, while foregrounding which rules it's applying so you can see the logic behind the suggestions (needs research).
Obviously LLM use in coding goes beyond this single issue, but there are similar analyses for each potential use of LLMs in coding. I'm all cases there are:
1. Existing practical solutions that require more effort (or in many cases just seem to but are less-effort when amortized).
2. Near-term researchable solutions that directly address the problem and which would be much more desirable in the long term.
Thus in addition to disastrous LLM effects on the climate, on data laborers, and on the digital commons, they tend to suck us into cheap-seeming but ultimately costly design practices while also crowding out better long-term solutions. Next time someone suggests how useful LLMs are for some task, try asking yourself (or them) what an ideal solution for that task would look like, and whether LLM use moves us closer to or father from a world in which that solution exists.

@NFL@darktundra.xyz
2025-08-17 15:11:35

Jaguars vs. Saints odds, predictions, time: Expert on 37-12 roll reveals free 2025 NFL Week 2 preseason picks

cbssports.com/nfl/news/jaguars

@arXiv_csRO_bot@mastoxiv.page
2025-08-15 08:00:12

Systematic Constraint Formulation and Collision-Free Trajectory Planning Using Space-Time Graphs of Convex Sets
Matthew D. Osburn, Cameron K. Peterson, John L. Salmon
arxiv.org/abs/2508.10203

@arXiv_condmatstatmech_bot@mastoxiv.page
2025-07-17 08:22:30

\nu-QSSEP: A toy model for entanglement spreading in stochastic diffusive quantum systems
Vincenzo Alba
arxiv.org/abs/2507.11674

@arXiv_csCL_bot@mastoxiv.page
2025-06-17 09:22:07

Enhancing Traffic Accident Classifications: Application of NLP Methods for City Safety
Enes \"Ozeren, Alexander Ulbrich, Sascha Filimon, David R\"ugamer, Andreas Bender
arxiv.org/abs/2506.12092

@arXiv_csCV_bot@mastoxiv.page
2025-09-15 09:57:21

BEVTraj: Map-Free End-to-End Trajectory Prediction in Bird's-Eye View with Deformable Attention and Sparse Goal Proposals
Minsang Kong, Myeongjun Kim, Sang Gu Kang, Sang Hun Lee
arxiv.org/abs/2509.10080

@arXiv_statML_bot@mastoxiv.page
2025-08-14 08:08:02

Scalable h-adaptive probabilistic solver for time-independent and time-dependent systems
Akshay Thakur, Sawan Kumar, Matthew Zahr, Souvik Chakraborty
arxiv.org/abs/2508.09623

@arXiv_hepth_bot@mastoxiv.page
2025-07-17 08:16:40

Coherent State Path Integral Reveals Unexpected Vacuum Structure in Thermal Field Theory
Rens Roosenstein, Maximilian Attems, W. A. Horowitz
arxiv.org/abs/2507.11608

@migueldeicaza@mastodon.social
2025-09-14 13:42:40

The main value of having different browsers on iOS is to get extra free credits for paywalls.
I will not be taking questions at this time.

@arXiv_csHC_bot@mastoxiv.page
2025-09-15 09:09:11

Inclusive by design: Developing Barrier-Free Authentication for Blind and Low Vision Users through the ALIAS Project
Clara Toussaint (CeRCA), Benjamin Chateau (CeRCA), Pierre-Guillaume Gourio-Jewell (CeRCA), Emilie Bonnefoy (CeRCA), Nicolas Louveton (CeRCA)
arxiv.org/abs/2509.10043

@mcdanlj@social.makerforums.info
2025-08-15 15:16:06

I recently discovered gojq at work. I was looking to see if there was a pure Golang implementation of jq as a library to use from within Go code. Then I compared performance to native jq to make sure that it wouldn't be too much slower than the original when embedded in Golang.
It ran my complex jq script in ⇔ the time over the same data.
That was a nice free speedup!
Now my ~/bin/jq is a symlink to

@arXiv_qbioQM_bot@mastoxiv.page
2025-07-17 08:05:50

A critical phase transition in bee movement dynamics can be modeled using a 2D cellular automata
Ivan Shpurov, Tom Froese
arxiv.org/abs/2507.11592

@arXiv_physicsfludyn_bot@mastoxiv.page
2025-09-17 08:25:00

A causal random synthetic turbulent velocity field: I. The underlying Gaussian structure
Matthieu Chatelain, J\'ulia Domingues Lemos, Wandrille Ruffenach, Micka\"el Bourgoin, Charles-Edouard Br\'ehier, Laurent Chevillard, Ilias Sibgatullin, Romain Volk
arxiv.org/abs/2509.12567

@arXiv_csRO_bot@mastoxiv.page
2025-09-16 11:36:07

PaiP: An Operational Aware Interactive Planner for Unknown Cabinet Environments
Chengjin Wang, Zheng Yan, Yanmin Zhou, Runjie Shen, Zhipeng Wang, Bin Cheng, Bin He
arxiv.org/abs/2509.11516

@arXiv_mathAP_bot@mastoxiv.page
2025-06-17 12:11:30

Melting and freezing rates of the radial interior Stefan problem in two dimension
Jeongheon Park
arxiv.org/abs/2506.13175

@arXiv_physicsoptics_bot@mastoxiv.page
2025-09-16 10:29:26

Probing laser-driven surface and subsurface dynamics via grazing-incidence XFEL scattering and diffraction
Lisa Randolph, \"Ozg\"ul \"Ozt\"urk, Dmitriy Ksenzov, Lingen Huang, Thomas Kluge, S. V. Rahul, Victorien Bouffetier, Carsten Baehtz, Mohammadreza Banjafar, Erik Brambrink, Fabien Brieuc, Byoung Ick Cho, Sebastian G\"ode, Tobias Held, Hauke H\"oppner, Gerhard Jakob, Mathias Kl\"aui, Zuzana Kon\^opkov\'a, Changhoo Lee, Gyusang Lee, Mikako Makit…

@arXiv_physicsmedph_bot@mastoxiv.page
2025-09-17 08:58:10

CNN-BiLSTM for sustainable and non-invasive COVID-19 detection via salivary ATR-FTIR spectroscopy
Anisio P. Santos Junior, Robinson Sabino-Silva, M\'ario Machado Martins, Thulio Marquez Cunha, Murillo G. Carneiro
arxiv.org/abs/2509.12241

@metacurity@infosec.exchange
2025-09-13 12:29:54

It's Saturday morning, and that means it's time for Metacurity's round-up of the best infosec-related long reads of the week, available to our free and paid subscribers.
This week's selection covers
--Myanmar's junta benefits from cyberscams,
--Cyberscams could be behind the Thai-Cambodia conflict,
--Africans are tricked into cyberscam compounds,
--How China's propaganda and surveillance work,
--Vibe coding is risky,
--Ross Ul…

@arXiv_eessSP_bot@mastoxiv.page
2025-07-15 09:10:10

Free-running vs. Synchronous: Single-Photon Lidar for High-flux 3D Imaging
Ruangrawee Kitichotkul, Shashwath Bharadwaj, Joshua Rapp, Yanting Ma, Alexander Mehta, Vivek K Goyal
arxiv.org/abs/2507.09386

@arXiv_csIT_bot@mastoxiv.page
2025-08-12 07:53:13

AMP-based Joint Activity Detection and Channel Estimation for Massive Grant-Free Access in OFDM-based Wideband Systems
Zhiyan Li, Ying Cui, Danny H. K. Tsang
arxiv.org/abs/2508.06540

@cowboys@darktundra.xyz
2025-08-15 16:42:17

2 Dallas Cowboys players in contract years draw Jerry Jones' praise si.com/nfl/cowboys/news/2-dall

@arXiv_quantph_bot@mastoxiv.page
2025-07-16 10:29:51

Spin Relaxation Mechanisms and Nuclear Spin Entanglement of the V$_B^{-1}$ Center in hBN
Chanaprom Cholsuk, Tobias Vogl, Viktor Iv\'ady
arxiv.org/abs/2507.11494

@primonatura@mstdn.social
2025-08-07 11:00:15

"Ditch your dish sponge, take a packed lunch: 33 easy plastic-free kitchen swaps"
#Plastic #Plastics #Kitchen

@arXiv_hepth_bot@mastoxiv.page
2025-06-17 11:48:34

Operators of Dirac's theory with mass and axial chemical potential
Ion I. Cotaescu
arxiv.org/abs/2506.12748 arxiv…

@midtsveen@social.linux.pizza
2025-07-12 20:50:15

Watching the Once Upon a Time... intro hits me with how tiny and temporary my life is compared to the giant sweep of history.
The scenes of people through different ages make me wonder what any of us really mean in the big picture.
The vast flow of time shown reminds me that anarchism is the way forward to break free from repeating cycles of power.
#Anarchism

Animated sequence showing a wise old man and children traveling through different eras of human history, including prehistoric times, ancient civilizations, medieval periods, and modern technology, symbolizing the passage of time and the evolution of humanity.
@thomastraynor@social.linux.pizza
2025-08-14 10:49:57

Since last Friday I am temporarily the support team. This coming Monday the team is back online. Unexpected issues meant they were away leaving me the sole person doing the work of three (and originally a team of seven).
1. Priority list of tasks. Triaged the incoming workload. Sorry, if you are not in the list then when there is free time I will get to you.
2. Outlook rules. I have using this for years. Organized the INBOX by sender or subject. I also put a special soun…

@losttourist@social.chatty.monster
2025-07-12 18:52:56

The pub also had proper old school arcade games -- one Pac Man and one Space Invaders -- set to free play. And there was a young lad, looked maybe 11 or 12, having the time of his life on those.
#RetroGaming #Pacman #SpaceInvaders

@rasterweb@mastodon.social
2025-07-09 14:10:45

I'm once again pleased to present "NO ICE just Ice Cream!" at the Enderis Park Concerts On The Green!
📍 Location: Enderis Park, Milwaukee, WI
📅 Date: Thursday, July 10th
🕕 Time: 6-9pm
🎟️ Free and open to all!
I'll be scooping ice cream and giving it away for free! This is how we build community.
#mke

A graphic that says "NO ICE just Ice Cream!"
@arXiv_mathNA_bot@mastoxiv.page
2025-09-15 09:11:31

The unified gas kinetic wave-particle method for the neutron transport equation
Guangwei Liu, Shuang Tan, Yanli Wang
arxiv.org/abs/2509.10178

@detondev@social.linux.pizza
2025-07-12 02:16:19

hi yall! weird and arty movies used to be a massive part of my psyche for a brief, intense time when i was younger. but then i had a particularly bad depressive slump that killed the habit. now i wanna get back into it. each day for the next week, im gonna watch one Andrei Tarkovsky film (i found a free collection on archive.org!) and post my initial reaction afterward. i saw one of his movies, Stalker, when i was about 15, and while i liked it, i know i was too young and stupid to actually …

@lil5@social.linux.pizza
2025-07-13 08:45:18

Hot take,
Non-Free Libre Software
🍺 Beer takes time and effort to brew
#agpl #sspl #opensource

@paulbusch@mstdn.ca
2025-07-12 15:14:46

After 15 full days in the new house, I think it's time to close off this year-long thread. Some closure on past commentary:
- for the 1st in our lives, we are debt free. Took us nearly 70 years, but we know how incredibly fortunate we are.
- we've dumped our net proceeds from #Downsizing into investments to make sure we aren't tempted to spend it foolishly.
- we kept some funds to fix some issues, including furnace & A/C, water filtration, electrical, eavestroughs, etc.
- my daughter and I are once again fighting galactic aliens online so you can rest easy.
- we've only been to the beach twice, for very short visits, as things have been hectic. Hopefully, we can enjoy that part of our neighborhood as we get into August.
Here is a short video of our 1st walk through just a few minutes before the movers arrived.
#Moving

@threeofus@mstdn.social
2025-09-13 15:03:04

Just deleted #Facebook and #instagram . What the hell am I going to do with all that free time?

@mia@hcommons.social
2025-08-05 10:35:32

All jokes about the disaster that is finding documents in Sharepoint or moving images in Word aside, is Microsoft really ready to unleash AI on the world? Outlook's 'book time to meet' feature doesn't recognise all of Outlook's options for pre-booked time, showing time marked as 'working elsewhere' as free.

@bobmueller@mastodon.world
2025-08-04 20:00:21

What do kids want these days?
freerangekids.com/want-kids-to

@arXiv_csCL_bot@mastoxiv.page
2025-08-13 10:12:52

A Survey on Training-free Alignment of Large Language Models
Birong Pan, Yongqi Li, Weiyu Zhang, Wenpeng Lu, Mayi Xu, Shen Zhou, Yuanyuan Zhu, Ming Zhong, Tieyun Qian
arxiv.org/abs/2508.09016

@mgorny@social.treehouse.systems
2025-08-11 03:56:57

Polish people: "no, we can't shorten the work time, the economy will fall, there will be crying and gnashing of teeth!"
Also Polish people: "a new holiday? but of course, another day free of work is great news."
So, rather than 4-day work week we need to pursue 3-day weekend!

Five new
⭐️translation earbuds⭐️
— fast, hands-free, and seamless gadgets to understand and respond in over 100 languages in — real time.

@arXiv_mathAP_bot@mastoxiv.page
2025-08-13 09:31:32

Finite-Time Splash in Free Boundary Problem of 3D Neo-Hookean Elastodynamics
Wei Zhang, Jie Fu, Chengchun Hao
arxiv.org/abs/2508.08751 arxi…

@frankel@mastodon.top
2025-09-02 16:26:10

The $69 Billion Domino Effect: How #VMware’s Debt-Fueled Acquisition Is Killing #OpenSource, One Repository at a Time

@UP8@mastodon.social
2025-08-12 16:44:50

A fun collection of random tools by an indie web developer:
#software #tools

A screenshot of 12 tools in a 6 (horizontal) by 2 (vertical) grid including a currency converter, unit converter, pomodoro timer, mortgage calculator and more.
@HeidiSeibold@fosstodon.org
2025-07-10 13:16:59

Hi friends of research software 👋
The @… is running a free workshop on test-driven development on Monday.
events.digital-research.academ

@arXiv_heplat_bot@mastoxiv.page
2025-09-15 08:31:51

Matrix-free Neural Preconditioner for the Dirac Operator in Lattice Gauge Theory
Yixuan Sun, Srinivas Eswar, Yin Lin, William Detmold, Phiala Shanahan, Xiaoye Li, Yang Liu, Prasanna Balaprakash
arxiv.org/abs/2509.10378

@burger_jaap@mastodon.social
2025-09-11 13:25:11

Now that more details are known about the three #V2G propositions (🇩🇪 BMW/E.ON, 🇫🇷 Mobilize/Renault/Mobility House, 🇬🇧 Octopus) currently available or announced in Europe, it is time to compare them.
All three aim to enable the average user to drive for free with an annual mileage of 11,000–14,000 km

@Mediagazer@mstdn.social
2025-09-06 01:41:08

How YouTube prepared to stream, for free, the Brazil NFL game globally: it partnered with NBC for production, ran multiple tests, and set up backup plans (Janko Roettgers/Lowpass)
lowpass.cc/p/youtube-nfl-lives

@LillyHerself@Mastodon.social
2025-07-10 08:27:43

Speaking up against the actions of the rich and powerful, or openly resisting them, has always come with dangers, can we turn that tide now?
euobserver.com/Rule of Law

@mikeymikey@hachyderm.io
2025-08-09 19:20:42

It's free flight time

@arXiv_mathOC_bot@mastoxiv.page
2025-07-11 09:27:31

A Model-Free Extremum Seeking Controller with Application to Tracking a Nonlinear Chemical Reaction
Alexander Zuyev, Victoria Grushkovska
arxiv.org/abs/2507.07749

@arXiv_mathPR_bot@mastoxiv.page
2025-09-11 08:49:23

The Random Walk Pinning Model II: Upper bounds on the free energy and disorder relevance
Quentin Berger, Hubert Lacoin
arxiv.org/abs/2509.08769

@arXiv_csNI_bot@mastoxiv.page
2025-08-14 09:44:12

The Paradigm of Massive Wireless Human Sensing: Concept, Architecture and Challenges
Mauro De Sanctis
arxiv.org/abs/2508.09756 arxiv.org/pd…

@NFL@darktundra.xyz
2025-08-09 14:21:30

Giants vs. Bills odds, predictions, time: No. 1 expert gives free 2025 NFL preseason picks for Saturday

cbssports.com/nfl/news/giants-

@arXiv_csHC_bot@mastoxiv.page
2025-09-12 09:54:19

Real-Time Kinematic Positioning and Optical See-Through Head-Mounted Display for Outdoor Tracking: Hybrid System and Preliminary Assessment
Muhannad Ismael, Ma\"el Cornil
arxiv.org/abs/2509.09412

@arXiv_physicsmedph_bot@mastoxiv.page
2025-06-17 11:21:14

Accuracy and Precision of Random Walk with Barrier Model Fitting: Simulations and Applications in Head and Neck Cancers
Jiaren Zou, Yue Cao
arxiv.org/abs/2506.12228

@raiders@darktundra.xyz
2025-09-06 15:08:17

2025 NFL Free Agency Tracker: Eagles Sign 3-Time Pro Bowler foxsports.com/stories/nfl/2025

@arXiv_qbioQM_bot@mastoxiv.page
2025-08-14 08:18:12

Real-time deep learning phase imaging flow cytometer reveals blood cell aggregate biomarkers for haematology diagnostics
Kerem Delikoyun, Qianyu Chen, Liu Wei, Si Ko Myo, Johannes Krell, Martin Schlegel, Win Sen Kuan, John Tshon Yit Soong, Gerhard Schneider, Clarissa Prazeres da Costa, Percy A. Knolle, Laurent Renia, Matthew Edward Cove, Hwee Kuan Lee, Klaus Diepold, Oliver Hayden

@arXiv_quantph_bot@mastoxiv.page
2025-09-15 09:44:21

Bistability of optical properties of cesium vapor due to collective interaction of alignment and orientation under strong spin exchange conditions
M. V. Petrenko, A. K. Vershovskii
arxiv.org/abs/2509.10119

@tiotasram@kolektiva.social
2025-06-24 09:39:49

Subtooting since people in the original thread wanted it to be over, but selfishly tagging @… and @… whose opinions I value...
I think that saying "we are not a supply chain" is exactly what open-source maintainers should be doing right now in response to "open source supply chain security" threads.
I can't claim to be an expert and don't maintain any important FOSS stuff, but I do release almost all of my code under open licenses, and I do use many open source libraries, and I have felt the pain of needing to replace an unmaintained library.
There's a certain small-to-mid-scale class of program, including many open-source libraries, which can be built/maintained by a single person, and which to my mind best operate on a "snake growth" model: incremental changes/fixes, punctuated by periodic "skin-shedding" phases where make rewrites or version updates happen. These projects aren't immortal either: as the whole tech landscape around them changes, they become unnecessary and/or people lose interest, so they go unmaintained and eventually break. Each time one of their dependencies breaks (or has a skin-shedding moment) there's a higher probability that they break or shed too, as maintenance needs shoot up at these junctures. Unless you're a company trying to make money from a single long-lived app, it's actually okay that software churns like this, and if you're a company trying to make money, your priorities absolutely should not factor into any decisions people making FOSS software make: we're trying (and to a huge extent succeeding) to make a better world (and/or just have fun with our own hobbies share that fun with others) that leaves behind the corrosive & planet-destroying plague which is capitalism, and you're trying to personally enrich yourself by embracing that plague. The fact that capitalism is *evil* is not an incidental thing in this discussion.
To make an imperfect analogy, imagine that the peasants of some domain have set up a really-free-market, where they provide each other with free stuff to help each other survive, sometimes doing some barter perhaps but mostly just everyone bringing their surplus. Now imagine the lord of the domain, who is the source of these peasants' immiseration, goes to this market secretly & takes some berries, which he uses as one ingredient in delicious tarts that he then sells for profit. But then the berry-bringer stops showing up to the free market, or starts bringing a different kind of fruit, or even ends up bringing rotten berries by accident. And the lord complains "I have a supply chain problem!" Like, fuck off dude! Your problem is that you *didn't* want to build a supply chain and instead thought you would build your profit-focused business in other people's free stuff. If you were paying the berry-picker, you'd have a supply chain problem, but you weren't, so you really have an "I want more free stuff" problem when you can't be arsed to give away your own stuff for free.
There can be all sorts of problems in the really-free-market, like maybe not enough people bring socks, so the peasants who can't afford socks are going barefoot, and having foot problems, and the peasants put their heads together and see if they can convince someone to start bringing socks, and maybe they can't and things are a bit sad, but the really-free-market was never supposed to solve everyone's problems 100% when they're all still being squeezed dry by their taxes: until they are able to get free of the lord & start building a lovely anarchist society, the really-free-market is a best-effort kind of deal that aims to make things better, and sometimes will fall short. When it becomes the main way goods in society are distributed, and when the people who contribute aren't constantly drained by the feudal yoke, at that point the availability of particular goods is a real problem that needs to be solved, but at that point, it's also much easier to solve. And at *no* point does someone coming into the market to take stuff only to turn around and sell it deserve anything from the market or those contributing to it. They are not a supply chain. They're trying to help each other out, but even then they're doing so freely and without obligation. They might discuss amongst themselves how to better coordinate their mutual aid, but they're not going to end up forcing anyone to bring anything or even expecting that a certain person contribute a certain amount, since the whole point is that the thing is voluntary & free, and they've all got changing life circumstances that affect their contributions. Celebrate whatever shows up at the market, express your desire for things that would be useful, but don't impose a burden on anyone else to bring a specific thing, because otherwise it's fair for them to oppose such a burden on you, and now you two are doing your own barter thing that's outside the parameters of the really-free-market.

@NFL@darktundra.xyz
2025-07-10 12:40:47

Justin Simmons has 'no bad blood' with Sean Payton; Free-agent safety hopes to join contender nfl.com/news/justin-simmons-ha

@arXiv_physicsoptics_bot@mastoxiv.page
2025-07-14 08:49:42

Optimizing Aperture Geometry in THz-TDS for Accurate Spectroscopy of Quantum Materials
Laura O. Dias, Eduardo D. Stefanato, Nicolas M. Kawahala, Felix G. G. Hernandez
arxiv.org/abs/2507.08609

@arXiv_physicsfludyn_bot@mastoxiv.page
2025-08-12 09:23:43

Lagrangian entropic lattice Boltzmann method for Courant-free supersonic compressible flow simulation
Woohyuk Noh, Changhoon Lee
arxiv.org/abs/2508.06911

@burger_jaap@mastodon.social
2025-09-11 13:25:11

Now that more details are known about the three #V2G propositions (🇩🇪 BMW/E.ON, 🇫🇷 Mobilize/Renault/Mobility House, 🇬🇧 Octopus) currently available or announced in Europe, it is time to compare them.
All three aim to enable the average user to drive for free with an annual mileage of 11,000–14,000 km

Main terms and conditions of the 3 V2G energy contracts
@arXiv_csIT_bot@mastoxiv.page
2025-09-10 09:24:51

Multi-Static Target Position Estimation and System Optimization for Cell-Free mMIMO-OTFS ISAC
Yifei Fan, Shaochuan Wu, Mingjun Sun, Lin Huo, Jianchao Su, Haojie Wang
arxiv.org/abs/2509.07770

@arXiv_csHC_bot@mastoxiv.page
2025-07-10 09:23:21

Tailoring deep learning for real-time brain-computer interfaces: From offline models to calibration-free online decoding
Martin Wimpff, Jan Zerfowski, Bin Yang
arxiv.org/abs/2507.06779

@arXiv_eessSY_bot@mastoxiv.page
2025-09-12 09:06:19

Learning-Based Data-Assisted Port-Hamiltonian Control for Free-Floating Space Manipulators
Mostafa Eslami, Maryam Babazadeh
arxiv.org/abs/2509.09563

@arXiv_quantph_bot@mastoxiv.page
2025-07-09 10:10:12

Tight Bound for Quantum Unitary Time-Reversal
Kean Chen, Nengkun Yu, Zhicheng Zhang
arxiv.org/abs/2507.05736 arxiv.or…

@NFL@darktundra.xyz
2025-08-10 15:01:25

Bears vs. Dolphins odds, predictions, time: Expert who's 70-51 gives free 2025 NFL preseason picks for Sunday

cbssports.com/nfl/news/bears-v

@arXiv_mathAP_bot@mastoxiv.page
2025-07-10 10:03:11

Free-surface Euler equations with density variations, and shallow-water limit
Th\'eo Fradin
arxiv.org/abs/2507.06889 arxiv.org/pdf/2507.06889 arxiv.org/html/2507.06889
arXiv:2507.06889v1 Announce Type: new
Abstract: In this paper we study the well-posedness in Sobolev spaces of the incompressible Euler equations in an infinite strip delimited from below by a non-flat bottom and from above by a free-surface. We allow the presence of vorticity and density variations, and in these regards the present system is an extension of the well-studied water waves equations. When the bottom is flat and with no density variations (but when the flow is not necessarily irrotational), our study provides an alternative proof of the already known large-time well-posedness results for the water waves equations. Our main contribution is that we allow for the presence of density variations, while also keeping track of the dependency in the shallow water parameter. This allows us to justify the convergence from the free-surface Euler equations towards the non-linear shallow water equations in this setting. Using an already established large time existence result for these latter equations, we also prove the existence of the free-surface Euler equations on a logarithmic time-scale, in a suitable regime.
toXiv_bot_toot

@NFL@darktundra.xyz
2025-08-10 15:01:26

Saints vs. Chargers odds, predictions, time: Expert on 37-12 roll reveals free 2025 NFL Week 1 preseason picks

cbssports.com/nfl/news/saints-

@arXiv_quantph_bot@mastoxiv.page
2025-09-12 09:59:49

Toward Quantum Enabled Solutions for Real-Time Currency Arbitrage in Financial Markets
Suman Kumar Roy, Rahul Rana, M Girish Chandra, Nishant Kumar, Manoj Nambiar
arxiv.org/abs/2509.09289

@arXiv_physicsoptics_bot@mastoxiv.page
2025-08-13 09:19:32

Ground-Based Verification Method for Pointing and Acquisition Performance of Space Optical Communication System with Sub-Second Acquisition Time
Jianmin Wang, Zhiqian Su, Bin Li, Weiran Zheng, Haochun Gao
arxiv.org/abs/2508.08950

@arXiv_eessSP_bot@mastoxiv.page
2025-07-08 11:48:40

Real-Time Graph-based Point Cloud Networks on FPGAs via Stall-Free Deep Pipelining
Marc Neu, Isabel Haide, Timo Justinger, Till R\"adler, Valdrin Dajaku, Torben Ferber, J\"urgen Becker
arxiv.org/abs/2507.05099

@tiotasram@kolektiva.social
2025-07-04 20:14:31

Long; central Massachusetts colonial history
Today on a whim I visited a site in Massachusetts marked as "Huguenot Fort Ruins" on OpenStreetMaps. I drove out with my 4-year-old through increasingly rural central Massachusetts forests & fields to end up on a narrow street near the top of a hill beside a small field. The neighboring houses had huge lawns, some with tractors.
Appropriately for this day and this moment in history, the history of the site turns out to be a microcosm of America. Across the field beyond a cross-shaped stone memorial stood an info board with a few diagrams and some text. The text of the main sign (including typos/misspellings) read:
"""
Town Is Formed
Early in the 1680's, interest began to generate to develop a town in the area west of Natick in the south central part of the Commonwealth that would be suitable for a settlement. A Mr. Hugh Campbell, a Scotch merchant of Boston petitioned the court for land for a colony. At about the same time, Joseph Dudley and William Stoughton also were desirous of obtaining land for a settlement. A claim was made for all lands west of the Blackstone River to the southern land of Massachusetts to a point northerly of the Springfield Road then running southwesterly until it joined the southern line of Massachusetts.
Associated with Dudley and Stoughton was Robert Thompson of London, England, Dr. Daniel Cox and John Blackwell, both of London and Thomas Freak of Hannington, Wiltshire, as proprietors. A stipulation in the acquisition of this land being that within four years thirty families and an orthodox minister settle in the area. An extension of this stipulation was granted at the end of the four years when no group large enough seemed to be willing to take up the opportunity.
In 1686, Robert Thompson met Gabriel Bernor and learned that he was seeking an area where his countrymen, who had fled their native France because of the Edict of Nantes, were desirous of a place to live. Their main concern was to settle in a place that would allow them freedom of worship. New Oxford, as it was the so-named, at that time included the larger part of Charlton, one-fourth of Auburn, one-fifth of Dudley and several square miles of the northeast portion of Southbridge as well as the easterly ares now known as Webster.
Joseph Dudley's assessment that the area was capable of a good settlement probably was based on the idea of the meadows already established along with the plains, ponds, brooks and rivers. Meadows were a necessity as they provided hay for animal feed and other uses by the settlers. The French River tributary books and streams provided a good source for fishing and hunting. There were open areas on the plains as customarily in November of each year, the Indians burnt over areas to keep them free of underwood and brush. It appeared then that this area was ready for settling.
The first seventy-five years of the settling of the Town of Oxford originally known as Manchaug, embraced three different cultures. The Indians were known to be here about 1656 when the Missionary, John Eliott and his partner Daniel Gookin visited in the praying towns. Thirty years later, in 1686, the Huguenots walked here from Boston under the guidance of their leader Isaac Bertrand DuTuffeau. The Huguenot's that arrived were not peasants, but were acknowledged to be the best Agriculturist, Wine Growers, Merchant's, and Manufacter's in France. There were 30 families consisting of 52 people. At the time of their first departure (10 years), due to Indian insurrection, there were 80 people in the group, and near their Meetinghouse/Church was a Cemetery that held 20 bodies. In 1699, 8 to 10 familie's made a second attempt to re-settle, failing after only four years, with the village being completely abandoned in 1704.
The English colonist made their way here in 1713 and established what has become a permanent settlement.
"""
All that was left of the fort was a crumbling stone wall that would have been the base of a higher wooden wall according to a picture of a model (I didn't think to get a shot of that myself). Only trees and brush remain where the multi-story main wooden building was.
This story has so many echoes in the present:
- The rich colonialists from Boston & London agree to settle the land, buying/taking land "rights" from the colonial British court that claimed jurisdiction without actually having control of the land. Whether the sponsors ever actually visited the land themselves I don't know. They surely profited somehow, whether from selling on the land rights later or collecting taxes/rent or whatever, by they needed poor laborers to actually do the work of developing the land (& driving out the original inhabitants, who had no say in the machinations of the Boston court).
- The land deal was on condition that there capital-holders who stood to profit would find settlers to actually do the work of colonizing. The British crown wanted more territory to be controlled in practice not just in theory, but they weren't going to be the ones to do the hard work.
- The capital-holders actually failed to find enough poor suckers to do their dirty work for 4 years, until the Huguenots, fleeing religious persecution in France, were desperate enough to accept their terms.
- Of course, the land was only so ripe for settlement because of careful tending over centuries by the natives who were eventually driven off, and whose land management practices are abandoned today. Given the mention of praying towns (& dates), this was after King Phillip's war, which resulted in at least some forced resettlement of native tribes around the area, but the descendants of those "Indians" mentioned in this sign are still around. For example, this is the site of one local band of Nipmuck, whose namesake lake is about 5 miles south of the fort site: #LandBack.

@arXiv_mathAP_bot@mastoxiv.page
2025-09-11 09:39:13

Sharp power concavity of two relevant free boundary problems of reaction-diffusion type
Qingyou He
arxiv.org/abs/2509.08768 arxiv.org/pdf/2…

@NFL@darktundra.xyz
2025-08-09 14:21:30

Cowboys vs. Rams odds, predictions, time: Expert who's 52-34 gives free 2025 NFL preseason picks for Saturday

cbssports.com/nfl/news/cowboys

@arXiv_csRO_bot@mastoxiv.page
2025-08-11 09:59:29

V*: An Efficient Motion Planning Algorithm for Autonomous Vehicles
Abdullah Zareh Andaryan, Michael G. H. Bell, Mohsen Ramezani, Glenn Geers
arxiv.org/abs/2508.06404

@NFL@darktundra.xyz
2025-08-08 14:16:27

Lions vs. Falcons odds, predictions, time: No. 1 expert gives free 2025 NFL preseason picks for Thursday

cbssports.com/nfl/news/lions-v

@NFL@darktundra.xyz
2025-08-08 14:16:26

Panthers vs. Browns odds, predictions, time: Expert who's 25-12 gives free 2025 NFL preseason picks for Friday

cbssports.com/nfl/news/browns-

@arXiv_csRO_bot@mastoxiv.page
2025-07-08 12:40:20

Training-free Generation of Temporally Consistent Rewards from VLMs
Yinuo Zhao, Jiale Yuan, Zhiyuan Xu, Xiaoshuai Hao, Xinyi Zhang, Kun Wu, Zhengping Che, Chi Harold Liu, Jian Tang
arxiv.org/abs/2507.04789

@arXiv_quantph_bot@mastoxiv.page
2025-09-05 09:58:31

Real-time adaptive quantum error correction by model-free multi-agent learning
Manuel Guatto, Francesco Preti, Michael Schilling, Tommaso Calarco, Francisco Andr\'es C\'ardenas-L\'opez, Felix Motzoi
arxiv.org/abs/2509.03974

@NFL@darktundra.xyz
2025-08-07 13:31:23

Colts vs. Ravens odds, predictions, time: No. 1 expert gives free 2025 NFL preseason picks for Thursday

cbssports.com/nfl/news/colts-v

@NFL@darktundra.xyz
2025-08-07 13:36:47

Eagles vs. Bengals odds, predictions, time: Expert on 24-10 roll reveals free 2025 NFL Week 1 preseason picks

cbssports.com/nfl/news/eagles-