• 1 Post
  • 75 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle






  • Yes, it is still a quartz watch. The oscillator is still a quartz oscillator. However the mechanism which advances the second hand is replaced with onethat does not need to tick.

    The kind of quartz watch is no longer a ticking quartz watch, it is a non-ticking quartz watch.

    As for the specific wording of the article, I would assume the authoris not fully versed in partsof quartz watches, and does not know that the oscillator which keeps time is different from the stepping motor which moves the hands.

    This invention targets only replacing the stepping motor, not the oscillator.



  • Lenin ordered the Red Terror. The main difference between him and Stalin when it comes to willingness to use state violence was the size of the state. His solution to political decent was mass executions. While it was announced as a class war on the bourgeoisie, it began with a massacreof sociallists. In addition to kulaks and white army afficers, it targeted the former bolshenik allies Left Socialists, anarchists, and striking workers. The Red Terror featured the creation of the gulags and concentration camps, hostage taking, and torture.




  • Ok, heres my run down:

    Nix is a package manager with the goal of making it so that when you install a package at a version, you always get the same thing.

    But isn’t that how all package managers work? Not at all. Most software requires other software to work (dependancies). Those dependencies also have dependencies, and so on. If a version of the dependency changes between installs, your package works differently. So Nix forces the package to specify what version of the dependency to use.

    But version numbers are pretty wishy-washy, so nix actually requires git commits. This is good, since it turns out, the compiler and libraries used to build the software are dependencies, too. Building with a different compiler can change the way the package works. So Nix forces the package to specify how to build it also.

    So Nix is a package manager where each version of a package is built against a known compiler, and comes bundled with a known set of dependencies.

    This allows some cool things, like generations. Change your list of installed packages (or configuratian, it handles that too), nix can save the old config and instantly go back to it. No more bricked linux install (if it can get past the bootloader). Also lets you do os-level per-directory installs. Have two projects that each need a different version of c compiler or postgres? Nix makes that easy. Want to make sure all dev machines in your project have the same python version? Just check in the config.


  • No bike friendly city, and very few advocates for them, are suggesting to ban motor vehicles entirely. Rather, we can structure infrastrucrue to serve both, instead of just cars.

    A 4 lane stroad can be turned into a two lane, limited access road with protected, separated bike lane and a median. This actually improves auto throughput, travel times, and emissions.

    A 2 lane residential street can have restricted parking, narrower right of way, and wide rsidewalks. This naturally slows cars, making shared right of way safer for all.

    A pedestrian zone can have moveable bollards, so that deliveries and mobility services can still access, whil keeping the street safe for people.

    In all these cases, its not about bulldozing buildings, its about changing the way we use existing land.


  • This is misleadingly reductionist. California high speed rail has made consistant progess in that time. That progress has been slower than ourslowest expectations. It demonstrates the void of expertise the US has in rail megaprojects. However, that expertise is being built, slowly and painfully. Its still forward progress for a nation which tore up half its rail overthe last 50 years.