Forgot your password?
typodupeerror

Comment Prior art from expired patents (Score 1) 44

U.S. Patent No. 10,855,990
This is old technology, but was used extensively in JPEG and JPEG2000. All these patents are and have been long expired. There is no novel approach in U.S. Patent No. 10,855,990. More specifically, all the claims they're making in terms of the specific violations of this patent were covered in ITU-13818-2. Though ITU-https://www.itu.int/rec/T-REC-H.263-200501-I/en hammers the last nails in the coffin. I have read and reviewed the claim and the patent and the technologies presented in 10,855,990 are just reiterations of earlier work with scrambled wording to try and give a new name for variable sized macroblocks. They novel approach implemented in H.264, H.265 and H.266 was the method of selecting which specific pattern of "coding units" to apply. I have not checked for reuse of this, but this is neither in 10,855,990 or the claim. So, I believe they checked and found out that there was no violation. Oh and to be clear, they're completely fixated on the sharing coding parameters between blocks. Their approach is almost, barely, kinda novel, but the fact is, I'd make a strong argument that this is obvious, it's basically just macroblock grouping which has been part of standard video coding as far back as MPEG-1 and ASF. And the method applied could easily be argued to be an almost direct copy of LZW compression.

U.S. Patent No. 9,924,193
I couldn't find a copy of the original text (not wearing my glasses) and frankly their description was so TL;DR that they just started making things up. Ok... here's the argument against this. This has been a core features of all DWT based compression methods since the start. It was even the reason we used DWT. JPEG2000 is almost entirely based on what they're claiming here. If I spent an hour on this one, I could tear it to pieces without even trying. And skip mode... what in the world do you think something like Google Earth is?

U.S. Patent No. 9,596,469
Encoding data in a way that would allow independent parallel decoding of different portions, bands, blocks whatever of the image ... blah blah. Back to JPEG-2000 and Google Earth and stuff like that. The first time I saw this personally was at Disney Epcot Center when there was a Cray Supercomputer on display showing off a google earth like experience. The computer was streaming data at different spatial representations in parallel to hundreds of CPU cores who were all decoding and texturizing. The number of patents filed and expired on this one tech is immense. I haven't dug up specifics, but I can guarantee that the JPEG2000 patent pool clearly invalidates this

I just doom scrolled through the rest of this. I highly doubt I'm the only signal processing and video/image compression historian out there. I'm guessing that the LLMs could easily tear this crap apart too. But I'd be willing to make a few bucks as an advisor on this. I've either worked with, against, for, on, etc... on every technology being claimed here and I did this 15-20 years ago... and the tech was already old.

Comment Re:Silly politcal granstanding all around (Score 1) 255

Yeah. I wish that were true. Trump was elected by a majority. And his current support numbers are still around 38%.

A couple things to consider on that:

  • Once again the percentage of eligible voters who bothered to vote at all in the presidential election was small
  • As in the other elections where Trump ran, many people were casting votes against someone as much as they were casting them for someone. In 2016 Trump won largely because of the avalanche of anti-Clinton sentiment that came from Republican regulars who very much did not agree with his platform. In 2020 Biden won in no small part in response to the disaster that Trump created in his first term. Then in 2024 the quick switch that the democrats pulled to change their endorsed candidate caused a large number of otherwise reliable democrats to not bother showing up at all.

    I would much rather go nearly anywhere in Europe.

    If we were to go back to the topic of the IgNobels themselves it would be interesting to know how many people actually traveled internationally the last several years to attend in person. I've read about them regularly but never considered going in person; I'm not sure I even knew before reading this that they were previously hosted in the US.

Comment Re:How long can this system last? (Score 1) 40

Honestly, arena rock is practically a dead genre already.

That might depend on how widely we define "arena rock". Yeah there aren't a lot of "rock" acts - by the traditional definition - that are selling out huge stadiums but there are plenty of other acts that are. Between various pop princesses, nostalgic rockers from the past, comedians, and even politicians we have plenty of non-sporting events selling out the hockey, basketball, baseball, and football arenas.

That said, while the tours pay the artists better than media / streaming revenue - and by a huge margin - the artists get but a small fraction of the ticket price. Prices keep going up, and at some point the fans won't pay it. Ticketmaster doesn't seem to have a plan for this, they seem to exist in an alternative reality where all fans have unlimited funds to see their favorite artists.

Comment How long can this system last? (Score 2) 40

Of course it's well known how much money some artists make through their tours. People are willing to pay the price to see them, so good for those artists.

However, at what point will it no longer work? At some point the prices will be too high to sell out arenas. Big acts have been able to demand $1,000 or more for the best seats at giant arenas. Like so many others I can't name a single act that is active currently that I would pay anywhere near that much to see. If prices - and fees - keep going up the number of people in my camp will increase. Maybe the premium experience will be enough to offset that, but at some point demand side economics will take over.

If I can buy every single album, LP, single, and special edition an artist has ever released for less than 1/4 of what a ticket goes for - or for that matter less than just the fees for a ticket - the system seems a bit broken. Sure the live experience is different but is it worth that much?

