|
In this collection of three stories, an emotionally abused
wife finds comfort in the arms of her brother-in-law, a young
dancer undertakes an erotic and redemptive pilgrimage to Rome
involving live sex shows and nude photography, and a femme
fatale looks into a mirror as she recalls a sadomasochistic
love affair...
Try
imagining an erotic version of Alfred Hitchcock Presents,
and you'll have some idea of what this DVD series is like.
Only less well made. Producer Tinto Brass has little direct
involvement with these short films, apart from introducing
each one while puffing away characteristically on a cigar,
and making the occasional cameo appearance.
Though
the productions claim to have been directed in the "Tinto
Brass style", there is scant evidence of it here. Only in
A Magic Mirror is there any hint of Brass's eccentricity,
in the grotesque character of a brusque layabout husband (Ronaldo
Ravello), who spends much of his screen time lounging around
in a bath, like the captain of the B-Ark in The Hitchhiker's
Guide to the Galaxy. But, although this tale displays
the most humour in the entire collection, it also shows off
the least amount of bare flesh, which is surely another important
ingredient that the audience will be expecting.
Things
get sexier in Julia, the story from which this collection
takes its name, which includes some particularly explicit
and highly charged sex scenes. Unfortunately, the plot is
almost totally incomprehensible - something to do with a dancer
(Anna Biella) going to Rome, but wildly at odds with the description
on the back of the sleeve, which mentions a photographer's
three beautiful models. I counted two of them at the most.
This production is also blighted by amateurish editing, which
leaves several gaping holes in the soundtrack. Oh well, at
least this DVD is subtitled, which spares us from woeful English
dubbing of the type recently heard on Brass's Private.
The
final tale, I Am the Way You Want Me, is a very weird
and nasty little minx. In it, a naked woman (Fiorella Rubino)
sprawls around in her bathroom, mouthing various strange utterances
to camera, and doing erotic things to herself, such as shaving
with a fearsome-looking cutthroat razor (shudder). And that's
about it.
A
further disappointment is the lack of any extra features.
So, all in all, this DVD has left me feeling rather brassed
off!
Chris
Clarkson

Rbs-r Pdf Official
How to combine RBS-R with Latex OCR for mathematical PDFs. Have you tried recursive splitting? Share your chunking horror stories in the comments.
If you are building a RAG pipeline over financial reports, academic papers, or legal documents, implement RBS-R on Day 1. It requires 50 lines of code and increases your answer_ relevancy score by 15–20% without a single fine-tuning step. rbs-r pdf
delimiters = [ ('\n## ', 'section'), # High level ('\n\n', 'paragraph'), # Medium level ('. ', 'sentence'), # Low level (' ', 'word') # Minimum level ] How to combine RBS-R with Latex OCR for mathematical PDFs
return chunks The magic of RBS-R for PDFs isn't just the splitting; it's the inheritance . If you are building a RAG pipeline over
Use pdfplumber or unstructured.io to extract bounding boxes . RBS-R cares about Y-coordinates. If two text blocks have the same Y-axis, they are the same line. If the Y-axis delta is large, it’s a new paragraph.
If you have a bulleted list with 50 items, a recursive split might try to split at the sentence level inside a bullet, breaking the list semantic. Pre-process lists. Convert \n- Item into a delimiter like [LIST_BREAK] before splitting, then reconstruct. Conclusion: Stop Chunking, Start Structuring RBS-R is not an LLM. It’s not a vector database. It is a hydraulic press for your PDFs—it applies pressure until the content fits the context window, but it always breaks at the joints .
for segment in splits: # Re-add delimiter except for first segment if current_chunk: segment = delim + segment temp_chunk = current_chunk + segment if len(tokenizer.encode(temp_chunk)) <= max_size: current_chunk = temp_chunk else: if current_chunk: chunks.append(current_chunk) # Recursively split the oversized segment at the next level if level + 1 < len(delimiters): chunks.extend(rbsr_split(segment, max_size, level + 1)) else: # Force split at word boundary chunks.append(segment) current_chunk = ""
|
|
|
£15.99
(Amazon.co.uk) |
| Â |
 |
|
|
£15.49
(MVC.co.uk) |
| Â |
 |
|
|
£15.49
(Streetsonline.co.uk) |
All prices correct at time of going to press.
|
|