This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| reading:2023:w27 [2023/07/05 08:32] – link to Event Sourcing by Martin Fowler pfm | reading:2023:w27 [2023/07/09 08:40] (current) – broszura: Czy praca naprawdę popłaca? pfm | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Key properties of a Reactive system: | Key properties of a Reactive system: | ||
| - | * responsive --- responds in a reasonable time if possible, | + | * responsive --- responds in a reasonable time if possible; |
| - | * resilient --- stays responsive even when failures occur, | + | * resilient --- stays responsive even when failures occur (e.g. fail gently, isolate failures so they don't propagate and cause the whole system to fail); |
| - | * elastic --- stays responsive under varying load, | + | * elastic --- stays responsive under varying load; |
| * message-driven --- relies on asynchronous communication. | * message-driven --- relies on asynchronous communication. | ||
| + | |||
| + | My key take-away here is that asynchronously processed messages update some model behind the scenes, so when the time comes to return some data to the user, it is ready. However, this probably involves eventual consistency and increased complexity. | ||
| See also: | See also: | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| ===== Evolving HTTP APIs ===== | ===== Evolving HTTP APIs ===== | ||
| Line 34: | Line 37: | ||
| - [[https:// | - [[https:// | ||
| - | :!: in progress | + | This idea doesn' |
| + | |||
| + | ===== Firefox 115.0 release notes ===== | ||
| + | |||
| + | According [[https:// | ||
| + | |||
| + | > Certain Firefox users may come across a message | ||
| + | |||
| + | However, this isn't very transparent about those other reasons for blocking extensions. Could for example Google request Mozilla to disable ad-blockers on YouTube? | ||
| + | |||
| + | ===== Czy praca naprawdę popłaca? ===== | ||
| + | |||
| + | Źródło: | ||
| + | * broszura otrzymana na [[kongresono: | ||
| + | * online (ang.): [[http:// | ||
| + | * kopia dostępna w [[https:// | ||
| + | * tłumaczenie: | ||
| + | |||
| + | W tym krótkim tekście [[wppl> | ||
| + | - wyjaśnia dlaczego relacja pracodawca--pracownik jest identyczna z relacją pan--niewolnik --- bo pracownik rezygnuje z części swojej wolności na czas wykonywania pracy najemnej; | ||
| + | - podważa pojęcie " | ||
| + | - pokazuje że barter wcale nie jest rozwiązaniem i przytacza trudności z oceną wartości pracy; | ||
| + | - zachęca do tzw. //pracy wolnej//, wykonywanej z poczucia potrzeby a nie dla zysku. | ||
| + | |||
| + | Przykładem pracy wolnej jest np. moje zaangażowanie w FOSS. | ||