KingThrillgore,
@KingThrillgore@lemmy.ml avatar

You eventually would run out of Rust developers

agressivelyPassive,

They’re recycled, look at the end of the dev duct.

BakerBagel,

Rrally should have the two trapdoors meet into a common tunnel before hitting the turbine. As is, you could easily jam the machine if two Rust programers fall in the doors at the same time

nocteb,

Even the joke has mulithreading problems.

CaptainBlagbird,
@CaptainBlagbird@lemmy.world avatar

Angry upvote

PlexSheep,

Using Rust would have prevented this race condition

blackstampede,

As a Rust programmer, I approve this message. Tumbling through a turbine repeatedly would be less stressful than working on a large python/js codebase.

andrew,
@andrew@lemmy.stuart.fun avatar

Plus you have plenty of time to tumble once or twice while your large codebase compiles.

aluminium,

Sounds better than coming up with the most mindfucking ways to please the borrowchecker in a large rust codebase

(Skill issue probably, i know)

blackstampede,

Yeah, it took me a bit to wrap my head around it. It’s worth it to avoid subtle, weird, and hard to diagnose bugs later on.

agressivelyPassive,

Rust needs some layer on top to make it more usable for the typical business apps.

I tried to build simple CRUD apps, but it’s still a huge pain, because there’s just so much stuff I need to do myself and so much low level overhead that I need to keep in mind.

Java is worse in many ways, but for cobbling together a mess that barely manages to do its thing, it’s really great.

UnRelatedBurner,

Isn’t that the point? It doesn’t let you write bad code, thus when you did manage to get something compiled it’s close to C speed. Also I kinda like that it tells me ebery lil mistake, it reminds me when I forgot to delete/change something

agressivelyPassive,

Compared to Java, it makes me write the same data structures three or four times.

Just an example: if I want to be able to insert a struct via Diesel, I need to write the actual entity, an entity without the id for inserts and maybe some other structures for queries. Also, I need to write a schema file defining the DB plus an SQL statement for actually creating the needed tables.

Another example: explorative testing. Sometimes you need to disable chunks of code for testing purposes. Maybe that long running computation or a DB query, etc. Rust often forces you to write a bunch of “corrections” to make the code seem correct again.

I get that this is useful, but for my line of work, it’s just a pain in the ass.

UnRelatedBurner,

I can’t relate to these, but Rust is lacking in some aspects that’s no secret. That’s why it barely has GUIs or object oriented coding. It’s usable for both, but why would you. You don’t have to use rust for what it’s not ment to be used at.

it’s trying it’s best tho, lol. I wonder if in X years, it’ll be like c++, a Frank Einstein of syntax to be usable for everything.

someacnt_,

I heard this is why some people do ocaml instead

Ephera,

Rule of thumb, which I feel gets you 80% there:

If you store data in a struct, you want that struct to have ownership of that data. So, avoid storing references in structs.
If you need to pass data into a function, you usually want to pass it as a reference.

This makes it so you have your data stored in some place with the ownership and from there you just pass data down into functions as references. It forces you to structure your program like a tree (which is often a very good idea to begin with).

pete_the_cat,

I’m a Linux System Engineer and was the only one in my team that knew Go. I decided to update our mess of old shell scripts for post-provisioning and my boss suggested that I do it in Python so it can easily by edited/fixed by anyone on the team. I spent like two days attempting to do it in Python and then gave up because it would mean transferring a bunch of source code around, installing dependencies and just general annoyances.

In the end the Go project ended up being about 1300 lines of code across a few source files, but it could act as both the client and server (necessary for our hosts in our DMZ to hit our AWX server) with a single binary and no additional dependencies. It was also only like 10 MB.

1stTime4MeInMCU,

Turbine should connect to loudspeaker to make this a closer system lol

genuineparts,
@genuineparts@infosec.pub avatar

Still means it’s not Black Start capable if the sun is not out.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programmerhumor@lemmy.ml
  • DreamBathrooms
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • InstantRegret
  • Durango
  • megavids
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • anitta
  • JUstTest
  • All magazines