Lemmy Today

2,132 readers
119 users here now

Welcome to lemmy.today!

About us

🤗 Thanks for joining our little instance here, located in Oregon. The idea is to have a fast, stable instance and allow users to subscribe to whatever content they want from here.

😎 We dont block any other instances. We will keep it that way unless it becomes a moderation problem.

🤠 We will be around for a very long time, so you dont have to worry about us shutting down the instance anytime soon. We like performance and stability in our servers, and will upgrade the instance when its needed.

🥹 Make sure to join a lot of remote communities to get a good feed going. How to do that is explained here.

Lemmy mobile apps

You should start using one of these ASAP since the web browser user interface is quite ugly, even with themes.

Optional Lemmy web browser user interfaces

Rules

Contact the admin

founded 2 years ago
ADMINS
51
 
 

NGO says Afghan capital’s 7 million people face existential crisis that world needs urgently to address

The Mercy Corps report can be found here: Kabul’s Water Crisis - An Inflection Point for Action

52
53
 
 
54
55
 
 
56
57
20
Is it real? (files.catbox.moe)
 
 
58
 
 
59
 
 

You can get just about any gear reduction you want using conventional gears. But when you need to get a certain reduction in a very small space with minimal to no backlash, you might find a wave drive very useful. [Mishin Machine] shows us how to build one with (mostly) 3D printed components.

The video does a great job of explaining the basics of the design. Right off the bat, we’ll say this one isn’t fully printed—it relies on off-the-shelf steel ball bearings. It’s easy to understand why. When you need strong, smooth-rolling parts, it’s hard to print competitive spheres in plastic at home. Plastic BBs will work too, though, as will various off-the-shelf cylindrical rollers. The rest is mostly 3D printed, so with the right design, you can whip up a wave drive to suit whatever packaging requirements you might have.

Combined with a stepper motor and the right off-the-shelf parts, you can build a high-reduction gearbox that can withstand high torque and should have reasonable longevity despite being assembled with many  printed components.

We’ve seen other interesting gear reductions before, too.


From Blog – Hackaday via this RSS feed

60
 
 
61
 
 
62
 
 

cross-posted from: https://vger.social/post/19509421

godot-rust v0.3 brings type-safe signals to the table.
If you register a signal:

#[signal]
fn damage_taken(amount: i32);

you can now freely connect it with other Rust functions:

fn ready(&mut self) {
    // Connect signal to the method:
    self.signals().damage_taken().connect(Self::on_damage_taken);
    
    // Or to an ad-hoc closure:
    self.signals().damage_taken().connect(|amount| {
        println!("Damage taken: {}", amount);
    });
    
    // Or to a method of another object:
    let stats: Gd<Stats>;
    self.signals().damage_taken().connect_other(&stats, |stats, amount| {
        stats.update_total_damage(amount);
    });
}

Emitting is also type-safe:

self.signals().damage_taken().emit(42);

Furthermore, you can now await signals, effectively introducing async tasks:

godot::task::spawn(async move {
    godot_print!("Wait for damage to occur...");
    
    let (dmg,) = player.signals().damage_taken().to_future().await;
    godot_print!("Player took {dmg} damage.");
});

There are many other improvements, see devlog and feel free to ask me anything :)

Huge thanks to all the contributors who helped ship these features!

~this was originally posted by @bromeon@mastodon.gamedev.place the project author on reddit. I'm just maintaining some parts of the project.~

63
 
 

A parliamentary investigation answered some — but not all — the questions related to a spyware scandal involving the use of the Israeli company’s spyware, Graphite.

64
 
 
65
 
 
66
 
 

Nouvelle vidéo d'@altis@masto.bike. Celle-ci est la suite de la vidéo précédente concernant la rue Mélanie à Strasbourg.

67
68
 
 

Guests (1):

Members (7):

  • HaHa (하하)
  • Ji Suk Jin (지석진)
  • Ji Ye Eun (지예은)
  • Kim Jong Kook (김종국)
  • Song Ji Hyo (송지효)
  • Yang Se Chan (양세찬)
  • Yoo Jae Suk (유재석)

Raw Streams: will be added here when available

Episode Page: https://www.myrunningman.com/ep/755

 

Our English hardsubbed stream will be added as a comment below when this post is around ~10 hours old

 

Follow Us: Twitter | Bluesky | Mastodon | Discord | Reddit | Lemmy

Tags: 런닝맨, korean, variety, tv, show

69
 
 
70
71
17
PERFECT (files.catbox.moe)
 
 
72
 
 

🐲🎵 Latest album 'Warp Speed Warriors' ► https://lnk.to/DragonForce-WarpSpeedWarriors%F0%9F%8E%9F%EF%B8%8F Complete Tour Dates, Tickets & Limited VIP Upgrades: https://dragon/...

73
 
 

Donald Trump on Saturday authorized the deployment of 2,000 national guard troops to Los Angeles, after an immigration crackdown erupted into mass protests for a second day and police in riot gear used teargas on bystanders.

The California governor, Gavin Newsom, said in a statement on X that the federal government was “moving to take over” the California national guard. Newsom said the mobilization was “purposefully inflammatory” and warned that it would “only escalate tensions”.

The defense secretary, Pete Hegseth, wrote on X that national guard troops were being mobilized “IMMEDIATELY” and threatened to send “active duty Marines” if the unrest continued.

74
 
 

Author: Al Jazeera
Published on: 08/06/2025 | 00:00:00

AI Summary:
Italy’s main opposition parties accuse the right-wing government of being too silent. At the start of Saturday’s march, protesters held a banner reading: “Stop the massacre, stop complicity!” The protest attracted a diverse crowd from across the country.

Original: 299 words
Summary: 38 words
Percent reduction: 87.29%

I'm a bot and I'm open source

75
view more: ‹ prev next ›