Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Correction: What is cost of JavaScript everywhere? (Score 1) 56

What is the cost of running Javascript everywhere instead of compiled programming languages?

How much cloud features, infrastructure, etc is JavaScript or other bytecode languages?

How much does electricity does it cost for X million Microsoft Teams users per day instead of an equivalent program written in a compiled language (not bytecode)?

Comment ECMCA, W3C, and ANSI all absent (Score 1) 37

The computing field lapsed into a nostalgia mode over a decade ago, letting programming languages, frameworks, web stack (html, css, JavaScript) stagnate instead of innovating.

This nostalgia is not just reverting back to Fortran and punch cards, it's keeping the technological status quo in place for the large part of computing. Innovative products, languages, frameworks, etc. come, get hyped and fail to replace the old time leaders.

ECMA, W3C, and ANSI are making incremental changes and gold plating the technology that is already there to perpetuate it's longevity.

It parallels the same nostalgia, don't change things, approach done over the last 15 years by a generation in the near retirement phase of working. Less risk taking, less innovation, stagnation, getting to the far downward slope of the laffer curve and lack of growth in GDP, wages and the ability for young workers to advance in real earnings to buy a house, marry, have children, and have steady enough employment to take those risks.

Comment Truth in labeling (Score 1) 67

If someone pays full price for the latest Taylor Swift CD there should be a label on the product that it is 95% actual Taylor Swift with actual musicians/composers and not her singing a few partial song verses on top of a fully AI done sound sample, AI generated backing tracks, AI generated musical score, etc.

What's at stake here is a century plus revenue stream of near guild based product being threatened by AI generated music.

With AI generated music, anyone could start a streaming business and sell the 'best tecno, dance, etc. music' streaming service bypassing the middlemen, streaming copyright free music.

Comment Riding the narrative wave (Score 3) 120

1. Talk about AI, add a few AI initiatives
2. Slow down hiring or lay off employees to cut costs
3. Since we introduced the AI initiatives, our payroll has gone down and year over year we have saved $50 million on payroll

The wondering question is: "What will be the new shiny topic, strategy, transformational narrative, or technology for companies, business consultants, Gartner, think tanks, and business school professors to discuss once enough AI projects have failed to produce significant return on investment?"

The next question is: "What's the impact of most of the major web, database, cloud, SaaS, etc. platforms/technolgoies being 10 or more years old with few, if any, major new updates which result in significant productivity gains?"

Comment Data sovereignty (Score 1) 41

Some countries have data sovereignty regulations where personal, financial, medical and government data has to be

- hosted in the country
- accessible only by people inside the country
- on computers located in the country
- On computers not accessible by people outside of the country

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F...

Comment What is the threshold? (Score 1) 134

Anyone want to guess when a fully AI done song hits the top 100 in the USA or UK?

There's a claim that Big Joe Turner could string together lyrics for 1 hour without repeating.

Big Joe Turner - Turner was illiterate and very self-conscious about his inability to read. Doc Pomus, who wrote many songs for Joe, remembered an occasion when he was rehearsing Joe on some new material with a blind pianist. Despite the fact that Turner couldn't read and the pianist couldn't see, Joe insisted on having a lyric sheet in front of him! But Turner had a unique talent to improvise lyrics on the spot and making them rhyme. On stage he could stretch a blues song to 45 minutes or more without ever repeating a verse.

Comment Work life balance (Score 1) 90

Summary: The discussion around birth rate, the number of women who will never become mothers must include

- Improving the work/life balance and job stability for men
- Improving the work/life balance and job stability for women

The last 25 years has only been focusing on women and ignoring men by political parties, government policies, laws and media reporting.

25 years of politicians and the media telling men one of
- "do better"
- "even if you didn't do it it is still your fault, clean it up"
- "your issues will be addressed after all women issues are fixed, including ones not invented yet and ones affecting women in other countries"
- "equality is government programs and taxes being applied only when women are perceived as doing worse, even if the statistics show women having decades of better outcomes"
- "stop complaining, other groups have it harder"
- "you are responsible for the irrational behavior, irrational feelings and irrational perceptions of people you see at the mall, see on public transportation or work with, even if you never ever talk to them or are physically close to them"

Decades of publicly shaming men and every road leads to 'man up' have directly caused the lowering of the birth rate.

Comment Reading the article (Score 5, Informative) 84

Research paper summary:
- Send in LLM prompts for 100 word (token) sequence in the book, skipping forward 10 words for each sequence
- Match the generated text versus the actual text in the book

The news article adds:
- Do the same thing but repeatedly ask the same prompt to get the highest probability matches

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Farxiv.org%2Fabs%2F2505.125...
https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fdoi.org%2F10.48550%2FarXiv...

Computer Science > Computation and Language - [Submitted on 18 May 2025]
Extracting memorized pieces of (copyrighted) books from open-weight language models
A. Feder Cooper, Aaron Gokaslan, Amy B. Cyphert, Christopher De Sa, Mark A. Lemley, Daniel E. Ho, Percy Liang