Comment LLM is a programming language (Score 1) 47

The prompts provided to the LLM should be copyrightable as code and the code generated should be protected the same way compiled or intermediate code is protected.

The issue at hand is how the model was trained. And the users of the LLM should be made clearly aware by the model trainer whether the user or the model trainer is responsible for the liability related to using other peoples code for training the model.

That said, we should soon be seeing models that are trained using training courses rather than massive amounts of code. Once that happens, the models will make use of agents to search the web and learn from stackexchange or other sources how to solve problems the same way a human would. Of course, when a human learns how to do something from searching the web, simply copy/pasting other peoples code can be an issue and we have to read license restrictions. But learning how someone did something and doing it ourselves is generally safe. If a model reads an articles while searching and then learns how to do something, it should also be protected if it's not copies verbatim.

We have a lot of legalities to deal with.

1) Massive models are going to die. I don't know whether it's with wasting time with nonsense like OpenAI and Anthropic. They won't even be in business by the time the lawsuits come through.

2) Agentic models will be the focus of the future because they work more like humans. We give them the base information needed to learn and find the answers themselves. Using cloud based solutions where companies hosting the solutions keep massive amounts of data locally cached so the model can research faster could be an issue. But these will cost money and really just won't do more than local-AI will. They'll just be faster. For legality sake you'd want to avoid the cloud models since caching can be seen as theft. But, local-AI is much different. With agentic solutions, I think most legal issues are back to the same issues with copyright we always have. We just have to make sure our models which we use are following the copyright rules. If it's allowed, copy/paste. If it's not, then learn how it's done and make your own solution. In a perfect world, we'd then have a stackexchange or alternate github for AI generated code and post that different LLMs could use to learn from each other. The problem then becomes whether that would be seen as training a large model and whether they are in violation of copyright again.

Comment Re: It's the economy, stupid (Score 1) 393

Seems pretty stupid and short sighted to leave because you don't like a particular president. He will be gone in a few years...

No, people are leaving because the system is destroying their way of life. With scientific funding constantly being attacked, it becomes more difficult for scientists to advance their careers. Eventually they cross a threshold where they can't justify staying here any longer.

And assuming that Trump will leave in 2029 is a huge gamble right there. He never acknowledged losing the 2020 election. He has surrounded himself with people who would support him if he refused to leave, and he has been attacking the constitution with even greater vigor since the start of this term. I would not count on him to leave.

Comment It's the economy, stupid (Score 5, Insightful) 393

The choices we - and our government - are making are driving out many of the people who we most need here to move our country forward.
  • We're attacking science and science funding - so scientists are leaving.
  • We're attacking academia - so academics are leaving.
  • We're attacking labor - so laborers are leaving.
  • We're attacking free speech - so journalists are leaving.
  • We're attacking medicine - so physicians and nurses are leaving

This is not the start of the brain drain, merely the acceleration. It certainly isn't nearly the end of it either.

Comment Their market dominance will kill us all (Score 2) 30

Crowdstrike has such a strangehold on corporate IT that we will only see more - not fewer - occurrences of their software itself taking down networks. We all remember the fairly recent event where crowdstrike did billions of dollars in damage to networks around the world with a faulty update. Since then even more companies have adopted it.

I work with many large companies who run crowdstrike. When I ask their IT folks how it works - or even how it is configured - I get blank stares back. Presumably someone knows how to configure it, but that someone is never the person I get to interact with. If I'm doing an installation and just need to connect a USB drive to a new PC it can take hours just to get permission to do so. If I install our software first (before connecting the new PC to their network at all) and then they install crowdstrike, crowdstrike can render the PC completely unusable without warning - leaving us no choice but to nuke the PC and start over from the OS installation. If they install crowdstrike first it might lock out so many ports and services on the PC that I won't be able to install our hardware and software at all.

Again, virtually nobody on the IT staff know how to handle the issues. I'll spend hours at the keyboard with them, with them using various admin accounts, and we won't get anywhere. And there is no way to predict which setups will go sideways with crowdstrike installed first versus which will go sideways if it is installed later.

One important thing I have learned - crowdstrike updates and policies are far, far from instantaneous. IT will install them and it may be an hour or more for everything to take effect as the updates and policies come down from the server. Something that works at 2:30pm might suddenly be irreversibly broken at 2:40pm, without warning.

This is not how IT security should work.

Comment Re: Sure Jan (Score 2) 113

That's kind of hitting on the point but not quite.

IBM mainframes are online transaction processing systems. The language hasn't been and issue for a long time and it really doesn't take more than a few days for a programmer to learn to use COBOL. The problem is that JCL, RPG, CICS. DB2 and all the surrounding infrastructure is very confusing.

The uptime you're talking about is that a mainframe is basically a special purpose computer built specifically to make it so you can suffer loss upon loss upon loss and it will still keep processing transactions. This is because they have a specific workflow which is designed specifically to support this. I have implemented the exact same topologies and workflows using more modern tools on small computers ... because frankly you don't need big computers for this. And it works. I can scale almost infinitely and lose all but 2 nodes and it will keep chugging. But I'm not going to provide support on it and I'm not going to back my project with insurance company support.

