Hacker Newsnew | past | comments | ask | show | jobs | submit | andelink's commentslogin

Great example of parent comments point.

No not really. It is an excellent rebuttal. It is funny and witty, compared to the sour GP comment.

It’s not excellent anything, except perhaps excellent LLM slop. Cut it out.

What does it mean to “win” in this context? Can’t we both win? But yes, if we want to use this framing, then yeah we are losing. But even if China wasn’t a thing at all, I would still say we’re losing



Did 28 upvoters really subscribe to this newsletter to read this?


> https://www.socsci.uci.edu/newsevents/news/2024/2024-07-17-w...

It’s clear you didn’t read your links because this one concludes with:

> "Scholars in China and at the UN have analyzed these and other data. Not a single person has 'discovered' such a huge discrepancy." ... "China has had at least three censuses since the start of the millennium, and there has been no evidence that more than 100 million people are overreported in China," Wang said.


Yes, and it boggles the mind as to why they did. Biden was quite the pro-worker president. Biden saved the Teamsters pension fund and then still the Teamsters officially wouldn't endorse him or Harris. To have your retirement rescued so spectacularly while the opposing party was throwing stones at it and then go on to vote for that opposing party who would have stopped that funding if they could... I just don't understand.


What would be the alternative? Just get who was driving your car to pay you back for the fine. If they are not accountable/honorable enough to back you back, then why were you letting them drive your car in the first place?


The same "alternative" that there is to every other crime in existence, proving the person you charged with a crime actually committed the crime. The default is suppose to be innocence, not guilty. It is the state's responsibility or problem to prove someone is guilty beyond a reasonable doubt, not a citizen's responsibility to prove their continued innocence at all times.


I mean, the state obviously has photo evidence. So you need to show that either the photo was taken in error, that it misidentified your vehicle or that you weren't the legal owner at the time.


They have a photo of a car, but the car cannot commit a crime all on its own, someone has to be driving it. And if you have no idea who is driving when you charge them you are inevitably going to be charging innocent people.


When the police come across a car that's parked illegally, do you think they should need to wait around and figure out exactly who left it before issuing a ticket? Of course not; the vehicle owner is responsible for ensuring it's parked legally.

In the same way, it's the vehicle owner's responsibility to make sure their car is not driven through a red light. If they abdicate that responsibility, they aren't innocent!


I got a couple of them like 20 years ago. Picture was terrible. I just through the ticket in the trash and never thought about it again.


That's absolutely hilarious. They take a photo of something approximating your vehicle that shows your plate number, toss it in a mail system that loses more than 0.5% of the class of mail used, then according to another poster in NY they impound your car after all this.

Anyplace with the slightest adherence to the rule of law requires the state to positively identify an actual person, not a vehicle owned by a person, that is responsible for a moving violation. And then personally serve that person rather than just coming up with this absolute bullshit excuse that an unreliable mail system with a letter dropped god knows where somehow is legal service.


A couple things wrong here:

1. Camera-issued tickets are not moving violations

2. Your car will not be impounded for failure to pay (maybe unless you have many, many unpaid tickets)

If the photo is bad, you can dispute it! That isn't presumption of guilt, it's the legal system working exactly as intended: one side presents their evidence, and the other side has a chance to respond.

Even if USPS loses 0.5% of mail (I am skeptical; that seems crazy high) the state sends at least three notices, so the chances of you missing every notice of your infraction is something like one in a million.


Only by the most ridiculous fiction is running a red light or speeding not a moving violation. They've intentionally pretended like it's not to get around the due process involved.


Seems like a minor thing to change IDEs over. Would a Zed task that runs the relevant git command work for you? e.g.

    // ${XDG_CONFIG_HOME}/zed/tasks.json
    [
      {
        "command": "git --paginate log --follow -p -m -1 ${ZED_FILE}",
        "label": "last-file-diff:${ZED_FILE}",
        "shell": { "program": "sh" }
      }
    ]

You can even throw a keybind on it if you'd like:

    // ${XDG_CONFIG_HOME}/zed/keymap.json
    [
      {
        "context": "Editor && mode == full",
        "bindings": {
          "ctrl-shift-g d": [
            "task::Spawn",
            { "task_name": "last-file-diff:${ZED_FILE}" }
          ]
        }
      }
    ]

I am not familiar with gitlens so not sure how close this gets you but you should be able to replicate the functionality you need from the git CLI and some light scripting. This can be a jumping off point maybe. If you want to view the diff using the zed diff viewer, you can do so using `zed --diff`, as demonstrated in this GitHub discussion: https://github.com/zed-industries/zed/discussions/33503#disc...


Short sighted to prioritize career over life. Few people in the US have any self-worth or identity outside their career, at least IME working in tech. It saddens me greatly. “Productivity” is a disease. Some of my closest friends have no idea what to do with themselves outside of work. No one lays on their death bed wishing they worked more.


It says “framer” is not in the word list, but it most certainly is a word, at least according to the New Oxford American Dictionary.


Looks like the word list in this game is rather thin. Some other that are absent from it: Reframe, Merman, Mummer, Rimmer, Rummer

(English is not my first language)


Let's add 'Murmurer' to that list


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: