• 0 Posts
  • 153 Comments
Joined 3 years ago
cake
Cake day: January 26th, 2024

help-circle



  • It’s also an opportunity to reconcile. Not that OP seems to want that, nor would the aunts most likely want that, but sometimes such events just make things… Click.

    Having okay relations with relatives is important, and afuneral is an opportunity for things to improve. That’s just pure sociology. You aunts will spin it into “God works in mysterious ways”, but it’s the same core thing with a culty religious spin.

    So my take is: bite your teeth and attend the funeral. It’s a one-time investment of a few hours. Odds are the aunts won’t want to make issues. Maybe it fixes things. Your fathed did ask nicely, after all. And it’d be nice to honour his request. Any semi-okay relatives would respect that, religious or otherwise.

    YMMW if they’re as fake as you say they are (religion is a hell of a drug), but if it doesn’t go the ideal way, you did your part and they failed theirs. If you don’t go, it’ll be the other way around because Christians unfortunately eork like that. And they like holding grudges. A funeral is (unfortunately) one of the few “chances” to reconcile. Shame someone needs to quite literally die for them to be this open to reconcoliation.

    Speaking like an ex-christian raised in the tradition: this could be your opportunity to get things to smooth over. They’re bound be as open to reconciliation as possible. Just don’t force it. Keep your distance and honour your dad’s wishes. Forcing things will have the opposite effect of seeming disingenuous. No action other than showing up necessary.

    The amount of families reconciled at christian funerals I’ve witnessed is in the low 20’s.










  • Not only that…

    They use this fucking incredible argument:

    “We destroy the book because when we scan it - that’s a new copy. If we destroy the oroginal - only one copy (the scan) remains”

    As if the model doesn’t get copied over and rented out in bajillions of instances. Its product - by all AI service ToS’s made free to use and copy royalty free (unlike say, every single library in this world, which universally forbid the photocopying of lent out books). Meaning - copyright infringement of the worst kind in any sane interpretation. Shame this world is insane.

    Such an incredible spin on the rules. Using them as the excuse to go against the core cultural, civilizational and moral imperative of archiving, while going against the spirit of the concept of what copyright was initially made to do - give authors the path to a livelihood from their work and denying it to parasites such as publishers.

    Copyright truly is dead. Indeed - the global copyright rules were on their last legs before AI and used only as anti-consumer protection for publishers (not authors!), but now they’re a sinked ship - the mask is off. It’s all plainly visible what they’re here to do now.







  • From what I gather (someone correct me if I’m wrong), carriage return and line feed do different things.

    Think of a typewriter. It has two things. A large lever you spam which lets you move the writing position towards the start of the page (that’s carriage return), and a small wheel you spin which adjusts the vertical positioning of the paper (that’s the line feed).

    Computers were modeled after typewriters. And in typewriter logic, to start writing in a new line, first you need to return the horizontal position to the start of the current line (CR), then feed a new line in (LF).

    If you just CR, you’ll start to type over the text already present on thal line, and if you just do a LF, you’ll start typing in a new line from the same horizontal position, leaving a large gap of unused space to the left.

    Newer models of typewriters made the large lever used for CR automatically do a LF as well as a quality of life improvement, as it was hard to nail down a consistent line spacing manually.

    As computer programs atopped thinking in terms of being a 1:1 logical replica of typewriters (simulating ink being stamped on the page with a mechanical arm and supporting stamping over existibg text), but ratger in terms of layers and text boxes, selecting and editing), editors lost the ability to destruxtively atamp over existing text, so CR doesn’t do anything anymore.

    Some systems only use LF (CR implicit) or verbosely say CRLF (what a typewriter would do).