feat: added notes to drafts
This commit is contained in:
parent
c807832724
commit
30e6abdd33
15 changed files with 61 additions and 5 deletions
|
|
@ -1 +1,5 @@
|
||||||
- Non intellectual property platforms for digital art
|
- 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
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
- package deployment for the reticulum style thing and distributed hosting via hashes of thr project and having overlays
|
- 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
|
||||||
|
|
@ -3,8 +3,11 @@
|
||||||
- Kombucha making
|
- Kombucha making
|
||||||
- Cider making
|
- Cider making
|
||||||
- Sangria and Limoncello
|
- 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
|
- Gin basel Smash
|
||||||
|
- My favorite bar in berlin https://www.cinegeek.de/
|
||||||
- Markarita
|
- Markarita
|
||||||
- Egg nog
|
- Egg nog
|
||||||
- Tom and Jerry's mix
|
- Tom and Jerry's mix
|
||||||
- Thoughts on Long Island Tea
|
- 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
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
- Functional programming makes your code observable, maintainable, and accessible by default.
|
- 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
|
- capturing inputs and outputs as function state allows you to test without mocks
|
||||||
- track the entire input state in your logs
|
- 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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
- Gender and sex aren't real stop pretending that they are
|
- Gender and sex aren't real stop pretending that they are
|
||||||
- stop using AGAB
|
- stop using AGAB
|
||||||
- we don't need gender in a medical setting
|
- we don't need gender in a medical setting
|
||||||
|
- assuming pronouns of conservative people just re enforces gender roles and norms
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
- You should be an urbanist, go plant based, eat organic, and cook sustainably but thats still not enough
|
- 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)
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
- IMS system for co-ops.
|
- 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
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
- Urbanism, community, organizing, atomization, making choices for yourself, and self hosting
|
- 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
|
||||||
|
|
@ -2,3 +2,4 @@
|
||||||
- Use your HTTP methods correctly
|
- Use your HTTP methods correctly
|
||||||
- use path params for mandatory primitives, query params for optional ones, and bodies for everything else
|
- use path params for mandatory primitives, query params for optional ones, and bodies for everything else
|
||||||
- stop making objects with dynamic keys
|
- 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)
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
- Meal Prep and Planning Service.
|
- 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
|
||||||
|
|
@ -17,3 +17,4 @@
|
||||||
- National payment service like europe
|
- National payment service like europe
|
||||||
- digital right like the GDPR and ban DRM
|
- digital right like the GDPR and ban DRM
|
||||||
- government provided 0 interest rate loans for emergency expenses
|
- government provided 0 interest rate loans for emergency expenses
|
||||||
|
- Vacancy tax
|
||||||
|
|
@ -1 +1,15 @@
|
||||||
- you should be removing tracking information from all of your links.
|
- you should be removing tracking information from all of your links.
|
||||||
|
|
||||||
|
parts of a url:
|
||||||
|
|
||||||
|
<!-- insert custom html that shows the parts of a url but color coded with a legend at the bottom, when a component is hovered it should highlight its corresponding legend item, use aria by labels to link together legend items and sections with their url part -->
|
||||||
|
|
||||||
|
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
|
||||||
|
|
@ -1 +1,7 @@
|
||||||
- Why you should self-host in divest from big tech.
|
- 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
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
- Self host opt out applications
|
- 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
|
||||||
|
|
@ -5,3 +5,4 @@
|
||||||
- AI tools ig (or at least for a self review)
|
- AI tools ig (or at least for a self review)
|
||||||
- important for career development (promotion documentation, and getting new jobs in open source work)
|
- important for career development (promotion documentation, and getting new jobs in open source work)
|
||||||
- conventional commits
|
- conventional commits
|
||||||
|
- examples and how to test should be listed in the description if applicable
|
||||||
Loading…
Add table
Add a link
Reference in a new issue