Think of the kernel. It is the foundation of the operating system, and the operating system manages the applications on your system. If you have an inefficiently coded kernel it will affect everything else. It ensures stability of the entire system. Jesus is the kernel of our lives and daily goals. If he's not the kernel, our lives face bugs, glitches, and it all becomes unstable.
@T1000sivimetal Yes. Because it is not by deeds it is by faith in Jesus Christ in what he did for me and for you on the cross by taking our place that we deserve.
So then his beliefs are anti-American.
Declaration of Independence - "...Life, liberty, and pursuit of happiness."
Pledge of allegiance - "...For liberty and justice for all."
Aborting a life because of defects (or for any reason) goes against our core foundational beliefs and culture as Americans. So GTFO
@DavdReyes255514@TaraBull I stopped giving to homeless when I learned they use it as a hussle. They will stand in strategic places, and can collect an average of $300 a day.
@perplexity_ai Is something up with the server? Suddenly all spaces and history are all gone. Poof 💨
Logged out, tried to log back in. Waiting on the email.
With everything we are hearing right now about ticks this seems like good information to share.
“Here’s what I’ve learned after more ticks than I care to count.
First, whatever your uncle told you, forget it. No matches. No nail polish. No Vaseline. No soap on a cotton ball. All of those do the same terrible thing, they stress the tick out, and a stressed tick empties its gut back into the bite before letting go. Which, if you think about what that actually means for a second, is literally how Lyme and the rest get transmitted so you’re not speeding up its exit. You’re making it throw up into you.
Fine-tipped tweezers. Grip right where the mouthparts enter the skin, not the body, the head. Pull straight up, steady, no twisting, no jerking. It’ll feel like it’s resisting because it is, the mouthparts are barbed. Just keep the pressure on and it lets go in a few seconds. If a piece breaks off in the skin, leave it alone. Your body pushes splinters out. Digging around with a needle does more damage then the fragment ever would.
Clean it with alcohol or soap. Wash your hands.
Now here’s the part most people skip: don’t flush the tick.
Tape it to an index card. Clear packing tape right over the body, write the date and where on your body it was, and stick the card in a drawer. If you come down with anything weird in the next 30 days, rash, fever, joint pain, that flu-that-isn’t-flu feeling, that tick goes with you to the doctor. Some labs will test the tick itself, which is faster and often more reliable than waiting for antibodies to show up in your own blood. A dated tick taped to a card is one of the most useful things you can hand a doctor who’s trying to figure out what’s wrong with you.
The other thing worth saying out loud: if the tick was engorged when you pulled it, and you can’t swear it was off your body within 24 hours, call your doctor that same day. Don’t wait for a rash. Fewer than three out of four Lyme cases even produce the classic bullseye. A single preventive dose of doxycycline within 72 hours of a deer tick bite cuts the Lyme odds way down, and most docs in tick country will write that prescription without giving you a hard time, especially if you walk in with the tick taped to a card and a clear timeline.”
@YourAnonNews@WhiteHouse You'd be shocked to experience what fascism actually is. This ain't it. Stick to tech or whatever it is the "legion" does and leave the politics to others
if you're running multiple agents, you need a terminal multiplexer
I currently use CMUX, it's ghostyy's variant of TMUX, a terminal multiplexer that lets you split your terminal into multiple panes and windows, all inside a single session
instead of juggling separate terminal windows or being locked into one native app like Codex or Claude, you get:
> unlimited horizontal and vertical split panes in one window
> multiple tabs you can switch between instantly
> persistent sessions that survive disconnects
> notifications when any agent needs input
> model-agnostic setup, you can run GPT in one pane, Claude in another, local models in a third
I currently work like this:
> One big window with Hermes Orchestrator on the left
> Multiple open specialised agents on the right
> Agent Control Room session at the bottom
all in one view, zero alt-tabbing between apps
keeping full project context visible at all times
when I'm deep in a project and an agent surfaces something that needs attention, I can see it immediately without breaking focus. when one agent finishes and another needs input, the notification pops in-window.
before CMUX I was constantly switching between terminal windows, losing context, forgetting what was running where
the biggest productivity killer for me is context switching between projects.
CMUX doesn't fix that, but it eliminates context switching within a project, which compounds fast when you're running multiple agents.