[-] culpritus@hexbear.net 14 points 8 hours ago

I really want to see how this cable catch system works. Seems like something that would look pretty cool to see in slow-mo.

[-] culpritus@hexbear.net 6 points 10 hours ago

Consider going outside preferably with nice weather and some chill nature vibes, which for me would also include a bike ride. Otherwise consider doing something creative or playful, I might play on an instrument or just finger drum or sketch, etc. Just release something from yourself into the world creatively. Or consider getting some rest and slow down and just relax with some comfort vibes.

[-] culpritus@hexbear.net 7 points 15 hours ago* (last edited 15 hours ago)

I usually prefer propane just for ease of use, but some actual charcoal or wood fire is a nice treat sometimes. I'm also curious about an induction setup with some grill plates, since that would be even more simple and easy potentially. I think some kind of induction system that you can use with a simple extension cord could be pretty ideal for grilling and frying outdoors.

[-] culpritus@hexbear.net 39 points 17 hours ago

Here's 5 patriot missles, don't shoot them off all at once!

how-much-could-it-cost

[-] culpritus@hexbear.net 40 points 20 hours ago

So much copium in the replies, and yet the losses and casualties from the previous hot period are still trickling through the mainstream media currently.

[-] culpritus@hexbear.net 1 points 23 hours ago* (last edited 23 hours ago)

https://www.youtube.com/watch?v=Kz7MfkVAC40

Exempt from international climate agreements and rarely scrutinized in mainstream reporting, the U.S. military is the world’s largest institutional polluter. Earth’s Greatest Enemy uncovers the hidden link between war, empire, and ecological destruction, revealing how military operations contaminate water, devastate ecosystems, and accelerate the climate crisis across the globe.

[-] culpritus@hexbear.net 16 points 23 hours ago

Cyclospora is a microscopic parasite that causes an intestinal illness known as cyclosporiasis, which typically leads to symptoms like watery diarrhea, cramping, and nausea. It is primarily spread through contaminated food or water, particularly fresh produce.

So how much of FDA, EPA, CDC and related agency cuts are likely directly connected to this as well? Water quality and food supply chain safety will likely continue to deteriorate. Screw~~ball~~worm leadership will continue to create more terrible outcomes across the country.

[-] culpritus@hexbear.net 8 points 23 hours ago

JDPON Don is now heightening the contradictions with regard to US government control of the DNS system.

[-] culpritus@hexbear.net 9 points 23 hours ago

Yo dawg, I heard you like monsters in your pocket, so I put a pocket on your pocket monster so it can have a pocket monster too.

[-] culpritus@hexbear.net 1 points 1 day ago

https://apnews.com/article/israel-poll-democrats-republicans-b91cdc0aaf31f6bc226a0584115b886f

About one-third of U.S. adults — including roughly half of Democrats — believe that Israel has committed genocide against Palestinians during the war in Gaza, an accusation that’s been leveled by some human rights organizations and vehemently denied by Israel and the U.S. government. About 2 in 10 Americans say Israel has not and the rest, about half, don’t know enough to say.

A similar share, 30%, of Jewish adults say Israel has committed genocide, although about half, 49%, say it has not.

Harold Kalmus, a 69-year-old Democrat from Arden, Delaware who describes himself as Jewish by birth, said he remembers being proud of Israel when he was younger. Not anymore.

“I realize that there is a threat from Hamas. And I realize they’re in a very difficult situation, but what they have done is just an unspeakable horror,” he said of Israel’s military action against the Palestinians. “They’re trying to wipe out a civilization as far as I’m concerned.”

About 58% of Democrats now say the U.S. is “too supportive” of the Israelis, up from 45% in an AP-NORC poll from January 2024 when former President Joe Biden was in office. That includes 51% of Jewish Democrats in the new poll.

[-] culpritus@hexbear.net 20 points 1 day ago

Nyan Cat is not amused. wtf

29
of orcs and ogres (thelemmy.club)
submitted 2 days ago by culpritus@hexbear.net to c/memes@hexbear.net

