522 bookmarks

2024-08-25

305.

7B8B

7b8b.halfmoon.jp

ヒュエメしか置いてない

304.

Giiki´s lair

giikis2.nekoweb.org

My space on internet :}

2024-08-23

302.

Homepage - Fedi.Video

fedi.video

Highlighting the most interesting content on PeerTube, and uploading PD and CC videos too. Bigotry and conspiracy theories are forbidden.

300.

moka

moka.pub/manual
299.

MystSaphyr

mystsaphyr.me

Personal site of MystSaphyr!

298.

«   I   C H O O S E   Y O U !   »     Pokémon Claim Clique

pkmn.caelestis.nu

Pokemon Clique

2024-08-22

297.

Decimal digits such that for all k >= 1, the number A(k) := Sum_{n = 0..k-1} a(n)*10^n satisfies the congruence 3^A(k) == A(k) (mod 10^k).

oeis.org/A133613

2024-08-21

296.

Glitch City Wiki

glitchcity.wiki/wiki/Main_Page

2024-08-18

295.

start [Folk Computer]

folk.computer
294.

Fakemon Concepts and Ideas | The Phoenixdex

phoenixdex.alteredorigin.net/resources/fakemon-concepts-and-ideas
293.

the ideadex: a fakemon inspiration blog

www.tumblr.com/ideadex

hi! i am phoenix and i make the fakemans. this blog is where I collect awesome new ideas for weird...

2024-08-15

292.

sitelen pona - sona pona

sona.pona.la/wiki/sitelen_pona

sitelen pona is a logographic writing system for Toki Pona designed by Sonja Lang, the creator of the language. The system is described in the book Toki Pona: The...

291.

Game Boy Development System | RGBDS

rgbds.gbdev.io

RGBDS is the community's preferred Game Boy and Game Boy Color assembler package, free and open-source. Find here documentation and install instructions.

2024-08-14

288.

Rendering callouts similarly in Pandoc - Help - Obsidian Forum

forum.obsidian.md/t/rendering-callouts-similarly-in-pandoc/40020

Obsidian callout blocks are not part of the Pandoc Markdown syntax. But since they are kind of extended block quote syntax, you can write a Pandoc Lua filter 76 to convert them to anything you want.

Below a quick-and-dirty solution which converts Obsidian callout blocks

> [!NOTE]- Note Title
>
> Note content

to Pandoc’s native Divs

::: {.callout data-callout="note" title="Note Title"}
Note content
:::

with the following Pandoc command:

pandoc -t markdown --lua-filter obsidian-callouts.lua file.md

Important: Please note, that in order for this simple filter to work properly, callout type and title line should occupy a separate paragraph.

Here the content of the obsidian-callouts.lua file:

local stringify = (require "pandoc.utils").stringify

function BlockQuote (el)
    start = el.content[1]
    if (start.t == "Para" and start.content[1].t == "Str" and
        start.content[1].text:match("^%[!%w+%][-+]?$")) then
        _, _, ctype = start.content[1].text:find("%[!(%w+)%]")
        el.content:remove(1)
        start.content:remove(1)
        div = pandoc.Div(el.content, {class = "callout"})
        div.attributes["data-callout"] = ctype:lower()
        div.attributes["title"] = stringify(start.content):gsub("^ ", "")
        return div
    else
        return el
    end
end

You can modify it to convert callout blocks depending on the output format (HTML, LaTeX, etc.)

287.

Loudermilk & Associates – Defending Your Personal Choice

hatevegans.com

2024-08-12

286.

seximal offtopic: color naming scheme

www.seximal.net/colors

2024-08-08

283.

FunBITS: Bears in Boats Fighting Crime - TidBITS

tidbits.com/2014/05/02/funbits-bears-in-boats-fighting-crime

A cuddly noir Multi-Touch novel demonstrates both the advantages and drawbacks of self-published ebooks.

2024-08-07

282.

volpeon.ink > Emojis

volpeon.ink/emojis

2024-08-06

281.

Bill Wurtz

billwurtz.com

2024-08-05

280.

Omni Calculator

www.omnicalculator.com

Omni Calculator solves 3708 problems anywhere from finance and business to health. It’s so fast and easy you won’t want to do the math again!

2024-07-30

279.

Melon's FORUM

melonking.net/melon

2024-07-26

278.

Do plants feel pain?

portal.mozz.us/gemini/inconsistentuniverse.space/gemlog/2024-07-25-give-and-take.gmi

Before we get to that I want to talk about a book.

2024-07-24

277.

OpenGeofiction:About - OpenGeofiction

wiki.opengeofiction.net/index.php/OpenGeofiction:About

2024-07-22

276.

GB Studio Plugin Database - Google Drive

docs.google.com/spreadsheets/d/1d2F5hSEMt6nkacw-qVnYlT3IPHqmCCaLFhRboC5xxc0/htmlview#gid=0

2024-07-20

275.

Character Creation System VisuStella MZ - Yanfly.moe Wiki

www.yanfly.moe/wiki/Character_Creation_System_VisuStella_MZ

2024-07-15

274.

Tabloid: the clickbait headline programming language

tabloid.vercel.app

Tabloid is a real, turing complete programming language written in JavaScript, inspired by cilckbait headlines.

2024-07-14

273.

Schluessel: My Zoom Background Censored Again

file770.com/schluessel-my-zoom-background-censored-again

Guest Post By Edmund Schluessel: Worldcon staff have once again policed and censored my Zoom background. This morning starting around 9 a.m. New Zealand time I was observing the Interplanetary…

