Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Absolutely pointless. (Score 1) 21

"With the National Electric Vehicle Infrastructure (NEVI) Standards requiring that EV chargers conform to Open Charge Point Protocol (OCPP) 2.0.1 no later than February 28, 2024, it is urgent that charger manufacturers consider a standardized reference implementation that is OCPP 2.0.1 compatible such as EVerest. "

It's a shared implementation so everyone doesn't need to write their own.

Standards do help solve problems, but I've certainly had plenty of compatibility issues between different implementations of the same standard.

Comment My main concern with SecureBoot (Score 2) 123

Is having preinstalled keys at all. (I'm explicitly not basing MSFT for being the keysigner... that makes sense given the current design)

The assumption is captured in "It is further assumed that key material used for signing code by the OS vendor can reasonably be kept secure (via use of HSM, and similar, where secret key information never leaves the signing hardware) and does not require frequent roll-over."

I'd actually prefer the default be:
1. No Keys included in hardware by default
2. User or OEM manually does something to put device in Setup mode which allows them to install an OS. (It can just be going into BIOS and clicking a setup new OS boot option..).
3. That OS installs the keys it plans to use forever. (these could be from OS vendor or locally generated)
4. Setup mode is automatically disabled at next reboot/shutdown.

The idea that you can set one key in hardware and it shouldn't need to be updated just doesn't make sense to me.

Comment Awww.. (Score 1) 48

I was curious to see how Ubuntu was going to approach a more rolling release strategy with *some* stability. Most approaches I've seen are just like what this project does - you are on dev always -that doesn't count as a "release" to me.

Currently Ubuntu has:
LTS releases - what most people use, cloud images are this, etc. Every 2 years.
"RR" regular releases - every 6 months, supported for 9 and generally thoughts of as a stepping stone to the next LTS.
Development, what will become the next release.

5 years ago I proposed moving Ubuntu RRs to a monthly cadence with a limit on what major updates should land each month (for example don't do a major kernel upgrade and mesa in the same month). The goal was to make a rolling release that set expectations for how much could break every month - giving a kind of stability. I still think it would be more useful then the current RRs - but it never went anywhere.

Comment Definitons (Score 1) 224

I always viewed "Year of the Linux desktop" as when Linux overtook Mac OS (or others) and become the 2nd most popular desktop/laptop OS. (Specifically to the point where we end up breaking out different distros)

In rough percentages - that's going from 1% to 10%. That would be a huge deal by itself.. it could:

  * Developers target Desktop Linux more
  * Those who provide services consider Linux (in airplane media, ISPs, etc)
  * Create more competition between distros.
  * More Linux pre-installed options.

Comment Controversial I know (Score 2, Interesting) 70

but I find docker itself overrated. I have also seen a lot of interest in many other container techs. Podman is open source - if it's awesome, I'm sure someone will bring it to other distros.

I prefer LXD*, but then again I work for Canonical. We actually just added VM support to LXD because people wanted one system to manage both (feel free to insert another conspiracy theory here) - https://discuss.linuxcontainer....

Systemd has one of the best command line UIs of any software I've ever used. If anything replaces systemd in the future, it will be building on units in some way - definitely not be going back to shell scripts.

*I am aware it's targeted for a different kind of container user.

Slashdot Top Deals

Never ask two questions in a business letter. The reply will discuss the one you are least interested, and say nothing about the other.

Working...