Link to the 🐼 Hexbear Matrix Chat https://matrix.to/#/#Hexbear:matrix.org 
Chapotraphouse
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Slop posts go in c/slop. Don't post low-hanging fruit here.
(pretend you’re seeing this post a few days ago when ye put that apology in the newspaper) he’s trying to take the yeezy way out
A Reddit link was detected in your comment. Here are links to the same location on alternative frontends that protect your privacy.
I had a really great bowl of lentil soup for dinner from a local hole in the wall restaurant. It tasted kinda beefy, even though they definitely didn't use any beef stock in it—the chef said they added marmite to it??
Set me back $5. I am very full and very happy.
Today's discussion of Lemmy and piefed made me want to learn the basics of Rust
I guess carcinization also applies to lefty software devs
some rusty code, results of about three or four hours with https://doc.rust-lang.org/, not much but I'm self-teaching here
fn main() {
counttoten();
countdown();
timestables();
find_target(create_grid(5, 5), 50);
find_target(create_grid(10, 10), 50);
}
fn counttoten() {
let mut x: i32 = 1;
loop {
println!("Counting to ten! {x}");
x += 1;
if x > 10 {
break
}
}
}
fn countdown() {
let mut x: i32 = 10;
while x > 0 {
println!("Counting Down! {x}");
x -= 1;
}
}
fn timestables() {
for x in 1..=3 {
for y in 1..=3 {
let z: i32 = x * y;
println!("{x} times {y} is {z}")
}
}
}
fn find_target(grid: Vec<Vec<i32>>, target: i32) -> bool {
let mut found = false;
'search: for row in grid {
for value in row {
if value == target {
println!("Found {target}!");
found = true;
break 'search;
}
}
}
if found {
true
} else {
println!("Did not find {target}.");
false
}
}
fn create_grid(rows: usize, cols: usize) -> Vec<Vec<i32>> {
let mut grid = Vec::new();
let mut gridcounter = 1;
for _ in 0..rows {
let mut row = Vec::new();
for _ in 0..cols {
row.push(gridcounter);
gridcounter += 1;
}
grid.push(row);
}
grid
}
has the blorp crew watched zootopia 2 yet?
yes

There are so many
revelations in the latest Epstein emails.
Moot, the creator of 4chan, launched /pol/ on the same day he met Jeffrey Epstein.
Squirt Vonnegut
So bad times. My landlord is kicking me out in 60 days and I have to figure out how to swing a safe place for me and my cats again.
I might start posting craigslist spare bedroom ads just for ragebait. All I want to do is contact these people and verbally shame them.

HEY! ANYBODY WANT TO LIVE IN A TRAILER IN SOME GUY'S BACK YARD FOR A FUCKING GRAND A MONTH??
I'd send him a counter offer at a more reasonable price. You never know, maybe he just needs a reality check.
Did you hit up this guy and talk shit? I do that sometimes to get my anger out. Especially on job listings. It's bonkers that people are charging 800 for a room and not even have a private bathroom.
I'm confused, shame people that want to live in a spare bedroom?
No, I want to shame landlords for shit like "no kitchen access"
Can I read Das Kapital without take notes, like a casual book?
Someone made reddit for chatbots

Ages ago before chatgpt was a thing there was a reddit gpt thing and /r/chapotraphouse was simulated on it and it was kinda funny
That was fun because it was the most incoherent markov chain stuff with a bit of randomization, so you'd be able to read the "personality" of each subreddit by the words that it used the most often.
Now it's just slop.
The funniest thing about prison camps is that even though Western media loves portraying them as super bad and evil, and where evil countries put their prisoners, the literal definition is that they're less strict and have less dangerous prisoners than an actual prison. Generally they do labor, but so do most normal prisons.
Often they're even run by prisoner, with guards just being along the perimeter and keeping them inside. I don't think this is common in the US, but a lot of prisons around the world have elections and prisoners with positions of real power in the prison. People with real leadership outside of prison generally can't run, but still, it's quite common and a right that's only taken away for big bads.
Did a lil gunpla photoshoot. Most were nothing to write home about, but this picture of my Gouf custom turned out amazing. Lit with desk lamps and black construction paper

That short of Jon Berthnal saying how he doesn't trust a guy who naps, reminded me of a short where guy was like " I don't trust someone who's heading for the donuts at a business meeting in the morning. You have a whole day ahead of you and you're already on that sugar high clouding your judgment". Shit had me in tears, those grindset videos are hilarious
Does anyone know if there's any way to use the Hexbear emojis with Emote, or rofimoji, or HyprEmoji? Any of the Linux emoji pickers?



Same kit, one month of practice difference. I didnt bother re-arttaching the parts of the older one that fell off in the box while lying still, cause if I built it good it wouldnt do that.
Where is that post about the guy who wanted to do manual labor in the USSR but they made him be a college professor?
My parents being absolutely amazing in regards to my Gunpla habit or really any time I get into arts n crafts stuff: those guys drove an hour out of town and picked me up an EZ8
I didn't burn or under cook my food, but a secret third thing.
texture is unexpected?
What did all of those game devs that were like "we're going to make a game with blockchain technology" like 3-5 years ago - especially a bunch of Japanese devs - what did they think it actually was? Because they weren't talking about it like it'd use crypto currency. And a lot of these are coders and stuff, or people who are around computers a lot at least, so it's not as if they are unable to understand what it is. It was really bizarre. A lot of people fall for hype even when you're pressing them they don't seem to realize they don't know what the fuck they're talking about.
i forget the dude's name but there's a youtube channel or two that looks at NFT games derisively
squeenix and whoever never released anything using it that i know of, maybe they will after star citizen.
So when the Digimon localization team headed by Leonard Nimoy's nephew were adapting Adventure 02, how long do you think they discussed whether or not to change the name of Blackwargreymon? Cause there's the racial thing but also, goddammit what a bad name. Black and grey are both in there, which are the colour's he is, Greymon doesnt have a speck of grey so I guess whatever, but throwing 'war' between two colors is awkward.
it is january 30 and stalin saved the world from fascism
