Skip to content

Instantly share code, notes, and snippets.

View abaumg's full-sized avatar

Andreas Baumgartner abaumg

View GitHub Profile
@timvisee
timvisee / falsehoods-programming-time-list.md
Last active April 26, 2024 04:52
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).
@elwinschmitz
elwinschmitz / True Trello Printer.html
Last active June 9, 2023 19:27 — forked from mathiasrw/True Trello Printer
Ever wanted to print your Trello board? Export as JSON and 'upload' into this page.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>True Trello Printer</title>
<link href="vendor/bootstrap.min.css" rel="stylesheet">
<style>
body {
margin: 0 15%;