Wel.nl

Minder lezen, Meer weten.

AEX-index bereikt nieuw slotrecord, plussen voor chipbedrijven

AMSTERDAM (ANP) - De AEX-index is donderdag op de hoogste stand ooit gesloten, onder aanvoering van de chipbedrijven. Besi, ASMI en ASML wonnen tot 7,4 procent, na een flinke verhoging van de koersdoelen van de Nederlandse chipbedrijven door de Amerikaanse zakenbank Goldman Sachs.

De Amsterdamse hoofdindex eindigde 1,1 procent hoger op een nieuw slotrecord van 1063,09 punten. Het vorige record was van 25 mei, toen sloot de AEX op 1053,27 punten. De AEX heeft donderdag ook de hoogste tussentijdse koers ooit aangescherpt.

De MidKap, met daarin de middelgrote fondsen op Beursplein 5, sloot 0,4 procent hoger op 1076,96 punten. De beurzen in Frankfurt, Parijs en Londen noteerden bij het slot van de handelsdag plussen tot 0,6 procent.


Dode en gewonden door aanval in de buurt van Libanees ziekenhuis

TYRUS (ANP) - Bij een Israëlische aanval op de Zuid-Libanese stad Tyrus is een persoon gedood en raakten zeventien mensen gewond, meldt het Libanese staatspersbureau NNA. Bij de luchtaanval zou een woongebouw zijn geraakt in de buurt van een ziekenhuis, dat door de brokstukken ook schade opliep. Tien van de gewonden zijn medewerkers van het ziekenhuis.

Onder meer patiëntenkamers en de eerste hulpafdeling van het Hiram-ziekenhuis raakten beschadigd. Verpleegkundigen werden geraakt door rondvliegend glas en puin.

Israël heeft Tyrus de laatste weken veelvuldig onder vuur genomen. Het Israëlische leger vaardigt nu bijna dagelijks zogenoemde evacuatiebevelen uit voor grote delen van de stad. Volgens Israël worden alleen doelen van Hezbollah aangevallen.


Ordetroepen proberen WK-opening Mexico in goede banen te leiden

MEXICO-STAD (ANP) - Duizenden ordehandhavers zijn donderdag in Mexico-Stad al vroeg op de been om te voorkomen dat demonstraties het Mexico City Stadium bereiken. Dat ziet een ANP-verslaggever ter plaatse. Politie is in groten getale aanwezig, zodat de openingswedstrijd tussen Mexico en Zuid-Afrika doorgang kan vinden.

De stad is al weken in de ban van protesten van onder meer de lerarenvakbond. Het WK wordt daarbij aangegrepen om de aandacht te vragen en betere werkomstandigheden te bepleiten.

Uit voorzorg zou in de binnenstad een FIFA Fan Fest, waar voetbalfans de wedstrijd op grote schermen kunnen volgen, worden gesloten. Maar daar is toch van afgezien.

President Claudia Sheinbaum kondigde aan dat de scholen donderdag gesloten zijn en dat de ambtenaren thuis moeten werken om verkeerschaos te voorkomen. Desondanks lopen de wegen naar het stadion uren voor de openingsceremonie al vast. Mexico is voor de derde keer gastland van het WK. In 1970 en 1986 organiseerde het ook al een WK.


VK: Voorpagina

Volkskrant.nl biedt het laatste nieuws, opinie en achtergronden

Nipkowschijf naar Kelly-Qian van Binsbergen voor serie over haar eigen adoptieverhaal

Pentagon deels op slot na mogelijke vondst ‘gevaarlijke stoffen’

The Register

Biting the hand that feeds IT — Enterprise Technology News and Analysis

Apple gives Mac devs a WSL-ish thing to call their own

