Tootfinder

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

No exact results. Similar results found.
@leftsidestory@mstdn.social
2026-07-29 01:26:55

Non-Blurry Figures 🧿
非-模糊的形象 🧿
📷 Yashica 635
🎞️ Ilford FP4 Plus 125 (FF), expired 1994
If you like my work, Support by buying me a coffee or a roll of film from
PayPal paypal.com/paypalme/ydcdingsite
Wise

Ilford FP4 Plus 125 (FF)

English
A black-and-white photograph showing a pile of dried, wilted plant branches and leaves scattered on a stone-paved ground. The branches are tangled and appear to have been discarded or fallen naturally. Shadows of nearby objects and trees are cast on the pavement, adding depth to the scene.
中文
一张黑白照片,展示了一堆干枯、凋零的植物枝条和叶子散落在石板铺成的地面上。枝条纠缠在一起,看起来像是被丢弃或自然落下。附近物体和树木的影子投射在石板上,为场景增添了深度。
Ilford FP4 Plus 125 (FF)

English
A black-and-white close-up photograph of a circular traffic sign and a reflection mirror behind it. The sign features a symbol of a car and a line cross it diagonally, indicating cars are forbidden. The sign is slightly tilted and reflects light, creating a glare effect. The mirror reflects  the alleyway and the photographer.The background is blurred, focusing attention on the sign.
中文
一张黑白特写照片,展示了一个圆形交通标志和它背后的反光镜。标志上有一辆车和一个向下的斜线,表示车辆禁止通行。标志略微倾斜,并反射光线,产生了眩光效果。反…
Ilford FP4 Plus 125 (FF)

English
A black-and-white photograph of a weathered wooden door with peeling paint, set in a brick wall. Above the door, there is a horizontal signboard with Chinese characters. The door features decorative metal elements, including two hexagonal shapes near the top and circular designs. A stone pillar with carved details stands to the right of the door, and foliage is visible on the right side of the frame.
中文
一张黑白照片,展示了一扇嵌入砖墙中的老旧木门,门上的油漆已脱落。门上方有一块水平的牌匾,上面写着几个中文字。木门上装…
Ilford FP4 Plus 125 (FF)

English
A black-and-white photograph of a street scene. In the foreground, there is a traffic light pole with a pedestrian crossing signal showing a standing figure. Behind the traffic light, a person on a bicycle is riding on the road. The background features trees with dense foliage and traditional-style buildings with tiled roofs. The scene is well-lit, suggesting daytime.
中文
一张黑白照片,展示了一个街道场景。前景是一个交通灯杆,人行横道信号灯显示行人站立图标。交通灯后方,一名骑自行车的人正在道路上行驶。背景是茂密的树木和传统风格的建筑,屋顶覆盖着瓦片。场…
@fanf@mendeddrum.org
2026-09-16 14:42:04

from my link log —
A design space exploration of async/await.
cel.cs.brown.edu/blog/design-s
saved 2026-09-15

@thomasfuchs@hachyderm.io
2026-09-21 13:33:11

