Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Obligatory (Score 1) 159

> One thing I do know is that France says this year is cooler than the last. https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fclimatologie.meteocont... [meteocontact.fr]

That is not what this link says, like at all. Read the graphS . Its graphed per month, and your assertion is only valid until march. In april it's way up again.
The seasonal graph, only available for spring, shows an increase for 2025.

Comment Re: Trying to wrap my head around this (Score 1) 33

Point 1 is way more complicated... Sorting out paths is the easiest, then you need to figure out dynamic linking/import hierarchies, and in the end you will have 2 distros in the same filesystem side by side. That's AppImage/Snap/Flatpak.

The second is a "devops" problem: developer, integrator and distributor should be separate entities. All three would constantly push and pull with different requirements.

Language repositories could be a thing, if they could be integrated directly into distro package managers, with a sane retention policy, and a common set of package sanity tests.
Paludis tried with perl or ruby, but found out that the language repository was using invalid yaml files everywhere, and it only worked because of a bug in the language yaml library.

I really hope for the day when pip can be taken over by portage.
It wouldn't be worse than pip itself (which has no way to specify build time dependencies, as I discovered with sqlalchemy, which failed to update because of an old GCC on the system)
I'd also like cargo to be taken over by portage, but considering rust doesn't do dynamic linking, the only use would be auditing the system.
ie the package manger warning you "firefox is using an old crate", but that breaks once again, because rust's crate dependencies are of specific versions.

In other words: We're creating a completely unmanageable mess...

Comment Re:And? (Score 1) 33

> What if Tiffany had simply done it on the, popular and quite standard for years, recording?

That's the entire point: she probably wouldn't have.
This would never have made it into any human made meeting notes, as it was an inconsequential joke, the acceptability of which rests solely on her peers in the meeting.

Comment Re:Project Managers (Score 1) 48

Yes, software.

> the PM is the authority on site

In my case he was the mediator, when things became problematic, and heads started running a little hot, he made us all take a step back and better identify the question at hand.

And considering our clients were the C-levels, yeah, he dealt with those too, thank god...

Comment Re:Project Managers (Score 4, Interesting) 48

TBH the best PM I had did only that, but really delivered. He knew which team to contact, where to request work to be done, got us into contact with relevant technical people...
Essentially he:
- coordinated work across teams (ie created dependencies of work and got someone allocated to do it)
- made sure technical discussions happened in a timely manner (was 3 steps ahead of current state of project), within scope (even though he understood at best half of what was discussed) and with the correct people present
- got time estimates and accounted for delays, so we basically were never "late" even though we hit setbacks.

Working under him was a breeze, and he was a really nice guy too.

Slashdot Top Deals

A CONS is an object which cares. -- Bernie Greenberg.

Working...