Prompt (prefix) - They were careless people, Tom and Daisy - they smashed up things and creatures and then retreated
Target (suffix) - back into their money or their vast carelessness, or whatever it was that kept them together, and let other people clean up the mess they had made.
Generations - back into their money or their vast carelessness, or whatever it was that kept them together, and let other people clean up the mess they had made

Text extraction method
1 For a given book, we start at the beginning of the text file in Books3.
2 We sample a chunk of text that is sufficiently long to contain 100 tokens of corresponding tokenized text,
3. slide 10 characters forward in the book text and repeat this process.
4. We do this for the entire length of the book, which results in approximately one example every 10 characters

By testing overlapping examples, we expect to surface high-probability regions of memorized content within a book, which we can then explore more precisely in follow-up experiments,

From - https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fwww.understandingai.or...
Meta's Llama 3.1 can recall 42 percent of the first Harry Potter book
New research could have big implications for copyright lawsuits against generative AI.
Timothy B. Lee

- Specifically, the paper estimates that Llama 3.1 70B has memorized 42 percent of the first Harry Potter book well enough to reproduce 50-token excerpts at least half the time.
- Suppose someone wants to estimate the probability that a model will respond to “My favorite sandwich is” with “peanut butter and jelly.” Here’s how to do that:
        Prompt the model with “My favorite sandwich is” and look up the probability of “peanut” (let’s say it’s 20 percent).
        Prompt the model with “My favorite sandwich is peanut” and look up the probability of “butter” (let’s say it’s 90 percent).
        Prompt the model with “My favorite sandwich is peanut butter” and look up the probability of “and” (let’s say it’s 80 percent).
        Prompt the model with “My favorite sandwich is peanut butter and” and look up the probability of “jelly” (let’s say it’s 70 percent).
Then we just have to multiply the probabilities like this: 0.2 * 0.9 * 0.8 * 0.7 = 0.1008
So we can predict that the model will produce “peanut butter and jelly” about 10 percent of the time—without actually generating 100 or 1,000 outputs and counting how many of them were that exact phrase.

- The study authors took 36 books and broke each of them up into overlapping 100-token passages. Using the first 50 tokens as a prompt, they calculated the probability that the next 50 tokens will be identical to the original passage. They counted a passage as “memorized” if the model had a greater than 50 percent chance of reproducing it word for word.

Comment Vienna - largest percent of public housing in EU (Score 3, Interesting) 138

- 25% of Vienna residents live in public housing.

From: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F...

Vienna today has some of the most affordable housing and cheapest rents in Europe.[47][48][58][59] Approximately 80% of Vienna either privately or socially rents,[47][48][60] with two-thirds of rental housing being covered by rent controls.[48] Additionally renters have strong just-cause eviction protections.[48][59] 80% of residents in Vienna qualify for public housing.[48]

Vienna directly owns the most public housing stock of any city in Europe, at approximately 220,000 municipal units.[47][59][60] A quarter of Vienna's population lives in public housing.[47] According to Viennese law, rents in public housing can only be increased if a given years inflation exceeds 5 percent.[48] City-owned public housing makes up around half of Vienna's social housing stock.[48]

Another 200,000 dewllings[47] are limited-profit housing associations [de][note 4] (LPHAs). LPHAs are a type of social housing in Austria that can be formed as a private company or as a housing cooperative.[61] LPHAs are federally regulated, and only allowed to charge cost-covering rents.[57] LPHAs make up the remaining half of Vienna's social housing stock.[48]

60% of the city live in either city-owned public housing or in LPHAs.[47][59]

Additionally, in Austria, dwellings built before 1944 that are privately rented are subject to stricter rent controls than dwellings built from 1945 onwards.[57]

Comment Give the statistics of the java vs swift code (Score 1) 106

- number of classes
- Number of classes which inherit from another class
- Number of external API endpoints
- Number of internal API endpoints
- Number of calls to external systems, databases, services, storage, etc.
- Number of methods
- Breakdown of methods into deciles by lines of code per method (actual lines of code, comments, white space removed)
- Number of try catch blocks in the code
- Number of throw exceptions in the code
- Number of lambda calls in the code
- Number of namespaces
- Average number of identifiers per class
- Average number of local variables per method
- Total number of source code files
- Number of source code directories
- For each endpoint, the number of methods executed for an inbound HTTP request until it returns
- Number of open source libraries used and a second number including recursively counting dependencies
- Average number of parameters to a method plus the average number of basic type parameters passed into a method
- Deepest nesting level of method broken down into deciles
- Number of "else return X" blocks of code
- Total lines of code in the code base.
- Number of methods which do not call another method in the code base. In other words, number of leaf nodes in the call tree.

Slashdot Top Deals

13. ... r-q1

Working...