This is the Wikipedia definition for human intelligence. Artificial intelligence (in the form of LLMs) does literally none of these things.
It doesn't act by itself, it isn't self-aware[1], it doesn't learn[2], it doesn't understand or form concepts[3], it doesn't logic or reason[4], it doesn't recognize patterns[5], plan, innovate, solve problems, make decisions[6], retain information or even use language to communicate[7].
LLMs are a simulated model (aka it's not real) of human intelligence. Models, in scientific parlance, are just that: they don't try to explain how a process works, they try to achieve the same outcome as a natural process (usually in an effort to perhaps learn something about that process).[8]
There simply is no "AI". Anyone telling you about how LLMs are sentient or sapient or will murder us is 100% bullshitting.
[1] There is nothing to be aware about, they don't have physicality. They're literally long lists of numbers.
[2] Models themselves are static, they're the result of machine learning, but can't grow beyond the initial state.
[3] LLMs don't "know" anything. It's matrix multiplications without permanence or embodiment. en.wikipedia.org/wiki/Understa
[4] Because they can't understand or form concepts, they can't reason about them.
[5] This requires memory, which LLMs don't have. en.wikipedia.org/wiki/Pattern_
[6] Memory and understanding are required. en.wikipedia.org/wiki/Decision
[7] All it does it getting an input in the form of a lot of numbers and returns statistically likely follow-up numbers.
[8] "A model is an informative representation of an object, person, or system." en.wikipedia.org/wiki/Model

@tiotasram@kolektiva.social
2026-07-12 16:28:07

Since it was relevant to a discussion I just had on here and is something most people probably haven't thought about much (unless you've taken one of a handful of philosophy classes), I thought I'd try to lay out a key piece of Descartes' Meditations (#philosophy

@cheryanne@aus.social
2026-07-16 12:16:49

Two Brunettes & A Gay
Indulge in an hour of witty banter and lively discussions with these cheeky 30-somethings, along with special guests from the entertainment industry and beyond...
Great Australian Pods Podcast Directory: greataustralianpods.com/two-br

Two Brunettes & A Gay   
Screenshot of the podcast listing on the Great Australian Pods website
@arXiv_csPL_bot@mastoxiv.page
2026-07-22 07:43:31

Build-Authorized Evidence for Opaque Calls: A Fail-Closed Rewrite-Authority Boundary
Zhonghua Yi (Toka Language Research Group)
arxiv.org/abs/2607.18949 arxiv.org/pdf/2607.18949 arxiv.org/html/2607.18949
arXiv:2607.18949v1 Announce Type: new
Abstract: Detached semantic facts about opaque native providers do not by themselves justify compiler rewrites: rewrite authority must be confined to the accepted fact, selected provider and build, caller, callback environment, observation, and runtime target. We present a build-authorized path-effect interface that enforces this boundary through fail-closed authorization and link receipts. The design separates receipt closure, callback-environment closure, and projection identity, and passes accepted facts to LLVM through a narrow internal API. We use one-hop topology-load reuse as a minimal observable witness of authority, not as the optimization target.
A conservative LLVM consumer reuses a pointer observation only from a noalias root or one constant nonzero projection. Rocq models prove conditional refinement and authority non-amplification under explicit effect, alias, compiler/ABI, and target-resolution premises. We instantiate checked production with Toka: a source-summary gate emits exact LLVM IR, a separate IR checker accepts only a bounded topology-preserving subset, and only accepted IR is compiled into the receipt-bound provider object. A bounded static Darwin/arm64 profile also checks the final direct branch target.
Across issuer-declared readv, recvmsg, and Cairo boundaries, authorized IR retains each opaque call, reduces the relevant loads from two to one, and preserves observed results; mismatched providers, builds, callbacks, projections, and unsupported IR remain neutral. A libjpeg case is rejected because its callback environment is open, while a bound callback singleton demonstrates the supported closure rule. The contribution is a checked deployment-compiler boundary with an explicit trust and applicability frontier, not a uniquely expressive effect encoding or a new load-elimination algorithm.
toXiv_bot_toot

@christydena@zirk.us
2026-09-12 23:54:27

@… You may already know about this. Just in case you don't, here!
Point-&-Click Showcase & Steam Event

@benthos@mastodon.sdf.org
2026-07-11 14:19:21

Träd, Gräs, och Stenar - "Rock för Kropp och Själ" (1972)
#NowPlaying #TradGrasOchStenar

Album cover features black and white photo of the band members standing in a field on a farm. Behind them in the distance is a tree-covered hill.
TGOS book, "A Collective History". The cover features a colorful flower design over a color photograph of two of the band members performing.
@arXiv_mathST_bot@mastoxiv.page
2026-08-17 07:39:50

Generalization Error Estimation for Primal--Dual Algorithms in Non-Smooth Regression
Kai Tan, Pierre C Bellec
arxiv.org/abs/2608.13870 arxiv.org/pdf/2608.13870 arxiv.org/html/2608.13870
arXiv:2608.13870v1 Announce Type: new
Abstract: This paper studies trajectory-wise estimation of generalization error for primal--dual algorithms in non-smooth regression. Motivating examples include \(\ell_1\)-penalized least absolute deviations regression and square-root Lasso regression, where the data-fitting loss is non-differentiable and existing risk estimators for gradient-type optimization paths do not apply directly. We develop a general recursive framework that includes the Chambolle--Pock algorithm and related primal--dual splitting methods. We estimate risk by correcting each in-sample fitted value with a weighted combination of past dual iterates. The ideal weights are Stein derivative contractions and depend on the design covariance. We construct replacement weights from observable derivative contractions of the fitted-signal trajectory, yielding a covariance-free, data-driven correction. For high-dimensional Gaussian designs and fixed finite iteration horizon, we prove finite-sample guarantees for both estimators. For square-root ridge, we further establish a matched-Gaussian universality result beyond Gaussian designs. Numerical experiments show that the proposed estimators accurately track the out-of-sample risk along finite optimization paths.
toXiv_bot_toot