Tootfinder

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

@chris@mstdn.chrisalemany.ca
2025-08-15 16:32:39

1/2 Thanks to @… for this interesting article. It speaks to me. :)
I’ve been weather blogging @… since 2005. It is interesting how it has changed, and how I have changed.
My website used to be just data from the (expensive) station I bought when I moved back to Port Alberni. It was a hobby and a side project to practice web/coding skills I use at work. My focus was on creating useful data for people that was more local/relevant than the official EC station outside of the city.
Then I put up a webcam and learned how to make timelapses. This got the attention of local media… because pictures. :)
Then I added a blog and started to write about the weather almost daily. This was before Facebook. There was a popular local online forum where I would post things. The media would also follow my website and they started to call me when there was extreme weather (usually very hot or very wet/stormy).
Then Facebook started to get big and I made a page that eventually had a few thousand followers. I would blog often. Lots of traffic from Facebook… this was 2010 and on. I blogged about climate and weather pretty equally.
Like anyone in Port Alberni, I was/am obsessed with the Martin Mars and got wrapped up in that issue along with others which combined with the weather following probably gave me just enough exposure to have me elected as a councillor in 2014.
I continued through that 4 years, blogging often in addition to councillor duties and work, heavily on facebook, then it all went sideways on my own poor judgement (go ahead and google it, it’s ok :)) and I was not reelected, but Facebook by 2018 had also changed. Cambridge Analytica, etc.
….Continued…
theglobeandmail.com/canada/art

@tiotasram@kolektiva.social
2025-08-12 09:01:39

Long post, game design
Crungle is a game designed to be a simple test of general reasoning skills that's difficult to play by rote memory, since there are many possible rule sets, but it should be easy to play if one can understand and extrapolate from rules. The game is not necessarily fair, with the first player often having an advantage or a forced win. The game is entirely deterministic, although a variant determines the rule set randomly.
This is version 0.1, and has not yet been tested at all.
Crungle is a competitive game for two players, each of whom controls a single piece on a 3x3 grid. The cells of the grid are numbered from 1 to 9, starting at the top left and proceeding across each row and then down to the next row, so the top three cells are 1, 2, and 3 from left to right, then the next three are 4, 5, and 6 and the final row is cells 7, 8, and 9.
The two players decide who shall play as purple and who shall play as orange. Purple goes first, starting the rules phase by picking one goal rule from the table of goal rules. Next, orange picks a goal rule. These two goal rules determine the two winning conditions. Then each player, starting with orange, alternate picking a movement rule until four movement rules have been selected. During this process, at most one indirect movement rule may be selected. Finally, purple picks a starting location for orange (1-9), with 5 (the center) not allowed. Then orange picks the starting location for purple, which may not be adjacent to orange's starting position.
Alternatively, the goal rules, movement rules, and starting positions may be determined randomly, or a pre-determined ruleset may be selected.
If the ruleset makes it impossible to win, the players should agree to a draw. Either player could instead "bet" their opponent. If the opponent agrees to the bet, the opponent must demonstrate a series of moves by both players that would result in a win for either player. If they can do this, they win, but if they submit an invalid demonstration or cannot submit a demonstration, the player who "bet" wins.
Now that starting positions, movement rules, and goals have been decided, the play phase proceeds with each player taking a turn, starting with purple, until one player wins by satisfying one of the two goals, or until the players agree to a draw. Note that it's possible for both players to occupy the same space.
During each player's turn, that player identifies one of the four movement rules to use and names the square they move to using that rule, then they move their piece into that square and their turn ends. Neither player may use the same movement rule twice in a row (but it's okay to use the same rule your opponent just did unless another rule disallows that). If the movement rule a player picks moves their opponent's piece, they need to state where their opponent's piece ends up. Pieces that would move off the board instead stay in place; it's okay to select a rule that causes your piece to stay in place because of this rule. However, if a rule says "pick a square" or "move to a square" with some additional criteria, but there are no squares that meet those criteria, then that rule may not be used, and a player who picks that rule must pick a different one instead.
Any player who incorrectly states a destination for either their piece or their opponent's piece, picks an invalid square, or chooses an invalid rule has made a violation, as long as their opponent objects before selecting their next move. A player who makes at least three violations immediately forfeits and their opponent wins by default. However, if a player violates a rule but their opponent does not object before picking their next move, the stated destination(s) of the invalid move still stand, and the violation does not count. If a player objects to a valid move, their objection is ignored, and if they do this at least three times, they forfeit and their opponent wins by default.
Goal rules (each player picks one; either player can win using either chosen rule):
End your turn in the same space as your opponent three turns in a row.
End at least one turn in each of the 9 cells.
End five consecutive turns in the three cells in any single row, ending at least one turn on each of the three.
End five consecutive turns in the three cells in any single column, ending at least one turn on each of the three.
Within the span of 8 consecutive turns, end at least one turn in each of cells 1, 3, 7, and 9 (the four corners of the grid).
Within the span of 8 consecutive turns at least one turn in each of cells 2, 4, 6, and 8 (the central cells on each side).
Within the span of 8 consecutive turns, end at least one turn in the cell directly above your opponent, and end at least one turn in the cell directly below your opponent (in either order).
Within the span of 8 consecutive turns at least one turn in the cell directly to the left of your opponent, and end at least one turn in the cell directly to the right of your opponent (in either order).
End 12 turns in a row without ending any of them in cell 5.
End 8 turns in a row in 8 different cells.
Movement rules (each player picks two; either player may move using any of the four):
Move to any cell on the board that's diagonally adjacent to your current position.
Move to any cell on the board that's orthogonally adjacent to your current position.
Move up one cell. Also move your opponent up one cell.
Move down one cell. Also move your opponent down one cell.
Move left one cell. Also move your opponent left one cell.
Move right one cell. Also move your opponent right one cell.
Move up one cell. Move your opponent down one cell.
Move down one cell. Move your opponent up one cell.
Move left one cell. Move your opponent right one cell.
Move right one cell. Move your opponent left one cell.
Move any pieces that aren't in square 5 clockwise around the edge of the board 1 step (for example, from 1 to 2 or 3 to 6 or 9 to 8).
Move any pieces that aren't in square 5 counter-clockwise around the edge of the board 1 step (for example, from 1 to 4 or 6 to 3 or 7 to 8).
Move to any square reachable from your current position by a knight's move in chess (in other words, a square that's in an adjacent column and two rows up or down, or that's in an adjacent row and two columns left or right).
Stay in the same place.
Swap places with your opponent's piece.
Move back to the position that you started at on your previous turn.
If you are on an odd-numbered square, move to any other odd-numbered square. Otherwise, move to any even-numbered square.
Move to any square in the same column as your current position.
Move to any square in the same row as your current position.
Move to any square in the same column as your opponent's position.
Move to any square in the same row as your opponent's position.
Pick a square that's neither in the same row as your piece nor in the same row as your opponent's piece. Move to that square.
Pick a square that's neither in the same column as your piece nor in the same column as your opponent's piece. Move to that square.
Move to one of the squares orthogonally adjacent to your opponent's piece.
Move to one of the squares diagonally adjacent to your opponent's piece.
Move to the square opposite your current position across the middle square, or stay in place if you're in the middle square.
Pick any square that's closer to your opponent's piece than the square you're in now, measured using straight-line distance between square centers (this includes the square your opponent is in). Move to that square.
Pick any square that's further from your opponent's piece than the square you're in now, measured using straight-line distance between square centers. Move to that square.
If you are on a corner square (1, 3, 7, or 9) move to any other corner square. Otherwise, move to square 5.
If you are on an edge square (2, 4, 6, or 8) move to any other edge square. Otherwise, move to square 5.
Indirect movement rules (may be chosen instead of a direct movement rule; at most one per game):
Move using one of the other three movement rules selected in your game, and in addition, your opponent may not use that rule on their next turn (nor may they select it via an indirect rule like this one).
Select two of the other three movement rules, declare them, and then move as if you had used one and then the other, applying any additional effects of both rules in order.
Move using one of the other three movement rules selected in your game, but if the move would cause your piece to move off the board, instead of staying in place move to square 5 (in the middle).
Pick one of the other three movement rules selected in your game and apply it, but move your opponent's piece instead of your own piece. If that movement rule says to move "your opponent's piece," instead apply that movement to your own piece. References to "your position" and "your opponent's position" are swapped when applying the chosen rule, as are references to "your turn" and "your opponent's turn" and do on.
#Game #GameDesign

