From d354c2ca37728788424c888511e13b7f081d0c12 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Tue, 10 Feb 2026 15:22:02 -0600 Subject: [PATCH] feat: created posts I want to make page --- css/style.css | 20 +++++++++ posts/posts-I-want-to-make.md | 84 +++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 posts/posts-I-want-to-make.md diff --git a/css/style.css b/css/style.css index 8db3ec7..0aa655a 100644 --- a/css/style.css +++ b/css/style.css @@ -158,6 +158,26 @@ a { background: none; } +/* Lists in post content */ +.post-content ul, +.post-content ol { + margin-bottom: 1rem; + padding-left: 1.5rem; +} + +.post-content li { + margin-bottom: 0.25rem; +} + +.post-content ul ul, +.post-content ul ol, +.post-content ol ul, +.post-content ol ol { + margin-top: 0.25rem; + margin-bottom: 0.5rem; + padding-left: 1.5rem; +} + /* Expandable sections */ .expandable { border: 1px solid var(--border-color); diff --git a/posts/posts-I-want-to-make.md b/posts/posts-I-want-to-make.md new file mode 100644 index 0000000..ab469dd --- /dev/null +++ b/posts/posts-I-want-to-make.md @@ -0,0 +1,84 @@ +--- +description: "A blog post describing posts that I would like to make. Serves partially as a scratch pad for me to think on." +--- + +## project ideas +- Tail scale, style, layer 3, personal connection, network and identity service. (reticulum might be this?) +- package deployment for the reticulum style thing and distributed hosting via hashes of thr project and having overlays +- Signal can't ensure the other person deletes messages and it should stop pretending it does. +- IMS system for co-ops. +- Meal Prep and Planning Service. +- Non intellectual property platforms for digital art +- Video sharing websites and data sharing shouldn't be centralized and sharing content with others should be a part of consumption +## project documentation +- How this blog is made. +- nix configs. +## developer growth +- How to write commits so that your co-workers love you. + - write your PRs for other people + - other people need to support your changes + - you need to be able to look back in the future when things break and know why you did things (docs are better but this is the first draft) + - AI tools ig (or at least for a self review) + - important for career development (promotion documentation, and getting new jobs in open source work) + - conventional commits +- Functional programming makes your code observable, maintainable, and accessible by default. + - capturing inputs and outputs as function state allows you to test without mocks + - track the entire input state in your logs + - testing front end components like you are a screen reader +- I am tired of poorly built API's + - Use your HTTP methods correctly + - use path params for mandatory primitives, query params for optional ones, and bodies for everything else + - stop making objects with dynamic keys +## slice of life +- I have a love hate relationship with Typescript +- Leyla's texting and communication preferences. +- OSM is cool and you should use it + - how to get started + - overpass queries for community + - street complete to know where you live +- How I have my life set up/want to live + - kitchen setup + - preservation + - granola + - canning + - jam + - stock + - soffritto + - reuse + - stock + - stuffing + - clothing + - tech + - self host + - reuse + - dream house +- My comfort foods + - Favorite cake + - Opinions on bundt pans + - Tiramisu + - Carbonara + - Fettuccine Alfredo + - White people Sushi + - Enchiladas +- Drink preparation + - Kombucha making + - Cider making + - Sangria and Limoncello + - Gin basel Smash + - Markarita + - Egg nog + - Tom and Jerry's mix + - Thoughts on Long Island Tea +## politics +- you should be removing tracking information from all of your links. +- Why you should self-host in divest from big tech. +- Syndicalism and self hosting +- Stop attacking AI companies for stealing and attack capitalism itself +- Gender and sex aren't real stop pretending that they are + - stop using AGAB + - we don't need gender in a medical setting +- The state is not here to save you +- You should be an urbanist, go plant based, eat organic, and cook sustainably but thats still not enough +- vetting a group and constructing the people from a neo-Marxist perspective are the same thing +- Urbanism, community, organizing, atomization, making choices for yourself, and self hosting +- Stop trying to get clout with your orgs social media account \ No newline at end of file