[-] culpritus@hexbear.net 22 points 2 hours ago

set to be unveiled September 10

freedom-and-democracy

[-] culpritus@hexbear.net 25 points 2 hours ago

Looks like the Chinese shipyards are getting some more orders soon.

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

This is such a case study in how much the market responds to his statements, while at the same time showing how little the markets respond to actual material reality. This is how "the most efficient economic system humanity has ever conceived" works.

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

~~Ghell in the Shost~~

~~Pon Oiece~~

~~Goble Suit Mundum~~

Ballz On Drag

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

going about as well as I thought ~4 months ago: https://hexbear.net/post/7856493/6980410

It's going to look really silly when the US casualty numbers coming from Iran are more reliable than what the US leadership is providing.

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

https://en.wikipedia.org/wiki/How_to_Read_Donald_Duck

The book's thesis is that Disney comics are not only a reflection of the prevailing ideology at the time (capitalism), but that the comics' authors are also aware of this, and are active agents in spreading the ideology. To that end, Disney comics use images of the everyday world:

Here lies Disney's inventive (product of his era), rejecting the crude and explicit scheme of adventure strips, that came up at the same time. The ideological background is without any doubt the same: but Disney, not showing any open repressive force, is much more dangerous. The division between Bruce Wayne and Batman is the projection of fantasy outside the ordinary world to save it. Disney colonizes the everyday world, at hand of ordinary man and his common problems, with the analgesic of a child's imagination.

— Ariel Dorfman and Armand Mattelart, How to Read Donald Duck, p. 148

This closeness to everyday life is so only in appearance, because the world shown in the comics, according to the thesis, is based on ideological concepts, resulting in a set of natural rules that lead to the acceptance of particular ideas about capital, the developed countries' relationship with the Third World, gender roles, etc.

As an example, the book considers the lack of descendants of the characters. Everybody has an uncle or nephew, everybody is a cousin of someone, but nobody has fathers or sons. This non-parental reality creates horizontal levels in society, where there is no hierarchic order, except the one given by the amount of money and wealth possessed by each, and where there is almost no solidarity among those of the same level, creating a situation where the only thing left is crude competition. Another issue analyzed is the absolute necessity to have a stroke of luck for social mobility (regardless of the effort or intelligence involved), the lack of ability of the native tribes to manage their wealth, and others.

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

I've only played the first one. The end game section was also kind of a letdown with that one iirc. When I heard they cut the Mako from the 2nd one, I kind of lost interest because the physics gameplay was actually a fun change of pace for me. Are the other two worth a playthrough? I enjoyed the KotORs pretty well, but I'm not sure I'd get much out of more Mass Effect at this point.

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

"Celebrity Silhouette" is one helluva name for a cruise ship full of gay conservatives.

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

Both benchmarks fell to around $70 in early August

Is this a typo? 1984

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

:this: is positive masculinity

rest in peace and power Sam

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

Maybe this will move the markets on oil price?

stonks-down

30
of orcs and ogres (thelemmy.club)
submitted 1 week 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 1 week ago* (last edited 1 week 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 2 weeks 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 4 weeks ago* (last edited 4 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 2 months 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