The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

add shitposts, upgrade to Lume 1.19.3

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso d03eb1af 957e9ac2

+126 -5
+1 -1
cmd/xesite/devel.go
··· 13 13 ) 14 14 15 15 var ( 16 - ignoredDirs = []string{"_site", "_data", "_bin", "blog/series", "static/resume"} 16 + ignoredDirs = []string{"_site", "_data", "_bin", "blog/series", "static/resume", "#"} 17 17 ) 18 18 19 19 func findDirectories(root string) ([]string, error) {
+4 -2
lume/_config.ts
··· 40 40 41 41 site.data("getYear", () => { 42 42 return new Date().getFullYear(); 43 - }) 43 + }); 44 44 45 45 site.use(jsx_preact()); 46 46 site.use(attributes()); ··· 56 56 items: { 57 57 title: "=title", 58 58 description: "=excerpt", 59 + date: new Date(), 60 + generator: true, 59 61 }, 60 62 })); 61 63 site.use(mdx({ ··· 89 91 })); 90 92 site.use(postcss()); 91 93 site.use(sitemap({ 92 - query: "index=true", 94 + query: "", 93 95 })); 94 96 site.use(readInfo({ 95 97 extensions: [".md", ".mdx"],
+1 -1
lume/deno.json
··· 9 9 "serve": "deno task lume -s" 10 10 }, 11 11 "imports": { 12 - "lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@fbcccbe251bfb7e1c9add5264a3b12cf70218b5d/" 12 + "lume/": "https://deno.land/x/lume@v1.19.3/" 13 13 } 14 14 }
+76
lume/deno.lock
··· 2285 2285 "https://deno.land/x/imagemagick_deno@0.0.26/src/virtual-pixel-method.ts": "ae2f0520e05b382299e4d41f4d7e2c67baf727ef7c816037e601c978948b1451", 2286 2286 "https://deno.land/x/imagemagick_deno@0.0.26/src/wasm/magick.ts": "b5ec7d6c3c7379f8f9ba0c23238f7024aa35f3a15edb2d1cbca4ccc44a186ac9", 2287 2287 "https://deno.land/x/imagemagick_deno@0.0.26/src/wasm/magick_native.js": "ce63e9894f66443624d09f8d9524d3c985e4174d6848b0e0c77a09d5d5b4759e", 2288 + "https://deno.land/x/lume@v1.19.3/cli.ts": "552479ab40efa790c21975633ed26716f0074e9872fabb701069ba9458f7a544", 2289 + "https://deno.land/x/lume@v1.19.3/cli/build.ts": "bf1da831620b90fe1e44263ce9ed0f5baddb5be32f5169a84dc630ffabe92a25", 2290 + "https://deno.land/x/lume@v1.19.3/cli/create.ts": "3b5ed82e4c81858b53f929502ab3dc7c3e2f63be80c1d41011bc566442bbb4e9", 2291 + "https://deno.land/x/lume@v1.19.3/cli/run.ts": "ee2813fe642f22f311f578ef0c6bc0f007e592f82be4d77d4c0b8923b8708d6c", 2292 + "https://deno.land/x/lume@v1.19.3/cli/upgrade.ts": "4c271fd30abd6ffbc216b4a5a6c67bc2e24c11bd2f457d80582bb0d68c319161", 2293 + "https://deno.land/x/lume@v1.19.3/core.ts": "5166b6534d2fffb8be4991ebf4348968b0f9a633e9fecce7da4197a127ab78fe", 2294 + "https://deno.land/x/lume@v1.19.3/core/component_loader.ts": "878619823052607a2f11ac6cdf9f4fe1ff38c56c28ace9ef9271ae97a8c7783f", 2295 + "https://deno.land/x/lume@v1.19.3/core/data_loader.ts": "539968d1eb2759e14be2842a71b94cc1f14c66e2e0f57bc2530ea5444e4d92fa", 2296 + "https://deno.land/x/lume@v1.19.3/core/errors.ts": "73901534cfb14808a0fc69fd4929f169604b85f7b94e494be53e101f956b315d", 2297 + "https://deno.land/x/lume@v1.19.3/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce", 2298 + "https://deno.land/x/lume@v1.19.3/core/filesystem.ts": "2fc15dd0c7ff22fea416138be04665cf33cf57121b0ce4a861f41848d019a019", 2299 + "https://deno.land/x/lume@v1.19.3/core/formats.ts": "c22729574f2c3637e183863b0b181a332e6cd88cd02850e96d938b0939d95226", 2300 + "https://deno.land/x/lume@v1.19.3/core/fs.ts": "44595c684e9a78c009c13a7b5fb9c1bc93d25e3b1cb02e3de84b1fc7517749e1", 2301 + "https://deno.land/x/lume@v1.19.3/core/loaders/binary.ts": "cbbfe972103e2663adb2bcf350e2431a6510ef05ce2accc57cd59b09123a9f3d", 2302 + "https://deno.land/x/lume@v1.19.3/core/loaders/json.ts": "6e347508624c50f1a2345f83c4924d51fade44b44052a4b6d60e1efec5dfb0aa", 2303 + "https://deno.land/x/lume@v1.19.3/core/loaders/module.ts": "02b44732fb7269b33171b420e99ff9ae945f4eaaa53f2a37da362c754d962f9a", 2304 + "https://deno.land/x/lume@v1.19.3/core/loaders/text.ts": "4b1bc3bc64863dfac5cfd0a0acab0ea7b92cf04fffd5423b436dd9b138013a76", 2305 + "https://deno.land/x/lume@v1.19.3/core/loaders/yaml.ts": "025893f94aa9c56686832752892b97f029e93e4d58ca2236ea6f16fc7c01fd5a", 2306 + "https://deno.land/x/lume@v1.19.3/core/logger.ts": "6e1b68ac2bb7c052defb99bd925f7dd4522ed7c35ba2011bbfa84fbad9ee1d20", 2307 + "https://deno.land/x/lume@v1.19.3/core/processors.ts": "a94b05c794798e04ccdb2909a956d1ee239699e974c470b9e76eede41000acc5", 2308 + "https://deno.land/x/lume@v1.19.3/core/renderer.ts": "ffa44563975561183443f8990f7a395aec7759b58e217bfbb600895a8062aa36", 2309 + "https://deno.land/x/lume@v1.19.3/core/scopes.ts": "e12866d3a7d904b8d0635deed1e9b4c8f591ed41f3f26bd7dc55c86fffd6af43", 2310 + "https://deno.land/x/lume@v1.19.3/core/scripts.ts": "c7bf2110f29a745b7302d6be0df5279326dab0d4f1bad34de000cb9828ee1f65", 2311 + "https://deno.land/x/lume@v1.19.3/core/searcher.ts": "9d87c1be0cac6cf9b1070760823bd30ee2705c272cfbecbccc0da0268d069b24", 2312 + "https://deno.land/x/lume@v1.19.3/core/server.ts": "6d60f9b700f15a31a33b9c8f9704860e78c328cb5c8267ab5ffb8a4680061713", 2313 + "https://deno.land/x/lume@v1.19.3/core/site.ts": "fd7bab8a2aa16703f08be72640a3e61b8ecea1adf843e5488599d5b50e862013", 2314 + "https://deno.land/x/lume@v1.19.3/core/source.ts": "a9203c9348f355b16208b345f8eb146367c18375144439e6f11cc19e16a64ec1", 2315 + "https://deno.land/x/lume@v1.19.3/core/utils.ts": "b26144a123e3129e5bcce99876952fe574766a9879a0e71478783070b5b70a3b", 2316 + "https://deno.land/x/lume@v1.19.3/core/watcher.ts": "be43625025dcedc68fcb2e2e4f63cceb2d3a82f6c1c13107518035e613726016", 2317 + "https://deno.land/x/lume@v1.19.3/core/writer.ts": "e5f3f1659900c2500f1f25870e98ad8207f236bf350f83aa99acd74c84cf6291", 2318 + "https://deno.land/x/lume@v1.19.3/deps/base64.ts": "c146daa0de84948dedd935a7cffb107a0f97d92f66f9c604b97350b1e9c0c401", 2319 + "https://deno.land/x/lume@v1.19.3/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310", 2320 + "https://deno.land/x/lume@v1.19.3/deps/colors.ts": "88c51f7a80827062a84fbe196a1f5669cc6497b20fa53fea06094331fff0c4b2", 2321 + "https://deno.land/x/lume@v1.19.3/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45", 2322 + "https://deno.land/x/lume@v1.19.3/deps/dom.ts": "c39109b2f77e5ac53af8851bd46f09e82da5399bdeece5cd5c58272bd3c06b72", 2323 + "https://deno.land/x/lume@v1.19.3/deps/esbuild.ts": "fa17c4df972b53a6d0327d9715e5682449a038727274c3771bc5d9a46a9db69a", 2324 + "https://deno.land/x/lume@v1.19.3/deps/flags.ts": "f696d16e8ee73992798634e34eb3526b576e4230edd5ed5664b38a3eb2c9f9fa", 2325 + "https://deno.land/x/lume@v1.19.3/deps/front_matter.ts": "14f979bccbf3f3bb21a6ae0541802d7943c036b2a9d20ce1f9f3b3c74b15d171", 2326 + "https://deno.land/x/lume@v1.19.3/deps/fs.ts": "31717b45f05710058b4f4a369a98359b9b09c79cf106b0aba05d9847550a4956", 2327 + "https://deno.land/x/lume@v1.19.3/deps/http.ts": "ce47ed5aa35a59dfbf91e73cb232927f10563b91b3cfb679663c276876ec7305", 2328 + "https://deno.land/x/lume@v1.19.3/deps/jsonc.ts": "30487183feb4fed471d08a2a2018f41c1f5b91b4e2679b1cfd6c8b6693feae97", 2329 + "https://deno.land/x/lume@v1.19.3/deps/markdown_it.ts": "ef7e6f700c2163cedb2ff9ec7f12c2e31cfd34673ae20b63924038c09e2fd496", 2330 + "https://deno.land/x/lume@v1.19.3/deps/mdx.ts": "3178ce706ccaf348a0d2d81b69b4beaa46632c212493e3c2c39ba58a4354f5ef", 2331 + "https://deno.land/x/lume@v1.19.3/deps/nunjucks.ts": "c0197309ef1f07eed3e1800849db58c813424b174f6b235fdfdaf8fac0cf45c1", 2332 + "https://deno.land/x/lume@v1.19.3/deps/path.ts": "dd39a1c358b3fececb6e36f731c04252ab4328da2cb238c4e969cfd329fcc597", 2333 + "https://deno.land/x/lume@v1.19.3/deps/postcss.ts": "dcb78b00bac26223114607f34525fd447aa2cbe509700bd08e5dcb8ba1990e57", 2334 + "https://deno.land/x/lume@v1.19.3/deps/preact.ts": "40d83718a701a36a3f9ac550d88f47be2290c5cb60f901a8c6ecf857deffceb2", 2335 + "https://deno.land/x/lume@v1.19.3/deps/tailwindcss.ts": "4af2974834a9d5cb263d7614f968238f40cde8759e37f013cba4ecfd9a97b033", 2336 + "https://deno.land/x/lume@v1.19.3/deps/xml.ts": "75d8c8277f148379bacc846393dd644b4cbbfe7a151c12ece953bc5f7cb6f55e", 2337 + "https://deno.land/x/lume@v1.19.3/deps/yaml.ts": "9044943ce338ca0572c5b7f215919b98306bbbd609bd4c3171add2ce203e6a79", 2338 + "https://deno.land/x/lume@v1.19.3/middlewares/logger.ts": "1a6f34c185df60142abc9396737c3757d637ddbfdd9c1d1961906d34ed0b310c", 2339 + "https://deno.land/x/lume@v1.19.3/middlewares/no_cache.ts": "95fb11d820d931b6aca268fa30aee22e315c556bd214e135bb9b5ddbcbe039d6", 2340 + "https://deno.land/x/lume@v1.19.3/middlewares/not_found.ts": "8a2b7d78d0dd4f441cee909682faac9387ca3b801f8e4ae0f6695a007313732e", 2341 + "https://deno.land/x/lume@v1.19.3/middlewares/reload.ts": "1162ee5fc3c7e1f6b5fb3da73a648fc71f0a64d30ca48f05ed066c8cb80adbb6", 2342 + "https://deno.land/x/lume@v1.19.3/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72", 2343 + "https://deno.land/x/lume@v1.19.3/mod.ts": "39889108bfda96444489c2d4cec1de3f3a4daee3f5182c20b3965b16a0703055", 2344 + "https://deno.land/x/lume@v1.19.3/plugins/attributes.ts": "d3f3caeb684e4faa5fb5a380cf97a57322e4a66d8e56d64bc66690eb520c930a", 2345 + "https://deno.land/x/lume@v1.19.3/plugins/date.ts": "5b5b4a5715db86c39b4342366d3cc1e5ee67fd57d58acc0d0d793f90de4d53f6", 2346 + "https://deno.land/x/lume@v1.19.3/plugins/esbuild.ts": "0d6e6d8cd225b912016660622148830c1c3846b06aef393b06a181f710b69651", 2347 + "https://deno.land/x/lume@v1.19.3/plugins/feed.ts": "3e8f38523156b450daf7d1b114d431074e7328e702f77f87e3d28495c4f3826f", 2348 + "https://deno.land/x/lume@v1.19.3/plugins/json.ts": "ca6bf1bc6d42639f7bdf581dc9318832d8c2eaf83ae3ecdab6f02dfc738896bf", 2349 + "https://deno.land/x/lume@v1.19.3/plugins/jsx_preact.ts": "65d02bf551d7649317c754e3664a8f376f498461a2764114be8327ebfe98afd4", 2350 + "https://deno.land/x/lume@v1.19.3/plugins/markdown.ts": "c9964181ff61f15c9820cba7e98292973fae3ace9ea4cfe460b648ae3c6e4ae2", 2351 + "https://deno.land/x/lume@v1.19.3/plugins/mdx.ts": "5a85934644972610e3e5895ff729f22254bdd6c3b39e32631d9eb1cc540e2f4b", 2352 + "https://deno.land/x/lume@v1.19.3/plugins/modules.ts": "d31ababab5e35b47fc207685765c9431ddc7bec019061e18b1d36f527e13029d", 2353 + "https://deno.land/x/lume@v1.19.3/plugins/nunjucks.ts": "8382c559a416816074c0507a430f39b86be16d4ae2afddedfa0d10110d068a57", 2354 + "https://deno.land/x/lume@v1.19.3/plugins/paginate.ts": "e997b33da12da9d68b72d0c7615ec49d0e187012e8ffc78dac2b558edf27f795", 2355 + "https://deno.land/x/lume@v1.19.3/plugins/postcss.ts": "f08e615094f4fb811b18d08b67adfb9ad13bb6f63fe0f2917bb4898e77605134", 2356 + "https://deno.land/x/lume@v1.19.3/plugins/reading_info.ts": "1d072df7a4e0b32f57c403fbd8abcfe7483f34733299daebb7dde3e320d38da2", 2357 + "https://deno.land/x/lume@v1.19.3/plugins/search.ts": "7964988b54a03acb94e6e0d2362fd1c38cceec9a6e31c6156a850f9e52404b09", 2358 + "https://deno.land/x/lume@v1.19.3/plugins/sitemap.ts": "fb4338d22d9859463c9c7c39250693c6a7b002659b8ed200bf8c8493ba56c6c3", 2359 + "https://deno.land/x/lume@v1.19.3/plugins/source_maps.ts": "b224615d8e820de71c57beef1931ef63265863bc4abf4b67f8d50e5aebb0f0be", 2360 + "https://deno.land/x/lume@v1.19.3/plugins/tailwindcss.ts": "d4e14beb74e268be469500fc4e43ae349fa17dddffd65bd86ae33e11b8c79d21", 2361 + "https://deno.land/x/lume@v1.19.3/plugins/url.ts": "43d3d47896a7322a8dd34572dedb4baa6f73a382594a2ff7c34a3a064dcc6c9e", 2362 + "https://deno.land/x/lume@v1.19.3/plugins/utils.ts": "6435d164539d9e408e7e818b080cc1a96ff76ed3c376160577a7df751b57fa07", 2363 + "https://deno.land/x/lume@v1.19.3/plugins/yaml.ts": "df24aac4098dba258f1ac331a3b16ba488a336eb63c51afed8f59201228d583c", 2288 2364 "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/alarm.tsx": "dffda4eadbab77c870236178f760f83e1e1f64a1ad6b136a6c99153b5137b8db", 2289 2365 "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/armchair.tsx": "8f30005e11d3f227e9fb1607e256bf360fad121e824bf54cf8fe48ae7b94a0d4", 2290 2366 "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/brand-github.tsx": "3e7c2e085570ebe78bf72d7ba9ad77e6519930feff5f3b653c3ba5b29b1c863b",
+40
lume/src/shitposts/2023/xeact-incredible-journey-linkedin.mdx
··· 1 + --- 2 + title: LinkedIn post about the Xeact acquisition by Techaro 3 + date: 2023-10-29 4 + --- 5 + 6 + <XeblogConv name="Cadey" mood="enby"> 7 + Hello, welcome to shitposts! This is an experiment of mine where I 8 + keep a copy of the various "best hits" of things I post to social 9 + networks like LinkedIn. Hope this amuses you! 10 + 11 + This post was written out by hand and then translated into LinkedIn 12 + Voice by ChatGPT. I was inspired by the tone and flavor of things in 13 + [Our Incredible Journey](https://ourincrediblejourney.tumblr.com/) 14 + and decided to see what would happen if I fully sent it. 15 + </XeblogConv> 16 + 17 + I'm Xe Iaso, the CEO and co-founder of Xeact, the femtoframework for accelerated microservice development. Today, I'm thrilled to share some exciting news with you: Xeact is joining Techaro, the industry leader in computing services! 18 + 19 + This is a huge milestone for us and for our amazing community of customers and supporters. We started Xeact with a vision to make microservice development faster, easier, and more fun. We wanted to empower developers to create scalable and reliable applications with minimal code and configuration. 20 + 21 + We are proud of what we have achieved so far, but we know there is so much more we can do. That's why we decided to partner with Techaro, a company that shares our passion for innovation and customer success. Techaro has the resources, expertise, and reach to help us take Xeact to the next level. 22 + 23 + As part of Techaro, we will be able to leverage their cutting-edge technology and infrastructure to make Xeact even better. We will also be able to access their global network of customers and partners to expand our reach and impact. We are confident that this acquisition will benefit both Xeact and Techaro users in the long run. 24 + 25 + Of course, this also means some changes for Xeact. We will be shutting down Xeact on the 29th October, 2023. We will be providing support for existing customers until then. We will also be providing a migration path for customers who wish to move to Techaro's solution when it becomes available. 26 + 27 + We know this may come as a surprise to some of you, and we understand that change can be hard. But we hope you will join us in celebrating this new chapter in our journey. We are incredibly grateful for your trust and support over the years. You have been the driving force behind our success and we couldn't have done it without you. 28 + 29 + We also want to thank our amazing team, who have worked tirelessly to make Xeact what it is today. You are the best in the business and we are lucky to have you on board. We are excited to continue working with you at Techaro and see what we can achieve together. 30 + 31 + This is not the end of Xeact, but the beginning of something bigger and better. We are excited to see what the future holds for us and for you. Thank you for following us through our incredible journey through Xeact. We hope you'll join us for the next one. 32 + 33 + Xe Iaso, 34 + 35 + CEO and Co-founder of Xeact 36 + 37 + <XeblogPicture 38 + desc="A picture showing the Techaro plus the Xeact logo" 39 + path="blog/2023/incredible-xeact-journey/our-incredible-journey" 40 + />
+2
lume/src/shitposts/_data.yml
··· 1 + layout: blog.njk 2 + index: true
+2 -1
lume/src/videos/_data.yml
··· 1 1 layout: blog.njk 2 - type: video 2 + type: video 3 + index: true