Second run

This commit is contained in:
bouncepaw
2023-06-10 11:30:10 +00:00
parent 99032516f3
commit 28fe393cd5
541 changed files with 790 additions and 3787 deletions
@@ -1,10 +1,4 @@
= 'Skew' in the history of computer systems = 'Skew' in the history of computer systems
https://omar.website/posts/skew/ https://omar.website/posts/skew/
<html> Different parts of computers improve over time with different speed. For example, CPU is much faster than RAM, but it wasn't always like that. Because of that, and other cases like that, there are extra abstractions in the computer design.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Gestlings = Gestlings
https://pbat.ch/gestlings/ https://pbat.ch/gestlings/
<html> Cool system, though I do understand it fully. I especially like the Gestku the author posts on the Fediverse.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Command Line Interface Guidelines = Command Line Interface Guidelines
https://clig.dev https://clig.dev
<html> Probably an allusion to Human Interface Guidelines by Apple.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= gopherdata/gophernotes: The Go kernel for Jupyter notebooks and nteract. = gopherdata/gophernotes: The Go kernel for Jupyter notebooks and nteract.
https://github.com/gopherdata/gophernotes https://github.com/gopherdata/gophernotes
<html> > Gophernotes is a Go kernel for Jupyter notebooks and nteract. It lets you use Go interactively in a browser-based notebook or desktop app. Use gophernotes to create and share documents that contain live Go code, equations, visualizations and explanatory text. These notebooks, with the live Go code, can then be shared with others via email, Dropbox, GitHub and the Jupyter Notebook Viewer. Go forth and do data science, or anything else interesting, with Go notebooks!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Go is a great programming language = Go is a great programming language
https://drewdevault.com/2021/04/02/Go-is-a-great-language.html https://drewdevault.com/2021/04/02/Go-is-a-great-language.html
<html> Perhaps the matter I most appreciate Go for is its long-term commitment to simplicity, stability, and robustness. I prize these traits more strongly than any other object of software design. The Go team works with an ethos of careful restraint, with each feature given deliberate consideration towards identifying the simplest and most complete solution, and they carefully constrain the scope of their implementations to closely fit those solutions. The areas where Go has failed in this regard are frightfully scarce.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Любопытный, но довольно бесполезный пример полиморфизма в Go = Любопытный, но довольно бесполезный пример полиморфизма в Go
https://t.me/teamerlin/6483 https://t.me/teamerlin/6483
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= The Zen of Go | Dave Cheney = The Zen of Go | Dave Cheney
https://dave.cheney.net/2020/02/23/the-zen-of-go https://dave.cheney.net/2020/02/23/the-zen-of-go
<html> The author applies the Zen of Python to Go and tells us how Go programs should be written. This is a well-written article.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Are you a Go black belt? — Bitfield Consulting = Are you a Go black belt? — Bitfield Consulting
https://bitfieldconsulting.com/golang/black-belt https://bitfieldconsulting.com/golang/black-belt
<html> The author applies the belts from martial arts to Go knowledge. I have the green one.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= My Thoughts About Go - sulami's blog = My Thoughts About Go - sulami's blog
https://blog.sulami.xyz/posts/my-thoughts-about-go/ https://blog.sulami.xyz/posts/my-thoughts-about-go/
<html> > TL;DR* It feels boring, it feels old, and as a consequence overly laborious. As a general purpose language, I feel D does the job a lot better.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Lies we tell ourselves to keep using Golang = Lies we tell ourselves to keep using Golang
https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang
<html> A wonderful read
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= How the Go runtime implements maps efficiently (without generics) | Dave Cheney = How the Go runtime implements maps efficiently (without generics) | Dave Cheney
https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics
<html> I get the impression that a map can only hold 64 values from this text, but this is not true. How does it work?
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+2 -7
View File
@@ -1,10 +1,5 @@
= ksimka/go-is-not-good: A curated list of articles complaining that go (golang) isn't good enough = ksimka/go-is-not-good: A curated list of articles complaining that go (golang) isn't good enough
https://github.com/ksimka/go-is-not-good https://github.com/ksimka/go-is-not-good
<html> > A curated list of articles complaining that go (golang) isn't good enough
<head><title>404 Not Found</title></head> Not maintained since 2017. Nevertheless, the list is huge!
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+9 -7
View File
@@ -1,10 +1,12 @@
= Go is not an easy language = Go is not an easy language
https://www.arp242.net/go-easy.html https://www.arp242.net/go-easy.html
<html> > Go is not an easy programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than just syntax; its about doing useful stuff. And doing useful stuff is not always easy in Go.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> XahLee сказал:
<center><h1>404 Not Found</h1></center> > the best languages to learn today for the next 20 year are: golang, PowerShell, Mathematica.
<hr><center>nginx/1.14.0 (Ubuntu)</center> Про голянг понятно. Про остальное:
</body> > PowerShell or the pwsh, is far better shell than bash and unix bag friends.
</html> > Mathematica, is the programing language far beyond any other in the computing industry. A magnitude beyond all existing. It is more than a programing language, because it is really a computational knowledge base. Asides from math functions, such as solving equations or integration symbolically and hundreds other special math functions only a handful mathematician understands, it also embodies just about every practical algorithm in computer science. So, given a algorithm, you might write it in lang X for a hour or days, but Mathematica has it as part of the language, just call a function. Mathematica has few thousand functions builtin, not even needing to load a library.
🍄: Мне нравится, когда люди хорошо говорят о Мафематике. Мне она тоже нравится. Хочу как-нибудь лицензию получить... Говорят, с малиной π в комплекте идёт 🤔
+3 -7
View File
@@ -1,10 +1,6 @@
= Fun with text user interfaces = Fun with text user interfaces
https://felix.plesoianu.ro/blog/tui-fun.html https://felix.plesoianu.ro/blog/tui-fun.html
<html> > The venerable Dialog utility (based on ncurses, and maintained by the same person for the past couple of decades) is one option: a small program that can handle a variety of common interactions like choosing a file to open, or entering dates, while looking good and being easy enough to use.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> The utility is as at [[https://invisible-island.net/dialog/dialog.html]].
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= lotide: Federated forum / link aggregator using ActivityPub = lotide: Federated forum / link aggregator using ActivityPub
https://sr.ht/~vpzom/lotide/ https://sr.ht/~vpzom/lotide/
<html> > A federated forum / link aggregator using ActivityPub.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= edsu/feediverse: Send RSS/Atom feeds to Mastodon = edsu/feediverse: Send RSS/Atom feeds to Mastodon
https://github.com/edsu/feediverse https://github.com/edsu/feediverse
<html> > feediverse will read RSS/Atom feeds and send the messages as Mastodon posts. It's meant to add a little bit of spice to your timeline from other places. Please use it responsibly.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= ~mariusor/brutalinks - Link aggregator inspired by reddit using ActivityPub federation. - sourcehut git = ~mariusor/brutalinks - Link aggregator inspired by reddit using ActivityPub federation. - sourcehut git
https://git.sr.ht/~mariusor/brutalinks https://git.sr.ht/~mariusor/brutalinks
<html> > This project represents a new attempt at the social link aggregator service. It is modelled after (old)Reddit, HackerNews, and Lobste.rs trying to combine the good parts of these services while mapping them on the foundation of an ActivityPub generic service called FedBOX.
<head><title>404 Not Found</title></head> >
<body bgcolor="white"> > It targets small to medium communities which ideally focus on a single topic. At the same it allows the community to reach other similar services and the rest of the fediverse ecosystem through the ability to federate.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Guppe Groups = Guppe Groups
https://a.gup.pe/ https://a.gup.pe/
<html> > Guppe brings social groups to the fediverse — making it easy to connect and meet new people based on shared interests without the maniuplation of your attention to maximize ad revenue nor the walled garden lock-in of capitalist social media.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> I used to post to [[https://a.gup.pe/u/mycorrhiza]].
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica = Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers | Ars Technica
https://arstechnica.com/gadgets/2023/01/mastodon-highlights-pros-and-cons-of-moving-beyond-big-tech-gatekeepers/ https://arstechnica.com/gadgets/2023/01/mastodon-highlights-pros-and-cons-of-moving-beyond-big-tech-gatekeepers/
<html> Contains quotes from Christine Lemmer-Webber!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= grishka/Smithereen: Federated, ActivityPub-compatible social network server with friends, walls, and groups. = grishka/Smithereen: Federated, ActivityPub-compatible social network server with friends, walls, and groups.
https://github.com/grishka/Smithereen https://github.com/grishka/Smithereen
<html> Classic VK-inspired.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> Author's instance: https://friends.grishka.me/
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Some thoughts on Vala = Some thoughts on Vala
https://links.bouncepaw.com/#ZgotmplZ https://links.bouncepaw.com/#ZgotmplZ
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Социальные сети = Социальные сети
https://blog.danilax86.space/socialmedia/ https://blog.danilax86.space/socialmedia/
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Старый друг лучше новых двух = Старый друг лучше новых двух
https://blog.danilax86.space/monitor/ https://blog.danilax86.space/monitor/
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Desert Island Test = Desert Island Test
https://wiki.debian.org/DesertIslandTest https://wiki.debian.org/DesertIslandTest
<html> > "A good test case for whether a license is free (for issues like this) is whether a disconnected group of people on a desert island could distribute the software among themselves. In the vim case, they cannot. (For example, if the vim maintainer flies over the island and drops down a message saying "you must hereby send me your changes", how are the people down below to comply?) The fact that the vim maintainer can send the request does not say anything about whether the people receiving it could reply."
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= The Commander X16 has finally arrived! - YouTube = The Commander X16 has finally arrived! - YouTube
https://www.youtube.com/watch?v=AcWqMGju7fk https://www.youtube.com/watch?v=AcWqMGju7fk
<html> The 8-Bit Guy and a big team have made a Commodore descendant.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Why is the OpenBSD documentation so good? = Why is the OpenBSD documentation so good?
https://dataswamp.org/~solene/2022-08-18-why-openbsd-documentation-is-good.html https://dataswamp.org/~solene/2022-08-18-why-openbsd-documentation-is-good.html
<html> > The OpenBSD operating system is known to be secure, but also for having an accurate and excellent documentation. In this text, I'll try to figure out what makes the OpenBSD documentation so great.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Alex Schroeder: 2023-03-07 A vision for search = Alex Schroeder: 2023-03-07 A vision for search
https://alexschroeder.ch/wiki/2023-03-07_A_vision_for_search https://alexschroeder.ch/wiki/2023-03-07_A_vision_for_search
<html> > This compressed JSON file (better than XML, right?) would be a well-known path for every site, like “/.well-known/index.json.xz”. It lists all the pages on your domain, and their keywords.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Alex Schroeder: 2023-02-22 Adapting the game = Alex Schroeder: 2023-02-22 Adapting the game
https://alexschroeder.ch/wiki/2023-02-22_Adapting_the_game https://alexschroeder.ch/wiki/2023-02-22_Adapting_the_game
<html> How a Dune-inspired TTRPG might look?
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Design notes on the 2023 Wikipedia redesign = Design notes on the 2023 Wikipedia redesign
https://alexhollender.com/wikipedia-2023-redesign https://alexhollender.com/wikipedia-2023-redesign
<html> Long cool article about the Wikipedia redesign. Nice pictures!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube = Oyster Mushrooms Controlling An Audio and Video Modular Synth - YouTube
https://www.youtube.com/watch?v=vOGAJWW-SbU https://www.youtube.com/watch?v=vOGAJWW-SbU
<html> There are many videos involving mushrooms synthesizing audio, but here is one synthezing video as well!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Hokutos Kinoko (Mushrooms) | Hokuto Corporation = Hokutos Kinoko (Mushrooms) | Hokuto Corporation
https://www.hokto-kinoko.co.jp/lang/en/kinoko/ https://www.hokto-kinoko.co.jp/lang/en/kinoko/
<html> A mushroom shop
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Mushrooms — Palm93 gallery = Mushrooms — Palm93 gallery
https://heathens.club/~palm93/gallery/Mushrooms/ https://heathens.club/~palm93/gallery/Mushrooms/
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia = Стартап, создающий кожу из грибов, привлек $10 млн - Inc. Russia
https://incrussia.ru/news/mycel/ https://incrussia.ru/news/mycel/
<html> > Стартап Mycel привлек $10 млн, которые потратит на расширение штата и создание собственного производства в Южной Корее. Компания занимается разработкой заменителя кожи, в основе которого корневая структура грибов.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Mycosphere: Ancient-Future Artifact = Mycosphere: Ancient-Future Artifact
https://mycelial.technology/fungi/mycosphere-artifact.html https://mycelial.technology/fungi/mycosphere-artifact.html
<html> > An experiment in mycofabrication; conducted in collaboration with Ganoderma lucidum and harnessing the power of the Sun.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= How Memory Safety Approaches Speed Up and Slow Down Development Velocity = How Memory Safety Approaches Speed Up and Slow Down Development Velocity
https://verdagon.dev/blog/when-to-use-memory-safe-part-2 https://verdagon.dev/blog/when-to-use-memory-safe-part-2
<html> A good overview of 4 memory management approaches. TL;DR: There is no panacea.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Твит про замощение = Твит про замощение
https://nitter.it/trushinbv/status/1638176474619584512 https://nitter.it/trushinbv/status/1638176474619584512
<html> > Тут нашли невыпуклый многоугольник, которым можно замостить плоскость бесконечным числом способов, при этом каждый из способов является непериодическим.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= 9front in QEMU = 9front in QEMU
https://thorjhanson.com/blog/20220324-9front-in-qemu https://thorjhanson.com/blog/20220324-9front-in-qemu
<html> > A few months ago, I decided to attempt an installation of 9front (a popular fork of Plan 9) in QEMU. I was ultimately successful, and decided to write some notes down as I went.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= cstate/cstate: 🔥 Open source static (serverless) status page. Uses hyperfast Go = cstate/cstate: 🔥 Open source static (serverless) status page. Uses hyperfast Go
https://github.com/cstate/cstate https://github.com/cstate/cstate
<html> Sourcehut uses it: [[https://status.sr.ht]]. Maybe I should monitor my services the same way.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= 📏 Число Грэма: самое большое число в мире = 📏 Число Грэма: самое большое число в мире
https://romanavr.notion.site/5db4aab087564ff6b2b2ea6ef40fe8c8 https://romanavr.notion.site/5db4aab087564ff6b2b2ea6ef40fe8c8
<html> Про гипероператор.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Print Free Graph Paper = Print Free Graph Paper
https://www.printfreegraphpaper.com/ https://www.printfreegraphpaper.com/
<html> > Save yourself money and a trip to the store! Print graph paper free from your computer. This site is perfect for science and math homework, craft projects and other graph paper needs.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Naomi Kizhner's jewellery harvests energy from the human body = Naomi Kizhner's jewellery harvests energy from the human body
https://www.dezeen.com/2014/08/06/naomi-kizhner-energy-addicts-jewellery-human-electricity-production/ https://www.dezeen.com/2014/08/06/naomi-kizhner-energy-addicts-jewellery-human-electricity-production/
<html> ⚠️ Content warning: body modification.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> The one that is inserted in your arm is very exciting.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= MEMEX - Going Github [ 2023-03-25 ] = MEMEX - Going Github [ 2023-03-25 ]
https://memex.marginalia.nu/log/77-going-github.gmi https://memex.marginalia.nu/log/77-going-github.gmi
<html> > I've moved Marginalia's sources to Github. Can't pick every battle.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Aaronson Oracle = Aaronson Oracle
https://people.ischool.berkeley.edu/~nick/aaronson-oracle/ https://people.ischool.berkeley.edu/~nick/aaronson-oracle/
<html> Press keys D and F. After some time, the site will predict your next presses. I get accuracy 73 %. There is no such thing as human-generated randomness.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Oops, You Wrote a Database = Oops, You Wrote a Database
https://dx.tips/oops-database https://dx.tips/oops-database
<html> This is about Mycorrhiza, for sure.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Granary = Granary
https://granary.io/ https://granary.io/
<html> > Fetches and converts data between social networks, HTML and JSON with microformats2, ActivityStreams 1 and 2 (including ActivityPub), Atom, RSS, JSON Feed, and more.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Plan 9: экстремальный KISS = Plan 9: экстремальный KISS
https://club.hugeping.ru/blog/TF9RuFRon9u7ps9Owka3#TF9RuFRon9u7ps9Owka3 https://club.hugeping.ru/blog/TF9RuFRon9u7ps9Owka3#TF9RuFRon9u7ps9Owka3
<html> hugeping рассказывает про Plan 9. Интересно!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+7 -7
View File
@@ -1,10 +1,10 @@
= Origins — Mythic Computer = Origins — Mythic Computer
https://www.mythic.computer/essays/origins https://www.mythic.computer/essays/origins
<html> img { https://www.mythic.computer/_next/image?url=%2Fimg%2FI-hero-small.jpg&w=3840&q=75 }
<head><title>404 Not Found</title></head>
<body bgcolor="white"> A computer manufactured by a craftsman.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center> > Japan operates with an Island metaphysic, where resources are finite in space (Japan is an island nation) but infinite in time (by virtue of natural regeneration). The West operates with a Faustian metaphysic, where resources are infinite in space (by virtue of conquest) and infinite in time. It's interesting to see these metaphysical realities manifest in something as ordinary as tool manufacture.
</body>
</html> > Our motto, ARMA ACRI FACIENDA VIRO, comes from Book VIII of The Aeneid when Vulcan commands the cyclopes to "Forge arms fit for a hero".
+1 -7
View File
@@ -1,10 +1,4 @@
= Bicycle = Bicycle
https://ciechanow.ski/bicycle/ https://ciechanow.ski/bicycle/
<html> A cool introduction to the physical forces and how it can be applied to bicycles. Cool interactive demœ!
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= SLOW NET = SLOW NET
https://slownet.work/ https://slownet.work/
<html> > Slow Net is a series of experiments that explore how slow networks can be used to protect against data-collecting entities that threaten our autonomy and influence our identities.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Kazimir Majorinc, A few examples of Lisp code typography = Kazimir Majorinc, A few examples of Lisp code typography
https://kazimirmajorinc.com/Documents/Lisp-code-typography/index.html https://kazimirmajorinc.com/Documents/Lisp-code-typography/index.html
<html> Snippets of Lisp code from various texts, 1958 to 2011. Some funny images indeed.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Why I Still Love PHP and Javascript After 20 years | the scapegoat dev = Why I Still Love PHP and Javascript After 20 years | the scapegoat dev
https://the.scapegoat.dev/why-i-love-php-and-javascript/ https://the.scapegoat.dev/why-i-love-php-and-javascript/
<html> TL;DR: they get stuff done.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Algebraic Data Types in JavaScript - w3future.com = Algebraic Data Types in JavaScript - w3future.com
http://w3future.com/weblog/stories/2008/06/16/adtinjs.xml http://w3future.com/weblog/stories/2008/06/16/adtinjs.xml
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Adactio: Journal—Suspicion = Adactio: Journal—Suspicion
https://adactio.com/journal/19029 https://adactio.com/journal/19029
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Is the madness ever going to end? = Is the madness ever going to end?
https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html https://unixsheikh.com/articles/is-the-madness-ever-going-to-end.html
<html> > Electron and React Native Desktop are supposed to be a revolutionary new way of making desktop applications. Except they are not, and they eat up all the memory you have and still ask for more. They constantly crash and have no value over a native desktop application what so ever - well, perhaps with the only exception that now a 2 year old baby can make something shiny that you can click on with your mouse.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Как отправить сообщение на пейджер — the hard way / Хабр = Как отправить сообщение на пейджер — the hard way / Хабр
https://habr.com/ru/companies/ruvds/articles/646861/ https://habr.com/ru/companies/ruvds/articles/646861/
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Memory Safeish Hare = Memory Safeish Hare
https://acha.ninja/blog/memory-safeish-hare/ https://acha.ninja/blog/memory-safeish-hare/
<html> > Since the Hare programming language became public, it has been subject to some passionate criticism regarding a perceived lack of memory safety. I agree that memory safety concerns are very valid as shown by clear evidence, so the question becomes, should we write Hare off because someone online said its not strictly memory safe? I think that Hare can mitigate many of these problems today, while still being a small, simple and coherent language. let me explain how…
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= SCIM = SCIM
https://git.sr.ht/~rostiger/scim/ https://git.sr.ht/~rostiger/scim/
<html> > scim is a bash script to simplify scanning from the command line.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= BQN: finally, an APL for your flying saucer = BQN: finally, an APL for your flying saucer
https://mlochbaum.github.io/BQN/index.html https://mlochbaum.github.io/BQN/index.html
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese = What does ”tehepero” mean in Japanese? てへぺろ? テヘペロ? | Just a little Japanese
https://justalittlejapanese.com/post-300/ https://justalittlejapanese.com/post-300/
<html> To those who don't know what is //teehee pero// and why do I say.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= The Insidious Magic of Cats - Björn Wärmedal = The Insidious Magic of Cats - Björn Wärmedal
https://warmedal.se/~bjorn/posts/2021-09-29-the-insidious-magic-of-cats.html https://warmedal.se/~bjorn/posts/2021-09-29-the-insidious-magic-of-cats.html
<html> > Our neighbour is quite happy about him having a safe haven from the other cats. When he was bullied so much that he wasn't even left alone to eat in peace she gave us cat food to give him. Nowadays we just buy our own. I don't know if he ever eats there any more, but he surely eats at our house every single day.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= If its alive, it sleeps. Brainless creatures shed light on why we slumber | Science | AAAS = If its alive, it sleeps. Brainless creatures shed light on why we slumber | Science | AAAS
https://www.science.org/content/article/if-alive-sleeps-brainless-creatures-shed-light-why-we-slumber https://www.science.org/content/article/if-alive-sleeps-brainless-creatures-shed-light-why-we-slumber
<html> > > But others in the field are pushing for a much more inclusive view: that sleep evolved not with modern vertebrates as previously assumed, but perhaps a half-billion years ago when the first animals appeared. “I think if its alive, it sleeps,” says Paul Shaw, a neuroscientist from Washington University in St. Louis. The earliest life forms were unresponsive until they evolved ways to react to their environment, he suggests, and sleep is a return to the default state. “I think we didnt evolve sleep, we evolved wakefulness.”
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine® = Spider Uses Its Web Like a Giant Engineered Ear | The Scientist Magazine®
https://www.the-scientist.com/news-opinion/spider-uses-its-web-like-a-giant-engineered-ear-69366 https://www.the-scientist.com/news-opinion/spider-uses-its-web-like-a-giant-engineered-ear-69366
<html> > The bridge spider uses its web as an engineered “external ear” up to 10,000 times the size of its body, according to a preprint study posted to bioRxiv on October 18. The discovery, which has not yet been peer reviewed, challenges many assumptions that scientists have held for years about how spiders and potentially other arthropods navigate and interact with the world around them.
<head><title>404 Not Found</title></head> >
<body bgcolor="white"> >“Evolutionarily speaking, spiders are just weird animals,” Jessica Petko, a Pennsylvania State University York biologist who didnt work on the new study, writes in an email to The Scientist. “While it has been long known that spiders sense sound vibration with sensory hairs on their legs, this paper is the first to show that orb weaving spiders can amplify this sound by building specialized web structures.”
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Canadian Wetland Classification System — Wetland Policy = Canadian Wetland Classification System — Wetland Policy
http://www.wetlandpolicy.ca/canadian-wetland-classification-system http://www.wetlandpolicy.ca/canadian-wetland-classification-system
<html> > The Canadian Wetland Classification System (National Wetlands Working Group 1997) is based on a hierarchical system, which includes (1) wetland class, (2) wetland form and (3) wetland type. The five wetland "classes" are differentiated by their developmental characteristics and the environment in which they exist. The five classes are: bog, fen, marsh, swamp, and shallow water. Some wetlands accumulate peat (partially-decomposed organic matter) and are called peatlands. Bogs and fens are the dominant peatland classes in Alberta, although some swamps and marshes can also accumulate peat. In contrast, shallow open water wetlands and many marshes and swamps do not accumulate peat.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU = Идея эволюции Дарвина: творчество, мысли, правило: VIKENT.RU
https://vikent.ru/author/210/ https://vikent.ru/author/210/
<html> > «Уезжая в Великое Плаванье, Дарвин захватил с собой и недавно вышедший первый том «Основ геологии» крупного английского геолога Чарлза Лайеля (1797-1875), который, в противовес господствовавшей в то время теории катастроф, одним из первых пытался установить медленное, эволюционное развитие земной коры, происходящее под действием всё тех же вечных, так считал Лайель, факторов (атмосферные осадки, текучие воды, морские приливы и отливы, извержения вулканов, землетрясения и т. д.), какие незаметно для человеческого глаза неуклонно видоизменяют (малое творит БОЛЬШОЕ) лик земли.
<head><title>404 Not Found</title></head> >
<body bgcolor="white"> > Эта книга произвела на Дарвина большое впечатление. В университетские годы он нисколько не сомневался в правильности основной церковной догмы (Библия, стих I: «Вначале сотворил Бог небо и землю» и так далее) или её вариантов (в какой-то момент Бог разочаровался в созданных им существах и ниспослал на их головы катастрофы, чтобы уничтожить всё живое и начать всё сначала). Однако теперь, воочию наблюдая во время многочисленных высадок на южно-американский континент природу этих далёких от Англии краёв, его начали брать сомнения. Он постепенно убеждался, что «ваять» природу, видимо, могут не только сверхъестественные божественные силы, но и действующие в продолжение гигантских промежутков времени (миллионы лет казались при Дарвине сроками фантастически большими, теперь счет идет уже на миллиарды) силы ничтожные.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Octopus punches fish in the head (just because it can) | Live Science = Octopus punches fish in the head (just because it can) | Live Science
https://www.livescience.com/octopuses-punch-fish.html https://www.livescience.com/octopuses-punch-fish.html
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= yojo: A CI bridge from Forgejo/Gitea to SourceHut = yojo: A CI bridge from Forgejo/Gitea to SourceHut
https://sr.ht/~emersion/yojo/ https://sr.ht/~emersion/yojo/
<html> > A CI bridge from Forgejo/Gitea to SourceHut.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> => https://yojo.emersion.fr/
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Humans Were Actually Apex Predators For 2 Million Years, New Study Finds = Humans Were Actually Apex Predators For 2 Million Years, New Study Finds
https://www.sciencealert.com/real-paleo-diets-may-have-been-far-more-carnivorous-than-anything-we-d-eat-today https://www.sciencealert.com/real-paleo-diets-may-have-been-far-more-carnivorous-than-anything-we-d-eat-today
<html> > Paleolithic cuisine was anything but lean and green, according to a recent study on the diets of our Pleistocene ancestors.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Riddle solved: Why was Roman concrete so durable? = Riddle solved: Why was Roman concrete so durable?
https://news.mit.edu/2023/roman-concrete-durability-lime-casts-0106 https://news.mit.edu/2023/roman-concrete-durability-lime-casts-0106
<html> > To prove that this was indeed the mechanism responsible for the durability of the Roman concrete, the team produced samples of hot-mixed concrete that incorporated both ancient and modern formulations, deliberately cracked them, and then ran water through the cracks. Sure enough: Within two weeks the cracks had completely healed and the water could no longer flow. An identical chunk of concrete made without quicklime never healed, and the water just kept flowing through the sample.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> I knew Roman concrete was cool, but not that cool!
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= Whostyles = Whostyles
https://www.kickscondor.com/whostyles https://www.kickscondor.com/whostyles
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= whostyle - IndieWeb = whostyle - IndieWeb
https://indieweb.org/whostyle https://indieweb.org/whostyle
<html> >
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= 🖌️ Horton Hears a Whostyle = 🖌️ Horton Hears a Whostyle
https://jacobhall.net/2021/08/horton-hears-a-whostyle/ https://jacobhall.net/2021/08/horton-hears-a-whostyle/
<html> >
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= My GPS Logs = My GPS Logs
https://aaronparecki.com/gps/ https://aaronparecki.com/gps/
<html> Aaron Parecki has been tracking the location precisely for a long time.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Funktal: a frugal functional programming language = Funktal: a frugal functional programming language
https://wimvanderbauwhede.github.io/articles/funktal/ https://wimvanderbauwhede.github.io/articles/funktal/
<html> > Funktal is a functional programming language for the 64 kB Uxn virtual machine.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> > Why Fortran? Funktal is essentially an art project; using Fortran is a statement. I could have done this in C, but I prefer Fortran's arrays. I am using Fortran-90 but with a very restricted feature set.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Return of the Obra Dinn = Return of the Obra Dinn
https://ru.m.wikipedia.org/wiki/Return_of_the_Obra_Dinn https://ru.m.wikipedia.org/wiki/Return_of_the_Obra_Dinn
<html> Хочу поиграть
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= CyberChef = CyberChef
https://cyberchef.org/ https://cyberchef.org/
<html> > The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть = О, «Герои»? Дайте две! Как я писал очередной браузерный клон легендарной стратегии, в который уже почти* можно играть
https://habr.com/ru/companies/soletude/articles/719280/ https://habr.com/ru/companies/soletude/articles/719280/
<html> > TL;DR для тех, кому некогда читать: Три года реального времени, ~340 дней разработки, 2 423 часа. 106 849 строк кода (62% JavaScript, 32% PHP, 6% CSS). Собственный парсер формата .h3m (...
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= 77 Hardcore Polish Churches = 77 Hardcore Polish Churches
https://www.presentandcorrect.com/blogs/blog/77-hardcore-polish-churches https://www.presentandcorrect.com/blogs/blog/77-hardcore-polish-churches
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Introducing Austral: A Systems Language with Linear Types and Capabilities = Introducing Austral: A Systems Language with Linear Types and Capabilities
https://borretti.me/article/introducing-austral https://borretti.me/article/introducing-austral
<html> > Introducing a new programming language.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Linear types can change the world! = Linear types can change the world!
https://cs.ioc.ee/ewscs/2010/mycroft/linear-2up.pdf https://cs.ioc.ee/ewscs/2010/mycroft/linear-2up.pdf
<html> A smart paper about linear types. I did not grasp it fully.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Always be quitting - Julio Merino (jmmv.dev) = Always be quitting - Julio Merino (jmmv.dev)
https://jmmv.dev/2021/04/always-be-quitting.html https://jmmv.dev/2021/04/always-be-quitting.html
<html> 10 things to do to improve your team and make yourself replaceable. The author claims that being replaceable makes it easier for you to grow professionally.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Tips on formatting Markdown lists - Julio Merino (jmmv.dev) = Tips on formatting Markdown lists - Julio Merino (jmmv.dev)
https://jmmv.dev/2022/07/markdown-lists.html https://jmmv.dev/2022/07/markdown-lists.html
<html> Look at what they have to do to mimic the fraction of Mycomarkup's lists.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= ~akkartik/snap.love - graph drawing tool - sourcehut git = ~akkartik/snap.love - graph drawing tool - sourcehut git
https://git.sr.ht/~akkartik/snap.love https://git.sr.ht/~akkartik/snap.love
<html> > I've wanted something like this for a long time. Intended for small graphs where laying things out by hand is not too painful, and it's nice that things don't move around every time I make a change, as happens with graphviz. The file format is also amenable to git; no long lines, and adding new nodes or edges doesn't reorder unrelated nodes and edges.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
-7
View File
@@ -1,10 +1,3 @@
= One decade later, GNOME still sucks = One decade later, GNOME still sucks
https://felipec.wordpress.com/2023/03/04/one-decade-later-gnome-still-sucks/ https://felipec.wordpress.com/2023/03/04/one-decade-later-gnome-still-sucks/
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+5 -7
View File
@@ -1,10 +1,8 @@
= Плохо — это нормально = Плохо — это нормально
https://ilyabirman.ru/meanwhile/2006/03/09/1/ https://ilyabirman.ru/meanwhile/2006/03/09/1/
<html> > Нужно воспитывать людей вокруг себя. Нельзя прощать пиццериям холодной пиццы. Нужно звать менеджера, шеф-повара, кого угодно — и требовать горячей. Нельзя выходить из супермаркета через неудобный вход, когда удобный закрыли за пять минут до конца рабочего дня. Нужно звать начальника службы безопасности, управляющего, кого угодно — и заставлять его открыть тебе тот выход, через который тебе удобнее всего выйти. Не всегда будет получаться — иногда и менеджеры тоже бывают буфетчицами.
<head><title>404 Not Found</title></head> >
<body bgcolor="white"> > Это сначала на тебя будут смотреть, как на сволочь последнюю. Но зато лет через 50 мы будем жить в другой стране. Если не ты, то кто это сделает?
<center><h1>404 Not Found</h1></center> >
<hr><center>nginx/1.14.0 (Ubuntu)</center> > Плохой работе не может быть оправдания.
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Why I recommend CGI instead of web frameworks = Why I recommend CGI instead of web frameworks
https://halestrom.net/darksleep/blog/046_cgi/ https://halestrom.net/darksleep/blog/046_cgi/
<html> The author tells us that CGI is good and should be used a lot.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+4 -7
View File
@@ -1,10 +1,7 @@
= Finding "The Internet" Toxic and Depressing? Consider Leaving Your Walled Garden. = Finding "The Internet" Toxic and Depressing? Consider Leaving Your Walled Garden.
https://cheapskatesguide.org/articles/toxic-gardens.html https://cheapskatesguide.org/articles/toxic-gardens.html
<html> > If you are finding the Internet toxic and depressing, you are very likely spending your time on the wrong part of the Internet.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> I've read more than 20 texts like this. Here's another one.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+4 -7
View File
@@ -1,10 +1,7 @@
= Reflections on the Internet: What It Should Be and Why = Reflections on the Internet: What It Should Be and Why
https://cheapskatesguide.org/articles/reflections-on-the-internet.html https://cheapskatesguide.org/articles/reflections-on-the-internet.html
<html> > In a sense, we have begun to worship the Internet while we have lost our understanding of the basic principles that led to its creation a mere generation and a half ago. In this article I give as clear a picture as I am capable of what the Internet could be to each of us and why it should be that way.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> Big text.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Extremely Online In Real Life = Extremely Online In Real Life
https://www.datagubbe.se/constline/ https://www.datagubbe.se/constline/
<html> > Is that enough? Evidence, as they say, suggests otherwise. We are finally always online and, as it turns out, lonelier than ever.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= How to Use the rock phone = How to Use the rock phone
http://unreasonablefarm.org/phone_manual.html http://unreasonablefarm.org/phone_manual.html
<html> A description of a fantasy device.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> > The rock phone accepts various types of input: speech, morse code tap/hold, written characters, bluetooth keyboard, bluetooth headsets. The rock phone produces various types of output: speech, morse code beeps, bluetooth serial console, console avilable by wifi, remote screen available via wifi. The rock phone has a bone conduction speaker inside so you can place the rock phone on your temple or behind your ear to privately hear rock phone speech output/sounds, phone calls, music, or any other sound the rock phone might make.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= The Internet Changed My Life = The Internet Changed My Life
https://pointersgonewild.com/2022/01/19/the-internet-changed-my-life/ https://pointersgonewild.com/2022/01/19/the-internet-changed-my-life/
<html> > Ive seen multiple discussions online as to the negative effects of the internet on society. Theres definitely harmful content online. It makes me sad to see the internet being used as a tool to s…
<head><title>404 Not Found</title></head>
<body bgcolor="white"> Via [[https://t.me/memory_heap/351]]
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Compiling stack-based assembly to C = Compiling stack-based assembly to C
https://wimvanderbauwhede.github.io/articles/uxntal-to-C/ https://wimvanderbauwhede.github.io/articles/uxntal-to-C/
<html> > What does it take to bring functional programming to a stack-based assembly language?
<head><title>404 Not Found</title></head>
<body bgcolor="white"> About nito, [[181]].
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= ChronoZoom = ChronoZoom
http://www.chronozoom.com/ http://www.chronozoom.com/
<html> > A collection of zoomable demos working in browser. It is not smooth.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Забытый зум = Забытый зум
https://habr.com/ru/articles/210408/ https://habr.com/ru/articles/210408/
<html> Хорошая обзорная статья.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Thoughts On Markdown — Smashing Magazine = Thoughts On Markdown — Smashing Magazine
https://www.smashingmagazine.com/2022/02/thoughts-on-markdown/ https://www.smashingmagazine.com/2022/02/thoughts-on-markdown/
<html> > Markdown in all its flavors, interpretations, and forks wont go away. However, its important to look at emerging content formats that try to encompass modern needs. In this article, Knut shares his advice against Markdown by looking back on why it was introduced in the first place, and by going through some of the major developments of content on the web.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> The author tells how Markdown is used for different purposes.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers = Some of the Newer Thin Clients are Dirt-Cheap General-Purpose Computers
https://cheapskatesguide.org/articles/thin-clients.html https://cheapskatesguide.org/articles/thin-clients.html
<html> > When my T620, arrived in the mail, I was immediately impressed. It has a substantial weight, due to its stong metal case surrounded by a thick plastic with many perforations for air flow. The T620 is fan-less, so it is absolutely silent while running, perfect for an HTPC. It reminded me of a Dell business desktop computer, because its cover can be removed without tools. Inside, the T620 was completely dust free. It looked new on the outside and the inside. This was almost like buying a new computer for $26.35. I immediately removed the 16 GB SSD and booted the T620 from an external USB flash drive with a command-line-only Debian distribution. Seeing that the power consumption never rose above 11 Watts during boot and remained at 5-6 Watts while idling confirmed that this should make a fine web server or NAS.
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server = Moving Up from a Raspberry Pi Web Server to a Low-Cost, Low-Power x86 Web Server
https://cheapskatesguide.org/articles/x86-webserver.html https://cheapskatesguide.org/articles/x86-webserver.html
<html> Seems like a continuation of the previous article: [[186]]
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= Theres more than one way to write an IP address = Theres more than one way to write an IP address
https://ma.ttias.be/theres-more-than-one-way-to-write-an-ip-address/ https://ma.ttias.be/theres-more-than-one-way-to-write-an-ip-address/
<html> Shocking
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+3 -7
View File
@@ -1,10 +1,6 @@
= Уровень = Уровень
https://grishaev.me/prog-level/ https://grishaev.me/prog-level/
<html> > Пока мир сходит с ума по искусственному интеллекту, всплакну о низком уровне разработчиков. Подкатило, нужно выплеснуть.
<head><title>404 Not Found</title></head>
<body bgcolor="white"> Иван Гришаев жалуется, что программисты плохо программируют.
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+1 -7
View File
@@ -1,10 +1,4 @@
= ~kylep/beans - A flow based programming language built on uxn. - sourcehut git = ~kylep/beans - A flow based programming language built on uxn. - sourcehut git
https://git.sr.ht/~kylep/beans https://git.sr.ht/~kylep/beans
<html> > A flow based programming language built on [[https://git.sr.ht/~rabbits/uxn/ | uxn]].
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
+8 -7
View File
@@ -1,10 +1,11 @@
= tvler/streetpass: Find your people on Mastodon = tvler/streetpass: Find your people on Mastodon
https://streetpass.social https://streetpass.social
<html> => https://github.com/tvler/streetpass
<head><title>404 Not Found</title></head> > Find your people on Mastodon.
<body bgcolor="white">
<center><h1>404 Not Found</h1></center> > StreetPass is a browser extension that helps you find your people on Mastodon. Here's how it works:
<hr><center>nginx/1.14.0 (Ubuntu)</center> >
</body> > *. Mastodon users verify themselves by adding a custom link to their personal site.
</html> > *. StreetPass lets you know when you've found one of these links, and adds them to your StreetPass list.
> *. Browse the web as usual. StreetPass will build a list of Mastodon users made up of the websites you go to.

Some files were not shown because too many files have changed in this diff Show More