blog/assets/js/data.js
2024-08-11 00:05:15 -03:00

112 lines
3.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function get_data() {
return {
"posts": {
"pt": [
{
"title": "Scripts em OCaml",
"slug": "scripts-em-ocaml",
"date": "23/03/2024"
}
],
"en": [
{
"title": "Giving up simplicity",
"slug": "unwinding",
"date": "August 10, 2024"
},
{
"title": "Introducing tori",
"slug": "introducing-tori",
"date": "July 6, 2024"
},
{
"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": "mrusme/reader: for your command line what the 'readability view' is for browsers",
"url": "https://github.com/mrusme/reader",
"date": "06/08/2024",
},
{
"title": "A handful of reasons JavaScript wont be available - Piccalilli",
"url": "https://piccalil.li/blog/a-handful-of-reasons-javascript-wont-be-available/",
"date": "01/08/2024",
},
{
"title": "jgs font - Adel Faure",
"url": "https://adelfaure.net/tools/jgs/",
"date": "02/07/2024"
},
{
"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"
},
]
}
}