Tootfinder

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

@cowboys@darktundra.xyz
2024-02-26 20:09:27

Report: Dallas Cowboys not expected to use 2024 franchise tag on Tony Pollard yardbarker.com/nfl/articles/re

@ErikJonker@mastodon.social
2024-03-27 12:42:26

Claude 3 is officially on the top of the leaderbord, although it's just one leaderboard/benchmark and added value always depends on use and context, it's still the end of GPT4 total dominance (unil GPT5 arrives probably). Interesting is also the performance of the Claude 3 Haiku model which is relatively small/cheap.

LMSYS Leaderboard with Claude 3 on top.
@scottmiller42@mstdn.social
2024-03-27 14:12:36

Python Question: Is there an efficient way to see if every element in an iterable is equal to a user-specified value?
The best idea I've seen so far is to use a list comprehension to check for equality, and then use the all function, like this:
MyList = [1,1,1,1,1,1,1]
all((x==1 for x in MyList))
That's readable and probably not bad performance. Is there something better?
#Python

@zimpenfish@social.rjp.is
2024-03-27 10:33:29

Today we are getting confused when #RustLang complains about not being able to deserialize a Value and we spend a good hour trying to work out why a JSON::Value can’t be deserialized despite several tests showing that they can, in fact, be deserialized before realising there’s another crate in use which also uses Value…

@arXiv_qfinCP_bot@mastoxiv.page
2024-02-27 07:15:40

Optimizing Portfolio Management and Risk Assessment in Digital Assets Using Deep Learning for Predictive Analysis
Qishuo Cheng, Le Yang, Jiajian Zheng, Miao Tian, Duan Xin
arxiv.org/abs/2402.15994 arxiv.org/pdf/2402.15994
arXiv:2402.15994v1 Announce Type: new
Abstract: Portfolio management issues have been extensively studied in the field of artificial intelligence in recent years, but existing deep learning-based quantitative trading methods have some areas where they could be improved. First of all, the prediction mode of stocks is singular; often, only one trading expert is trained by a model, and the trading decision is solely based on the prediction results of the model. Secondly, the data source used by the model is relatively simple, and only considers the data of the stock itself, ignoring the impact of the whole market risk on the stock. In this paper, the DQN algorithm is introduced into asset management portfolios in a novel and straightforward way, and the performance greatly exceeds the benchmark, which fully proves the effectiveness of the DRL algorithm in portfolio management. This also inspires us to consider the complexity of financial problems, and the use of algorithms should be fully combined with the problems to adapt. Finally, in this paper, the strategy is implemented by selecting the assets and actions with the largest Q value. Since different assets are trained separately as environments, there may be a phenomenon of Q value drift among different assets (different assets have different Q value distribution areas), which may easily lead to incorrect asset selection. Consider adding constraints so that the Q values of different assets share a Q value distribution to improve results.

@arXiv_csGT_bot@mastoxiv.page
2024-02-27 06:49:57

On the Redistribution of Maximal Extractable Value: A Dynamic Mechanism
Pedro Braga, Georgios Chionas, Stefanos Leonardos, Piotr Krysta, Georgios Piliouras, Carmine Ventre
arxiv.org/abs/2402.15849

@cellfourteen@social.petertoushkov.eu
2024-04-27 10:02:19

#Mastodon instance owners and admins, what value do you use for "Content cache retention period"? As a single user of my instance on masto.host, I hit the Database limit in less than a year. If I understand correctly, this setting deletes even bookmarks and replies from other servers, yet there's no way of limiting only heavy posters like news bots that could easily broadc…

@arXiv_csPL_bot@mastoxiv.page
2024-03-27 08:26:56

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

@arXiv_csAI_bot@mastoxiv.page
2024-03-27 06:46:54

