
Leicester: 'Hard core' expected to ignore single-use vape ban
Leicester Trading Standards has said it is gearing up to tackle a "hard core" of businesses it expects will flout an incoming ban on single-use vapes.Trading Standards said it had written to almost a thousand businesses in the city ahead of a ban on buying and selling disposable vapes from 1 June to advise them of the new rules.But team manager Ron Ruddock said these only represent "the tip of the iceberg" of places which currently sell vapes and "we're also likely to have a hard core that probably won't comply".He said officers will act on "intel" after the change in the law to focus on those "most likely to be mis-selling".
Only devices considered to be reusable will be legal from Sunday - they must have a rechargeable battery, a replaceable coil and be refillable.
Businesses or individuals that continue to supply, offer to supply, or have in their possession to supply single-use vapes from June, could face an unlimited fine and a prison sentence of up to two years.The UK government wants to reduce the impact on the environment – an estimated five million disposable vapes were thrown away every week last year – and cut the number of children and young people vaping.Health experts agree anyone who does not smoke should not start vaping, as it may cause long-term damage to lungs, hearts and brains.Mr Ruddock said: "In many ways it's not a massive change, but in terms of enforcement it's a lot of work - it will take a lot of resource to police it."
'Focus our efforts'
He said: "There's such a broad spectrum of sellers, we don't know every store that sells vapes, but what we've done is put together a list of almost a thousand businesses that we recognise as selling vapes or likely to sell vapes and then we've sent them out a package of information."Mr Ruddock said a number of shops were reducing their prices to clear stock ahead of the ban.After then the "whole team" will begin the task of ensuring businesses comply, working with Leicestershire Police and other officers within the city council.He said: "I think we'll get compliance amongst a broad sector of the business community but we're also likely to have a sort of a hard core that probably won't."We cannot visit every single premise that may or may not be selling vapes but I think we will focus our efforts on those that are most likely to be selling and perhaps mis-selling."
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Geeky Gadgets
27 minutes ago
- Geeky Gadgets
Run Windows on Linux Without Dual-Booting with VirtualBox Magic
Have you ever found yourself juggling between Linux and Windows, wishing you could seamlessly run both without the hassle of dual-booting? For many Linux enthusiasts, the need to access Windows-exclusive software can feel like a frustrating compromise. But here's the good news: virtualization technology has made it possible to bridge this gap effortlessly. With tools like VirtualBox, you can create a fully functional Windows environment within your Linux system, unlocking a world of possibilities without leaving your preferred OS. In this walkthrough, we'll show you how to harness the power of VirtualBox to run Windows on Linux, making sure a smooth, efficient setup that works for both casual users and professionals alike. By following this guide by Explaining Computers, you'll not only learn how to install and configure VirtualBox but also discover how to optimize your virtual machine for peak performance. From setting up shared folders to fine-tuning system resources, this step-by-step approach will help you create a seamless workflow between Linux and Windows. Whether you're a developer needing access to cross-platform tools or simply curious about virtualization, this guide—crafted by ExplainingComputers—offers practical insights and solutions. Ready to explore how VirtualBox can transform your computing experience? Let's uncover the possibilities together. Setting Up Windows on Linux Understanding VirtualBox VirtualBox is a powerful, free, and open source virtualization platform that allows you to create and manage virtual machines. With VirtualBox, you can run Windows alongside Linux without the need for dual-booting, making it an ideal choice for users who require access to both operating systems. Its cross-platform compatibility, extensive feature set, and user-friendly interface make it a popular tool among developers, IT professionals, and casual users alike. Some of the key benefits of VirtualBox include: Cross-platform support: It works seamlessly on Linux, Windows, and macOS. It works seamlessly on Linux, Windows, and macOS. Cost-effective: Being open source, it is free to use for personal and professional purposes. Being open source, it is free to use for personal and professional purposes. Feature-rich: Offers advanced features like USB device support, shared folders, and remote desktop access. By using VirtualBox, you can enjoy the flexibility of running Windows applications within your Linux environment without compromising system stability. Installing VirtualBox on Linux Before creating a Windows virtual machine, you need to install VirtualBox on your Linux system. Most Linux distributions, such as Ubuntu, Fedora, and Debian, include VirtualBox in their software repositories. Follow these steps to install it: Open a terminal and use your package manager to install VirtualBox. For example, on Ubuntu, run: sudo apt install virtualbox . . If you prefer the latest version, download it directly from the official VirtualBox website. Install the VirtualBox Extension Pack to unlock additional features like USB 2.0/3.0 support and remote desktop functionality. Ensure your system meets the hardware requirements, including sufficient RAM and CPU resources, and verify that virtualization is enabled in your BIOS/UEFI settings. This step is crucial for VirtualBox to function correctly. How to Run Windows on Linux Using VirtualBox Watch this video on YouTube. Dive deeper into Microsoft Windows with other articles and guides we have written below. Setting Up a Windows Virtual Machine Once VirtualBox is installed, you can proceed to create a virtual machine for Windows. Follow these steps to set it up: Open VirtualBox and click the 'New' button to create a new virtual machine. Provide a name for your VM and select 'Microsoft Windows' as the operating system type. Choose the specific Windows version you plan to install, such as Windows 10 or Windows 11. Allocate system resources, including memory (RAM) and CPU cores, based on your hardware's capabilities. Create a virtual hard disk to store the Windows operating system and related files. You can choose between dynamically allocated or fixed-size storage. Proper configuration of these settings ensures that your virtual machine operates efficiently without overloading your Linux host system. Be mindful of resource allocation to maintain a balance between the host and guest systems. Installing and Configuring Windows To install Windows on your virtual machine, you will need an ISO file or a bootable installation disk. Follow these steps to complete the installation: Attach the Windows ISO file to the virtual machine by navigating to the VM's storage settings in VirtualBox. Start the virtual machine. The Windows installation process should begin automatically. Follow the on-screen instructions to complete the installation, including setting up your user account, region, and preferences. Once the installation is complete, you will have a fully functional Windows environment running within your Linux system. This setup allows you to access Windows applications and tools without leaving your Linux desktop. Enhancing Virtual Machine Performance Optimizing your virtual machine is essential for achieving smooth performance and usability. Begin by installing the VirtualBox Guest Additions, a set of drivers and utilities that improve integration between the Linux host and Windows guest systems. These additions enable features such as: Seamless mouse pointer integration: Eliminates the need to manually capture and release the mouse pointer. Eliminates the need to manually capture and release the mouse pointer. Enhanced video performance: Supports higher resolutions and better graphics rendering. Supports higher resolutions and better graphics rendering. Shared clipboard: Allows you to copy and paste text between Linux and Windows. Additionally, you can fine-tune the VM's settings to improve performance: Enable hardware acceleration in the system settings for faster processing. Increase the video memory allocation to enhance graphics performance. Adjust the number of CPU cores allocated to the VM based on your workload. These adjustments ensure that your virtual machine operates efficiently without compromising the performance of your Linux host system. File Sharing Between Linux and Windows One of the most practical features of VirtualBox is its ability to assist file sharing between the Linux host and Windows guest. To set up shared folders, follow these steps: In VirtualBox, define a shared folder by specifying its location on your Linux system. Enable folder sharing in the VM's settings and grant the necessary permissions. Access the shared folder from within Windows, typically under the network drives section in File Explorer. This feature simplifies file transfers and enhances collaboration between the two operating systems, making it easier to work across platforms. Resolving Common Issues While VirtualBox is a reliable tool, occasional issues may arise. Here are some common problems and their solutions: Virtual machine won't start: Verify that hardware virtualization is enabled in your BIOS/UEFI settings. Verify that hardware virtualization is enabled in your BIOS/UEFI settings. Slow performance: Allocate more resources to the VM or enable 3D acceleration in the display settings. Allocate more resources to the VM or enable 3D acceleration in the display settings. Shared folders not visible: Reinstall the Guest Additions and ensure folder permissions are correctly configured. For more complex issues, consult the VirtualBox documentation or seek assistance from community forums. These resources provide valuable insights and troubleshooting tips to help you resolve any challenges you encounter. Media Credit: ExplainingComputers Filed Under: Guides Latest Geeky Gadgets Deals Disclosure: Some of our articles include affiliate links. If you buy something through one of these links, Geeky Gadgets may earn an affiliate commission. Learn about our Disclosure Policy.