only the highest quality version of this meme exclusively for sicko-hexbear-woke

8
submitted 5 days ago* (last edited 5 days ago) by culpritus@hexbear.net to c/badposting@hexbear.net

O poopiful for spacious balls
For amber waves of piss
For poople mounds on testicles
Above the poop-filled floor

amerikkka amerikkka
Pig poop his balls on thee
And brown thy balls in pooper-hood
From taint to shining cheeks

PIGPOOPBALLS amerikkka PIGPOOPBALLS amerikkka PIGPOOPBALLS

29

So I've been dabbling in the LoRa Mesh networking world for a few months. The meshnets are created between Long Range radios (LoRa), and there are two common protocols/software layers used: Meshtastic (MT) and Meshcore (MC) for basic text messaging. The radios use public frequencies (915 Mhz in the US) that can propagate over many kilometers if there is line-of-sight between two nodes. Generally the same hardware can be firmware flashed to support either option (but not both at the same time).

Meshtastic is the earlier version, and it is very much focused on a non-hierarchical network topology. With MT, every node is also a repeater/router. Now this can be configured in many different ways per device, but the main idea is that the meshnet is fluid and adhoc. This makes sense in some contexts like off-grid coordination, search and rescue in remote areas, stuff where the meshnet is made up of a small number of nodes that are mostly moving independently in a localized area.

Meshcore differently uses dedicated repeater nodes along with the end user "companion" nodes (same hardware with different firmware). So the meshnet is made up of these repeaters (generally fixed in place) that relay messages between companion nodes that do not repeat by default. It is much more suited for urban and suburban contexts where there are more users and many fixed repeaters across the area.

There's a sort of case study from the San Fransisco Bay Area where the early adopters initially tried to create a meshnet based on MT, but later transitioned in mass to MC because it just worked better for the context of the area and use cases.

This reddit comment summarizes their experience:

https://www.reddit.com/r/sonomacounty/comments/1rmuuvq/comment/o93ogmh/

This is all just to give some context to my main purpose of this post: different network topologies and organizing principles and how they work in different contexts.

In many ways the guiding philosophy of MT is based in a fairly strict understanding of the anarchic perspective. This can be really useful to prove out how a flat org structure can work at a small scale. The problem arises particularly for MT in that when every node is also a repeater/router the airwaves start to get saturated pretty quickly as the number of nodes scales up. The frequency space is the common resource that the meshnet has to manage effectively and efficiently to function.

MC resolves this issue by introducing a minimum of hierarchy with dedicated repeater nodes. This reduces the overall saturation of the common frequency space pretty well, because the companion nodes (users) don't usually reach too far on their own. So by having these repeater nodes in strategically fixed positions around the geography for line-of-sight coverage, you get a network topology that is a bit closer to the traditional cellular network. It also uses some thoughtful routing algorithms to reduce unneeded message propagation noise. Part of this relies on "paths" messages take across the repeaters. If one node is sending direct messages to anther node in range, then repeating is not warranted. If the other node is at an unknown path, MC defaults to a "flood" routing mechanism while trying to send the message. Once a path to the other node is found, it becomes the default for subsequent messages until that path fails, then it reverts to the "flood" routing again.

TL;DR:

It's an interesting illustration of how adhoc fluidity can be very functional at a smaller scale, but as the scale grows it is often necessary to implement some minimal level of justified hierarchy to keep things functioning effectively. It's also a nice reminder that technology is socially embedded, and understanding the sociological aspects of its context and use cases is very much a dialectical process.

ancom-heart heart-sickle

42
messmeme (thelemmy.club)
submitted 1 week ago by culpritus@hexbear.net to c/memes@hexbear.net
15
MOU or IOU (hexbear.net)

Is this something?

80
submitted 3 weeks ago* (last edited 3 weeks ago) by culpritus@hexbear.net to c/chapotraphouse@hexbear.net

“Israel is the Startup Nation, while Texas is the Scale Up State, and together this partnership is another step towards making Texas the Dual-Use Capital of the World. I want to invest in Israeli entrepreneurs and the world-changing technology that they develop,” added Joshua Baer, Founder and CEO of Capital Factory.