Aligning Large Language Models for Enhancing Psychiatric Interviews through Symptom Delineation and Summarization
Jae-hee So, Joonhwan Chang, Eunji Kim, Junho Na, JiYeon Choi, Jy-yong Sohn, Byung-Hoon Kim, Sang Hui Chu
arxiv.org/abs/2403.17428

@arXiv_mathNT_bot@mastoxiv.page
2024-02-27 08:30:44

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

@Techmeme@techhub.social
2024-03-18 16:15:40

TikTok launches a new creator monetization program called Creator Rewards, which will use four core metrics to determine payout, including "search value" (Mia Sato/The Verge)
theverge.com/2024/3/18/2410169

@arXiv_csDB_bot@mastoxiv.page
2024-02-28 08:29:23

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

@ian@phpc.social
2024-04-24 21:19:31

Use Value Objects rather than massive $options arrays when exposing an interface for configuring requests made by your SDK, because you want to make your SDK code as self-documenting as possible. - @… #phptek

@aral@mastodon.ar.al
2024-02-23 16:48:05

Kitten breaking change: Route handlers, etc., now take parameter objects
Just pushed the API updates I’d posted about earlier to main and to the latest Kitten release.
This change affects:
- Route handlers (all types of routes)
- `onConnect()` handlers
- The default export on main.script.js files
I’ve updated all the examples, documentation, etc., on Kitten to use the new API but if you see anything I’ve missed, please let me know.

Screenshot of the ubiquitous counter example (Kitten version) in Kitten’s readme on https://codeberg.org/kitten/app:

1. Create a directory for the example and enter it:

mkdir counter
cd counter

2. Create a file called index.page.js and add the following content to it:

if (kitten.db.counter === undefined) kitten.db.counter = { count: 0 }

