Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Submission + - NTP Solicits Donations 2

ewhac writes: Coming on the heels of FFmpeg having to cope with slop bug reports from Google (without attendant fixes), the Network Time Foundation, the stewards of the Network Time Protocol (NTP) and reference software implementation that keeps billions of computers' internal clocks set to the correct date and time, is having a donation drive. Depending on which page you look at (ntp.org or nwtime.org), the Foundation's goal is to raise a king's ransom of... $11,000.00. Yes, eleven thousand dollars.

Comment Re:Corporate policy (Score 1) 113

...This is my embarrassed face.

I had previously assumed you were speaking of allocating $1M across all projects used by Google. In fact, you were speaking of giving $1M to each such project.

One would wonder what sorts of strings would be attached to such largesse. Still, that would indeed be game-changing and amazing.

Comment Re:Corporate policy (Score 1) 113

Google could create a new corporate policy to provide a minimum of $1M/year to any open source project it uses.

That would be real innovation.

While acknowledging your noble intentions, no, it wouldn't be innovation. It would be cheaping out.

In the San Francisco bay area, $1.0E+06/year gets you maybe five skilled engineers. Set against the quantity of Open Source projects used by such organizations -- FFmpeg, GStreamer, OpenSSL, ssh, rsync, gcc, gdb, coreutils, nanopb, Samba, Lua, Python, Perl, Git, Vim/Neovim, Yocto, ImageMagick, Blender, the Pipewire framework, the Linux kernel, the Debian packaging system, etc. etc. etc. etc. etc... -- five engineers is miserly.

Comment Re:Isn't this the idea? (Score 4, Insightful) 113

Google appears to have understaken the expense of spinning up an ocean-boiling slop machine to automagically generate plausible bug reports, and then casually fire off an email to the maintainers.

Note that Google has not undertaken the expense of assigning an engineer to also write a fix.

That they are not doing that is a conscious, management-approved choice.

...Y'know how Google relishes in closing bug reports with "WONTFIX - Working as designed?" I think FFmpeg should close slop reports from Google with, "WONTFIX - Unfunded."

Comment Clearly, This Was Mozilla's Most Pressing Issue (Score 3, Interesting) 69

"Hey, everyone! Don't pay any attention to those Japanese translators who'd been volunteering their time and expertise for the last 20 years that we just insensitively and comprehensively shit on... Look! New mascot logo! Giz cash..."

(Narrator: New revenues did not materialize.)

Comment Re: An endless supply of nuclear waste. (Score 2) 120

How do you know that's the change they made to the crop? It's all self reported. Have you done the generic analysis yourself? How do you know the studies showing the pesticide is safe were not tampered with?

If you are going to worry that “they” are going to lie about the actual changes they make, or what studies show you are thinking small.

If “they” are going to lie about those, why would they tell the truth about using GMO v non-GMO crops? If you can’t trust them to tell the truth about the food supply you can’t trust them to tell the truth about, well, the food supply can you?

Comment Re:Google Alternatives Thread (Score 1) 226

The FDA lied about it, got sued, and had to retract their statement. I have that linked somewhere around here too. Ah, https://www.bloomberg.com/news...

Your summary completely -- and I would further suggest deliberately and maliciously -- mischaracterizes the case. The article you cite states that the Fifth Circuit found that the FDA overstepped its authority by providing medical advice. Nowhere did the court find the FDA's statements were materially false or misleading -- it is and remains a fact that ivermectin is ineffective and inappropriate for treating COVID. Therefore, claiming the FDA "lied" willfully misrepresents the case.

The article then goes on to support my point and the Democratic Administration's efforts -- that misinformation concerning COVID-19 was and remains rampant, and that it needs to be combatted for the sake of public health.

Speech is not violence. Speech is not a threat to public health. Speech is necessary to find truth in society.

Look up the term, "fighting words." Then go visit a venue with a principally African American clientele, and explain how you should be free to use the N-word without consequence, because it's merely "speech."

It sounds to me like your sanctimonious polemics would be better received on X. They have a prettier UI as well. Off you go, sonny...

Comment Re:Google Alternatives Thread (Score 1) 226

...there was extensive documentation on how Biden pressured social media companies to silence everyday American citizens. [ ... ]

Couple 'o things:

  1. Extraordinary claims require extraordinary proof,
  2. Assertions made without evidence may be dismissed without evidence.

Not even ordinary evidence was provided. So we can set that nonsensical statement aside.

The Truth: The Biden Administration was seeking to remove maliciously posted lies and falsehoods concerning COVID-19's risks and how to mitigate them, so that people without mad Google sk1llz searching for information on staying healthy would be less likely to encounter false, life-threatening information.

Example: Back in 2020, there was this slob who suggested on national television that the best way to avoid COVID was to inject disinfectant , and that the disease could by treated by ivermectin -- which is a horse de-wormer (i.e. an anti-parasitic, not an anti-viral). Both claims were absolute bullshit , but nevertheless got repeated millions of times on social media by "everyday Americans." It was this kind of LIFE-THREATENING GARBAGE that the Democratic Administration was seeking to mitigate. So that people wouldn't, y'know... die.

Comment Not sure of that valuation (Score 2) 60

Interlune has placed the market value at $20 million per kilogram (about 7,500 liters). "It's the only resource in the universe that's priced high enough to warrant going out to space today and bringing it back to Earth,”

I’m not sure I believe something can cost more per kilogram then ink jet ink.

Comment Re:NPM needs to be burned to the ground (Score 2) 33

ve never seen a software distribution mechanism as careless and sloppy as NPM. Bazillions of dependencies and no signing of packages. [ ... ]

Rust's cargo packaging system is almost exactly the same way. And the last time I looked, Go's packaging was very similar. And package signing won't help if the maintainer's key/cert has been exfiltrated and cracked.

This is what you get when you embrace DLL Hell -- the idea that you should pin your program to a single specific revision of a library, rather than, y'know, doing the engineering work to ensure that, as an app author, you're relying only on documented behavior; and, as a library author, to be responsible for creating backward compatibility for old apps linking to old entry points. Sticking to that principle lets you update shared system libraries with the latest enhancements and bug fixes, while remaining relatively sure none of the old clients will break.

"Sometimes you have to break backward compatibility." Agreed, but the interval between those breaks should be measured in years, not days.

Slashdot Top Deals

The absent ones are always at fault.

Working...