One person was killed: Joshua Baer, 50, a leader in Texas’ technology and startup sectors. Three male teenage passengers and two pilots survived, as did a person in a truck struck by the plane as it crashed.

The business jet barreled cockeyed down the dark highway, knocking down one light pole after another, an orange glow of sparks trailing it.

From a distance, Ivan Franco thought it must be a car. But as he approached in his tow truck, he saw it was a plane — broken in half, its fuselage resting on its side, bright fire beginning to rise above. He stopped and rifled through the rescue kit his company keeps in the truck, grabbing a sledgehammer as well as three fire extinguishers, which he handed off to police officers.

“At that moment, you don’t think much about what to do, because I knew the plane could explode since it was on fire,” Franco told The Associated Press in Spanish. “My idea was to try to break the windows because the pilots hadn’t come out yet.”

Franco was one of several motorists who happened across the crash in Laredo, Texas, late Tuesday night and rushed to help — putting their own lives in danger to help those on board escape as smoke filled the cabin.

25
submitted 3 weeks ago* (last edited 3 weeks ago) by culpritus@hexbear.net to c/music@hexbear.net

these lyrics are amazing

spoiler` On the horizon, the landscape's burning red
Bushfire---smoke in your eyes... smoke in your eyes
If you feel something, that makes you warm all over
If you got a fire and you can't put it out---got a bushfire
Rolling through a field of molten flowers
Burning in a field of molten flowers
There's a bushfire---there's a bushfire burning---yeah

Bushfire! Bushfire! Bushfire!

My mind's been going places without me lately
I need your arms to take me down, take me to the ground
But I hold back! Get away from the heat
Hold back! In my field of vision
Hold back! Baby burning---fire

Fire in a field of molten flowers,
Fire in a field of molten flowers
There's a bushfire burning---yeah.
You better hold back! Hold back!

Bushfire! Bushfire! Bushfire!

Well I'm movin' to the beat of a big bushfire
I'm dancin' to the beat of a big bushfire
And the flames are warm and getting brighter

Well everybody loves to dance around the heat and fire
Oh lightnin' strike twice
Hey everybody bask in the afterglow---Bushfire
Naked light shining over my bed, been lying here too long
I need your arms to take me down, take me to the ground

But I hold back---get away from the heat!
Hold back! In my field of vision
Hold back! I see smoke---smoke in your eyes

Bushfire! Bushfire! Bushfire!
The landscape's burning, red hot! `

17
submitted 1 month ago by culpritus@hexbear.net to c/videos@hexbear.net

The opening includes a clear rhetorical construct of how the movement of commodities (freight) is privileged over the movement of people (passengers).

From political economy itself, using its own words, we have shown that the worker sinks to the level of a commodity, and moreover the most wretched commodity of all; that the misery of the worker is in inverse proportion to the power and volume of his production; that the necessary consequence of competition is the accumulation of capital in a few hands and hence the restoration of monopoly in a more terrible form; and that, finally, the distinction between capitalist and landlord, between agricultural worker and industrial worker, disappears and the whole of society must split into the two classes of property owners and propertyless workers.

87
submitted 1 month ago by culpritus@hexbear.net to c/slop@hexbear.net

Found this comment on a post about how China is "doing capitalism better then the west, socialism is achieved through capitalism, etc".

I was expecting some weird takes in the thread, but this was beyond parody.

78
submitted 1 month ago by culpritus@hexbear.net to c/slop@hexbear.net

most of the instances are offline or admin only login last I checked

https://lemmy.ml/modlog/14815

43
submitted 2 months ago* (last edited 2 months ago) by culpritus@hexbear.net to c/slop@hexbear.net

"working on my politics-free lemmy experience"

https://lemmy.ml/post/47148371

Thought this was a legit funny shitpost about lemmitors, but OP is really doing the bit in the comments.

46
submitted 2 months ago by culpritus@hexbear.net to c/memes@hexbear.net
view more: next ›

culpritus

0 post score
0 comment score
joined 5 years ago