export default () => kitten.html`
  <page css>
  <h1>Counter</h1>
  <${Count} />
  <button name='update' connect data='{value: -1}' aria-label='decrement'>…
@Mediagazer@mstdn.social
2024-03-18 16:10:20

TikTok launches a new creator monetization program called Creator Rewards, which will use four core metrics to determine payout, including "search value" (Mia Sato/The Verge)
theverge.com/2024/3/18/2410169

@datascience@genomic.social
2024-02-20 11:00:01

Use cookies in shiny apps: #rstats #shiny

@arXiv_csPL_bot@mastoxiv.page
2024-03-27 08:26:56

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

@arXiv_mathNA_bot@mastoxiv.page
2024-03-28 07:29:10

Improving Efficiency of Parallel Across the Method Spectral Deferred Corrections
Gayatri \v{C}aklovi\'c, Thibaut Lunet, Sebastian G\"otschel, Daniel Ruprecht
arxiv.org/abs/2403.18641

@arXiv_mathNT_bot@mastoxiv.page
2024-02-27 08:30:44

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

@arXiv_astrophGA_bot@mastoxiv.page
2024-03-27 07:33:16

Supernova Remnant properties and Luminosity Functions in NGC 7793 using MUSE IFS
Maria Kopsacheili, Cristina Jim\'enez-Palau, Llu\'is Galbany, Panayotis Boumis, Ra\'ul Gonz\'alez-D\'iaz
arxiv.org/abs/2403.17053

@arXiv_csCY_bot@mastoxiv.page
2024-03-25 06:56:50

Visualizing Progress in Broadening Participation in Computing: The Value of Context
Valerie Barr, Carla E. Brodley, Manuel A. P\'erez-Qui\~nones
arxiv.org/abs/2403.14708

@arXiv_mathOC_bot@mastoxiv.page
2024-02-26 07:13:54

Deep learning-driven scheduling algorithm for a single machine problem minimizing the total tardiness
Michal Bou\v{s}ka, P\v{r}emysl \v{S}\r{u}cha, Anton\'in Nov\'ak, Zden\v{e}k Hanz\'alek
arxiv.org/abs/2402.14847

@arXiv_eessSY_bot@mastoxiv.page
2024-03-26 08:51:58

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

@arXiv_mathNT_bot@mastoxiv.page
2024-02-28 08:36:41

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

@chris@mstdn.chrisalemany.ca
2024-02-16 21:27:59

Door Dash on Wednesday: “Hey Dashers! We're on your side! Don't let Government take away your money by regulating us!”
Door Dash on Friday: “Hey Dashers! You're great! Here's a coupon for a free catering bag ($22 value). Please pay $35 shipping, or only $113.97 if you'd like us* to deliver it “Priority”
*none of these options use door dash as a delivery of course...
🤦‍♂️🤣😂

A screenshot of the email that says “Congratulations, you have earned a free catering bag! Use the promo code to claim your reward”.
Below that is a stylized image of a woman with pink hair wearing a white pull over hoody and grey cargo pants loading the hatchback of her car with door dash catering bags and other deliveries (this seems like way too much)
A screenshot of the shopping car with the catering bag for $22 and the price $0 with promo code at the bottom.
A screenshot of the “shipping options” shows a list of 4 options, Expedited Parcel, Regular, XPressPost and Priority.  Ranging from $36.25 to $113.97
@jgkoomey@mastodon.energy
2024-04-21 02:38:05

In Defense of the Coronary Artery Calcium Scan in Primary Prevention of Atherosclerotic Heart Disease – The Skeptical Cardiologist theskepticalcardiologist.com/2

@arXiv_mathPR_bot@mastoxiv.page
2024-04-26 08:39:40

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

@arXiv_csLO_bot@mastoxiv.page
2024-04-23 07:16:35

Hybrid Intersection Types for PCF (Extended Version)
Pablo Barenbaum, Delia Kesner, Mariana Milicich
arxiv.org/abs/2404.14340

@arXiv_mathAP_bot@mastoxiv.page
2024-02-26 07:30:42

Optimal regularity for all time for entropy solutions of conservation laws in $BV^s$
Shyam Sundar Ghoshal, Billel Guelmame, Animesh Jana, St\'ephane Junca
arxiv.org/abs/2402.15250

The United States was born in debt and swaddled in fiat currency.
Both in Congress and in the thirteen states, patriot officials funded their war for independence by printing endless reams of paper money,
which quickly depreciated in value,
and by borrowing vast sums from voluntary and involuntary creditors alike:
domestic elites, foreign merchants, European powers, Americans whose property was seized for the use of the army, and soldiers whose promised pay was persi…

@khalidabuhakmeh@mastodon.social
2024-03-05 15:44:29

I learned you can use the `break` inside a `loop` to return a value. It feels strange coming to #Rust from #csharp. I would have expected to use the `return` keyword, but I guess it makes sense.
By the way, I'm taking the

Break within a loop returning a value.
@arXiv_hepph_bot@mastoxiv.page
2024-03-25 08:43:24

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

@arXiv_mathNA_bot@mastoxiv.page
2024-02-27 06:57:44

Bayesian D-Optimal Experimental Designs via Column Subset Selection: The Power of Reweighted Sensors
Srinivas Eswar, Vishwas Rao, Arvind K. Saibaba
arxiv.org/abs/2402.16000

@arXiv_csLG_bot@mastoxiv.page
2024-02-19 06:52:11

Goal-Conditioned Offline Reinforcement Learning via Metric Learning
Alfredo Reichlin, Miguel Vasco, Hang Yin, Danica Kragic
arxiv.org/abs/2402.10820

@tante@tldr.nettime.org
2024-02-07 23:34:30

I keep seeing things like "How to use 'AI' to play D'n'D solo" and I wonder what people believe why others play pen and paper RPGs?
For me it doesn't make sense: If I play alone I want a highly curated experience which often times means a video game RPG. The value of playing a pen and paper RPG is in it being a social, shared experience.

@arXiv_mathNA_bot@mastoxiv.page
2024-02-27 06:57:44

Bayesian D-Optimal Experimental Designs via Column Subset Selection: The Power of Reweighted Sensors
Srinivas Eswar, Vishwas Rao, Arvind K. Saibaba
arxiv.org/abs/2402.16000

@domm@social.linux.pizza
2024-02-15 16:05:16

Finally remembered to use the new /r flag in a #Perl regex substitution to return the changed value while map'ing over a list: `say join(';', map { s/;/,/gr } @values);`

@ruth_mottram@fediscience.org
2024-02-09 19:14:47

Absolutely agree with this @… are amazing
mstdn.social/@W_Lucht/11190311
Have I my mentioned how totally awesome @organicmaps's new &q…

@arXiv_hepth_bot@mastoxiv.page
2024-03-22 08:46:16

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

The United States was born in debt and swaddled in fiat currency.
Both in Congress and in the thirteen states, patriot officials funded their war for independence by printing endless reams of paper money,
which quickly depreciated in value,
and by borrowing vast sums from voluntary and involuntary creditors alike:
domestic elites, foreign merchants, European powers, Americans whose property was seized for the use of the army, and soldiers whose promised pay was persi…

@inthehands@hachyderm.io
2024-03-07 16:59:45

I’m not sure how effective this from @… would be on legal grounds, but it’s certainly a way to damage Reddit’s asset value (the asset in question being your contributions):

@arXiv_statME_bot@mastoxiv.page
2024-04-23 07:11:01

A nonstandard application of cross-validation to estimate density functionals
Jos\'e E. Chac\'on, Carlos Tenreiro
arxiv.org/abs/2404.13753

@raiders@darktundra.xyz
2024-03-31 01:09:25

Hill: Raiders’ draft predicament again shows value of tanking reviewjournal.com/sports/sport<…

@arXiv_quantph_bot@mastoxiv.page
2024-04-19 08:45:19

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

@arXiv_qfinTR_bot@mastoxiv.page
2024-03-20 08:46:24

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

@bobwyman@mastodon.social
2024-02-10 15:57:05

Discussions of inheritance taxation often ignore that fact that, under US law, death is a wealth enhancing event. The government provides heirs with subsidies that increase with wealth.
The best known heir-subsidy is the increase in basis on inherited property. When computing capital gains, heirs use the value of the property at time of death. So, a sale of property before one's death might be heavily tax but one's heirs might sell the same property tax-free. Not fair.
<…

@arXiv_mathAT_bot@mastoxiv.page
2024-02-21 06:54:53

A higher Mackey functor description of algebras over an $N_{\infty}$-operad
Gregoire Marc
arxiv.org/abs/2402.12447 ar…

@MediaActivist@todon.eu
2024-02-04 18:23:20

"Any centralized communication platform, particularly one operated for profit, is vulnerable to being coopted by the powerful. This might mean exploiting users to maximize short-term profits or changing moderation rules to silence marginalized people and promote hate speech. The past year has seen unprecedented numbers of users fleeing X, Reddit, and other platforms over changes in policy. But leaving these platforms, whether in protest, disgust, or boredom, leaves behind an important d…

@dcm@social.sunet.se
2024-03-07 14:31:01

Interesting remarks by Strevens in response to Kitcher's book on the aims and methods of philosophy
> philosophy’s most influential counterexamples are intended ... to play the same role as anomalies in Kuhnian science: to serve as the brave little facts that bring down great theories and make progress possible. If philosophical thought-experimenters conduct themselves ... as empirical scientists... it might be no bad thing for the enterprise of philosophy

@lukem@hachyderm.io
2024-04-05 21:18:50

Also, Luminar Neo is available on sale for 83% off its original price. Of course they run subscriptions, but one-time payment is still possible.
After a few moments with free trial I'm not exactly sold, but it has one particular advantage over the one I use.
Apparently it supports HEIC and DNG files from both of my phones.

@arXiv_mathOC_bot@mastoxiv.page
2024-04-24 08:41:01

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

@chris@mstdn.chrisalemany.ca
2024-02-12 21:39:59

“Hogan's report suggests that a reduction in the use of outside contractors could have lowered costs and "enhanced value for money." “
Weird: So having skilled employees is actually a good idea for people and for financial accountability?!
#CanPoli #ArriveCan

@arXiv_mathRT_bot@mastoxiv.page
2024-02-20 08:36:54

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

@arXiv_grqc_bot@mastoxiv.page
2024-04-18 08:46:24

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

@arXiv_statML_bot@mastoxiv.page
2024-04-16 09:16:59

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

@domm@social.linux.pizza
2024-02-15 16:05:16

Finally remembered to use the new /r flag in a #Perl regex substitution to return the changed value while map'ing over a list: `say join(';', map { s/;/,/gr } @values);`

@mia@hcommons.social
2024-01-29 08:26:23

Online anonymity: study found ‘stable pseudonyms’ created a more civil environment than real user names 
'What matters, it seems, is not so much whether you are commenting anonymously, but whether you are invested in your persona and accountable for its behaviour in that particular forum. There seems to be value in enabling people to speak on forums without their comments being connected, via their real names, to other contexts.
...calls to end anonymity online by forcing pe…

@arXiv_astrophGA_bot@mastoxiv.page
2024-04-18 07:29:07

Extreme-value modelling of the brightest galaxies at $z\gtrsim9$
Cameron Heather, Teeraparb Chantavat, Siri Chongchitnan, Joseph Silk
arxiv.org/abs/2404.11567

@ruth_mottram@fediscience.org
2024-02-29 18:47:15

Calling Betteridge's Law on this one..
#BetteridgesLaw

Is ChatGPT fuelling hyper-productivity?

Since its release in November 2022, OpenAT’s chatbot has helped scientists boost their productivity when it comes to writing papers or grant applications. But increasing the throughput of publications could stretch editors and reviewers even thinner than they already are. And, swhile many authors acknowledge their Al use, some quietly use chatbots to churn out low-value research. “We have to go back and look at what the reward system is in academia,” say…
@arXiv_astrophCO_bot@mastoxiv.page
2024-03-19 09:01:09

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

@arXiv_statOT_bot@mastoxiv.page
2024-02-16 07:14:31

A computed 95% confidence interval does cover the true value with probability 0.95 if epistemically interpreted
Dan Hedlin
arxiv.org/abs/2402.10000

@fell@ma.fellr.net
2024-02-01 11:34:02

Day 4 of attempting to daily drive postmarketOS Linux on a OnePlus 6T:
📶 I felt brave this morning, so I handed over my SIM card to Linux. At first, the phone didn't recognise the card, but the wiki page helped me resolve the problem quickly. I had to increase the config value `sim_wait_time` and reboot the phone to make it work. Mobile data and receiving texts work flawlessly. I haven't tried sending texts and making calls yet.
⏰ Yesterday, I also used the Clock app to s…

Photo of a OnePlus 6T on a wooden surface with the Phosh UI. The Clocks app is openend, listing an alarm at 7 o'clock.
Photo of a OnePlus 6T on a wooden surface with the Phosh UI. The document viewer app is openend, showing a train ticket with a QR code in the middle. The QR code and the ticket ID have been blurred. Next to the phone is a SIM eject pin.
Photo of a OnePlus 6T on a wooden surface with the Phosh UI. The mobile network settings are open, showing the text "No SIM; Insert a SIM card to use this modem". Next to the phone is a SIM eject pin.
Photo of a OnePlus 6T on a wooden surface with the Phosh UI. The terminal app is openend, showing a text editor. The text editor is displaying a configuration file. The current, highlighted line reads "sim_wait_time=30"
@arXiv_statME_bot@mastoxiv.page
2024-04-23 07:11:01

A nonstandard application of cross-validation to estimate density functionals
Jos\'e E. Chac\'on, Carlos Tenreiro
arxiv.org/abs/2404.13753

@arXiv_physicsoptics_bot@mastoxiv.page
2024-02-23 07:07:02

Realization of the Pascal based on Argon using a Fabry-P\'erot refractometer
Isak Silander, Johan Zakrisson, Ove Axner, Martin Zelan
arxiv.org/abs/2402.14511

@hllizi@hespere.de
2024-01-28 22:09:54

I'm all in favour of taxing the living daylights out of Elmo and his pals, but it always makes me feel queasy when I get the impression that people think you could actually translate the market value of Tesla and SpaceX into cash and use it to feed the poor. Much of that is just fantasy money. If you think it's real you've been exposed to finance news for too long or something.

@arXiv_quantph_bot@mastoxiv.page
2024-04-19 08:45:19

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

@arXiv_csDS_bot@mastoxiv.page
2024-03-08 07:11:55

A Sierpinski Triangle Data Structure for Efficient Array Value Update and Prefix Sum Calculation
Brent Harrison, Jason Necaise, Andrew Projansky, James D. Whitfield
arxiv.org/abs/2403.03990

@arXiv_mathph_bot@mastoxiv.page
2024-04-04 07:15:16

Computing some Principal Value integrals without Residues and Applications on Hilbert Transform and Fourier Transform
Jorge Pedraza Arpasi
arxiv.org/abs/2404.02664

@arXiv_astrophSR_bot@mastoxiv.page
2024-04-12 07:16:19

Evolution of rotating massive stars adopting a newer, self-consistent wind prescription at SMC metallicity
Alex Camilo Gormaz-Matamala, Jorge Cuadra, Sylvia Ekstr\"om, Georges Meynet, Michel Cur\'e, Krzysztof Belczynski
arxiv.org/abs/2404.07570

@arXiv_eessSY_bot@mastoxiv.page
2024-04-17 08:34:46

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

@arXiv_qbioOT_bot@mastoxiv.page
2024-03-22 07:27:36

Valeur des tests PACE et CTB_ELISA dans le diagnostic de la peste porcine classique (PPC) et le contr{\^o}le de qualit{\'e} du vaccin correspondant {\`a} Madagascar
Of Maminiaina (FOFIFA-DRZVP, IMVAVET), M. Koko (IMVAVET), J. J. Rajaonarison (IMVAVET), R. Razafindrakoto (IMVAVET), J. Ravaomanana (FOFIFA-DRZVP), A. D. Shannon

@arXiv_mathCO_bot@mastoxiv.page
2024-03-11 08:36:22

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

@arXiv_csLO_bot@mastoxiv.page
2024-02-13 14:35:44

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

@ruth_mottram@fediscience.org
2024-02-29 18:47:15

Calling Betteridge's Law on this one..
#BetteridgesLaw

Is ChatGPT fuelling hyper-productivity?

Since its release in November 2022, OpenAT’s chatbot has helped scientists boost their productivity when it comes to writing papers or grant applications. But increasing the throughput of publications could stretch editors and reviewers even thinner than they already are. And, swhile many authors acknowledge their Al use, some quietly use chatbots to churn out low-value research. “We have to go back and look at what the reward system is in academia,” say…
@arXiv_csDB_bot@mastoxiv.page
2024-02-19 06:55:10

A survey of LSM-Tree based Indexes, Data Systems and KV-stores
Supriya Mishra
arxiv.org/abs/2402.10460 arxiv.org/pdf/…

@arXiv_physicssocph_bot@mastoxiv.page
2024-04-15 07:23:15

Opinion dynamics on signed graphs and graphons: Beyond the piece-wise constant case
Paolo Frasca, Federica Garin, Raoul Prisant
arxiv.org/abs/2404.08372

@arXiv_mathOC_bot@mastoxiv.page
2024-02-15 06:58:05

The Boosted Difference of Convex Functions Algorithm for Value-at-Risk Constrained Portfolio Optimization
Marah-Lisanne Thormann, Phan Tu Vuong, Alain B. Zemkoho
arxiv.org/abs/2402.09194

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2024-02-15 07:24:19

Machine learning assisted prediction of organic salt structure properties
Ethan P. Shapera, Dejan-Kre\v{s}imir Bu\v{c}ar, Rohit P. Prasankumar, Christoph Heil
arxiv.org/abs/2402.09128

@arXiv_statML_bot@mastoxiv.page
2024-04-16 09:16:59

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

@arXiv_csGT_bot@mastoxiv.page
2024-04-16 06:50:12

No-Regret Algorithms in non-Truthful Auctions with Budget and ROI Constraints
Gagan Aggarwal, Giannis Fikioris, Mingfei Zhao
arxiv.org/abs/2404.09832

@arXiv_mathNT_bot@mastoxiv.page
2024-02-21 08:37:25

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

@arXiv_mathAP_bot@mastoxiv.page
2024-03-08 08:34:37

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

@hllizi@hespere.de
2024-01-28 22:09:54

I'm all in favour of taxing the living daylights out of Elmo and his pals, but it always makes me feel queasy when I get the impression that people think you could actually translate the market value of Tesla and SpaceX into cash and use it to feed the poor. Much of that is just fantasy money. If you think it's real you've been exposed to finance news for too long or something.

@arXiv_csPL_bot@mastoxiv.page
2024-03-13 08:35:31

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

@arXiv_mathNT_bot@mastoxiv.page
2024-02-20 08:37:38

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

@arXiv_qbioOT_bot@mastoxiv.page
2024-03-22 07:27:36

Valeur des tests PACE et CTB_ELISA dans le diagnostic de la peste porcine classique (PPC) et le contr{\^o}le de qualit{\'e} du vaccin correspondant {\`a} Madagascar
Of Maminiaina (FOFIFA-DRZVP, IMVAVET), M. Koko (IMVAVET), J. J. Rajaonarison (IMVAVET), R. Razafindrakoto (IMVAVET), J. Ravaomanana (FOFIFA-DRZVP), A. D. Shannon

@arXiv_hepph_bot@mastoxiv.page
2024-04-05 07:24:40

A first determination of the strong coupling $\alpha_S$ at approximate N$^{3}$LO order in a global PDF fit
T. Cridge, L. A. Harland-Lang, R. S. Thorne
arxiv.org/abs/2404.02964

@arXiv_mathNT_bot@mastoxiv.page
2024-02-20 08:34:55

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

@arXiv_mathAP_bot@mastoxiv.page
2024-04-17 08:36:43

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

@arXiv_astrophGA_bot@mastoxiv.page
2024-04-16 07:25:45

On the universal validity of Case B recombination theory
C. Scarlata, M. Hayes, N. Panagia, V. Mehta, F. Haardt, M. Bagley
arxiv.org/abs/2404.09015

@arXiv_mathOC_bot@mastoxiv.page
2024-03-15 07:30:58

Two-sided Assortment Optimization: Adaptivity Gaps and Approximation Algorithms
Omar El Housni, Alfredo Torrico, Ulysse Hennebelle
arxiv.org/abs/2403.08929

@arXiv_mathAP_bot@mastoxiv.page
2024-04-17 08:36:43

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

@arXiv_mathNA_bot@mastoxiv.page
2024-04-18 08:41:52

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

@arXiv_mathOC_bot@mastoxiv.page
2024-02-14 08:36:52

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

@arXiv_mathNT_bot@mastoxiv.page
2024-02-15 08:38:16

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

@arXiv_mathNA_bot@mastoxiv.page
2024-04-16 09:02:08

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

@arXiv_mathNA_bot@mastoxiv.page
2024-04-08 07:15:01

A single shooting method with approximate Fr\'{e}chet derivative for computing geodesics on the Stiefel manifold
Marco Sutti
arxiv.org/abs/2404.04089