

Signal is not open source.
Signal is not open source.
The modern Christian God is mostly a passive observer, whenever him or his agents have visited us there have been tons of miracles and magical shit, but that does not happen very often, and we’ve been basically alone for millenia while He is busy in his own realm. If Christ visited again, it would likely portend the end of the world, at least in a lot of Christian world views.
As other comments have pointed out, and you already mentioned this as a possibility, this is how I would write it:
(defun eat-more ()
"Open a new terminal."
(interactive)
(eat nil t))
However, given your goal of understanding commands and the buffer list better, I’ll try to explain a little better.
The first parameter, the shell, when left nil, will use your default eat-shell, so the funcall in your current implementation is redundant. The eat-shell can be customized separately if necessary.
The <3> or <5> or whatever suffix in the eat buffer name is actually not generated by eat itself, eat is using generate-new-buffer
, which is an Emacs built-in function that relies on the C function generate-new-buffer-name
.
So what you are attempting to do is not just re-implement a feature eat already has, but a core function within Emacs itself. If you don’t rely on built-in functionality, I would argue that you are not familiarizing yourself with elisp development, you are really creating your own language.
However, re-implementing what eat does can maybe be a good exercise, so to use the built-in function to help us, I would probably write it like something like this:
(defun eat-more ()
"Open a new terminal."
(interactive)
(require 'eat)
(eat
nil
(let ((name (generate-new-buffer-name eat-buffer-name)))
(when (string-match "<\\([[:digit:]]+\\)>" name)
(string-to-number (match-string 1 name))))))
One thing I’d like to draw attention to is the use of the variable eat-buffer-name
, which is defined by eat and is customizable, so even though most people are using the default name "*eat*"
, this could be different for some users. However, using this variable means we need to ‘require’ the eat package first. In the simpler answer, we were relying on the fact that the (eat ...)
command is autoloaded, and can be called without requiring the package first. But that isn’t true for the eat-buffer-name
variable.
What, did the simulator get assembled by a passing tornado? Everyone who believes in simulation theory thinks this reality was designed, constructed, usually by someone that looks like us. That’s pretty damn close to Christianity.
Belief in a simulation implies intelligent design of some sort, so this is, in my opinion, just a 21st century way of asking the age old question, does God exist?
It is fair game to consider non answers as incriminating even if those comments occurred in a criminal proceeding. It is OK for an employer to look at court documents and come to a different conclusion than the jury because they are allowed to consider more context. In other words, avoiding criminal liability does not protect you from all forms of justice or consequences for your actions. Citizens absolutely should consider as much context as they can when trying to decide whether to act against their leaders.
This is not true!!! unless in the very specific context of a criminal court proceeding. In every other context, refusal to answer a question can be used as evidence against you. For a government job application, divorce/civil proceedings, and any other conversation happening outside of a court, it is fair game to consider non answers as incriminating. In some cases you can even force a defendant to answer questions if they enjoy some kind of immunity, and hold them in contempt otherwise.
deleted by creator
deleted by creator
You literally just had to put a mark on a piece of paper. There’s zero obligation afterwards. You could have voted for Harris and denounced her stance on Israel at the exact same time. So many people did just that. Nobody was asking you to sell your humanity.
A large portion of Republicans, including the GHF, believe that war in Israel will bring about the end of days and they will be raptured. There was a clear choice to be made. There were lives on the line. You yourself acknowledged Trump offered a ‘bit faster genocide’. Now religious extremists are actively engaged, on the ground, in genocide while carrying an American flag. Because of the election. Because of your choice.
Things have materially deteriorated in Gaza directly because of the election. The Christian Republican org GHF, created in February, is engaged in forced relocations and massacres. Bibi would not have cut off all aid to Gaza in March without Republicans blessing and support. Things would be bad, but there are some policy differences regarding Israel between the parties. These were very very clear if you watched or read about the convention speeches. Harris acknowledged the genocide and said her goal was for Palestinians to have self determination. Trump said a bunch of unhinged shit. But his policy has always been pro genocide.
Yeah, this is kinda ridiculous. If electing Harris would have saved a single Palestinian life, it would’ve been the correct choice.
Once again, here we are though, in a paradise of your own creation. Isn’t it great? Aren’t you happy with the state of things? Fascism is in full bloom, access to the polls is shrinking, genocide has sped up. Socialism must be right around the corner, right? Looks like your vote against Harris is going to save the world after all.
Lol yeah voting for Harris was the accelerationist choice. What planet are you on??
We are literally watching your accelerationist theory fall apart at this very moment and you still defend it. This is the result you wanted, right? Democrats got their ass handed to them last November so they were forced to admit their mistakes and began pushing their platform further left and taking stronger stances against Republicans and genocide. Right? Surely by now your theory of voting for the worse outcome should have taught them the correct lesson? You aren’t just a useful tool to enable fascism with no upside? Right??
You can be worse or better about genocide, it’s unequivocally false to say that all genocides are equal. There was a choice. We could have had less killing or more.
And that’s just from the respective platforms. I don’t think people realize the extent to which Republicans do not listen to or care about their voters. We had an opportunity to put Harris in office and then berate the shit out of her the entire term to be better. That’s not an option anymore. We are very much locked in to whatever braindead idea some billionaire spoons Trump.
I can’t help but wonder if your son is shy about his relationship or maybe he has some fear about talking about it with you. It sounds like things are more serious between them than he’s telling you. It’s not impossible to make new friends as a high school junior, but the way it is described it sounds more likely they are romantically involved, and in that case, expensive gifts aren’t very strange for someone in an upper middle class family.
Republicans were like, do these crazy things or we’ll cut your funding. Harvard said no. This comes after Columbia mostly acquiesced to similar demands.
I was wrong, just remembered incorrectly.