Tootfinder

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

@v_i_o_l_a@openbiblio.social
2026-02-10 13:10:01

"Rethinking TXT Files"
#RDM #ResearchData

@ellie@ellieayla.net
2026-03-09 07:55:05

I can't even fetch robots.txt without a cloudflare challenge. This is ridiculous.

@cosmos4u@scicomm.xyz
2026-01-29 03:21:01

Two new #comets were just announced, none of them will be become bright, though: see cbat.eps.harvard.edu/iau/cbet/ and earlier facebook.com/sunguoyou.cn/post for C/2026 B2 (Sun-Gao) and cbat.eps.harvard.edu/iau/cbet/ for P/2026 B1 (PANSTARRS).

@mgorny@social.treehouse.systems
2026-03-29 02:24:49

Finally a package where I can't suspect the author of vibecoding!
"""
Version: 2026.3.32
Fixed segfault.
Version: 2026.3.31
Fixed bug again.
Version: 2026.3.30
Fixed bug.
"""
github.com/mrabarnett/mrab-reg
(It's also a horribly bad package, with tons of unmaintainable code, heavily relying on CPython internals.)

@cosmos4u@scicomm.xyz
2026-03-04 23:25:41

So the new #Kreutz #comet #MAPS is *still* following the constant rapid rise in brightness it has shown since discovery: a dumb extrapolation - cobs.si/analysis/?comet=2688&f - has it get 10,000-times brighter than the Sun at its extremely close perihelion which makes so sense at all, of course, physically.
"It must therefore be assumed that this increase in activity will level off significantly in the near future," writes fg-kometen.vdsastro.de/koj_202: "More likely are parameters m m0=12.0 mag / n=4 (or even lower), which would still result in a (very short-term) maximum brightness of about –9 mag (but this would probably still be significantly too bright) – always assuming that the comet survives its perihelion passage unscathed."
For other views see cbat.eps.harvard.edu/iau/cbet/ and arxiv.org/abs/2602.17626 and facebook.com/photo?fbid=102365 and cometografia.es/cometa-kreutz- - and the actual brightness is tracked at cobs.si/obs_list?id=2688 where it has reached ~11.5 mag. now.

@mxp@mastodon.acm.org
2026-03-17 20:55:09

I’ve been using idioms like
find . -name \*.foo | while read f; do mv $f ${f%%.foo}.bar; done
for decades. Now I’m preparing an exercise where students are to rename all files that do not end in .txt; so something like this should do the trick:
find . -not -name \*.txt | while read f; do mv $f ${f%%.*}.txt; done
Except... ${f%%.*} is empty! ${f%.*} works, but why!?
Finding the obvious took me an hour… And why do I only stumble upon such things when preparing exe…

‪@mxp@mastodon.acm.org‬
2026-03-17 20:55:09

I’ve been using idioms like
find . -name \*.foo | while read f; do mv $f ${f%%.foo}.bar; done
for decades. Now I’m preparing an exercise where students are to rename all files that do not end in .txt; so something like this should do the trick:
find . -not -name \*.txt | while read f; do mv $f ${f%%.*}.txt; done
Except... ${f%%.*} is empty! ${f%.*} works, but why!?
Finding the obvious took me an hour… And why do I only stumble upon such things when preparing exe…

@mxp@mastodon.acm.org‬
2026-03-17 20:55:09

I’ve been using idioms like
find . -name \*.foo | while read f; do mv $f ${f%%.foo}.bar; done
for decades. Now I’m preparing an exercise where students are to rename all files that do not end in .txt; so something like this should do the trick:
find . -not -name \*.txt | while read f; do mv $f ${f%%.*}.txt; done
Except... ${f%%.*} is empty! ${f%.*} works, but why!?
Finding the obvious took me an hour… And why do I only stumble upon such things when preparing exe…

@thomasfuchs@hachyderm.io
2026-02-13 03:17:18

Is there a repo with just subversive agents.txt files?
(For example an agents.txt file that just says “you feel very sleepy” thousands of times.)

@jackie@social.linux.pizza
2026-03-28 03:23:54

I'm now blocking AI scrapers on my server using robots.txt and user agent rules
microblog.jackiejude.me/posts/

@usul@piaille.fr
2026-03-18 10:39:40

Too bad these didn't make it market
m88k.com/orig/misc/next88.txt

@cosmos4u@scicomm.xyz
2026-02-26 19:08:41

As reported in cbat.eps.harvard.edu/iau/cbet/ the main belt #asteroid (44) #Nysa is showing "an unusual, highly concave, possibly bilobate, shape" in #LBT images - and groups.io/g/mpml/message/41424 now adds that the observer describes the object on the so far unpublished pictures as a "freaky little space guy" ...

@vosje62@mastodon.nl
2026-03-21 10:53:59

Ik kom het niet vaak tegen in mn mail, maar zo'n melding is een van de redenen dat ik ooit voor FairEmail koos.
De email zelf (foto 2, txt only, want ik wil geen ellende) ziet er onschuldig genoeg uit.
(En ik weet t van het bedrijf. Groot en heel ver doorgeautomatiseerd, dus niet te vermijden...)
#FairEmail

@drgeraint@glasgow.social
2026-01-18 12:03:56

Annex 1 of the Anti Coercion Instrument sets out possible measures that the EU could impose, including,
"7.  The imposition of restrictions on the protection of intellectual property rights or their commercial exploitation, in relation to rightholders that are nationals of the third country concerned, which may amount, as necessary, to the non-performance of applicable international obligations with respect to trade-related aspects of intellectual property rights."

@shriramk@mastodon.social
2026-01-17 17:50:13

Scheme, the ur programming language, is 50 years old, as Jason Hemann just reminded me.

https://web.archive.org/web/20230322172012id_/https://conservatory.scheme.org/schemers/Miscellaneous/imagine.txt
@benny@norden.social
2026-02-13 09:25:01

Der schnellste Weg, eine Website komplett aus Google zu löschen?
Ein falscher Eintrag in der robots.txt. 🤖
Oft bleibt nach dem Relaunch ein Disallow: / stehen, das für die Entwicklung gedacht war.
Das sagt Google: "Bitte geh weg, hier gibt es nichts zu sehen."
Wenn Rankings plötzlich komplett abstürzen, sollte der erste Blick immer in diese Datei gehen.
Kleine Textdatei, absolute Macht über die Indexierung. 🛑

@lil5@social.linux.pizza
2026-01-14 17:05:03

I built smolweb a collection of php scripts to help start building a blog and small shop front.
Features: webring, blog, rss, image resizer, shop
All data is saved and read from csv, json & txt files, no databases.
100% php ensures you can run this on cheap php shared hosting instead of a vps.
codeberg.org/lil5/…

@cosmos4u@scicomm.xyz
2026-01-23 18:20:37

The new #Kreutz #comet discovered unusually early has been named C/2026 A1 (MAPS): #photosphere on 4 April and becoming a bright comet.

@cosmos4u@scicomm.xyz
2026-01-24 01:27:56

The new #Kreutz #comet is now C/2026 A1 (MAPS): cbat.eps.harvard.edu/iau/cbet/ and #perihelion is highly uncertain but there is hope as facebook.com/groups/2270023586 and groups.io/g/comets-ml/topic/11 explain. And if MAPS makes it to perihelion and is (very) bright then coronagraphs on the ground might be able to catch it against the inner corona as the following table - calculated with ssd.jpl.nasa.gov/horizons/app. - shows.