@david_colquhoun@mstdn.social
2025-08-14 22:35:14

This swan, on Attenborough Nature reserve, barely moves. It seems to be dying? I think that it's the young one that we called Moriarty because in the winter it used to aggressively mug passers-by for food. The female mallard seemed to be staying with it. We were told to let nature take its course.

@mgorny@social.treehouse.systems
2025-08-12 18:12:44

I was trying to package #FlexiBLAS for #Gentoo, and to be honest, it doesn't look that good.
The first red flag is lack of an open bug tracker. Apparently, there is the tracker on GitLab that's limited to "members of their group and selected external contributors", but it doesn't seem to be used much. So it's "send us an email", and wonder how many people sent us the same bug report before.
The git repository is currently at something tagged 3.4.80 that seems to be prerelease, and its build system is quite broken. Not exactly the best path to verify that the bugs you are hitting are still there.
Now, upstream seems to insist on either using vendored netlib #LAPACK, or statically linking to the system library (we don't install the static libraries). Apparently I can specify the shared libraries instead, but it doesn't work — and it's unclear to me whether it doesn't work because I'm using the shared libraries, or because it doesn't support my LAPACK version. If I build LAPACK without deprecated symbols, it refuses to load it at runtime because of missing symbols. And if I build it with deprecated symbols, it fails to find some symbols at CMake time.
Honestly, I feel like I've spent too much time on this project already, especially given that its future is entirely unclear to me — the current git is quite broken, I have no clue how many issues were reported already and whether my bug reports will receive any reply. It definitely doesn't fare well for a package that we might start to rely heavily on. We don't want a cathedral there.
mpi-magdeburg.mpg.de/projects/
gitlab.mpi-magdeburg.mpg.de/so

@pgcd@mastodon.online
2025-08-14 16:18:13

Do the EU Members who want #chatcontrol for everybody (but politicians) realize that once a backdoor is in, it's in for everybody?
That it will be used by "good" and bad guys? That it will be used against real criminals and people who happen to have the wrong sort of face?
Most importantly (for them), do they understand their friends etc will not be even nominally e…

@davej@dice.camp
2025-09-16 03:09:07
@benthos@mastodon.sdf.org
2025-09-14 15:12:23

For those folks who used to use the old vinylrecords(at)a.gup.pe account, that account is now dead, along with all of the gup.pe accounts, so be sure to unfollow it and follow @vinylrecords(at-symbol)fedigroups.social instead. Tag your vinyl posts with that address to have your post boosted to all followers.
Please boost this to get the word out!

@LillyHerself@Mastodon.social
2025-09-13 10:25:25

@… Energy should always be produced as close as possible to where it is consumed, and the equipment owned by the consumers. It is essential to life and should not be used to underpin political or economic power. I cannot understand the farmers of Caithness, whose only thought was to sell underproductive land to the power companies, instead of making it availa…

@aral@mastodon.ar.al
2025-09-12 10:30:05

This is a public service announcement for all the dollar-store Sherlock Holmes’s out there who clearly have nothing better to do than to concoct conspiracy theories about people from Gaza on the fediverse who are faced with genocide and famine:
Stop.
Have some humanity.
Case in point, do not do what Daniel (@helmet91@mastodon.social) is doing here:

Daniel to @aral
While I appreciate the initiative and the intent behind it, I must point out, that there's at least one account in the list that is proven to be using Al-generated footage for their verification video. This raises doubts about the methodologies used for proving authenticity before accepting anyone on this website.
I'd like to encourage everyone to prefer trusted organizations for donations, such as the Global Sumud Flotilla or UNRWA or others.

Aral to @helmet91 and @palestine
W…
Aral Balkan @aral@mastodon.ar.al
Replying to @helmet91 2m

These people are literally faced with genocide and famine and you're out here acting like a dollar-store Sherlock Holmes.

I've told you several times now that l've had live video conversations over Signal with Nouran and her brother Yousef.

I don't know what your problem is but what you're doing by spreading this FUD is deplorable. I just saw that you wrote this blog post also: helmet91.com/post/how-not-to-g...

Congratulations, you a…
@pbloem@sigmoid.social
2025-08-15 13:03:45

Two official heatwaves per year is rare, according to the Dutch news. It's only happened before in 1941, 2006, 2018 and 2019.
Call me pessimistic, but looking at that sequence, I'd say it _used to_ be rare.

De tweede landelijke hittegolf van het jaar is een feit. Om 10.40 uur werd in De Bilt de grens van 25 graden bereikt, waarmee officieel aan alle criteria voor een hittegolf is voldaan.

Het is zeldzaam dat er in een jaar twee hittegolven zijn. Dat gebeurde alleen in de zomers van 1941, 2006, 2018 en 2019, aldus het KNMI.

De eerste hittegolf was begin juli. Dat was toen de eerste hittegolf in drie jaar tijd.
@blakes7bot@mas.torpidity.net
2025-10-14 09:22:57

Series D, Episode 02 - Power
TARRANT: [Disbelieving] Telekinesis?
ORAC: The power to move objects at a distance using only the mind-
DAYNA: [Cutting him off] Yes, we know what it means.
blake.torpidity.net/m/402/445 B7B2

