• 1 Post
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle


  • If a person has harmed others, and is likely to do more harm in the future, it’s appropriate to remove them from society. This is why prisons exist.

    Drivers licence suspension typically is the consequence of crimes that are too minor to warrant prison. In this case, the perpetrator has the chance to make changes to their life to avoid prison. For example, they can accept slow public transit, bike to work, get a closer job, move to a place where it’s easier to live without a car.

    Obviously, It will be challenging for the perpetrator to reorganize their life in a way that does not require them to risk harming others, and many will fail.

    But your argument that society is required to accept being victimized by dangerous drivers because it would be inhumane to force them to use alternative forms of transportation (used by millions of people too poor to afford a car, even in the most car dependent cities) is absurd.


  • something like 15,000 empty houses right now

    This statistic is meaningless because many of the cities with excess housing are in places with no jobs

    building brand new single family homes doesn’t empower the working class, it empowers landlords

    This is incorrect. The important statistic to look at is vacancy rate In almost all the major cities in the US vacency rates are well below the tenant empowering 8% and many are below the 5% rate where tenant have a fighting chance. We absolutely need more housing. I’d prefer duplexes, triplexes, row houses and apartments for urbanist reasons, but the idea that building more houses empowers landlords over the proletariat is ridiculous.
















  • The goal of the zig language is to allow people to write optimal software in a simple and explicit language.

    It’s advantage over c is that they improved some features to make things easier to read and write. For example, arrays have a length and don’t decay to pointers, defer, no preprocessor macros, no makefile, first class testing support, first class error handling, type inference, large standard library. I have found zig far easier to learn than c, (dispite the fact that zig is still evolving and there are less learning resources than c)

    It’s advantage over rust is that it’s simpler. Ive never played around with rust, but people have said that the language is more complex than zig. Here’s an article the zig people wrote about this: https://ziglang.org/learn/why_zig_rust_d_cpp/