blog/assets/js/data.js
2024-06-28 09:48:57 -03:00

90 lines
2.8 KiB
JavaScript

function get_data() {
return {
"posts": {
"pt": [
{
"title": "Scripts em OCaml",
"slug": "scripts-em-ocaml",
"date": "23/03/2024"
}
],
"en": [
{
"title": "Void on ZFS",
"slug": "void-on-zfs",
"date": "June 9, 2024"
},
{
"title": "Meeting the BSD Family",
"slug": "meeting-the-bsd-family",
"date": "May 20, 2024"
}
]
},
"links": [
{
"title": "Differential Analysis: A Summary",
"url": "https://blog.brownplt.org/2024/06/27/differential-analysis.html",
"date": "28/06/2024"
},
{
"title": "aryak/mozhi: Mozhi is an alternative-frontend for many translation engines. - Codeberg.org",
"url": "https://codeberg.org/aryak/mozhi",
"date": "27/06/2024"
},
{
"title": "GitHub - JFryy/qq: jq multi-configuration format tool with interactive REPL.",
"url": "https://github.com/JFryy/qq/",
"date": "23/06/2024"
},
{
"title": "UserLAnd | F-Droid - Free and Open Source Android App Repository",
"url": "https://f-droid.org/en/packages/tech.ula/",
"date": "21/06/2024"
},
{
"title": "phyphox | F-Droid - Free and Open Source Android App Repository",
"url": "https://f-droid.org/packages/de.rwth_aachen.phyphox/",
"date": "21/06/2024"
},
{
"title": "Sounds of the Forest - Soundmap Timber Festival",
"url": "https://timberfestival.org.uk/soundsoftheforest-soundmap/",
"date": "14/06/2024"
},
{
"title": "Piku",
"url": "https://piku.github.io/",
"date": "10/06/2024"
},
{
"title": "Effects Showroom - TerminalTextEffects Docs",
"url": "https://chrisbuilds.github.io/terminaltexteffects/showroom/",
"date": "10/06/2024"
},
{
"title": "Share Paste O2 | F-Droid - Free and Open Source Android App Repository",
"url": "https://f-droid.org/en/packages/alt.nainapps.sharepaste.fdroid/",
"date": "08/06/2024"
},
{
"title": "Moving Beyond Type Systems | Vhyrro's Digital Garden",
"url": "https://vhyrro.github.io/posts/effect-systems/",
"date": "06/06/2024"
},
{
"title": "hackerb9/lsix Like ls, but for images. Shows thumbnails in terminal using sixel graphics.",
"url": "https://github.com/hackerb9/lsix",
"date": "06/06/2024"
},
{
"title": "Capital Offense How to Handle Abbreviations in CamelCase - Approxion",
"url": "https://www.approxion.com/capital-offenses-how-to-handle-abbreviations-in-camelcase/",
"date": "05/06/2024"
}
]
}
}