Claude 3.7 describes the image as: "The image shows a transparent electronic device or prototype being worked on by hands visible from both sides. This appears to be a clear plastic case containing circuit boards, wires in various colors (red, blue, yellow), and what looks like a central mechanical component with LEDs or small lights visible. The internal components are exposed, suggesting it might be an experimental device or prop used in a science fiction television production. The transparen…
@randy_@social.linux.pizza
2025-10-14 17:57:09

A long day, but worth every second of it.
While I’m hearing a cock crowing in the background, I’m heading to experience a hopefully great train/bus ride to Poland via Ostrava.
Security guards arriving at the station with supermarket bags containing their wives’ homemade lunches. They call those bags *“sitovka”*—they use them for everything: as a swim bag, for example. I wouldn’t be surprised if they used it to go skiing!
Homeless drunks at the main station comforting each o…

@spamless@mastodon.social
2025-09-13 13:24:13

Just added a second 8-GB SDRAM card to my desktop computer. Yeah, I can crawl around on the floor under the desk better than I used to be able to. :-) We'll see if the new RAM solves the recent ceaseless drive churning I've been enduring lately. So far, it seems to have done so! The computer is now four years old, but it still seems pretty fast, or it did until this churning started up recently. (Yes, I checked for viruses and ran other system integrity tests, of course.)

@arXiv_eessSY_bot@mastoxiv.page
2025-10-14 09:57:28

Performance Index Shaping for Closed-loop Optimal Control
Ayush Rai, Shaoshuai Mou, Brian D. O. Anderson
arxiv.org/abs/2510.10202 arxiv.org…

@tezoatlipoca@mas.to
2025-09-11 23:23:09

My regular #pizza place has a not-too-bad online ordering website. Except for the bit that if ANY of the prices of ANY ingredient, topping or item changes it can't be used to reorder, so you have to rebuild the entire order. All 5 pizzas. And we order pizza once a month and that's just infrequent enough to ensure that I've yet to use to the quick re-order last order thing. :(
AND WHY ARE …

@Sustainable2050@mastodon.energy
2025-08-13 17:25:41

It could also be that Trump is a racist. Instead of just echoing chapters when language was used to paint with racist narratives.
apnews.com/article/trump-washi

@gedankenstuecke@scholar.social
2025-08-12 01:48:38

I mean sure, "AI" might make that somehow easier to pull off, but "politicians holding signs that could be manipulated" has been the source of hilarity since Photoshop v1 released.
And every generation of politicians and political campaign managers seems to have to re-learn this lesson. 😅
«Swedish Prime Minister Pulls AI Campaign Tool After It Was Used to Ask Hitler for Support»
404media.co/swedish-prime-mini

@sean@scoat.es
2025-08-12 14:17:09

I need a stronger word than “exhausted” to describe trying to survive the constant technology rug pulls.
Maybe you could—instead—make a product that provides a valuable service in exchange for hard-earned money?
I really don't want to have to constantly worry if my inputs will be used to train cannibals or exploit kindergarteners or whatever.
Oh, and it's okay for you to get SOME of our money without trying to take ALL of it at every single opportunity.
What’s…

Right-wing billionaire Peter Thiel recently told an audience that he pushed Tesla CEO and fellow billionaire Elon Musk not to give money to charity and instead horde it so it could be used to battle a future “Antichrist.”
According to a Thursday Reuters report, Thiel told attendees of closed-door event in San Francisco last month that he pressed Musk to rescind his commitment to the Giving Pledge, the charitable campaign cofounded by Microsoft cofounder Bill Gates that asks signatories…

@cellfourteen@social.petertoushkov.eu
2025-10-13 14:25:30

I just used Regedit to clean Microsoft's mess and delete 2 unwanted out of 4 input methods from the language applet menu o.O (This is a clean Win11 install from July. The problem seems to be reported as far back as 2022.)
A week ago, I had to uninstall and re-install OneDrive with the \allusers command line argument to make it stop duplicating itself in the sidebar and get back the share option in the context menu per file or folder. (Also a longstanding bug.)
Copilot is neat…

@arXiv_quantph_bot@mastoxiv.page
2025-08-14 09:36:52

Procedural Generation and Games at the Dawn of Fault Tolerant Quantum Computing
Daniel Bultrini, James Wootton
arxiv.org/abs/2508.09683 arx…

@padraig@mastodon.ie
2025-10-12 19:02:07

I really need to get used to the Moonlander keyboard. I have been on/off it for the last while, and it's just not comfortable in any configuration. On top of that, if I use it in Linux, there always seems to be a delay. Dunno if that is due to the layout that I am using or not.

@arXiv_astrophIM_bot@mastoxiv.page
2025-10-14 10:43:38

Beamforming in Interferometer Arrays with Cross-couplings
Yingfeng Liu, Shijie Sun, Kaifeng Yu, Furen Deng, Shifan Zuo, Jixia Li, Yougang Wang, Fengquan Wu, Xuelei Chen
arxiv.org/abs/2510.10067

@izzychambers@vivaldi.net
2025-08-13 21:40:01

@… Our vet used to do house calls (before we switched to her practice), but in 2020 she decided, for obvious reasons, to buy a vet van. It's great. My dog is still nervous, but much better than she would be visiting an office.

@arXiv_mathAC_bot@mastoxiv.page
2025-10-14 08:34:18

Gr\"obner bases and the second generalized Hamming weight of a linear code
Hern\'an de Alba (SECIHTI, Universidad Aut\'onoma de Zacatecas), Cecilia Mart\'inez-Reyes (Universidad Aut\'onoma de Zacatecas)
arxiv.org/abs/2510.09917

@arXiv_mathRT_bot@mastoxiv.page
2025-10-14 08:21:48

Simple $B_4$ representations associated to cyclotomic Hecke algebras
Lilit Martirosyan, Hans Wenzl
arxiv.org/abs/2510.09928 arxiv.org/pdf/2…

@losttourist@social.chatty.monster
2025-08-12 15:15:14

