One step forward, two steps back on CA age bill (EFF Deeplinks Blog)
The EFF has a blog\
post looking at a new bill in California that would exempt
open-source operating systems from the Digital Age Assurance Act
passed last year, but has problems of its own:
While the open source exemption, if passed, would improve the law, the
remaining amendments proposed by AB 1856 would require all web
browsers and w … ⌘ Read more
Years ago, I used Kate, no, not somebody’s wife, but the KDE Advanced Text Editor, to export source code files and fragments into HTML with syntax highlighting. I think that’s where I got the initial <b> idea from. There were also bucketloads of <span style='color:#644a9b;'> all over the place, even inside <b>. No CSS classes defined upfront, all colors inlined. The final rendering in the browser looked great, but the source code ugly as hell in my opinion. However, I’m thankful for hinting me at <b>. I think this kicked off everything. :-)
The advertising cartel coming to your web browser
Article URL: https://blog.zgp.org/the-advertising-cartel-coming-to-your-web-browser/
Comments URL: https://news.ycombinator.com/item?id=48375175
Points: 20
# Comments: 3 ⌘ Read more
@movq@www.uninformativ.de It’s the “Lyse types the entire HTML by hand” generator. Yes, no kidding. I write articles so rarely, that I can do that once in a while. It’s fun to some degree, but also not.
After some time, I finally recorded some Vim macros to insert <b>…</b>, <var>…</var>, <span class=s>…</span> etc. around the tokens. This helped a little bit. But I was still questioning my mental state doing it like that. I also had to fix a bunch of the end tags by hand, because the word movement wasn’t enough or the end movement went too far. Quite the annoying process for sure.
But I think the HTML looks a wee bit nicer and is maybe even semantically a little bit better than having only <span>s everywhere. I find the <span class="whatever"> just soo awfully long. Of course, I never look at the code again, but knowing, that e.g. there is a <b> and it saves so many bytes in comparison, makes me happy. It is a more elegant solution in my opinion. Not by much, but better nonetheless. It’s a matter of simplicity. Admittedly, even I can’t avoid the <span>s alltogether. Oh well. On the other hand, I’m sure that this does not make any difference whatsoever. I bet, nobody and nothing, like a screenreader, analyzes the HTML for that, where this would be truly useful.
Oh! Maybe text browsers, though. It just occurred to me while composing this reply. :-) Haha, I lost my bet quickly. w3m picks up at least the <b> for keywords and builtin types, <u> for filenames and <i> for comments. Yey. No different styles for <var> and <mark>, unfortunately. elinks only renders the bold. It’s cool that I had the right intuition right from the beginning, despite being unable to pinpoint it. :-)
All the <span> hell with common syntax highlighters is a downer for me that keeps me from looking more into them. If I wrote more articles, I might rig something up with Pygments. At least that’s somehow positively connotated in my brain. Not sure if it actually deserves it, but I dealt with that in some loose form (can’t even remember) years and years ago. Apparently, it wasn’t too terrible.
To prepare the table of contents, I used grep and sed with some manual intervention in the end. The entire process can be improved. Absolutely.
You wrote your own site generator, didn’t you?
Microsoft Unveils Scout, an Autonomous AI Agent Built On OpenClaw
Microsoft has unveiled Scout, an experimental always-on AI “autopilot” agent for Microsoft 365 that can operate across Teams, Outlook, OneDrive, SharePoint, calendars, contacts, browsers, and external apps via MCP. “Autopilots stay active in the background, understand how work gets done across your apps and systems, and take action without need … ⌘ Read more
Websites Can Now Spy on You Through Your Hard Drive
Thanks to the newly detailed FROST technique, telltale SSD activity can be measured in the browser using simple JavaScript. ⌘ Read more
Servo 0.2 Released With Revamped Android Browser UI
For ending out the month of May is a new monthly release of Servo, the open-source, Rust-based browser engine being developed by Linux Foundation Europe stakeholders and the open-source community. There are many nice enhancements on the desktop side with Servo 0.2 while also improving the Android browser UI experience with Servo too… ⌘ Read more
Arias: Human proof for FOSS contributions
Rodrigo Arias Mallo, maintainer of the Dillo web browser, has written a
blog post
with a proposal on one way to ensure that a contribution is written by
a human and not AI; he suggests asking new contributors to record
their programming session using asciinema.
In the same way that LLMs generate patches, they can also generate
the asciinema recordings themselves. Then, the contributors c … ⌘ Read more
Browser-based file encryption tool using WebCrypto
Article URL: https://secvant.com/
Comments URL: https://news.ycombinator.com/item?id=48274018
Points: 5
# Comments: 2 ⌘ Read more
The Best Browser Extensions to Get More Out of YouTube
You can significantly improve the YouTube experience with these browser add-ons. ⌘ Read more
Show HN: ShadowCat – file transfer through QR Codes in a Browser
Article URL: https://github.com/unprovable/ShadowCat
Comments URL: https://news.ycombinator.com/item?id=48234287
Points: 6
# Comments: 1 ⌘ Read more
Vivaldi 8.0 Arrives With ‘Most Significant Design Overhaul’ In Browser’s History
Vivaldi 8.0 is being pitched as the browser’s “most significant design overhaul” yet, featuring a new unified, edge-to-edge interface, six preset layouts, and deeper customization across tabs, toolbars, panels, and themes. The company is also taking a swipe at rivals chasing questionable AI features. Neowin reports: Af … ⌘ Read more
Google Publishes Exploit Code Threatening Millions of Chromium Users
An anonymous reader quotes a report from Ars Technica: Google on Wednesday published exploit code for an unfixed vulnerability in its Chromium browser codebase that threatens millions of people using Chrome, Microsoft Edge, and virtually all other Chromium-based browsers. The proof-of-concept code exploits the Browser Fetch programming inte … ⌘ Read more
Firefox 153 Nightly Rolls Out New Settings UI
The latest nightly builds of Firefox 153 have rolled out a new appearance for the browser’s settings area… ⌘ Read more
@movq@www.uninformativ.de are you sure it’s the browser is getting slow or is it website developers adding more more crap to their sites?
It’s time soon to buy a new PC. Why? Because browsers are getting slow.
Firefox 151.0 released
Version\
151.0 of the Firefox browser has been released. Significant changes
include the ability to clear and restart a private-browsing session, better
fingerprinting protection, control over the apparent location when using the
Firefox VPN, and more. ⌘ Read more
Firefox 151 Now Available With Document Picture-in-Picture API
Firefox 151 release binaries are now available as the latest monthly update to Mozilla’s open-source web browser… ⌘ Read more
SOLAI Launches $399 Solode Neo Linux AI Computer
BrianFagioli writes: SOLAI has launched the Solode Neo, a $399 Linux-based mini PC designed for always-on AI agents, browser automation, and persistent developer workflows. The compact system ships with an Intel N150 processor, 12GB LPDDR5 memory, 128GB SSD storage, Gigabit Ethernet, WiFi, Bluetooth, and a Linux-based operating system called Solode AI OS. The company says th … ⌘ Read more
坦白了:一个普通网页,到底能知道你多少信息?
只需要访问一个网页,什么都不做,也不需要授权,就可以知道你的很多信息。这是真的! 现在,你只需要点击访问下面的网站: 就可以看到,你的一些信息。 而这些信息,在网页加载完成之前,就发送完了。包括 IP地址、时间、语言、设备、电池、显卡、字体、屏幕等信息。 单独看,这些信息似乎没什么。 但组合在一起之 ⌘ Read more
So, it’s plenty good enough for them.
Yeah, but on the other hand, you can’t even log in normally to a Matrix/Element account. I mean using username + password. It’s not expected that you ever log out or lose your browser session. If you do, you must use a one-time backup code (that you must create and save beforehand) to log in again.
To be fair, I can’t say that I fully understand what Matrix is doing in the first place. The text that I quoted reads like they have your keys. But they also claim that they only store this stuff encryped: https://element.io/en/help#encryption5 So … encrypted with what? Only option here is my password, isn’t it? (But if my password was good enough to reclaim an account … why do all the other stuff …)
Matrix takes end-to-end encryption seriously. When I ran a Matrix server for the family, the family members would regularly lose their keys, because they didn’t pay attention to something. That’s on purpose! Or rather, that was on purpose. Maybe it’s different these days?
No clue.
Chrome Silently Installs a 4GB AI Model On Your Device Without Consent
Longtime Slashdot reader couchslug shares a report from That Privacy Guy’s Alexander Hanff: Two weeks ago I wrote about Anthropic silently registering a Native Messaging bridge in seven Chromium-based browsers on every machine where Claude Desktop was installed. The pattern was: install on user launch of product A, write configuration … ⌘ Read more
White House App Is a Terrifying Security Mess
New submitter spazmonkey writes: From a hidden GPS tracker polling your location every 4.5 minutes to JavaScript loaded from a random GitHub account, no SSL certificate pinning, and an in-app browser that silently strips cookie consent dialogs and paywalls from every page you visit, the new White House app seems to have a little bit of everything. A security researcher pulled the APK a … ⌘ Read more
Servo Browser Engine Seeing Progress On FreeBSD Support
Following the recent Servo 0.1 release, the Servo project has published their latest monthly status report to highlight recent development efforts around this modern open-source browser engine… ⌘ Read more
Opera GX Browser Gets Flatpak’ed & Snap’ed On Linux
Last month Opera released the Opera GX gaming-focused web browser for Linux. It rolled out in RPM and Debian package format support while now for those interested is also available via Flatpak and Snap sandboxed app formats… ⌘ Read more
Firefox 150 released
Version\
150 of the Firefox web browser has been released. Notable changes
include local-network-access\
restrictions being turned on for all users, the ability to
reorder, copy, delete, paste, and export pages from a PDF using
Firefox’s built-in viewer, as well as improvements in its split\
view feature, … ⌘ Read more
验证码反了!这次只认机器人
一直以来,点击“我不是机器人”,或者选几张红绿灯、斑马线、汽车、人行横道、摩托车,做完这些气死人的人机验证题目,你就可以继续访问网站、服务。太烦人了! 不过,这样没完没了验证的日子终于结束了,Browser Use 创建了一个反向验证码,将人类拒之门外,让代理进入。 工作流程 Browser Use ⌘ Read more
Firefox 150 Available With GTK Emoji Picker, CSS Media Element Pseudo-Classes
Mozilla today published their Firefox 150 release binaries as the latest milestone for this open-source web browser with growing AI ambitions… ⌘ Read more
Brave Browser Introduces ‘Origin’, a Pay-Once ‘Minimalist’ Browser
The Brave browser “has introduced Brave Origin, a stripped-down version of its browser that removes built-in monetization features like Rewards and other extras tied to its business model,” writes Slashdot reader BrianFagioli”
The stripped-down browser is available either as a separate browser download or as an upgrade to the existing Brave install, u … ⌘ Read more
Servo Browser Engine Making It Easier For Embedded Use
The open-source, Rust-based Servo browser engine has been improving its Servoshell demo browser application while one of the most promising potentials for this engine is around embedded use as an alternative to the Chromium Embedded Framework (CEF). With the latest moves by Servo developers, they are making for a more compelling story for its use… ⌘ Read more
Firefox vs. Chrome: Which Performs Better on a Linux Laptop?
Phoronix staged “a showdown” between Firefox and Chrome, testing them both on an Intel Panther Lake laptop running Ubuntu 26.04.
JetStream 3.0 was announced at the end of March as the latest major web browser benchmark. This updated version of JetStream is focused on intensive portions of modern JavaScript and WebAssembly web applications… Google Chrome … ⌘ Read more
Firefox 149 vs. Chrome 147 Web Browser Performance On Linux
It has been a while since featuring a showdown of the Mozilla Firefox and Google Chrome web browsers on Linux. With some fresh benchmarks being overdue plus the new JetStream 3 browser benchmark having been announced last week, here is some fresh data for how these two dominant web browsers are competing on the modern Linux desktop from an Intel Panther Lake system running Ubuntu 26.04. ⌘ Read more
Mozilla Accuses Microsoft of Sabotaging Firefox With Windows and Copilot Tactics
BrianFagioli writes: Mozilla is accusing Microsoft of stacking the deck against Firefox, arguing that design choices in Windows steer users toward Edge even when they explicitly choose another browser. According to Mozilla, parts of Windows still open links in Edge regardless of the default browser setting, includi … ⌘ Read more
Chrome Is Finally Getting Vertical Tabs
Chrome is finally adding built-in vertical tabs, “which will move the tabs to the side of the browser window, making it easier to read full page titles and manage tab groups,” reports TechCrunch. The company is also introducing an immersive reading mode for a distraction-free, text-focused experience. From the report: The company notes that the new vertical tabs can be enabled at any time by rig … ⌘ Read more
LinkedIn Faces Spying Allegations Over Browser Extension Scanning
LinkedIn is facing allegations that it quietly scans users’ browsers for installed Chrome extensions. The German group Fairlinked e.V. goes so far as to claim that the site is “running one of the largest corporate espionage operations in modern history.”
“The program runs silently, without any visible indicator to the user,” the group says. “It … ⌘ Read more
Chrome 148 Will Start ‘Lazy Loading’ Video and Audio to Improve Performance
“Google has announced that it’s currently testing a new feature for Chrome 148 that could speed up day-to-day browsing,” reports PC World:
[T]he browser can intelligently postpone the loading of certain elements. Why load all images at the start when it can instead load images as you get close to them while scrolling? Chrome and … ⌘ Read more
@lyse@lyse.isobeef.org That’s crazy! If you don’t mind me asking, what browser are you using when you see this?
@bender@twtxt.net Glad to hear it, I’ve neglected a Safari test thus far.
Thank you both for checking.
Servo 0.0.6 Released With Many Great Improvements
Servo 0.0.6 is out today to round out the month with many great improvements made in recent weeks to this Rust-based browser engine advancing with its servoshell implementation and many prospects around using it for embedded browser use cases… ⌘ Read more
@itsericwoordward@itsericwoodward.com Nice. I just wanted to let you know that the black text color on nearly black button background color in the twtHash tab is basically unreadable. I’ve no idea why the dark theme is preferred over the light one in my browser anyway. :-D
Anthropic’s Claude Can Now Use Your Computer To Finish Tasks
Anthropic is testing a new Claude feature that lets users send a request from their phone and have the AI carry it out directly on their computer, such as opening apps, using a browser, or editing files. The move follows the viral spread of OpenClaw earlier this year, which has gained cult popularity among devs for the ability to run local, 24/7 personal workf … ⌘ Read more
Firefox 149 Now Available With XDG Portal File Picker, Rust-Based JPEG-XL Decoder
Firefox 149.0 release binaries are now available with a wide assortment of improvements for this month’s update to the cross-platform Mozilla web browser solution… ⌘ Read more
Firefox Announces Built-In VPN and Other New Features - and Introduces Its New Mascot
A free built-in VPN is coming to Firefox on Tuesday, Mozilla announced this week:
Free VPNs can sometimes mean sketchy arrangements that end up compromising your privacy, but ours is built from our data principles and commitment to be the world’s most trusted browser. It routes your browser traffic throug … ⌘ Read more
OpenAI Plans Launch of Desktop ‘Superapp’
joshuark shares a report from Neowin: OpenAI is planning to combine its Atlas web browser, ChatGPT app, and Codex coding app into a singular desktop “superapp.” CEO of Applications, Fidji Simo, said the company was doubling down on its successful products. By taking this move, the AI company aims to streamline the user experience and reduce fragmentation. Simo said in an internal memo: “We realized … ⌘ Read more
Opera GX Web Browser Comes To Linux
BrianFagioli writes: Opera GX has officially landed on Linux, bringing its gamer-focused browser experience to Debian, Ubuntu, Fedora, and openSUSE-based systems. The browser includes GX Control for limiting RAM and network usage, a Hot Tabs Killer to shut down resource-heavy tabs, and built-in sidebar integrations for Discord and Twitch. Opera says this is not just a one-off port, but a long-term effo … ⌘ Read more
Opera GX Web Browser Released For Linux
It’s been a while since most of you probably thought about the Opera web browser, but these days they have been catering their “Opera GX” web browser to gamers. Today they have finally delivered this Opera GX gaming-focused browser for Linux users… ⌘ Read more
Google Chrome Is Finally Coming To ARM64 Linux
BrianFagioli writes: Google says it will finally release Chrome for ARM64 Linux in the second quarter of 2026, bringing the company’s full browser to a platform that has existed for years without official support. Until now, Linux users running Arm hardware have largely relied on Chromium builds or unofficial packages if they wanted something close to Chrome. Google says the new b … ⌘ Read more
Google To Finally Provide Chrome ARM64 Binaries For Linux
Google has shared exciting news with us today that they are bringing their Chrome web browser to ARM64 Linux devices… ⌘ Read more
Amazon Wins Court Order To Block Perplexity’s AI Shopping Bots
Last November, Amazon sued Perplexity demanding that the AI search startup stop allowing its AI browser agent, Comet, to make purchases for users online. Today, a judge ruled in favor of the tech giant, granting it a temporary court injunction blocking the scraping of Amazon’s website. According to court filings, the judge found strong evidence the too … ⌘ Read more
How Anthropic’s Claude Helped Mozilla to Improve Firefox’s Security
“It took Anthropic’s most advanced artificial-intelligence model about 20 minutes to find its first Firefox browser bug during an internal test of its hacking prowess,” reports the Wall Street Journal.
The Anthropic team submitted it, and Firefox’s developers quickly wrote back: This bug was serious. Could they get on a call? “What else do yo … ⌘ Read more
Mozilla Is Working On a Big Firefox Redesign
darwinmac writes: Mozilla is working on a huge redesign for its Firefox browser, codenamed “Nova,” which will bring pastel gradients, a refreshed new tab page, floating “island” UI elements, and more. “From the mockups, it appears Mozilla took some inspiration from Googles Material You (or at least, the dynamic color extraction part of it) because the browser color accent appears influ … ⌘ Read more