The Independent
27 minutes ago
- The Independent
Charity warns of disposable vapes ‘ticking time bomb' following ban
A 'ticking time bomb' of disposable vapes is set to enter the waste system this week, risking widespread fires because of the incorrect disposal of the devices' batteries, a charity has warned. Electrical Safety First urged vapers not to 'bin the battery' following the ban on the sale of disposable or single-use vapes from June 1. A survey for the charity found almost three in five vapers (58%) plan on throwing their old vapes into their household's general waste or recycling bin, prompting fears of fires in refuse trucks and waste centres. This is despite 71% of vapers admitting that they are aware that improper disposal of vapes can cause fires. Disposable vapes contain lithium-ion batteries, which if damaged can create explosive and highly toxic fires that are almost impossible to put out – a process known as thermal runaway. However, the incorrect disposal of these vapes in the general waste system can cause bigger issues. When general rubbish or recycling is collected, vapes are often crushed, compacted, punctured or soaked in liquids. This can cause the batteries within them to overheat or ignite, leading to fires that put workers at risk, risking millions of pounds worth of damage and disruption to waste services. Even if they do not start a fire, damaged batteries release harmful chemicals and materials that can damage the environment if not recycled responsibly. Many vape retailers offer take-back services for disposable vapes. Some councils also have recycling points at household recycling centres. Consumers can check their local council's website to find out if this is available in their area. Giuseppe Capanna, product safety engineer at Electrical Safety First, said: 'This week we anticipate many disposable vapes will come to the end of their life following the ban. 'With reports of vapers having stockpiled these devices there is a risk that a large number of them could end up in the waste system if they are thrown out incorrectly in the household bin. 'These devices contain lithium-ion batteries that can explode or catch fire if damaged or crushed if they make their way into bin lorries, creating a ticking time bomb that puts refuse workers and communities at serious risk. 'The safest option is to recycle them properly. You can recycle them through retail take-back schemes or at a local recycling centre that has dedicated facilities.' The crackdown on the sale of the devices now makes it illegal for any retailer – ranging from corner shops to supermarkets – to sell them. The ban applies to both online and in-store sales across England, Scotland, Wales and Northern Ireland, and all disposable vapes whether or not they contain nicotine. Retailers are still allowed to sell reusable vapes. It follows the soaring use of disposable vapes in schools and a flood of plastic rubbish from the discarding of the devices. Rogue traders who continue to sell them risk a fine of £200 in the first instance, followed by an unlimited fine or jail time for repeat offending. Censuswide surveyed 1,003 UK adults who own a disposable vape between May 22-27.


