From 30e6abdd332d9e4e3ea63dc656cb2ac0f1faea79 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Tue, 17 Feb 2026 23:21:41 -0600 Subject: [PATCH] feat: added notes to drafts --- .../creative-commons-digital-art-platform.md | 6 +++++- posts/drafts/distributed-package-managment.md | 2 ++ posts/drafts/drink-preparation.md | 5 ++++- posts/drafts/functional-programming.md | 3 ++- posts/drafts/gender-isnt-real.md | 1 + ...nic,-and-cook-sustainably-but-its-not-enough.md | 5 +++++ posts/drafts/ims-for-co-ops.md | 5 +++++ ...make-choices-for-yourself-and-your-community.md | 4 ++++ posts/drafts/make-your-api-better.md | 1 + posts/drafts/meal-prep-and-planning-service.md | 3 +++ .../political-things-we-should-do-yesterday.md | 3 ++- posts/drafts/remove-tracking-params-from-links.md | 14 ++++++++++++++ posts/drafts/self-host-and-divest-from-big-tech.md | 6 ++++++ posts/drafts/self-host-opt-out.md | 5 +++++ posts/drafts/writing-pull-requests.md | 3 ++- 15 files changed, 61 insertions(+), 5 deletions(-) diff --git a/posts/drafts/creative-commons-digital-art-platform.md b/posts/drafts/creative-commons-digital-art-platform.md index b906156..57a6181 100644 --- a/posts/drafts/creative-commons-digital-art-platform.md +++ b/posts/drafts/creative-commons-digital-art-platform.md @@ -1 +1,5 @@ -- Non intellectual property platforms for digital art \ No newline at end of file +- Non intellectual property platforms for digital art + +intellectual property is as fake as real property, charging for it indefinitely is rent seeking + +artists still need to be compensated for their work but after that point the only fees should be to pay to host the data to make it available \ No newline at end of file diff --git a/posts/drafts/distributed-package-managment.md b/posts/drafts/distributed-package-managment.md index 2d49400..8c31802 100644 --- a/posts/drafts/distributed-package-managment.md +++ b/posts/drafts/distributed-package-managment.md @@ -1 +1,3 @@ - package deployment for the reticulum style thing and distributed hosting via hashes of thr project and having overlays + +nix is cool but it is built off of centralized corporately owned platforms \ No newline at end of file diff --git a/posts/drafts/drink-preparation.md b/posts/drafts/drink-preparation.md index 4309de4..516b99e 100644 --- a/posts/drafts/drink-preparation.md +++ b/posts/drafts/drink-preparation.md @@ -3,8 +3,11 @@ - Kombucha making - Cider making - Sangria and Limoncello + - Makes an amazing combination to make on the same night, one is ready in a week, the other is ready in a month - Gin basel Smash + - My favorite bar in berlin https://www.cinegeek.de/ - Markarita - Egg nog - Tom and Jerry's mix - - Thoughts on Long Island Tea \ No newline at end of file + - Thoughts on Long Island Tea + - My ex used it as how they would test if a bar has good drinks. If it taste good the bar is good, if it taste like gasoline the bar hash shit drinks \ No newline at end of file diff --git a/posts/drafts/functional-programming.md b/posts/drafts/functional-programming.md index 943d4ad..5d2d220 100644 --- a/posts/drafts/functional-programming.md +++ b/posts/drafts/functional-programming.md @@ -1,4 +1,5 @@ - Functional programming makes your code observable, maintainable, and accessible by default. + - makes it easier to learn what a part of the code does because it doesn't depend on external context that can mutate local state - 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 + - testing front end components like you are a screen reader makes them more accessible diff --git a/posts/drafts/gender-isnt-real.md b/posts/drafts/gender-isnt-real.md index 0663332..0c7aadb 100644 --- a/posts/drafts/gender-isnt-real.md +++ b/posts/drafts/gender-isnt-real.md @@ -1,3 +1,4 @@ - Gender and sex aren't real stop pretending that they are - stop using AGAB - we don't need gender in a medical setting + - assuming pronouns of conservative people just re enforces gender roles and norms \ No newline at end of file diff --git a/posts/drafts/go-car-free,-plant-based,-eat-organic,-and-cook-sustainably-but-its-not-enough.md b/posts/drafts/go-car-free,-plant-based,-eat-organic,-and-cook-sustainably-but-its-not-enough.md index e879606..6717a8f 100644 --- a/posts/drafts/go-car-free,-plant-based,-eat-organic,-and-cook-sustainably-but-its-not-enough.md +++ b/posts/drafts/go-car-free,-plant-based,-eat-organic,-and-cook-sustainably-but-its-not-enough.md @@ -1 +1,6 @@ - You should be an urbanist, go plant based, eat organic, and cook sustainably but thats still not enough + + - consumer actions do not create lasting structural changes to make the changes sustainable + - parts of "organic" are nonsense pseudoscience + - GMO's are good, growth hormones are fine, anti-biotics and fertilizers are useful in moderation, + - there are things in it that are not (permaculture, fossil fuels shouldn't be used) \ No newline at end of file diff --git a/posts/drafts/ims-for-co-ops.md b/posts/drafts/ims-for-co-ops.md index 65dbf3f..5e2f173 100644 --- a/posts/drafts/ims-for-co-ops.md +++ b/posts/drafts/ims-for-co-ops.md @@ -1 +1,6 @@ - IMS system for co-ops. + + - to own the means of production we also need to own the software + - community ownership of the infrastructure that powers it is important for stability + - needs to support customer and worker co-ops + - federation of co-op systems \ No newline at end of file diff --git a/posts/drafts/make-choices-for-yourself-and-your-community.md b/posts/drafts/make-choices-for-yourself-and-your-community.md index 5b1a88e..33e1d6b 100644 --- a/posts/drafts/make-choices-for-yourself-and-your-community.md +++ b/posts/drafts/make-choices-for-yourself-and-your-community.md @@ -1 +1,5 @@ - Urbanism, community, organizing, atomization, making choices for yourself, and self hosting + + - collective ownership of collective resources and services fosters community and creates comradery + - collective ownership makes self hosting more possible for people who it would usually not be possible for + - the atomization into the burbs has made this harder and has allowed large corporations to take over the internet \ No newline at end of file diff --git a/posts/drafts/make-your-api-better.md b/posts/drafts/make-your-api-better.md index 0edc320..fd3d534 100644 --- a/posts/drafts/make-your-api-better.md +++ b/posts/drafts/make-your-api-better.md @@ -2,3 +2,4 @@ - 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 + - REST isn't JSON api's learn what representative state transfer means (its just functional programming but split over multiple machines) diff --git a/posts/drafts/meal-prep-and-planning-service.md b/posts/drafts/meal-prep-and-planning-service.md index 2086f7f..71f5429 100644 --- a/posts/drafts/meal-prep-and-planning-service.md +++ b/posts/drafts/meal-prep-and-planning-service.md @@ -1 +1,4 @@ - Meal Prep and Planning Service. + + - making diet choices and eating health is hard to manage for the average person + - people need tools that give them a helping hand to make choices that are better for them, the world, and the environment without having to actively think about it \ No newline at end of file diff --git a/posts/drafts/political-things-we-should-do-yesterday.md b/posts/drafts/political-things-we-should-do-yesterday.md index e0ac75f..70b17da 100644 --- a/posts/drafts/political-things-we-should-do-yesterday.md +++ b/posts/drafts/political-things-we-should-do-yesterday.md @@ -16,4 +16,5 @@ - We shouldn't have speed limits, we score vehicles based on how they can strike a pedestrian or biker, and then limit the newtons that a vehicle can have based on the reaction time another person would have to react to their speed - National payment service like europe - digital right like the GDPR and ban DRM - - government provided 0 interest rate loans for emergency expenses \ No newline at end of file + - government provided 0 interest rate loans for emergency expenses + - Vacancy tax \ No newline at end of file diff --git a/posts/drafts/remove-tracking-params-from-links.md b/posts/drafts/remove-tracking-params-from-links.md index 26cf98b..92de747 100644 --- a/posts/drafts/remove-tracking-params-from-links.md +++ b/posts/drafts/remove-tracking-params-from-links.md @@ -1 +1,15 @@ - you should be removing tracking information from all of your links. + +parts of a url: + + + +explain what each part does + +explain why a website would want to use query parameters + +teach that tech companies then started to use that information to track how users use their websites + +explain why that is a bad thing for privacy, and personal life + +give example of tracking links and how to protect against them \ No newline at end of file diff --git a/posts/drafts/self-host-and-divest-from-big-tech.md b/posts/drafts/self-host-and-divest-from-big-tech.md index ad0f386..0bd8406 100644 --- a/posts/drafts/self-host-and-divest-from-big-tech.md +++ b/posts/drafts/self-host-and-divest-from-big-tech.md @@ -1 +1,7 @@ - Why you should self-host in divest from big tech. + +talk about all the bad things big tech does +- funding and supporting genocide +- eroding user rights +- making activism harder +- supporting the police state \ No newline at end of file diff --git a/posts/drafts/self-host-opt-out.md b/posts/drafts/self-host-opt-out.md index 0f44086..85256d1 100644 --- a/posts/drafts/self-host-opt-out.md +++ b/posts/drafts/self-host-opt-out.md @@ -1 +1,6 @@ - Self host opt out applications + +https://www.ag.state.mn.us/Data-Privacy/ +https://justdeleteme.xyz/ + +companies that do this have very low operating costs from a technical perspective \ No newline at end of file diff --git a/posts/drafts/writing-pull-requests.md b/posts/drafts/writing-pull-requests.md index 8ef34e7..d0ce107 100644 --- a/posts/drafts/writing-pull-requests.md +++ b/posts/drafts/writing-pull-requests.md @@ -4,4 +4,5 @@ - 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 \ No newline at end of file + - conventional commits + - examples and how to test should be listed in the description if applicable \ No newline at end of file