25 Matching Annotations
  1. Sep 2024
    1. Your application code should not be dealing with PID files, log redirection or other low-level concerns.
    2. Let your operating system handle daemons, respawning and logging while you focus on your application features and users.
    3. This makes developing a modern daemon much easier. The init config file is what you use to configure logging, run as a user, and many other things you previous did in code. You tweak a few init config settings; your code focuses less on housekeeping and more on functionality.
    4. Less system administration, easier debugging, simpler code, all because you leveraged the init system to do the work for you!
  2. Mar 2024
    1. Likewise, we “trusted the process,” but the process didn’t save Toy Story 2 either. “Trust theProcess” had morphed into “Assume that the Process Will Fix Things for Us.” It gave ussolace, which we felt we needed. But it also coaxed us into letting down our guard and, in theend, made us passive. Even worse, it made us sloppy.

      Compare "trust the process" as a guiding principle with "let go and let God" which has a much more random and chaotic potential set of outcomes.

  3. Sep 2023
  4. Dec 2022
  5. Apr 2022
  6. Sep 2021
  7. Apr 2021
    1. What a convenient little elision for the Valley, the seat of real power. They’re not the repressive force; opposing them is. All they want is to let us be as free as when we were kids.

  8. Mar 2021
  9. Feb 2021
  10. Nov 2020
    1. The use of __proto__ is controversial and discouraged. It was never originally included in the ECMAScript language spec, but modern browsers implemented it anyway. Only recently was the __proto__ property standardized by the ECMAScript 2015 specification for compatibility with web browsers, so it will be supported into the future.
  11. Oct 2020
  12. Apr 2020
  13. Mar 2020
  14. Jan 2020
  15. Nov 2019
  16. Dec 2017
    1. Ki itt belépsz, hagyj fel minden reménnyel!«

      Ki itt belépsz, hagyj fel minden reménnyel!

  17. Dec 2016
    1. The church persecuted many scholars whose ideas and teaching contradicted religious beliefs. One such scholar was the Italian astronomer and physicist Galileo, who had been a member of the faculty of the University of Padua. The church silenced him in 1633 for arguing that Earth moved around the sun.

      Galileo started and moved the idea that scholars should have academic freedom.