The Guardian
28 minutes ago
- The Guardian
Reeves faces fresh pressure to spend billions more on affordable housing
Rachel Reeves is under renewed pressure to spend billions more on affordable housing, after an industry report suggested the government had significantly overestimated how many new homes would be built over the next few years. The chancellor is being urged by figures inside and outside government to spend heavily on affordable housing at this month's spending review, as a report by one of the country's biggest housing companies cast doubt on official forecasts. The findings from Savills suggest the government is further away from hitting its target of building 1.5m new homes than previously admitted. Its findings are likely to boost the arguments of Angela Rayner, the housing secretary, who is at loggerheads with Reeves over how much her department should be given to build new affordable homes. Kate Henderson, the chief executive of the National Housing Federation (NHF), which commissioned the report, said: 'This analysis shows that reaching the OBR's [Office for Budget Responsibility] forecasts, let alone the government's targets, will require a generational boost to investment in social and affordable housing.' Chris Buckle, the residential research director at Savills, added: 'The heroic rates of growth forecast by the OBR will not be achieved without further action from the government to support demand – particularly support for housing associations and an ambitious new grant funding programme.' One government source said funding for affordable homes was proving a sticking point in negotiations over June's spending review, with Rayner pushing for Reeves to spend much more heavily on it than the previous government did. Labour's vow to build 1.5m houses over the course of the parliament has been central to its promises on economic growth and tackling the cost of living. Hitting the target would require 300,000 net new additions to housing supply every year of the parliament – a level that has never been hit before. Ministers argue that they will be able to stimulate a housing boom by making changes to the planning system that make it far easier for private developers to invest in new schemes. Their claims have been bolstered by official forecasts from the OBR, which say there are likely to be 1.3m net new homes built over the five years to March 2030. Reeves welcomed that forecast in March, saying it showed the government was within 'touching distance' of hitting its target. However, the findings from Savills suggest ministers are much further from that target than Reeves's words suggest. First, the report says the 1.3m forecast applies to the whole of the UK, while the government's target applies only to England. It also highlights the fact that the OBR's forecast is for a period until March 2030, nearly a year after the latest possible date for the next election. Taken together, the report estimates the government is actually on track to oversee the building of 1m new homes by the end of the parliament – only two-thirds of the way to its target. In addition, Savills found the OBR had relied on historically high estimates of private housebuilding to create its forecast. In 2030, for example, the forecast says there are likely to be just over 1.2m private house sales, of which 160,000 will be newly built properties. This would be far in excess of historical trends, given that transaction volumes throughout the 2010s were closer to 1m, and that sales of newbuild properties rarely exceed 10% of the total number of transactions. If overall sales and sales of new properties remain closer to recent trends, it would mean only 100,000 new houses going on sale every year – less than two-thirds of the OBR's forecast. The OBR's forecasts also rely on affordable housebuilding rising in line with the private market, despite the fact that the number of new affordable homes being started has collapsed recently – down 35% in England in 2024 and 90% in London. The report comes amid a standoff between Reeves and Rayner over how much to spend on affordable housing until the end of the parliament. With less than two weeks to go until the chancellor announces departmental spending limits for the next three years, officials say the two cabinet ministers are yet to reach an agreement on the housing budget. At the March budget, Reeves announced an extra £2bn for the government's affordable homes programme in 2026-27. But Rayner is understood to be arguing for more, saying the extra money was billed at the time as a 'downpayment' on the government's housing commitments. She argues that the 1.5m target will be missed without much higher levels of support. The NHF has calculated that to meet housing need the government must build 90,000 new socially rented homes a year, which if entirely publicly funded would cost the government £11.5bn a year. The federation is also urging Reeves to guarantee that social rents should go up by 1 percentage point above inflation for the next 10 years – double the length of time the government has proposed. This would help buttress the finances of the country's housing associations, 11 of which recently wrote to the housing minister Matthew Pennycook warning of 'the worst housing situation in living memory'. Henderson said: 'This certainty of income is vital for housing associations to unlock the private investment needed to build new affordable homes and deliver growth, jobs and improved living standards.' Part of the government strategy for hitting its building targets is to reduce environmental protections, saying: 'We can't have a situation where a newt is more protected than people who desperately need housing.' But this is causing grave concern among environment groups who say that nature in England and the UK is already in crisis, that builders are already not fulfilling the promises they have made on nature, and that the delays in housebuilding are very unlikely to be entirely down to bats or newts. The OBR declined to comment.