Skip to content

Instantly share code, notes, and snippets.

@pcperini
pcperini / readme.md
Last active August 8, 2025 12:19
Notion Site

Make a Notion Site

For when it doesn't really need to be complicated, fancy, or fragile.

CloudFlare

Much like Fruition, you need to configure a CloudFlare worker to catch all traffic at your domain.

Variables

@SMUsamaShah
SMUsamaShah / list_of_p2p_file_sharing.md
Last active September 6, 2025 16:31
List of P2P file sharing tools

Browser Based

  1. Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
  2. ToffeeShare https://toffeeshare.com/
  3. FilePizza https://file.pizza/
  4. ShareDrop sharedrop.io https://github.com/szimek/sharedrop (SOLD, not recommended, use one of the forks)
    1. A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop (SOLD, not recommended, use one of the forks)
      1. A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
  5. Instant.io https://instant.io/
  6. FileTC https://file.tc/
@timvisee
timvisee / falsehoods-programming-time-list.md
Last active September 11, 2025 11:40
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).