It's been years since I've bought anything from them (so yes I've contributed to the problem) but eBuyer used to be my go-to supplier of computer equipment. Looks like they've fallen on hard times & been bought out by Mike Ashley's Fraser Group, likely to become an online retailer of general stuff.
#eBuyer #eBuyerUK #FraserGroup
theregister.com/2025/08/12/uk_

@mgorny@social.treehouse.systems
2025-08-14 20:04:24

New on #Quansight PBC blog: Python Wheels: from Tags to Variants
#Python distributions are uniform across different Python versions and platforms. For these distributions, it is sufficient to publish a single wheel that can be installed everywhere. However, some packages are more complex than that; they include compiled Python extensions or binaries. In order to robustly deploy these software on different platforms, you need to publish multiple binary packages, and the installers need to select the one that fits the platform used best.
For a long time, Python wheels made do with a relatively simple mechanism to describe the needed variance: Platform compatibility tags. These tags identified different Python implementations and versions, operating systems, and CPU architectures. Over time, they were extended to facilitate new use cases. To list a couple: PEP 513 added manylinux tags to standardize the core library dependencies on GNU/Linux systems, and PEP 656 added musllinux tags to facilitate Linux systems with musl libc.
However, not all new use cases can be handled effectively within the framework of tags. To list a few:
• The advent of GPU-backed computing made distinguishing different acceleration frameworks such as NVIDIA CUDA or AMD ROCm important.
• As the compatibility with older CPUs became less desirable, many distributions have set baselines for their binary packages to x86-64-v2 microarchitecture level, and Python packages need to be able to express the same requirement.
• Numerical libraries support different BLAS/LAPACK, MPI, OpenMP providers, and wish to enable the users to choose the build matching their desired provider.
While tags could technically be bent to facilitate all these use cases, they would grow quite baroque, and, critically, every change to tags needs to be implemented in all installers and package-related tooling separately, making the adoption difficult.
Facing these limitations, software vendors have employed different solutions to work around the lack of an appropriate mechanism. Eventually, the #WheelNext initiative took up the challenge to design a more robust solution.
"""
#packaging

@arXiv_physicscompph_bot@mastoxiv.page
2025-10-14 10:00:28

invDFT: A CPU-GPU massively parallel tool to find exact exchange-correlation potentials from groundstate densities
Vishal Subramanian, Bikash Kanungo, Vikram Gavini
arxiv.org/abs/2510.10529

@grifferz@social.bitfolk.com
2025-10-09 19:58:44

"I would like to propose that IPs of [NTP] pool-members should not be allowed to host [Tor exit nodes] simultaneously under the same IP."
or put another way, "my employer paid for this whizzy firewall but it complains when we make it talk to a free service run by a volunteer because of other software the volunteer runs. Please educate your volunteers about how they need to go about providing this free service to us."

@crell@phpc.social
2025-10-09 21:37:53

We found that ChatGPT made executives significantly more optimistic in their forecasts while peer discussions tended to encourage caution. Additionally, we found that the executives armed with ChatGPT made worse predictions, based on actual stock figures, than they had before they consulted the tool.”
But they'll still keep pushing it down our throats, because nobody wants to be first to get out of the bubble.

@arXiv_condmatmeshall_bot@mastoxiv.page
2025-10-15 08:28:12

Magnetometry with Broadband Microwave Fields in Nitrogen-Vacancy Centers in Diamond
Arezoo Afshar, Andrew Proppe, Noah Lupu-Gladstein, Lilian Childress, Aaron Z. Goldberg, Khabat Heshami
arxiv.org/abs/2510.11720

@arXiv_statME_bot@mastoxiv.page
2025-10-14 11:28:39

The Generalized Word Count in Two-Level Fractional Factorial Designs
Xietao Zhou, Steven G. Gilmour
arxiv.org/abs/2510.11609 arxiv.org/pdf/…

@aardrian@toot.cafe
2025-09-09 12:08:04

I boosted this the other day:
w3c.social/@wai/11513134136167
But I have not yet read the Accessibility Maturity Model Draft Note:

@hex@kolektiva.social
2025-08-07 00:24:12

There was once a machine that told you "you want this" and "this is good." It said, "there can be no better system and it's foolish to try to build one." That machine has long since failed to function. Now you choke on fumes as it is consumed by the wild flames of an abandoned cause.
That machine could not possibly work anymore because the evidence of it's falsehood has become too overwhelming.
No, only abject terror now can keep you from plotting your escape, from creating an alternative. No, the illusion has long since broken. All that's left now is triggering fight, flight, freeze as hard as possible. Most will be paralyzed, and those who fight can be used as an excuse to escalate the terror.
These are the final stages of a dying sun, expanding and consuming it's children before the final supernova.
There is no longer a stable system, no longer a system with a future. All that remains is the spectacle that hopes to distract you long enough that you too can be consumed, that it may sustain itself a few moments longer.

@arXiv_condmatstatmech_bot@mastoxiv.page
2025-10-15 08:56:32

Temperature and conditions for thermalization after canonical quenches
Lennart Dabelow
arxiv.org/abs/2510.12696 arxiv.org/pdf/2510.12696

@adulau@infosec.exchange
2025-08-11 12:47:57

A vulnerability was identified in NASM Netwide Assember 2.17rc0. This issue affects the function assemble_file of the file nasm.c. The manipulation leads to stack-based buffer overflow. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used.
CVE-2025-8845 (GCVE-0-2025-8845)
#nasm

@simon_brooke@mastodon.scot
2025-10-11 13:50:39

#XSLT used to be my goto tool for transforming documents. Today I was facing a document transformation problem (the daring fireball `markdown` program does not emit valid HTML, and although you can pipe it through `tidy`, tidy won't extract the first `h1` and use it as `title`), so I thought 'yay! XSLT'.
Reader, I am no longer competent to write a simple XSLT transform.
I *kno…

@arXiv_mathAP_bot@mastoxiv.page
2025-10-13 08:26:00

Energy distance and evolution problems: a promising tool for kinetic equations
Gennaro Auricchio, Giuseppe Toscani
arxiv.org/abs/2510.09123

@ErikUden@mastodon.de
2025-08-05 07:18:52

...and what court has decided that it's a genocide? Isn't it a legal term that can only be used if the goal post we keep moving is reached?
Not to draw away attention from the Sudan genocide amidst a brutal civil war, I just think it's adequate to point out how easy it is to name the perpetrator, victim, and the action of genocide by its name when Israel isn't involved.

A screenshot of the Wikipedia article on the Sudanese civil war (2023 - present) writing “nearly 25 million people are experiencing extreme hunger. On January 2025, the United States said that it had determined that the RSF and allied militias committed genocide.”
@gwire@mastodon.social
2025-08-12 09:44:54

Regarding proscribed organisations.
I imagine there are many people who remember UK ministers telling the public that the intelligence used to justify the Iraq invasion couldn't be disclosed, but if they knew it they'd support the descision.
And then, more than a decade later, people got to hear some of it and it was nonsense.

@primonatura@mstdn.social
2025-09-10 12:00:36

"This disused Gateshead mine could be the future for cheaper heating bills|
#UK #UnitedKingdom #Energy

@arXiv_mathST_bot@mastoxiv.page
2025-10-13 09:11:40

Fast Wasserstein rates for estimating probability distributions of probabilistic graphical models
Daniel Bartl, Stephan Eckstein
arxiv.org/abs/2510.09270

Sora 2 is scary, but I don't disapprove of its existence. The technology is coming one way or another. Might as well showcase how it can be used for good, which the TikTok-like format does effectively.
However, I do disapprove of the lack of transparency. This is not a raw text-to-video model. If other companies' services are any guide, it's probably using LLMs to enhance the prompt, generate the script, perhaps much more. But that’s all hidden from the user, who only …

@arXiv_csIT_bot@mastoxiv.page
2025-08-12 08:48:42

Generalized Samorodnitsky noisy function inequalities, with applications to error-correcting codes
Olakunle S. Abawonse, Jan Hazla, Ryan O'Donnell
arxiv.org/abs/2508.06940

@lanefu@social.linux.pizza
2025-10-13 02:18:19

Spent the day tinkering with trying to make #unnamedpopulartilingwindowmanager run in an Armbian VM on my mac with VirGL. Alacritty and kitty don't play nice with acceleration and software rendering has to be used.
Felt like kind of a waste of time, but I guess it was healthy to mess with desktop Linux for a change..

@arXiv_astrophCO_bot@mastoxiv.page
2025-10-13 09:47:20

Generalized Distributions of Host Dispersion Measures in the Fast Radio Burst Cosmology
Jing-Yi Jia, Da-Chun Qiang, Lin-Yu Li, Hao Wei
arxiv.org/abs/2510.09463

@Techmeme@techhub.social
2025-10-08 19:46:03

Apple has removed Eyes Up, which archives video evidence of ICE abuses, from the App Store; unlike ICEBlock, it doesn't share ICE officers' real-time locations (Joseph Cox/404 Media)
404media.co/apple-banned-an-ap

@arXiv_qbioOT_bot@mastoxiv.page
2025-09-15 08:29:21

Standards in the Preparation of Biomedical Research Metadata: A Bridge2AI Perspective
Harry Caufield, Satrajit Ghosh, Sek Wong Kong, Jillian Parker, Nathan Sheffield, Bhavesh Patel, Andrew Williams, Timothy Clark, Monica C. Munoz-Torres
arxiv.org/abs/2509.10432

@arXiv_csAI_bot@mastoxiv.page
2025-10-08 10:27:09

MatheMagic: Generating Dynamic Mathematics Benchmarks Robust to Memorization
Dayy\'an O'Brien, Barry Haddow, Emily Allaway, Pinzhen Chen
arxiv.org/abs/2510.05962

@toxi@mastodon.thi.ng
2025-09-07 10:47:58

Langtauferer
Today, a year ago, I ventured on a dream trip I'd been researching for a long time, and which ended up being a semi-religious experience, being immersed in (and somewhat overwhelmed by) an actively changing environment, the upheaval and plethora of geological features, structures, unreal colors, layers, textures and the "wounds" exposed by the melting and disappearing glaciers... Countless waterfalls, stunning erosion features, later traversing the glacier ga…

Photo of the upper part of a glacial valley with large mountain peaks (some 3700+ meters) and remaining glaciers and icefields. The vivid colors are purely the result of the polarization filter used, but also nicely show the variety of rock types and minerals (rock colors vary from pale gray to orange, deep rust, black). The main arm of the glacier is curving down in the left side of the image, it's gate visible (a close up in the next image). In the front a fragment of the semi-eroded old side…
Close up view (from a few hundred meters above) of the Langtauferer glacier gate and a beautiful river delta of the milky blueish-gray creek of another glacier (next image) which terminates higher up by now. The ice is characteristically blue, heavily crevassed and crumbling at the front. A word about scale: One of the larger detached ice fragments is ~2.5 meters tall.
Abstract looking photo of a section of the south-western edge the Gepatschferner (Austria's second largest glacier), which used to be connected here (as a major ice fall) to the Langtauferer glacier. Now only several large waterfalls are remaining, dropping over the exposed rock faces 300 meters down into the valley. The ice is pale blue with large seracs (approx. 50-100 meters thick at the edge). Some snow patches are a pale pink/orange, traces of Sahara sand...
Top down view of the Langtauferer outflow section of the valley, showing a patch work of different textures/rocks and colors from grassy slopes, talus fields in shades of gray, orange, beige, rust. The milky grey glacier creek meandering through it all from left to right. A small pool of crystal clear intensely green-blue water nearby. The entire scene feels like an abstract painting
@arXiv_csSD_bot@mastoxiv.page
2025-09-10 08:44:41

Progressive Facial Granularity Aggregation with Bilateral Attribute-based Enhancement for Face-to-Speech Synthesis
Yejin Jeon, Youngjae Kim, Jihyun Lee, Hyounghun Kim, Gary Geunbae Lee
arxiv.org/abs/2509.07376

@arXiv_astrophEP_bot@mastoxiv.page
2025-09-12 08:24:59

YSES 2b is a background star: Differential astrometric M-dwarf measurements in time
Matthew Kenworthy, Tomas Stolker, Jens Kammerer, William Balmer, Arthur Vigan, Sylvestre Lacour, Gilles Otten, Eric Mamajek, Christian Ginski, Mathias Nowak, Steven Martos, Jason Wang, Emily Rickman, Markus Janson, Alexander Bohn, Mariangela Bonavita

@Sustainable2050@mastodon.energy
2025-08-11 04:50:03

This weekend, it was Milwaukee, Wisconsin: Flooding after up to 350 mm (14 inches) of rain within 24 hours. Way more than a used-to-be-1-in-1000-years event.
#ClimatechangeisWaterchange

@tiotasram@kolektiva.social
2025-08-02 13:28:40

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).

@hakona@im.alstadheim.no
2025-10-09 06:19:21

I was writing (a brilliant) post about something, but now I just want to say: Writing in a box in a browser-window makes the 1980's advice relevant again: *Save your draft often* ! The danger used to be MS Word crashing, now it's just switching away from the window that will destroy your nuggets of wisdom, for them never to be seen by anyone 😪

@andres4ny@social.ridetrans.it
2025-10-05 23:59:38

It always cracks me up when I see stuff like this. I'm now on my second 100yo home, and in both cases the window weight cavities were just empty despite having windows "professionally" installed. Now, my first 100yo home had the windows replaced in the 70s/80s, so.. I can forgive that. The 2nd 100yo home, tho, had the windows replaced in the 2000s. They also insulated from the interior (putting foamboard against the brick, sealed w/ spray foam, then 2x3 metal studs to build a n…

How should I fill the space where window weights used to be?
Spray foam insulation. This is a standard detail, I’m surprised they didn’t do it when the new windows were installed. Not batt, You need something that will also create an air/moisture seal. Source: architect who just ordered new windows for her century home.
@grumpybozo@toad.social
2025-09-08 17:25:21

The whole domain registration industry is a cesspit of rentier crooks working for the benefit of rentier crooks. Including ICANN.
It was a mistake to end the InterNIC.
social.growyourown.services/@F

@andycarolan@social.lol
2025-10-02 12:55:44

I'm wondering if I really need a LinkedIn account anyway.
I used to be active on it, then I only used it to keep up to date on things, now I find that it's tedious to visit and too time consuming to interact with.

@gedankenstuecke@scholar.social
2025-10-11 23:09:17

«The “big tent” claim, overlaid on with #Framework’s outstanding promotion of Omarchy, looks cartoonishly reckless in this light. People don’t want this for Framework, and they’re cautious to distance themselves because they’ve seen other projects claim to be a “big tent”, only for the tent to catch on fire, melt, and shrink under everyone’s feet, because nobody used a fire extinguisher when it was early enough to do so.»
Great summary of this clusterfuck by @…
crimier.github.io/posts/Framew

@kazys@mastodon.social
2025-09-11 18:29:16

I'm so disappointed in what @… has become. It used to be a a fantastic tool for catching up with my follows in Mastodon, Threads, and Bluesky, but now the creator forces an algorithm upon us. All social media algorithms are toxic.

@mgorny@social.treehouse.systems
2025-09-07 17:24:18

Estrogen? Hot drinks will suffice!
"""
Naturally, cold water cooled. For that reason it was used in mania and frenzy, sicknesses of heat where the spirits were in ebullition, solids tightened and liquids were heated to the point of evaporation, leaving the brain of the patient ‘dry and brittle’, as anatomists regularly demonstrated. Reasonably enough Boissieu includes cold water among his list of refreshing cures: baths were the foremost ‘antiphlogistic’, purifying the body of any excessive igneous particles to be found there. Taken as a drink, it was a ‘dilutive procastinant’ that diminished the resistance of fluids to the action of solids, thereby indirectly lowering the general heat of the body.
But it was also said that cold water brought heat and that hot water cooled. Such at least was the thesis defended by Darut. Cold baths chased the blood from the periphery of the body and pushed it ‘with increased vigour towards the heart’. As the heart was the seat of natural heat, the blood was warmed there, all the more so as “the heart, which struggles alone against all the other parts, makes renewed efforts to expel the blood and overcome capillary resistance. What results is a greater intensity of circulation, the division of the blood, the fluidity of the humours, the destruction of congestions, an increase in the strength of the natural heat, of the appetite of the digestive forces, and the activity of the body and the mind.” A symmetrical paradox operated regarding hot baths: blood was attracted to the extremities of the body, as were the humours, sweat, and all forms of liquid, both beneficial and harmful. The vital centres were therefore deserted, the heart slowed and the organism thus began to cool down. This fact was confirmed by the ‘fainting, lipothymia… weakness, nonchalance, lassitude, and lack of vigour’ that generally accompanied excessive bathing with hot water.
But there was more. So great was the polyvalence of water, so great was its aptitude to submit itself to the qualities that it carried, that it sometimes lost its efficacy as a liquid and acted as a desiccant instead. Water could Prevent dampness. In part, this was the old principle of similia similibus, but in another sense, and by the intermediary of a visible mechanism. For some, it was cold water that brought dryness, as heat kept water humid. Heat dilated the pores of the organism, distended its membranes, and allowed humidity to impregnate them as a secondary effect. Liquids made their way through heat. For that reason, the hot drinks so widely used in the seventeenth century risked becoming a danger, and those who took too many risked relaxation, general dampness and a weakness of the whole organism. As these were traits commonly associated with the feminine body, as opposed to the dry, virile solidity of the male, the abuse of hot drinks could lead to a general feminisation of the human race: “Not without reason, the reproach is made to the majority of men that they have softened and degenerated, taking on the habits and inclinations of women – the only thing lacking is a physical resemblance. The abuse of humectants could accelerate the metamorphosis, and render the two sexes almost identical both physically and morally. Woe betide the human race if this prejudice ever spreads to the masses: there will be no more labourers, artisans or soldiers, as they will have lost the strength and vigour necessary for their profession.” [Pressavin]
"""
(Michel Foucault, History of Madness)

@arXiv_statML_bot@mastoxiv.page
2025-08-07 08:55:43

The Relative Instability of Model Comparison with Cross-validation
Alexandre Bayle, Lucas Janson, Lester Mackey
arxiv.org/abs/2508.04409 ar…

@qurlyjoe@mstdn.social
2025-10-05 00:47:37
Content warning: USPOL ranting

#MAGA. The slogan says it, right on the tin. America used to be Great, by some definition, and now it’s not, because of *handwave* problems caused by *handwave* bad actors, but we can make it all better by turning everything back to that Great time. But everything I’ve seen and heard about this seems to assume that it’s the 50s that they wanna throw us back to. And I’m thinking, no, they’re looking at…

@arXiv_physicsgenph_bot@mastoxiv.page
2025-10-13 08:19:01

What gauges can be used in applied electromagnetic calculations?
Vladimir Onoochin
arxiv.org/abs/2510.08583 arxiv.org/pdf/2510.08583

@ripienaar@devco.social
2025-08-31 12:02:20

This post covers things I've also felt about Hugo for ages, poster child for something that should just be left alone already.
commaok.xyz/post/on_hugo/

@burger_jaap@mastodon.social
2025-09-06 12:23:09

“Extensive bidirectional charging functions are also available for the new BMW iX3, meaning that it can be used as an energy supply source for a variety of applications. The Vehicle-to-Load (V2L) function turns the new BMW iX3 into a mobile powerbank, which can supply electric devices with power while on the move. Vehicle-to-Home (V2H) hands it the role of storage unit for solar energy generated by home-fitted photovoltaic systems. [1/2]

@mariyadelano@hachyderm.io
2025-07-25 16:16:24

As a marketer by profession I feel this very deeply and struggle to find a way to communicate to fellow people on the left that the methods and tools for communicating messages and persuading masses of people SHOULD be used, as effectively as possible, to promote facts and values we align with.
I get that power is uncomfortable when so many parties visibly abuse it for malicious purposes.
But power in and of itself is a tools that needs to be wielded, and we should be cognizant about targeting it at changes that will improve our societies and help us and the planet.
Yes, don’t use power blindly. Don’t manipulate people. But using persuasive, effective tactics for mass communication to educate people on the truth and get them aboard initiatives that will help them??? Why is that evil?
It feels like the left sees power, influence, and thus marketing / PR / propaganda as too black-and-white. We need to be comfortable in navigating the grey. sauropods.win/@futurebird/1149

@arXiv_quantph_bot@mastoxiv.page
2025-10-13 09:56:00

Fiber-optic power limiter device based on carbon nanotubes
Ekaterina Borisova, Anastasiya Ponosova, Natalia Arutyunyan, Alexey Shilko, Elena Obraztsova, Boris Galagan, Vadim Makarov
arxiv.org/abs/2510.09301

@arXiv_csHC_bot@mastoxiv.page
2025-10-10 08:20:59

The Slow Space Editor : Broadening Access to Restorative XR
Nate Laffan, Ashley Hom, Andrea Nadine Castillo, Elizabeth Gitelman, Rebecca Zhao, Nikita Shenoy, Kaia Rae Schweig, Katherine Isbister
arxiv.org/abs/2510.07610

@theodric@social.linux.pizza
2025-08-08 11:49:06

You know it's dire when even Euronews isn't towing the EU pro-surveillance party line. What's sold to you as the only way to stop something vile will be used to stop something you like when the opposite party to your preference gets into power (which they will, eventually!)

@penguin42@mastodon.org.uk
2025-09-06 17:59:30

I added a 1uF electrolytic between supply on R2, & the nearest ground I could find, on zd7; - this trace is off Q2 emitter, like the previous ones - still has some nasty spikes there; but I guess Q2 is about the worst place; can't think what else to do, but it seems to be working OK; (I used that electrolytic because of space)
Anyway, now it works with serial at under 5v supply, that means I could run it off a USB power bank rather than the ultra caps I was planning.
epson-…

Yet another scope trace; we've got a ~4.9v signal with a pulse train about 4.7v with some nasty spikes either way.
@unchartedworlds@scicomm.xyz
2025-08-18 13:13:25
Content warning: good analysis of "age verification" practicalities / risks

Really good clear explanation from @…, laying out various problems and risks with trying to implement "age verification" online.
"Firstly, in order to prove your age you’re being asked to hand over some fairly important personal details. ... Usually the company you’re handing these details to is a third party, often one you will never have heard of before. ...
"The data that is being collected for age verification purposes is extremely tempting to hackers ... and at the moment there is no specific regulation outlining the security standards that these companies should meet ...
"Let’s say all the current age verification providers are incredibly robust, though. ... The question still remains... should you be sharing this information with random websites anyway?
"... once you’ve trained the population of an entire country to routinely hand over their credit card details in order to access content, you have given them an incredibly bad habit that it’s going to be tough to break. ... You don’t just prove your age once, after all, you potentially have to do it dozens of times, to access a bunch of different websites. Everything from BlueSky to PornHub to Spotify and even maybe Wikipedia. It becomes a weekly or perhaps monthly occurrence. Just as individual users don’t tend to read every website’s terms and conditions, it’s unlikely they’re all going to do due diligence checks on every provider who asks for ID, especially once they’ve become used to just handing that data over.
"And although that may not be a problem for _you_, you tech-savvy cleverclogs, if you’ve ever found yourself in the position of unpaid IT support for one of your less knowledgeable friends or relatives, hopefully you can see why it’s a huge problem for the UK population more broadly."
And more!
#AgeVerification #OnlineSafetyAct #OSA

@arXiv_csCL_bot@mastoxiv.page
2025-10-09 10:22:51

TWIST: Training-free and Label-free Short Text Clustering through Iterative Vector Updating with LLMs
I-Fan Lin, Faegheh Hasibi, Suzan Verberne
arxiv.org/abs/2510.06747

@memeorandum@universeodon.com
2025-09-06 13:01:59

Israel at War Day 701 | IDF Says It Attacked Gaza City Building Used by Hamas for Intelligence Gathering (Haaretz)
haaretz.com/israel-news/2025-0
memeorandum.com/250906/p11#a25

@arXiv_csDB_bot@mastoxiv.page
2025-08-12 08:13:02

RNA-KG v2.0: An RNA-centered Knowledge Graph with Properties
Emanuele Cavalleri, Paolo Perlasca, Marco Mesiti
arxiv.org/abs/2508.07427 arxi…

@arXiv_astrophCO_bot@mastoxiv.page
2025-10-13 08:13:40

Inferring cosmological parameters from galaxy and dark sirens cross-correlation
Giona Sala, Alessandro Cuoco, Julien Lesgourgues, Kostantinos-Rafail Revis, Lorenzo Valbusa Dall'Armi, Santiago Casas
arxiv.org/abs/2510.08699

@arXiv_condmatmtrlsci_bot@mastoxiv.page
2025-09-11 09:47:53

Comprehensive Structure Exploration and Thermodynamics of Heteroatom Doped Graphene Superstructures
Benedict Saunders, Lukas H\"ormann, Reinhard J. Maurer
arxiv.org/abs/2509.08352

@midtsveen@social.linux.pizza
2025-08-25 20:01:11

Been using Monero for 5 years now, and I can’t believe how fast the time has gone by, it feels like just yesterday I started. Over that time, I’ve even used it to pay for clothes, which might sound a bit unusual but it works, and I also use it to pay for privacy services like Mullvad and iVPN since they accept XMR.
Honestly, I’m probably one of the few people who still uses Monero on a weekly basis, not just holding it but actually spending it the way it was meant to be used, which is …

A surprised man pauses while holding a cookie in front of his mouth. Text above states that money must be fungible and highlights Monero's privacy.
@jorgecandeias@mastodon.social
2025-08-04 14:47:13

OK, os AC/DC eu percebo. Mas a Scarlett Johansson?!
flipboard.com/@euronews/cultur

@mlippert@vmst.io
2025-10-09 15:00:37

#Wordle 1,573 4/6*
⬜🟨⬜⬜⬜ <1% of 224,245 (175)
⬜⬜⬜🟨⬜ 0 of 107 (16)
⬜⬜🟩⬜🟩 0 of 0 (1)
🟩🟩🟩🟩🟩
WordleBot
Skill 94/99
Luck 42/99
I was avoiding the letter my friend accidentally showed me was in the answer last night until it had to be used in my 4th guess. But it was basically a normal progression of guesses for me.

@azonenberg@ioc.exchange
2025-08-01 04:52:10

Google calendar notifications are not cutting it... Anybody have suggestions on a better "organize all the stuff you have to / want to do" tool?
I'm not even quite sure what I want, other than "tasks that sat around for a year uncompleted should not auto-delete" and "tasks should be able to block other tasks".
I guess the "easy" option is a private github repo that is empty and only used as an issue tracker, but then I'd have to sig…

@Techmeme@techhub.social
2025-08-10 16:25:35

Microsoft launches Copilot 3D, a free AI-powered tool allowing users to transform 2D images into 3D models without a text prompt, available in Copilot Labs (Tom Warren/The Verge)
theverge.com/hands-on/756587/m

@gwire@mastodon.social
2025-08-09 13:01:14

> The encryption algorithm used for the device they examined starts with a 128-bit key, but this gets compressed to 56 bits before it encrypts traffic, making it easier to crack.
The classic approach for large key sizes.
arstechnica.com/secur…

@grumpybozo@toad.social
2025-08-02 20:03:58

I have nothing useful to add, except that this used to be a feature of some browsers.
toot.cat/@jamey/11496084329434

Two of NASA's historic data-collecting missions
— used by scientists and earthbound agriculturalists to track carbon dioxide and crop health
— ❌ may be permanently grounded as the Trump administration looks to shrink the agency's spending.
When they launched over a decade ago,
the satellites known as the
"Orbiting Carbon Observatories" (OCOs) revolutionized the collection of carbon data and greenhouse gas science.
To put it simply, the …

@tezoatlipoca@mas.to
2025-09-30 13:46:12

I'm not even a developer (used to be), I'm the technical writer - so I know as much, sometimes more (been here a while) than they do. So I am frequently Tier 2 support.
If I had $1 everytime _"they"_ came upstream with "its not working", I'd be retired.
What, specifically, isn't working? What product? Version? Clean install or upgrade? logs? diagnostic dump? snap of the license page? Does it start or not? If it starts, is a particular feature n…

@randy_@social.linux.pizza
2025-09-10 21:47:14

Day 6 - Shakespeare had taste.
I have a feeling that my butt is stronger and more forgiving than I thought. I really expected to be crawling like those naked snails, but I guess I learned something new about my body.
HelsingŸr is home to Kronborg Slot, the castle that Shakespeare used in Hamlet. Not only that, it was also very important for payments to enter the Baltic Sea. Today, you can walk around the castle, drink coffee, or even visit some local art studios, such as those fe…

A modern interior space featuring a stylish chair and a small round table. There are large glass walls showcasing a view of a dock with boats, while sunlight creates dynamic shadows on the wooden floor. The backdrop includes a brick building, highlighting a blend of contemporary
A harbor scene featuring a wave-washed concrete pier with a warning sign about yacht sizes. In the background is a historic castle, while the ocean stretches into the distance under a blue sky with scattered clouds.
A historic castle with various towers is visible against a clear blue sky, surrounded by grassy hills and a rocky foreground.
A black and white image of a turbulent sea with visible waves under a cloudy sky. A lighthouse sits on a pier in the foreground, with a distant shoreline visible in the background. The scene conveys a dramatic and moody atmosphere.
@hex@kolektiva.social
2025-09-22 07:38:36

There is a giant mountain in the US carved with the faces of a couple of slavers, and two guys who tried to stop slavery. Now most Americans will stop right there and say, "wait, two? Lincoln did that though..." They'll say that because Americans don't know anything about their own history, including the fact that the practice of slavery remained central to the southern economy well through Roosevelt's administration. If this is not familiar to you (because, maybe, you were taught history in the US) and you'd like to actually learn about that, you might want to read "Slavery by Another Name."
But let's talk about half-slaver mountain for a minute. This mountain is functionally a sacred site for Americans, but it's literally a sacred site for Black Hills Sioux. Speaking of stolen land, did you know that JBLM (a military base in Washington state) is built on land promised the Puyallup in the Treaty of Medicine Creek before being stolen in 1918? I remember being taught that all the land was stolen a long time ago and now there's nothing we can do. Yeah, does anyone remember that DAPL was under Obama? In fact, unused federal lands are supposed to be returned to the tribes from which the land was taken but there's a whole site to auction off federal property... That's a whole section of the government dedicated to violating the Treaty of Fort Laramie.
They could just comply with the treaty, as they are legally obligated to do. These violations are ongoing. Slavery, again, is still legal. Slaves are still used by major corporations today, they just have to be tricked into confessing to a crime first. The sins that this country is built on remain fully active today... Because the system was built to preserve white supremacists patriarchy. How could the founding of the US not lead *directly* to Trump? How could this have been different, from the beginning?
But, please, tell me, how, exactly, are you going to fix that by voting harder in the mid terms. How?

@arXiv_csHC_bot@mastoxiv.page
2025-10-08 09:32:59

From "Arbitrary Timberland" To "Skyline Charts": Is Visualization At Risk From The Pollution of Scientific Literature?
Lonni Besan\c{c}on
arxiv.org/abs/2510.05844

@arXiv_statML_bot@mastoxiv.page
2025-09-11 08:25:43

A hierarchical entropy method for the delocalization of bias in high-dimensional Langevin Monte Carlo
Daniel Lacker, Fuzhong Zhou
arxiv.org/abs/2509.08619

@arXiv_statME_bot@mastoxiv.page
2025-09-09 11:32:22

Noise-Robust Phase Connectivity Estimation via Bayesian Circular Functional Models
Shonosuke Sugasawa, Takeru Matsuda, Tomoyuki Nagakawa
arxiv.org/abs/2509.06418

@gwire@mastodon.social
2025-08-11 14:46:03

There was a funny ad, more than a decade ago I think, where one of the engineers at a 3D graphics card company (probably Nvidia) talks about how they hope that the work they put into their chip designs will enable breakthroughs in science such as medicine, and the end of the ad suggests that the chip will be only used for video games.
I'd like to find it if it's still online somewhere.

@hex@kolektiva.social
2025-09-19 07:31:13

We're all really used to an FBI that is incredibly evil, but generally pretty competent. They have no problem using child sex offenders to infiltrate groups of clowns. They have no problem trying to convince civil rights leaders to commit suicide. They have no problem with sowing confusion within leftists groups and trying to get them to kill each other. They've always been radically anti-left, but they've also always been competent.
Fabricating evidence in a really obvious way would always have been off the table because they wouldn't be willing to throw a case. But those competent people have been pushed out of the FBI. It's now Kash Patel's clown show. It serves the whims of the regime above all else. It will sacrifice decades of hard built trust for a quick win, because no one involved is competent enough to understand the consequences of such actions.
In the past, they may have used torture to elicit a confession. They may have entrapped people. They could have deleted exonerating evidence, but they would probably not have just completely manufactured obviously fake evidence just to forward the regime's narrative. I don't think that we've seen anything like this, at the very least in our lifetimes.
We have to foster a new level of skepticism, far beyond what we have been used to... and this is especially true of Liberals, who still don't understand the level of corruption and incompetence in local law enforcement today.
#USPol #CharlieKirk

@arXiv_csHC_bot@mastoxiv.page
2025-08-05 11:42:41

Reframing Pattern: A Comprehensive Approach to a Composite Visual Variable
Tingying He, Jason Dykes, Petra Isenberg, Tobias Isenberg
arxiv.org/abs/2508.02639

@tiotasram@kolektiva.social
2025-08-05 10:34:05

It's time to lower your inhibitions towards just asking a human the answer to your question.
In the early nineties, effectively before the internet, that's how you learned a lot of stuff. Your other option was to look it up in a book. I was a kid then, so I asked my parents a lot of questions.
Then by ~2000 or a little later, it started to feel almost rude to do this, because Google was now a thing, along with Wikipedia. "Let me Google that for you" became a joke website used to satirize the poor fool who would waste someone's time answering a random question. There were some upsides to this, as well as downsides. I'm not here to judge them.
At this point, Google doesn't work any more for answering random questions, let alone more serous ones. That era is over. If you don't believe it, try it yourself. Between Google intentionally making their results worse to show you more ads, the SEO cruft that already existed pre-LLMs, and the massive tsunami of SEO slop enabled by LLMs, trustworthy information is hard to find, and hard to distinguish from the slop. (I posted an example earlier: #AI #LLMs #DigitalCommons #AskAQuestion

@arXiv_statML_bot@mastoxiv.page
2025-10-09 09:53:01

Split Conformal Classification with Unsupervised Calibration
Santiago Mazuelas
arxiv.org/abs/2510.07185 arxiv.org/pdf/2510.07185

@gwire@mastodon.social
2025-09-08 16:50:37

To be fair, persuading lots of people to buy more and more expensive computers (to run its own model on) is exactly what an evil sentient AI would do.
edition.cnn.com/2025/09/05/tec