
2025-09-05 20:30:04
@… Should you assume that the Kessler event has occurred?
@… Should you assume that the Kessler event has occurred?
The problem with AI generated video is not that you might see something that was generated by a computer and mistake it for something real, it's that you might see video of something real and dismiss it because you assume that it was generated by a computer.
@… hey, thanks for the follow! I saw you follow the Chinafake wiki on tumblr and on here as well, so I assume you know me :P
you can watch all my videos from @…
I also suggest making a post …
Ilya Sutskever becomes the CEO of Safe Superintelligence, the AI startup he co-founded after leaving OpenAI; Meta reportedly poached previous CEO Daniel Gross (Ashley Capoot/CNBC)
https://www.cnbc.com/2025/07/03/ilya-sutsk
I've been pondering the AI botnet issue for Git forges. Seems to me they seem to airways hit */*/commit/ or */*/blame/ and other such endpoints. It seems reasonable to assume (at least to me) that those types of endpoints are only going to be hit by legitimate users if they are actively working on the code. It would be really beneficial if there were a setting in #forgejo and other forges…
Align-then-Slide: A complete evaluation framework for Ultra-Long Document-Level Machine Translation
Jiaxin Guo, Daimeng Wei, Yuanchang Luo, Xiaoyu Chen, Zhanglin Wu, Huan Yang, Hengchao Shang, Zongyao Li, Zhiqiang Rao, Jinlong Yang, Hao Yang
https://arxiv.org/abs/2509.03809
Planning with Dynamically Changing Domains
Mikhail Soutchanski, Yongmei Liu
https://arxiv.org/abs/2508.02697 https://arxiv.org/pdf/2508.02697
Stabilizing ergotropy in Spin-Chain Quantum Batteries via Energy-Invariant Catalysis under Strong Non-Markovian Coupling
Shun-Cai Zhao, Liang Luo, Ni-Ya Zhuang
https://arxiv.org/abs/2508.02772
Reactive In-Air Clothing Manipulation with Confidence-Aware Dense Correspondence and Visuotactile Affordance
Neha Sunil, Megha Tippur, Arnau Saumell, Edward Adelson, Alberto Rodriguez
https://arxiv.org/abs/2509.03889
On the two-dimensional Navier-Stokes equations with horizontal viscosity
Chongsheng Cao, Yanqiu Guo
https://arxiv.org/abs/2507.02775 https://
Hierarchical MoE: Continuous Multimodal Emotion Recognition with Incomplete and Asynchronous Inputs
Yitong Zhu, Lei Han, GuanXuan Jiang, PengYuan Zhou, Yuyang Wang
https://arxiv.org/abs/2508.02133
Whenever I come across an article on teaching titled something like "ChatGPT isn't just for cheating anymore," I assume it was written by ChatGPT.
What's the preferred easy-to-use benchmarking tool these days for testing full HTTP responses? I know ab (apache bench), but it's also very old so I assume there's a new favorite.
This is for mostly informal tests, so ease of use > capability. Must run on Linux CLI.
#PHP
This https://arxiv.org/abs/2505.21199 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_csDC_…
@… I don’t know what that means but I’m gonna assume it’s a polite way of saying an impolite thing. 😄
Shuffling Heuristic in Variational Inequalities: Establishing New Convergence Guarantees
Daniil Medyakov, Gleb Molodtsov, Grigoriy Evseev, Egor Petrov, Aleksandr Beznosikov
https://arxiv.org/abs/2509.04133
Computation of Feasible Assume-Guarantee Contracts: A Resilience-based Approach
Negar Monir, Youssef Ait Si, Ratnangshu Das, Pushpak Jagtap, Adnane Saoud, Sadegh Soudjani
https://arxiv.org/abs/2509.01832
Kernel ridge regression based sound field estimation using a rigid spherical microphone array
Ryo Matsuda, Juliano G. C. Ribeiro, Hitoshi Akiyama, Jorge Trevino
https://arxiv.org/abs/2508.03087
@… Same here, except that I haven’t taken my air purifier to class, figuring that it didn’t have enough throughput to make a difference. I assume you’re placing it close to you? What model are you using?
@… Same here, except that I haven’t taken my air purifier to class, figuring that it didn’t have enough throughput to make a difference. I assume you’re placing it close to you? What model are you using?
Density estimation with atoms, and functional estimation for mixed discrete-continuous data
Aytijhya Saha, Aaditya Ramdas
https://arxiv.org/abs/2508.01706 https://
You know, Karl Popper was no saint but if my theory is that “LLMs make errors and mistakes by omission and by addition” then you cannot falsify my theory by saying “but here’s an example of an error-free LLM” (yes, doesn’t exist, but let’s assume there is one).
That’s not how logic logics.
Deformations and Einstein metrics I
Changtao Yu
https://arxiv.org/abs/2508.03419 https://arxiv.org/pdf/2508.03419…
Spline Shallow Water Moment Equations
Ullika Scholz, Julian Koellermeier
https://arxiv.org/abs/2508.02714 https://arxiv.org/pdf/2508.02714
added alpine instructions to https://glasgow-embedded.org/latest/install.html
(these assume that you run a desktop environment and not a container, like all the other options)
Natural Latents: Latent Variables Stable Across Ontologies
John Wentworth, David Lorell
https://arxiv.org/abs/2509.03780 https://arxiv.org/pdf/2509.03780…
How to tell a vibe coder of lying when they say they check their code.
People who will admit to using LLMs to write code will usually claim that they "carefully check" the output since we all know that LLM code has a lot of errors in it. This is insufficient to address several problems that LLMs cause, including labor issues, digital commons stress/pollution, license violation, and environmental issues, but at least it's they are checking their code carefully we shouldn't assume that it's any worse quality-wise than human-authored code, right?
Well, from principles alone we can expect it to be worse, since checking code the AI wrote is a much more boring task than writing code yourself, so anyone who has ever studied human-computer interaction even a little bit can predict people will quickly slack off, stating to trust the AI way too much, because it's less work. I'm a different domain, the journalist who published an entire "summer reading list" full of nonexistent titles is a great example of this. I'm sure he also intended to carefully check the AI output, but then got lazy. Clearly he did not have a good grasp of the likely failure modes of the tool he was using.
But for vibe coders, there's one easy tell we can look for, at least in some cases: coding in Python without type hints. To be clear, this doesn't apply to novice coders, who might not be aware that type hints are an option. But any serious Python software engineer, whether they used type hints before or not, would know that they're an option. And if you know they're an option, you also know they're an excellent tool for catching code defects, with a very low effort:reward ratio, especially if we assume an LLM generates them. Of the cases where adding types requires any thought at all, 95% of them offer chances to improve your code design and make it more robust. Knowing about but not using type hints in Python is a great sign that you don't care very much about code quality. That's totally fine in many cases: I've got a few demos or jam games in Python with no type hints, and it's okay that they're buggy. I was never going to debug them to a polished level anyways. But if we're talking about a vibe coder who claims that they're taking extra care to check for the (frequent) LLM-induced errors, that's not the situation.
Note that this shouldn't be read as an endorsement of vibe coding for demos or other rough-is-acceptable code: the other ethical issues I skipped past at the start still make it unethical to use in all but a few cases (for example, I have my students use it for a single assignment so they can see for themselves how it's not all it's cracked up to be, and even then they have an option to observe a pre-recorded prompt session instead).
Direct reciprocity in asynchronous interactions
Ketian Sun, Qi Su, Long Wang
https://arxiv.org/abs/2506.04264 https://arxiv.org/pdf/2…
Zero modes and index theorems for non-Hermitian Dirac fermions
Bitan Roy
https://arxiv.org/abs/2509.04447 https://arxiv.org/pdf/2509.04447
Note on real and imaginary parts of harmonic quasiregular mappings
Suman Das, Antti Rasila
https://arxiv.org/abs/2506.04618 https://a…
TransAM: Transformer-Based Agent Modeling for Multi-Agent Systems via Local Trajectory Encoding
Conor Wallace, Umer Siddique, Yongcan Cao
https://arxiv.org/abs/2508.02826 https:…
Fast and Simplex: 2-Simplicial Attention in Triton
Aurko Roy, Timothy Chou, Sai Surya Duvvuri, Sijia Chen, Jiecao Yu, Xiaodong Wang, Manzil Zaheer, Rohan Anil
https://arxiv.org/abs/2507.02754
TensoIS: A Step Towards Feed-Forward Tensorial Inverse Subsurface Scattering for Perlin Distributed Heterogeneous Media
Ashish Tiwari, Satyam Bhardwaj, Yash Bachwana, Parag Sarvoday Sahu, T. M. Feroz Ali, Bhargava Chintalapati, Shanmuganathan Raman
https://arxiv.org/abs/2509.04047
A way to treat dual Hahn polynomials as Racah polynomials via the theory of Leonard pairs
Hau-Wen Huang
https://arxiv.org/abs/2508.02032 https://arxiv.org/…
Entanglement Detection Beyond Local Bound with Coarse Calibrated measurements
Liang-Liang Sun, Yong-Shun Song, Sixia Yu
https://arxiv.org/abs/2508.03525 https://
Manip4Care: Robotic Manipulation of Human Limbs for Solving Assistive Tasks
Yubin Koh, Ahmed H. Qureshi
https://arxiv.org/abs/2508.02649 https://arxiv.org/…
@CoMaps@floss.social
The settings offer the option to use ‘Google Fused Location Services’. I assume this is so that this Google service can still be used even if it is disabled in the Android settings. @… offers an alternative #locationService
Finished removing the deprecated ImGui font size calculations in ngscopeclient.
Now we're down to only two tickets blocking the v0.1 release (MacOS binary packaging and fixing all of the shaders that assume we can run arbitrarily many blocks in the X axis direction).
And hopefully we can get the application icon artwork done by then too.
Logarithmic derivatives of L-functions and small prime quadratic nonresidues
Genheng Zhao
https://arxiv.org/abs/2509.03157 https://arxiv.org/pdf/2509.03157…
The ratio monotonicity of Eulerian-type polynomials
Jun-Ying Liu, Guanwu Liu, Shi-Mei Ma, Zhi-Hong Zhang
https://arxiv.org/abs/2509.03397 https://arxiv.org…
Cauchy problem for the localized wave propagation in continuous model of the one-dimensional diatomic crystal
Sergey Sergeev
https://arxiv.org/abs/2507.02729
Multi-messenger lensing time delay as a probe of the graviton mass
Elena Colangeli, Charles Dalang, Tessa Baker
https://arxiv.org/abs/2509.03196 https://ar…
Robust Simulation Based Inference
Lorenzo Tomaselli, Val\'erie Ventura, Larry Wasserman
https://arxiv.org/abs/2508.02404 https://arxiv.org/pdf/2508.024…
Joint Radiation Power, Antenna Position, and Beamforming Optimization for Pinching-Antenna Systems with Motion Power Consumption
Yiming Xu, Dongfang Xu, Xianghao Yu, Shenghui Song, Zhiguo Ding, Robert Schober
https://arxiv.org/abs/2507.02348
Impact of one-loop corrections to trilinear scalar couplings on di-Higgs production in the RxSM
Johannes Braathen, Sven Heinemeyer, Andrea Parra Arnay, Alain Verduras Schaeidt
https://arxiv.org/abs/2507.02569
Hierarchical Learning-Based Control for Multi-Agent Shepherding of Stochastic Autonomous Agents
Italo Napolitano, Stefano Covone, Andrea Lama, Francesco De Lellis, Mario di Bernardo
https://arxiv.org/abs/2508.02632
15 mins in to a 25 minute fight in expedition 33 i'm like "I get it". Why would they make these fights so long. I assume you can grind to the point they take faster?
Outside of big story bosses no fight should be longer then 10 minutes.
#videogames #rpgs
The role of zealots in the spread of linguistic traits
Vivian Dornelas, Celia Anteneodo, Renan Nunes, Els Heinsalu, Marco Patriarca
https://arxiv.org/abs/2508.01500 https://
Hadronic origin of the very high-energy gamma-ray emission from the low-luminosity AGN in NGC 4278
Asahi Shoji, Yutaka Fujita, Norita Kawanaka, Susumu Inoue, Kosuke Nishiwaki
https://arxiv.org/abs/2507.02326
This https://arxiv.org/abs/2502.10613 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_mat…
Robust Econometrics for Growth-at-Risk
Tobias Adrian, Yuya Sasaki, Yulong Wang
https://arxiv.org/abs/2508.00263 https://arxiv.org/pdf/2508.00263
Closing the Visibility Gap: A Monitoring Framework for Verifiable Open RAN Operations
Hexuan Yu, Md Mohaimin Al Barat, Yang Xiao, Y. Thomas Hou, Wenjing Lou
https://arxiv.org/abs/2509.03000
Analogues of the Milky Way-Sagittarius interaction in the TNG50: effect on the Milky Way
Marcin Semczuk, Teresa Antoja, Alexandra Gir\'on-Soto, Chervin F. P. Laporte
https://arxiv.org/abs/2508.00690
This https://arxiv.org/abs/2505.09400 has been replaced.
initial toot: https://mastoxiv.page/@arXiv_mat…
Exploring the Design Space of Fair Tree Learning Algorithms
Kiara Stempel, Mattia Cerrato, Stefan Kramer
https://arxiv.org/abs/2509.03204 https://arxiv.org…
Applying Psychometrics to Large Language Model Simulated Populations: Recreating the HEXACO Personality Inventory Experiment with Generative Agents
Sarah Mercer, Daniel P. Martin, Phil Swatton
https://arxiv.org/abs/2508.00742
Vacationing at tax-payer expense has prepared Ohio’s least favorite son to assume the role of president of the United States according to him?
Dude, there’s a couch somewhere waiting for you to defile it. Get to it.
#USpol
MobileRAG: A Fast, Memory-Efficient, and Energy-Efficient Method for On-Device RAG
Taehwan Park, Geonho Lee, Min-Soo Kim
https://arxiv.org/abs/2507.01079 h…
Habba set to remain top federal prosecutor in New Jersey despite ouster by judges
https://thehill.com/regulation/court-battles/5419066-trump-withdraws-habbas-nomination-for-top-nj-federal-prosecutor-letting-her-assume-role-in-acting-capacity/
A while ago, I asked which of the large projects I'm involved in I should focus on - i.e., what people find interesting.
https://mastodon.social/@CyReVolt/114630312818227294
Only 19 people voted, and I assume biases due to how much/little each one knows. Hard to asse…
I’m going to assume that my expense line for “dream inks” was my phone autocorrecting an attempt at “drinks”, rather than a metaphorical flourish.
Arbitrage with bounded Liquidity
Christoph Schlegel
https://arxiv.org/abs/2507.02027 https://arxiv.org/pdf/2507.02027
Rational Censorship Attack: Breaking Blockchain with a Blackboard
Michelle Yeo, Haoqian Zhang
https://arxiv.org/abs/2507.01453 https://
I suspect we’re doing something similar to the tank classifier when we ascribe intelligence to AIs: there are patterns such as (for example) grammatical correctness which we •associate• with this abstract thing called “intelligence,” and we thus mis-infer the existence of everything else we associate with the notion of “intelligence” when we see (for example) correct grammar.
Or should we just call the machine intelligent because we classify it as intelligence because our brains, which we assume are intelligent, think it fits the pattern of intelligence? And now you see what the OP means about “begging the question of intelligence.”
A Compartmental Model for Epidemiology with Human Behavior and Stochastic Effects
Christian Parkinson, Weinan Wang
https://arxiv.org/abs/2507.01046 https:/…
Ce sont toujours les mêmes promesses: «l’ordinateur assume les tâches les plus fastidieuses, ce qui permet aux enseignants de se concentrer sur les tâches plus ‹nobles›».
Mais je suis sûr, cette fois le rêve deviendra réalité! L’IA ne sait pas faire l’arithmétique, mais peu importe!
https://www.
DC May Be More Receptive to a Trump Takeover Than Many Assume (David Hogberg/The American Spectator)
https://spectator.org/dc-may-be-more-receptive-to-a-trump-takeover-than-many-assume/
http://www.memeorandum.com/250811/p36#a250811p36
England’s commercial datacentres are using far less water than many assume, according to a new report published by industry group techUK in collaboration with the Environment Agency.
https://www.computing.co.uk/news/2025/england-s-da…
"many eyes find malicious code" in OSS isn't necessarily true, as malicious actors can find ways to circumvent those eyes (and folks may assume someone else is doing the many-eyes work) #GophersUnite
Relation between semigroup growth and resolvent decay for immediately differentiable semigroups
Masashi Wakaiki
https://arxiv.org/abs/2507.01474 https://…
There is no ultrastrong coupling with photons
Diego Fern\'andez de la Pradilla, Esteban Moreno, Johannes Feist
https://arxiv.org/abs/2508.00702 https://
Learning to Rank with Variable Result Presentation Lengths
Norman Knyazev, Harrie Oosterhuis
https://arxiv.org/abs/2506.23319 https://
Singularity Avoidance in Gravitational Collapse of an Inhomogeneous Fluid in Rastall Gravity
Akbar Jahan, Halime Miraghaei, Shayesteh Ghaffari, Amir Hadi Ziaie
https://arxiv.org/abs/2507.02026
Feature Integration Spaces: Joint Training Reveals Dual Encoding in Neural Network Representations
Omar Claflin
https://arxiv.org/abs/2507.00269 https://…
Every day I try and think on a small site or service I could build that would generate enough money to have it be my main source of income. I've failed at this for so long that I'm probably approaching this problem all wrong and I assume I just don't have enough patience to dedicate to long term projects that might never payout. This is why so many of the projects I complete are short term.
Thompson Sampling in Function Spaces via Neural Operators
Rafael Oliveira, Xuesong Wang, Kian Ming A. Chai, Edwin V. Bonilla
https://arxiv.org/abs/2506.21894
Hierarchical assembly impedes the inference of stellar mass growth histories for individual galaxies
R. K. Cochrane
https://arxiv.org/abs/2509.02700 https://
TIL that the Xilinx PCIe endpoint IP, at least on some Versals (I assume it's likely the same on other parts but I've never looked) has a cursed non-compliant AXI4-Stream interface that uses TKEEP as a *dword* level valid strobe, rather than byte level as the spec requires.
Lovely.
The more I see of Xilinx IP blocks the more my decision to avoid then seems like the right one.
Ce sont toujours les mêmes promesses: «l’ordinateur assume les tâches les plus fastidieuses, ce qui permet aux enseignants de se concentrer sur les tâches plus ‹nobles›».
Mais je suis sûr, cette fois le rêve deviendra réalité! L’IA ne sait pas faire l’arithmétique, mais peu importe!
https://www.
Ce sont toujours les mêmes promesses: «l’ordinateur assume les tâches les plus fastidieuses, ce qui permet aux enseignants de se concentrer sur les tâches plus ‹nobles›».
Mais je suis sûr, cette fois le rêve deviendra réalité! L’IA ne sait pas faire l’arithmétique, mais peu importe!
https://www.
This is quite close to a risk I spoke to someone about a couple of months ago.
Government domains might host documents containing opinions or other third-party information (consultation responses, evidence, etc) - but LLM training ingest may assume the context of the government domain and incorporate it into a government position.
> Google’s AI overview interpreted the PDF document as an official EU stance, blending the information into a response
Overly academic/distanced ethical discussions
Had a weird interaction with @/brainwane@social.coop just now. I misinterpreted one of their posts quoting someone else and I think the combination of that plus an interaction pattern where I'd assume their stance on something and respond critically to that ended up with me getting blocked. I don't have hard feelings exactly, and this post is only partly about this particular person, but I noticed something interesting by the end of the conversation that had been bothering me. They repeatedly criticized me for assuming what their position was, but never actually stated their position. They didn't say: "I'm bothered you assumed my position was X, it's actually Y." They just said "I'm bothered you assumed my position was X, please don't assume my position!" I get that it's annoying to have people respond to a straw man version of your argument, but when I in response asked some direct questions about what their position was, they gave some non-answers and then blocked me. It's entirely possible it's a coincidence, and they just happened to run out of patience on that iteration, but it makes me take their critique of my interactions a bit less seriously. I suspect that they just didn't want to hear what I was saying, while at the same time they wanted to feel as if they were someone who values public critique and open discussion of tricky issues (if anyone reading this post also followed our interaction and has a different opinion of my behavior, I'd be glad to hear it; it's possible In effectively being an asshole here and it would be useful to hear that if so).
In any case, the fact that at the end of the entire discussion, I'm realizing I still don't actually know their position on whether they think the AI use case in question is worthwhile feels odd. They praised the system on several occasions, albeit noting some drawbacks while doing so. They said that the system was possibly changing their anti-AI stance, but then got mad at me for assuming this meant that they thought this use-case was justified. Maybe they just haven't made up their mind yet but didn't want to say that?
Interestingly, in one of their own blog posts that got linked in the discussion, they discuss a different AI system, and despite listing a bunch of concrete harms, conclude that it's okay to use it. That's fine; I don't think *every* use of AI is wrong on balance, but what bothered me was that their post dismissed a number of real ethical issues by saying essentially "I haven't seen calls for a boycott over this issue, so it's not a reason to stop use." That's an extremely socially conformist version of ethics that doesn't sit well with me. The discussion also ended up linking this post: https://chelseatroy.com/2024/08/28/does-ai-benefit-the-world/ which bothered me in a related way. In it, Troy describes classroom teaching techniques for introducing and helping students explore the ethics of AI, and they seem mostly great. They avoid prescribing any particular correct stance, which is important when teaching given the power relationship, and they help students understand the limitations of their perspectives regarding global impacts, which is great. But the overall conclusion of the post is that "nobody is qualified to really judge global impacts, so we should focus on ways to improve outcomes instead of trying to judge them." This bothers me because we actually do have a responsibility to make decisive ethical judgments despite limitations of our perspectives. If we never commit to any ethical judgment against a technology because we think our perspective is too limited to know the true impacts (which I'll concede it invariably is) then we'll have to accept every technology without objection, limiting ourselves to trying to improve their impacts without opposing them. Given who currently controls most of the resources that go into exploration for new technologies, this stance is too permissive. Perhaps if our objection to a technology was absolute and instantly effective, I'd buy the argument that objecting without a deep global view of the long-term risks is dangerous. As things stand, I think that objecting to the development/use of certain technologies in certain contexts is necessary, and although there's a lot of uncertainly, I expect strongly enough that the overall outcomes of objection will be positive that I think it's a good thing to do.
The deeper point here I guess is that this kind of "things are too complicated, let's have a nuanced discussion where we don't come to any conclusions because we see a lot of unknowns along with definite harms" really bothers me.
The non-minimal 3-form cosmology and the rise of the cuscuton
Antonio De Felice, Anamaria Hell
https://arxiv.org/abs/2509.02323 https://arxiv.org/pdf/2509.…
Control-Optimized Deep Reinforcement Learning for Artificially Intelligent Autonomous Systems
Oren Fivel, Matan Rudman, Kobi Cohen
https://arxiv.org/abs/2507.00268
As a thought experiment let’s assume “AI” actually worked as advertised.
What would happen if literally every human being told it to “come up and implement a fully automated legal business scheme to make me a profit of a million dollars a day”?
Heavy-tail asymptotics for the length of a busy period in a Generalised Jackson Network
Sergey Foss, Masakiyo Miyazawa, Linglong Yuan
https://arxiv.org/abs/2506.23310
Neural Entropy-stable conservative flux form neural networks for learning hyperbolic conservation laws
Lizuo Liu, Lu Zhang, Anne Gelb
https://arxiv.org/abs/2507.01795
Role-Aware Language Models for Secure and Contextualized Access Control in Organizations
Saeed Almheiri, Yerulan Kongrat, Adrian Santosh, Ruslan Tasmukhanov, Josemaria Vera, Muhammad Dehan Al Kautsar, Fajri Koto
https://arxiv.org/abs/2507.23465
It's always a good day when you have "always comb foo = bar" and using foo instead of bar changes the run time of your simulation by almost 100K clock cycles.
I have to assume this is a Vivado simulator bug present in both 2024.1 and 2025.1, but don't yet have a fully reduced test case other than an always_ff block somehow having input and output changing on the same clock edge.
Parallel Transmission Aware Co-Design: Enhancing Manipulator Performance Through Actuation-Space Optimization
Rohit Kumar, Melya Boukheddimi, Dennis Mronga, Shivesh Kumar, Frank Kirchner
https://arxiv.org/abs/2507.00644
T-Detect: Tail-Aware Statistical Normalization for Robust Detection of Adversarial Machine-Generated Text
Alva West, Luodan Zhang, Liuliu Zhang, Minjun Zhu, Yixuan Weng, Yue Zhang
https://arxiv.org/abs/2507.23577
Amplitude amplification and estimation require inverses
Ewin Tang, John Wright
https://arxiv.org/abs/2507.23787 https://arxiv.org/pdf/2507.23787
A hyperboloidal method for numerical simulations of multidimensional nonlinear wave equations
Oliver Rinne
https://arxiv.org/abs/2507.00674 https://…