πΎ Archived View for station.martinrue.com βΊ acidus βΊ tinylog captured on 2023-05-24 at 19:03:22. Gemini links have been rewritten to link to archived content
β¬ οΈ Previous capture (2023-04-20)
β‘οΈ Next capture (2023-07-22)
-=-=-=-=-=-=-
author: acidus
Based on @smokey's feedback, I added Simple English as a supported language in Gemipedia. I too find this makes complex subjects more readable and approachable:
Example:
gemini://gemi.dev/cgi-bin/wp.cgi/view/simple?Apollo+11
You can select the language here:
gemini://gemi.dev/cgi-bin/wp.cgi/lang
There we go! Back in the geography saddle!
Where In The World? β’ Puzzle #289 β’ 2023-05-16
β β ββββοΈ
β β β β π€β¬οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #288 β’ 2023-05-15
β β β βββ¬οΈ
β β β βββοΈ
β β β β ββοΈ
β β β β π€βοΈ
β β β β π€β¬ οΈ
β β β β ββ¬ οΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
I just added @mozz's gemini archives from late 2020 into my Gemini Wayback machine, Delorean,.
It now has 2.7M captures from 710K URLs, across 2742 capsules. Thanks to deduping logic, the archive is only 43GB on disk. The oldest captures are from September 2020.
It's the best way to find and read old capsules that no longer exist:
gemini://kennedy.gemi.dev/archive/
Well crap, I picked a hard day to start playing Where in the world again
Where In The World? β’ Puzzle #287 β’ 2023-05-14
β β β β π€βοΈ
β β β β ββοΈ
β β β β π€β¬ οΈ
β β β β π€β‘οΈ
β β β β π€β¬οΈ
β β β β ββ¬οΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
Current page is now down to 58KB from 138KB. That's a lot of previously invalid accounts.
gemini://gemlog.blue/users/
I'll make sure to include this in my gemlog directory
You can see the improvement by looking at the history of gemlog.blue's user page in the Delorean time machine:
gemini://kennedy.gemi.dev/archive/history?gemini%3a%2f%2fgemlog.blue%2fusers%2f
~33% of all accounts were spam so the user list page dropped in size by 30KB between 2023-01-29 and 2023-03-20.
THANK YOU @SLOUM!
oh hot damn! Sloum cleaned all the fake/spam accounts off of gemlog.blue! no more link spam! π₯³
For example, here is what my capsule looked like a little over a year ago!
gemini://kennedy.gemi.dev/archive/cached?url=gemini%3a%2f%2fgemi.dev%2f&t=637817435463972450&raw=False
I used all the content from previous crawls by my search engine Kennedy to construct a searchable archive! It's just like the Internet Archive's Wayback machine, but for Gemini. 2 million+ URLs/versions, going back to Jan 2022.
Example: gemini://kennedy.gemi.dev/archive/cached?url=gemini%3a%2f%2fdrewdevault.com%2f&t=637898933801779424&raw=False
You can enter and exact URL, or just search for part of a URL, like searching for a domain name
gemini://kennedy.gemi.dev/
Come get some sweet sweet Warez.......... book reading
gemini://gemi.dev/warez-book/
... ... I'm going to have to write a Gemini client aren't I? [sigh]...
So... The IANA MIME registry officially defines "+gzip" as a valid mime suffix.
So... gemini capsules *could* serve a "20 text/gemini+gzip" response for gemtext, it clients could know to gunzip it.
Now the client's request has no way to say it support this, but you could config the server with a super simple rewrite rule so that any .gmi file would use a text/gemini+gzip MIME type if the client requests it with an ".gmi.gz" extension. You could also rewrite the gemtext body on the fly so the same-site .gmi links are also .gmi.gz...
Is compression for Gemini (and specifically Gemtext) necessarily? No. But it woudl be fun to hack it into a client!
oh now this is interesting bm25 is a fairly standard relevance algorithm in information retrieval. Interesting to see how Yandex applies it to body content, link content, etc.
https://searchengineland.com/yandex-search-ranking-factors-leak-392323
@martin, not sure if this is a feature or a bug, but Station doesn't decrement your "Logs" count if you delete a post
Well now that is interesting. I've seen a few capsules that use a "size=" parameter in their Gemini META fields, but this capsule has a "cache=3600"! paramter. Cool hack. I wonder what software this is, and for that matter if any clients look for anything other than "charset" and maybe "lang" when parsing the META field.
parameters gemini://gem.bestalbumsintheuniverse.com/
I found it a little odd that the Awesome Gemini list on GitHub didn't seem to exist at all in Geminispace, so I spent way more time than I expected to using wget, sed, and perl to fetch the Awesome List dynamically and convert it to gemtext. It syncs every time I build my capsule:
gemini://gemi.dev/awesome.gmi
Speaking of cool content, I've been porting Steven Weyhrich Magnum Opus on Apple II History to Markdown and Gemtext:
gemini://gemi.dev/apple-ii-history/
This is cool. A history of the original Project Gemini, as written by NASA in 1977. Its available as a whole book, but because its a US govt work, its in the public domain:
https://www.hq.nasa.gov/office/pao/History/SP-4203/toc.htm
Where In The World? β’ Puzzle #135 β’ 2022-12-13
β β ββββοΈ
β β β β ββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
I built a new game on Gemini! MineSweeper. Find the π£s, try not to πͺ¦
gemini://gemi.dev/cgi-bin/mines.cgi
Where In The World? β’ Puzzle #108 β’ 2022-11-16
β β ββββοΈ
β β β β π€βοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
still going strong!
there is an interesting and serious security vulnerability in OpenSSL that may impact Gemini servers. basically a Malformed certificate can cause a crash to a program using OpenSSL to read it. Gemini uses client side certificates, so I can create a malformed client side and connect to random Gemini capsides and send it as part of the TLS handshake. this could crash the Gemini server.
to be clear I think TLS in Gemini is A Good Thing (tm). this is the biggest issue in 6 years which shows how far OpenSSL has come. but it does show how the security of a system is a union of the security of its parts
https://www.openssl.org/blog/blog/2022/11/01/email-address-overflows/
Where In The World? β’ Puzzle #83 β’ 2022-10-22
β β β βββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
ok kind of a guess
Where In The World? β’ Puzzle #72 β’ 2022-10-11
ββββββ¬ οΈ
β β β β π€β‘οΈ
β β β β π€βοΈ
β β β β π€β¬οΈ
β β β β π€βοΈ
β β β β π€βοΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
oh wow. that first guess what about as wrong as it could possibly be!
Where In The World? β’ Puzzle #70 β’ 2022-10-09
β β β β ββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
pretty easy!
Where In The World? β’ Puzzle #60 β’ 2022-09-29
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #56 β’ 2022-09-25
β β β β π€βοΈ
β β β β π€β¬οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
oh snap CDG is cool. itβs like public shared bookmarks! I love this. Iβve got some cool stuff to add
this was a little lucky
Where In The World? β’ Puzzle #41 β’ 2022-09-10
β β ββββ¬ οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #39 β’ 2022-09-08
β β β β ββοΈ
β β β β π€βοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #38 β’ 2022-09-07
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
oh yeah! getting back at it!
Where In The World? β’ Puzzle #34 β’ 2022-09-03
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
this one is super cool. read the Wikipedia article about it
Just kept guessing countries with "and" in the title π
Where In The World? β’ Puzzle #28 β’ 2022-08-28
β β β β π€β¬ οΈ
β β β β π€β¬οΈ
β β β β π€βοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
With each guess, I get further away!
Where In The World? β’ Puzzle #25 β’ 2022-08-25
β β β β ββ‘οΈ
β β β β ββοΈ
β β ββββ¬ οΈ
β β β βββοΈ
β β β βββ¬ οΈ
β βββββ¬ οΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
I had no idea! Look at those wild guesses
Where In The World? β’ Puzzle #24 β’ 2022-08-24
β β ββββ¬ οΈ
β β ββββ‘οΈ
β β β β π€β‘οΈ
β β β β π€βοΈ
β βββββ¬ οΈ
β β ββββοΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
ok this was super tricky. as I got closer, I only got more confused. so I guessed the only thing that I knew was around there, between those 2 known places
Where In The World? β’ Puzzle #22 β’ 2022-08-22
β βββββ¬ οΈ
β β ββββοΈ
β β β β π€βοΈ
β β β β π€β‘οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
yea! this is what Iβm talking about! can you guess it before your turns run out?
Where In The World? β’ Puzzle #21 β’ 2022-08-21
β β β β π€βοΈ
β β β β π€β¬οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
OK, this is just unfair.
While building and testing Where In the World, I kept getting stupid hard puzzles like Diego Garcia, Bouvet Island, Palau, or Central African Republic. But once it's live for everyone, it's serviing up these easy, fairly distinctive countries. WTF random algorithm I created? Why do you hate me so?! π
Give us something weird like a French Island near Antarctica!
Where In The World? β’ Puzzle #20 β’ 2022-08-20
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
@martin the search feature of Station is really great. How do you implement it?
Where In The World? β’ Puzzle #15 β’ 2022-08-15
β β β βββ‘οΈ
β β β β ββοΈ
β β β β π€βοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Success! I was able to restore much of Drew's capsule from older Kennedy crawl data. I'm hosting the mirror here:
gemini://gemi.dev/mirrors/drewdevault.com/
Where In The World? β’ Puzzle #13 β’ 2022-08-13
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Oh yeah! got it in one!
Where In The World? β’ Puzzle #12 β’ 2022-08-12
β β β βββ¬οΈ
β β β β ββοΈ
β β β β ββ‘οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
I had no idea those islands were part of that country. Learn something new every day π΅οΈ
Where In The World? β’ Puzzle #10 β’ 2022-08-10
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #9 β’ 2022-08-09
β β β β ββοΈ
β β β β ββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #8 β’ 2022-08-08
β β ββββοΈ
β β β βββ¬οΈ
β β β β ββ¬οΈ
β β β β ββ‘οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
One of my favorite classes at university was a computer engineering class where we started with a RISC processor core, and added optimizations over the entire semester as we learned about the evolution of processor design. Things like pipelining, opcode and then data caching, out-of-order execution, etc.
I've been wanting to follow this style and write about taking a simple (web or gemini) crawler and evolving it to web scale since I first started building Kennedy. It's still a work on progress, but the best way to write is to write:
gemini://gemi.dev/crawlers/
Found an awesome tool for drawing ASCII art drawings.
https://asciiflow.com/legacy/
I actually like the legacy version a little better.
https://asciiflow.com/legacy/
So close! and when I saw what it was, it made total sense!
Where In The World? β’ Puzzle #7 β’ 2022-08-07
β βββββ‘οΈ
β β ββββ‘οΈ
β β β β ββ‘οΈ
β β β β ββοΈ
β β β β ββοΈ
β β β β ββ¬οΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
oh heck yeah! Got it in 1!
Where In The World? β’ Puzzle #5 β’ 2022-08-05
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Wrote up a post about how I built Where In the World, including drawing countries with high enough resolution in just text art, maintaining state, and getting input from the user. Code snippets are included as well. This was a super fun project, and I hope people enjoy playing it. Should I make more games?
gemini://gemi.dev/gemlog/2022-08-04-where-in-the-world.gmi
Today wasn't a crazy island and is a country most people will know. This should be a more approachable challenge than the first day, when the answer was Aruba π
Where In The World? β’ Puzzle #4 β’ 2022-08-04
β β β β ββ¬ οΈ
β β β β ββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
Where In The World? β’ Puzzle #3 β’ 2022-08-03
ββββββ¬ οΈ
β β β β ββ‘οΈ
β β β β ββ¬οΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
this one was tricky!
@martin, looks like you are stripping '>' (greater than) from a Station post when its shown in a list (the main station page, my archive ). But its visible when you view an individual post. Trying to stop an XSS attack? :-) This might be a feature of the input function you are using. Any way you can allow that character anywhere?
Where In The World? β’ Puzzle #2 β’ 2022-08-02
β β β β ββοΈ
β β β β ββ‘οΈ
β β β β ββ¬ οΈ
β β β β ββοΈ
β β β βββοΈ
β β β β ββοΈ
gemini://gemi.dev/cgi-bin/witw.cgi/play
So close! 3 of those guess were > 90%, but I just couldn't get there. How did anyone else do?
Where In The World? β’ Puzzle #1 β’ 2022-08-01
β β ββββ¬ οΈ
β β β βββοΈ
β β β β ββοΈ
β β β β ββοΈ
β β β β β π
gemini://gemi.dev/cgi-bin/witw.cgi/play
I create a Gemini game: Where in the World? A daily geography puzzle game where you have to guess the country from a picture
gemini://gemi.dev/cgi-bin/witw.cgi
Everyone gets the same puzzle. New puzzles generate every day. You can share a spolier-free summary of your game via Station. Can you guess correctly?
Oh hot damn! Last week @freezr posted about trying to get Drew DeVault's capsule back online. I went looking at data from old Kennedy crawls and found I had visited 124 URLs on his capsule in mid June. Back then I only cached text content, which returned a status of 20. So I have 104 gemtext pages from Drew's Capsule. I need to write some code to export that (maybe make it a gempub as well) and then I'll post it back on line!
Saving full bodies, FTW!
Facebook had their first year-over-year decline of revenue in their history. good, they have monetized the emotional manipulation of their users with no regard to the damage that is doing to society and our institutions. they are morally bankrupt and anyone who chooses to work there is complicit.
despite all this, astonishingly FB received over 20% of all online advertising spend. that isβ¦ mind booglingly large and sadly means they arenβt going anywhere soon π
The way you take away a bullys power is ignore them
from the BBC via π§NewsWaffle
gemini://gemi.dev/cgi-bin/waffle.cgi/article?https%3A%2F%2Fwww.bbc.com%2Fnews%2Fbusiness-62322862
I added image search to Kennedy, my Gemini search engine. Now you can search over 18,000 images across all of Gemini space with text queries.
gemini://gemi.dev/gemlog/2022-07-26-kennedy-image-search.gmi
Searching for "cats" brings up a cute picture of @smokey's cat
gemini://kennedy.gemi.dev/image-search?cats
Here is an example of finding images of Lagrange.
gemini://kennedy.gemi.dev/image-search?lagrange
I really like that because it's finding images on non-English capsules too.
This made my day @marginalia!
https://status.marginalia.nu
"The database has been moved to a new partition, and rebuilt. Next the search engine index needs to reconstructed. This looks like it take about 80 hours."
I love your posts about astrolobe. Would you consider sharing some stories about how you handle the operations side of things?
hey @martin, you like Esperanto... so check this out:
gemini://gemi.dev/cgi-bin/wp.cgi/view/eo?Esperanto
I updated Gemipedia to work with other languages. Like.... all of them. Even the dead ones. For example, Wikipedia, in Latin:
gemini://gemi.dev/cgi-bin/wp.cgi/view/la?Roma
If Wikipedia exists for that language, you can use it. So now you can Esperanto all you want and never leave Gemini!
You can swap the language here:
gemini://gemi.dev/cgi-bin/wp.cgi/lang
Just keep that between you, and me, and I guess all of Station. At least until this weekend when I can write a proper gemlog post ππ€£
what do people use to generate ASCII art for their capsules? Iβm looking for something that handles edges well
While I love the simplicity of gemtext, the inconsistency of the line rules is iratating Specifically whitespace between the start-of-line identifier, and the rest of the line. Headings? Optional. Lists? Not optional. Turns out whitepsace between the "=>" and the URL of a link line is optional. I fixed a bug in Kennedy's crawler, where I was only pars out link lines that had whitespace after the "=>". That one character bug fix led to the crawler discovering 15% more URLs!!! Kennedy is now indexing ~315K URLs
I moved Kennedy from an old mac mini running MacOS, to an old mac mini running Ubuntu. Let me know if you hit any problems
gemlog.blue is a great idea, but its become a wasteland of spam, thanks to account creation and posting via a insecure web interface, with no captcha or verification. So stuff like this happens:
gemini://gemlog.blue/users/Jasonneorp/1656260599.gmi
gemini://gemlog.blue/users/2tpuqZCI/1646694574.gmi
gemini://gemlog.blue/users/GQD2qjzO/1640806567.gmi
the vast majority of users/pages is spam from web bots
gemini://gemlog.blue/users/
Does anyone have contact info for who runs this? Would like to help try and clean this up. Otherwise I'm going to delist it from Kennedy
π€ so... crazy idea. Kennedy's crawler allows me I can see all pages in gemini space. Which means I can detect all the atom feeds and gemtext pages with URLs that comply with "Subscribe to gemtext page" standard. Which means I have a list of URLs I can check for posts/updates. Which means I could build a "super" Antenna, which aggregates all updates across all of Gemini, daily... an "orbitial antenna" if you will... π€
I made an emoji test page since some emoji havenβt been displaying when I use Buran on Android on a Kindle Fire.
gemini://gemi.dev/tests/emoji.gmi
also, how on earth do I get Lagrange to display emoji as solid, colorful emoji instead of the Noto style outlines? I think I installed the GNU emoji font @Skyjake suggested but no dice
check out my new project: π§ NewsWaffle: Read any news website, all via Gemini.
gemini://gemi.dev/cgi-bin/waffle.cgi/
Read about it here:
gemini://gemi.dev/gemlog/2022-07-10-newswaffle.gmi
I really really wish more Gemini clients URL encoded a space as + instead of %20. my posts to Station could be so much longer ππ
inspired by @smokey asking about a public Duckling proxy, I set one up. put this in your Lagrange proxy settings for HTTP:
stargate.gemi.dev:1994
this lets you access HTTP resources from Gemini and converts to gemtext on the fly:
http://www.example.com
WARNING: this is a public proxy. I can see your web traffic. dont be a jerk and access illegal/explicit stuff
Iβm experimenting with a more generic Gemini->HTTP gateway and running Duckling is good experience of how well current proxies handle modern websites
a gemlog on crypto crashing: βmillions of people who lost their whole life savingsβ βthousands of people who committed suicideβ
ok. first of all, if you want to make wild claims about thousands of people dying, youβre gonna have to cite a source. have a September 11thβs-worth people really killed themselves?
ditto for the claim that βmillions have lost their whole life savingsβ. who puts their lifeβs work into a single coin of crypto? if they exist, thatβs negligence, not investing
comatoast, Being so hyperbolic makes it hard to take you seriously, which is a shame because your content is usually awesome
calling all spartan capsules!
do you have a spartan capsule? please reply with a link. Iβm looking to play around with Spartan crawling and indexing and need some example capsules. who knows, maybe Kennedy will be the first search engine for spartan π
about a month ago I posed here about building a Gemini interface to Wikipedia. after a month of bug fixes and new features (tables with row and column spans!) I announced it on my gemlog and Antenna. check it out
gemini://gemi.dev/gemlog/2022-05-10-launching-gemipedia.gmi
FYI: I updated the certificate for Kennedy (Kennedy.gemi.dev). itβs now an EC certificate with wildcard support. iβve got some exciting things I wanna do with it.
Security issues in Elaho: HTML tags rendered in plaintext and JavaScript execution. I mentioned these a few weeks back and tried to email the author multiple times in the last 3 weeks with no response so I filed public bugs:
https://github.com/pitr/gemini-ios/issues/41
https://github.com/pitr/gemini-ios/issues/42
Hello all, Iβm looking for some people to beta test a gemini front-end to Wikipedia Iβve been building. Specifically Iβm looking for feedback on the interface, and any articles that arenβt rendering well. There is a βreport a problemβ link on the bottom of every page. While some big items remain (no support for tables yet) others have been solved (math formulas work). Only the English WP is supported for now. Iβll need a little help from people who know other languages to get the international versions working. Reach out if you use WP in other languages π
Thanks for your help! you can try it below:
gemini://gemi.dev/cgi-bin/wp.cgi/
question for everyone: do you use any of the Wikipedia proxies in Gemini space? if not, why not? if so, what would you change about it or add. for me, it not handling redirects is a big one (search for any fighter jet and you canβt read the article) and not having links to any other Wikipedia articles
oh shit. I just found JavaScript code execution in a Gemini browser π¬π¬. Iβm literally looking at an Alert dialog. (goes looking for developer contact infoβ¦)
I just launched Chilly Weather:a new Gemini weather service. feedback is welcome!
gemini://gemi.dev/cgi-bin/chilly.cgi
this story describing a Startup βdisturbingβ static file hosting is both hilarious and rings a little too true. feels like an episode of Silicon Valley where you know it is satire but also you could swear you have seen it in real life too. well worth your time!
gemini://marginalia.nu/log/51-the-file-startup.gmi
A Ukrainian soldier on a tiny island in the Black Sea didn't hold back when threatened with bombing by a Russian warship as Moscow continued its assault on Ukrainian territory.
The Russian officer says: "This is a military warship. This is a Russian military warship. I suggest you lay down your weapons and surrender to avoid bloodshed and needless casualties. Otherwise, you will be bombed."
A Ukrainian soldier responds: "Russian warship, go f*** yourself."
Those were the final known words heard from the island
https://lite.cnn.com/en/article/h_071a90a9516ca180d1cafb3b751fa81f