IBM is offering a lot more than computing in the price they charge. That's the real issue. And no other company has built that up.

Comment Metal etching is and always be better. (Score 1) 51

Great experiment but of course glass has some pretty obvious downsides. We tried something similar some years ago using a DVD laser and coated glass. It is extremely reliable and thankfully cheap. The problem is... how do you read it? There's no instructions.

The worst movie ever so see a screen... Contact... should have taught everyone in this business the rules of this.

"The medium is irrelevant if no one can read it"

and

"You have to leave Jodi Foster a key to be able to build a machine"

So, the beauty of metal is that you can etch it clearly at many levels. In fact, it makes an amazing analog media. What you do with the metal is that you calculate the analog image to etch on it. Then using a laser and the scanning head from a laser printer, you can pass the scanner across the metal and print. A4 paper size or a nice 210x210 square is great for this.

What will you print. This is interesting, you'll layer many images on top of one another at different resolutions.

The first image show clearly in mostly pictures that are readable with the human eye which will explain how the second layer can be read. It should be simple enough that the reader can build said machine by hand using simple tools. Or, they should be able to read it by hand by measuring. See, you're explaining binary and a simple table such as ASCII or a 5 bit subset of it. It should also contain a Rosetta stone to allow linguists to decipher the language.

The second layer explains that we're storing information that should last forever and is a history of our world. And it should describe how to read the third layer which is much denser and contains a more advanced machine. But because the materials required to read the machine may not be available, it also describes the method of storage as well as detailing the more advanced character set. It should describe that the card which has all jagged edges is a dictionary containing 10,000 commonly used words and their definitions. But that each layer and card will contain partial dictionaries around their edges at the 3rd layer.

Density wise, We've managed to simulate 6 layers on increasing density and complexity allowing for about 1tb per A4 sheet of 1mm platinum (I'm sure other metals will work, it was just a good starting point) and the layers of course last more or less time based on the frequency and detail of the layer. Of course, I included extensive error detection and correction on more detailed layers. The simulation suggested that we could store for about a million years (no real way to test) and that most data would remain readable.

Oh, and you could build the devices fairly inexpensively.

We've been testing this in 3 different nation's archival departments. It was really funny because when I met the people from the archives at a symposium, I asked why they weren't doing this. They were like "what" and I just blurted out the design while chewing my lunch. I mean, I thought the idea obvious and they had been wasting time on all kinds of silliness like what Microsoft was doing.

People need to watch more bad movies.

Comment Re:Fine (Score 1) 123

Dude, I like going to the shooting range. I think it's fun. I don't imagine I'll ever own a gun and I'm not particularly interested in making guns.
That said, I think the second amendment is definitely taken greatly out of context. We are honestly using the thoughts and ideas of people who lived 200 years ago to have the slightest idea what makes since in terms of things like state run militia. And we're also using their perspective on what makes sense when the entire population of the US was 2.5 in 1776. 2.5 million people barely counts as a single city in 2026.
3 out of 10 people I know who own guns are precisely the people I would not like owning guns. These are the people who own guns because they're really into guns and they're really into gun ownership rights. I'm pretty ok with the other 7 out of 10. So, I think gun ownership should simply be highly regulated.

Comment AI outperformed 4 of us (Score 1) 61

So, solving a network issue, 4 senior network engineers with a combined 70 years of experience and close to 100 Cisco certifications between us (at least until I decided not to bother anymore) were trying to get a complex VPN routing issues between 3 sites working while not sacrificing security. Everything worked except this one little thing. We use hours troubleshooting... and the pizza arrived.

I configured SSH (with temporary keys) to login to all three routers and three endpoints with administrator privileges. Then I opened SSH and explained
"This is the details of how to connect to these devices. These devices are located on these sites with these addresses. These devices should be able to communicate like this, not like this. We are sitting down to eat pizza. I can't be bothered with this shit anymore. Please fix it."

So, we 4 sat around watching the 85" TV like it was a sporting event and the AI chugged as we ate pizza.

And we watched...

Right as the AI started down a rabbit hole like "If we went here, we know that it's time to start reinstalling and go from the beginning".

And then it said "The systems can now talk together as you described".

WTF!!!!!

I wiped the grease of my fingers and we checked and I wrote

"You listened to the letter of the request, not the spirit. You got two computers talking, not the networks. Please fix the whole problem"

And 5 minutes later... it was done.

The AI was better than we were and we were like "Thank god we can make it to retirement.... the kids are fucked"

Comment SLS delayed... again... (Score 2) 49

If only someone though it would be a good idea to make a much cheaper design that could be tried over and over again until the kinks were worked out rather than spending obscene amounts of money on trying to get something so unimaginably complex right on the first try and it costing so much that you can't even financially budget for another try.

Slashdot Top Deals

Receiving a million dollars tax free will make you feel better than being flat broke and having a stomach ache. -- Dolph Sharp, "I'm O.K., You're Not So Hot"

Working...