Commodore’s Callback 8020 Is a $499 Flip Phone That Blocks Social Media and Browsers
Commodore has unveiled the Callback 8020, a $499 Sailfish OS flip phone that runs most Android apps but deliberately blocks social media, browsers, email, and workplace apps to discourage doomscrolling. The “not dumb dumbphone” still supports messaging, music, maps, ridesharing, hotspots, a removable battery … ⌘ Read more
Let’s see which other browser-based clients I broke with that message…
Firefox 152 Adds JPEG XL Support, Redesigned Settings
An anonymous reader quotes a report from Linuxiac: Mozilla has released Firefox 152, the latest update to its popular open-source web browser, with updated settings, improved media controls, experimental JPEG XL support, and various platform-specific fixes for desktop and Android. A key update is the redesigned Firefox Settings page, which now features clearer groupings … ⌘ Read more
Euro-Office 1.0 Arrives To Open-Source Infighting: ‘Compatibility Is Not Sovereignty’
An anonymous reader quotes a report from ZDNet: If digital sovereignty is important to you, and it certainly is in the European Union (EU), then you’ll be pleased to know that EuroOffice, a new open-source browser-based office suite alternative to Microsoft 365 and Google Workspace, has officially reached its … ⌘ Read more
Got absolutely jack and sick of all the fucking useless bots, C&C and shit™ hitting my Git server tonight 🤬 So I sat down and built a lightweight version of Anubis, called caddy-pow. So now going forward, you’ll have to (sorry) have a HS-enabled browser to hit git.mills.io which will hopefully make most (if not all) bots just go the fuck away 🤦♂️ #Hostile #Web
Web Browsers on Video Game Consoles
Article URL: https://vale.rocks/posts/game-console-browsers
Comments URL: https://news.ycombinator.com/item?id=48487897
Points: 8
# Comments: 0 ⌘ Read more
Mozilla Firefox: Firefox bietet unbegrenztes VPN im Sommer
Mozilla hebt das Datenlimit für den integrierten VPN-Dienst im Firefox-Browser vorübergehend auf und erweitert die Serverauswahl. ( VPN, Firefox)
Firefox Merges Support For Vulkan Video Decoding
Firefox has merged initial support for Vulkan Video decoding, giving the browser a more cross-platform path for GPU-accelerated video playback beyond Linux’s long-running reliance on VA-API. Phoronix reports: Firefox on Linux has long been focused on the Video Acceleration API (VA-API) that isn’t universally supported by Linux graphics drivers. This has left to efforts like NVI … ⌘ Read more
Launch HN: Intuned (YC S22) – Build and run reliable browser automations as code
Hey HN, we’re Faisal and Ahmad from Intuned ( https://intunedhq.com). We’re building a platform for building, deploying, and maintaining browser automations.
Customers primarily use the Intuned AI agent to automate websites that don’t expose APIs. Common use-cases include scraping data, pulling reports, and submitting forms. As the website changes, our agent also helps automatically heal the automation.
On Intuned, browser automations are … ⌘ Read more
Firefox Merges Support For Vulkan Video Decoding
As an exciting development for GPU-accelerated video decoding within the Mozilla Firefox web browser, initial support for Vulkan Video has landed in the web browser!.. ⌘ Read more
Ladybird Browser Stops Accepting Public Pull Requests
The Ladybird browser isn’t opposed to AI coding tools, but it’s just brought a new change to their code-contributing policies.
February 23: “Ladybird adopts Rust, with help from AI.”
I used Claude Code and Codex for the translation. This was human-directed, not autonomous code generation. I decided what to port, in what order, and what the Rust code should look like. … ⌘ Read more
How to Share a Link to a Particular Phrase
Modern browsers let you share a link that jumps straight to whatever text you wish to highlight. Here’s how the feature works. ⌘ Read more
Show HN: ABC Classic 100 Rankings visualised
This weekend is the ABC Classic FM countdown, which prompted me to dust off an old un-published data visualisation of rankings from previous years.
I’ve considered adding a search function, but I also kind of like that it requires a bit of exploration in the current form.
Some of the code is a bit clunky and I wouldn’t mind refactoring it. I’m also not sure about browser compatibility - I’ve only got access to a couple of devices to test it on.
Comments URL: [https://news.yc … ⌘ Read more
Ask HN: Is the web for machines (/llm.txt) the one we wished we had as humans?
I got really tired, as a human, of parsing the standard marketing heavy web we have today.
I’ve always loved the simplicity of gopher and gemini web.
Recently I found myself manually adding `/llm.txt` to most websites I visit because I find the content for LLMs strait to the point and clear.
The only annoyance is web browsers like chrome do not render the markdown.
So could the AI revolution actually fix the web for humans as a side effect? … ⌘ Read more
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