272.

Pretty Terrible: George R.R. Martin Can Fuck Off Into the Sun

www.pretty-terrible.com/george-r-r-martin-2020-hugo-awards

The host for this year's festivities was George R.R. Martin and he spent an awful lot of time talking about John W. Campbell, noted fascist and racist. Pretty sure that between Martin and Bob Silverberg, Campbell (noted fascist and racist!) was mentioned more than the aggregate of the folks being honored. I aged approximately 67 years during Silverberg's segment.

We were treated to tales of how Martin is Just Like Us while he was broadcasting from the movie theater he owns for funsies.

270.

0xType/0xProto: A programming font focused on source code legibility

github.com/0xType/0xProto

A programming font focused on source code legibility - 0xType/0xProto

2024-07-13

269.

CSS Grid Generator

cssgridgenerator.io

CSS Grid Generator - a user-friendly tool designed for web developers to effortlessly create customizable CSS grids for seamless web development.

2024-07-07

268.

wolandark/bash-dungeon: An educational dungeon crawler in the shell

github.com/wolandark/bash-dungeon

2024-07-02

267.

Gender neutral language within build instructions by Tunas1337 · Pull Request #6814 · SerenityOS/serenity

github.com/SerenityOS/serenity/pull/6814

LOL, guess I'm not using SerenityOS.

2024-06-27

265.

Poly Pizza: Free 3D models for everyone

poly.pizza

Download thousands of low poly 3D models for free. No login required. Ready for AR/VR, Unity, Unreal or Godot.

2024-06-25

264.

👻 GhostText — Use your text editor in the browser

ghosttext.fregante.com

2024-06-21

263.

HACKENBUSH: a window to a new world of math

youtu.be/ZYj4NkeGPdM

A playful venture into the vast and mysterious forests of combinatorial game theory.

This one simple game will change the way you look at numbers forever! Hackenbush is easy to pick up, but exploring its strategy leads us down a fantastical mathematical rabbit hole, through which can be found the roots of our familiar number system, intricately entangled with a host of new and exotic numeric species lurking alongside them.

262.

A Fur Suit Designer Analyzes The Patterson-Gimlin Footage

youtu.be/Ou3qp0EOhFM

Chloe Fraser is a friend of the channel who helps develop and design fur suits for others, and for herself, to perform in at conventions. In terms of those people that are just out and about, at our fingertips, there was perhaps no one more experienced to go to than her to discuss whether or not the Patterson-Gimlin footage shows someone in an ape costume.

2024-06-18

260.

Vibra Chimes - Strudel REPL

strudel.cc

Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.

2024-06-16

259.

Sans Bullshit Sans

www.sansbullshitsans.com

2024-06-14

258.

Transmasculine Pride Webring

transmascring.netlify.app
257.

Deprecated Characters

charlottebuff.com/unicode/charts/deprecated

All Unicode characters that are deprecated, or were at one point.

2024-06-13

256.

Wavacity | Online Audio Editor Based on Audacity

wavacity.com

Wavacity is a port of the Audacity audio editor to the web browser. Free and open-source. No install required.

2024-06-11

255.

OddMuse

oddmuse.org/wiki/Main_Page

2024-06-10

254.

Agora

anagora.org
253.

symbol.wtf

symbol.wtf
252.

Unicode code converter

r12a.github.io/app-conversion

Helps you convert between Unicode character numbers, characters, UTF-8 and UTF-16 code units in hex, percent escapes,and Numeric Character References (hex and decimal).

251.

khal

lostpackets.de/khal

CLI calendar program

250.

Internet Anagram Server

wordsmith.org/anagram

Discover the magic of anagrams with the Internet Anagram Server

249.

Kyle's Converter

www.kylesconverter.com

Instantly Convert Between Many Different Units Using Our Online Calculators. Unit Conversion. Unit Conversion Tables.

248.

A Blog Post With Every HTML Element

www.patrickweaver.net/blog/a-blog-post-with-every-html-element
247.

The Complete Guide to Centering in CSS | Modern CSS Solutions

moderncss.dev/complete-guide-to-centering-in-css

Learn how to finally solve the mystery of centering in CSS using grid, flexbox, and classic block element layout.

246.

Learn CSS  |  web.dev

web.dev/learn/css

An evergreen CSS course and reference to level up your web styling expertise.

245.

Beautiful CSS box-shadow examples - CSS Scan

getcssscan.com/css-box-shadow-examples

🎨 Curated collection of 95 free beautiful CSS box-shadow, ready-to-use for your next projects. Click to copy.

244.

CSS Selectors: A Visual Guide & Reference | fffuel

fffuel.co/css-selectors

Visual guide to CSS selectors, including pseudo-classes (:nth-child, :hover,...), functional pseudo-classes (:not, :is,...) and pseudo-elements.

243.

cheat.sh/:firstpage

cheat.sh
242.

The Wi-Fi only works when it's raining

predr.ag/blog/wifi-only-works-when-its-raining

That's what my dad said when I asked what was wrong with our home internet connection. "The Wi-Fi only works when it's raining."

241.

Car problems

www.cs.cmu.edu/~wkw/humour/carproblems.txt

You see, every time I buy vanilla ice cream, when I start back from the store my car won't start. If I get any other kind of ice cream, the car starts just fine. I want you to know I'm serious about this question, no matter how silly it sounds: 'What is there about a Pontiac that makes it not start when I get vanilla ice cream, and easy to start whenever I get any other kind?

1 2 3 5 7 8 9