HANDS ON At WWDC this week, Apple introduced container machines, which are persistent virtual machines running Linux, bearing some resemblance to Windows Subsystem for Linux (WSL) on Microsoft's operating system. Developers using macOS, as with those on Windows, face the problem that most applications are deployed to Linux, creating a mismatch between the development machine and the deployment target. The friction is less for macOS, which, like Linux, is Unix-like, but still exists. Apple's solution builds on the Container project previewed at WWDC last year. Version 1.0 was released at this year's WWDC, complete with the new container machine feature. The project uses standard Open Container Initiative (OCI) containers, and both the containers and container machines run on lightweight virtual machines (VMs), giving strong isolation. The name "container machine" is intended to convey that the feature combines both a container and a VM. The feature uses Apple's native virtualization framework, and the command line interface integrates well with macOS. Once installed, the command container machine run will open a terminal in the default container machine. Another option is to run a command such as container machine run uname -a, which will execute in the default container machine but without leaving the macOS shell. The code is written in Swift and is open source on GitHub under the Apache 2.0 license. It uses another Swift package called containerization, which is also open source. On Windows, WSL is an important tool for developers. Could container machines have a similar impact for Mac devs? There is potential, but Apple has work to do both on features and documentation, and the project is tucked away on GitHub rather than being presented as part of macOS. We tried a brief hands-on, installing the 1.0 release from the GitHub release package on Tahoe 26.5.1. Only macOS 26 is supported. Once installed, the command container machine create is enabled, though only containers that include the /sbin/init system initialization program will work. Many container images designed for running applications, rather than being used for persistent VMs, do not include this. The solution is to build a custom container image from a Dockerfile, for which the documentation now includes examples. We used the Dockerfile supplied in a tutorial that sets up a container machine based on Ubuntu 24.04 with the Swift SDK included, followed by the steps to develop using Visual Studio Code running on macOS and connecting to the container machine via VS Code remoting. This worked and we were able to build a project on Linux and run it using VS Code and Safari on the Mac side, but debugging breakpoints were not hit. We tried again with a .NET project, for which debugging worked correctly. By default, a container machine mounts the macOS home directory with read-write permissions. This is great for accessing code or other assets from both macOS and the container machine, but not good for security. A rogue package installed on Linux, for example, could easily harvest credentials from a .ssh folder in macOS. This is configurable via the --home-mount argument. Setting access to "none" is more secure. The memory available to a container machine defaults to half the system memory. In our case that is 32 GB, but after launching the VM and starting PostgreSQL, the actual memory used, according to Activity Monitor, was only 1 GB. Additional memory is used on demand, but a limitation described in the technical overview is that memory cannot be released back to the host. In other words, memory usage will increase during use and can only be released by restarting the VM. WSL supports GUI applications via the X11 or Wayland graphic systems. An issue raised by a user about GUI applications in containers was closed on the basis that developers can install XQuartz, a project for running the X windows system on macOS, and then use container-to-host networking to connect, though we did not try this. GUI support appears not to be a goal of the project. Mac developers already have many ways to run Linux containers or VMs, including the mature ecosystem around Docker, Podman, Colima, UTM, VirtualBox, and OrbStack, to mention some contenders, as well as the option of using SSH to connect to a remote Linux VM. That means Apple has some work to do to establish its native container tools, and now container machines, as serious alternatives. On the plus side, the system is lightweight, aside from the inability to release memory, and performed well in our quick hands-on. A WWDC video has further details, alongside the documentation on GitHub. ®

The Guardian

Latest news, sport, business, comment, analysis and reviews from the Guardian, the world's leading liberal voice

Police warned for months about addresses targeted in Belfast riots

Exclusive: PSNI repeatedly warned by monitoring group for eight months after a so-called hitlist of addresses began circulating in far-right networks

A monitoring group repeatedly warned the Police Service of Northern Ireland (PSNI) over the past eight months that anti-immigration activists were circulating the addresses of properties that were targeted in this week’s Belfast riots.

The Accountability Project Northern Ireland, a volunteer group formed last summer to monitor anti-immigration activity online, sent dozens of reports to police between November 2025 and June 2026.

Continue reading...

Rise of the fraysexuals: how sexual interest fades in some long-term relationships

Those with this orientation find strangers more alluring than people they know well – and their sexuality is often misunderstood as an attachment disorder

Name: Fraysexuality.

Age: Twelve years, but only just picking up steam.

Continue reading...

SpaceX heads for record $1.78tn float amid fears it is overvalued

Analysts say IPO that could make Elon Musk the world’s first trillionaire has a ‘major disconnect’ on price

Elon Musk’s SpaceX is set to launch the biggest stock market float in history amid warnings that it may be overvalued.

The space exploration, satellite broadband and AI company will join the US stock market on Friday at a valuation of $1.78tn, after offering at least $75bn of shares to investors through an initial public offering .

Continue reading...

Wegovy weight-loss pills to be available for patients in UK to buy

Regulator approval means patients who meet criteria such as having obesity will be able to purchase pills with private prescription

Patients will soon be able to buy the Wegovy weight-loss pill, the medicines regulator announced today.

It is the first GLP-1 receptor agonist tablet for weight-loss to be approved by the Medicines and Healthcare products Regulatory Agency (MHRA), making the UK the third country to authorise the pills, behind the US and the United Arab Emirates.

Continue reading...