Recommended Posts

Speaking on NT4.0 anyone else ever get the installer error.... This requires Service Pack 5 in order to install.

The only Sp5 I could ever find for it was an update, but by extracting the files and looking at them was an update for the language display for Japanese.

Though now I see there is a SP6a available now. But back when I was running it ... It was no where to be found.

Edited by redvamp128
Oh I caught it, you just have no idea what you're talking about. The only "virtualization" in Vista is a bit of write re-direction so applications don't **** the bed when they suddenly can't write to certain parts of the FS/registry, what you want is a whole different beast entirely

It's pretty obvious you've never really used a virtualization solution. We had several deployed in my last workplace. Virtual PC/Virtual Server is pretty much what you see, but try explaining why your grandma needs to boot up ANOTHER OS to write an email or do some trivial task ala the classic enviornment in OSX. Don't forget to mention that she needs to shell out for another OS license, btw. I'm sure she'll be thrilled aobut that.

Virtualization is used in many different contexts, which can be grouped into two main types: platform virtualization, involving the simulation of whole computers, and resource virtualization, involving the simulation of combined, fragmented, or simplified resources.

Whether you agree with this decription or not I really don't give a ****, but it is valid either way. Vista may do a very small amount of virtualization, but it is still virtualization.

And yes, I've used Virtual PC and VirtualBox. And my grandma is long dead, so I really don't care what she thinks.

Whether you agree with this decription or not I really don't give a ****, but it is valid either way. Vista may do a very small amount of virtualization, but it is still virtualization.

And yes, I've used Virtual PC and VirtualBox. And my grandma is long dead, so I really don't care what she thinks.

Even if you want to lump Vista in to that definition of virtualization (I wouldn't, but thats neither here nor there), it still comes down to the fact that its simply seeing that a program it knows is incompatible is trying to write to a protected area and redirects that write (and subsequent reads) to another place. It's not emulating hardware, API calls, or anything else. What your asking for is orders of magnitude more complex right now, and doesn't solve any of the issues I presented in the last post. Unless you want something like what I described above, in which case Windows does that already.

Give me a good reason the NT kernel should be scrapped. ONE. A real one, based on facts, not hyperbole the blogosphere likes to invent. Hell, give me a reason that Win32 should be scrapped. Because Windows is "bloated?" Take all the components in Vista, rewrite them in some new framework. I could almost guarantee they run slower than they do now because they won't have 20+ years of optimizations behind them. Look at what happened when Apple released OSX: It was slower than dirt and couldn't really do much at all (it couldn't even play a DVD. In 2001. Seriously.). It wasn't until 2 revisions later that it really started to become usable. And that's on a small, closed subset of hardware compared to what Windows supports.

You want to get rid of Win32? Why? Even if they went ahead and did that, and emulated everything as you want, there will be 0 programs available for a long time that take advantage of the new framework. In the mean time, all your old applications take a performance hit. Your games? Won't run, because as of right now GPU's aren't emulated (AFAIK). USB? No Microsoft-based virtualization product supports it. Congratulations, you just wiped out compatibility for all your old programs with 90% of peripherals out there. That means even your iPod wouldn't be able to sync with iTunes until it was rewritten for the new framework. And how long will that take? It took apple months just to get their **** working with Windows x64... with Microsoft's help.

A much, much better approach would be to introduce said new framework (it would be a subsystem, like Win32 or Services for Unix is today), and let a library of applications be created, all the while letting it run side-by-side with Win32. When it was time, simply decouple Win32 from the system. This is what MS did with Win16: it no longer exists in Windows x64 (XP or Vista). In the meantime your older programs won't have to take an unnecessary performance hit.

"Your grandma" represents 90% of the Windows user base, the people who want it to "just work" and can't be assed to install a VM or even check a box to determine what OS should be emulated. The fact that you represent a small minority of users by even being on this board is apparently lost on you.

many posts are regarding the question WHY recode it from scratch? i could think of MANY reasons.... like i'm tired of how some developers release software that sticks its stupid driver(s) right at the very native boot opportunity and risk preventing Windows from starting, or just slow down the boot!

Windows loads drivers at boot time so it can allocate resources appropriately and you can start using your hardware as soon as you sit down. The OS and your programs can't utilize any hardware until their loaded, so what you're asking is impossible, rewrite or not. To Windows, that Alcohol driver is no different than the driver that controls your actual DVD-ROM. But because one company wrote ****ty drivers, MS should scrap an entire system? That makes sense. Rewriting the system won't stop developers from writing ****ty code, in fact rewriting the OS will exacerbate your problem (at least temporarily) because it takes time for developers to learn and optimize for a new framework. See: ATI, Creative, or nVidia with Windows VIsta

(slightly offtopic: I recommend you try out Elaborate Byte's Virtual Clone Drive. It's been compatible with Vista since they early betas and doesn't slow down normal usage or boots. And it's free)

Most BSOD / or crashes are usually caused by bad drivers.-

That goes as much like people calling an OS slow-

A co-worker brought me his computer I will not name names but **** .

It had a boot time I kid you not of 4min 52 seconds. (a 5 minute boot). before he could use it.

This was a 2 gig with 1 gig of memory running Windows XP PRO.

I removed all the programs the OEM installed.

And he went into a 56 second boot - I could not slow it down any further because of his antivirus was the final slow down.

Now I will admit that some OS's are faulty.

Why would a rewrite work? What would the benefits be?

Didn't Microsoft do that with NT 3.1? And then again with Windows 2000?

If they do a "rewrite" some things would probably not work.

And there would be a gap of good drivers.

I mean it took a while for video drivers to get good under XP. (Though I am told they are getting better under Vista).

I just wouldn't mind if windows got rid of the registry. Yes I know people will say it will break things. But look how sandboxie works. It has a file it uses for registry entires. So i'm sure they could make something that old programs could still use, but new programs could be coded for the new way of life.

Question... Some opinions may vary... Some say the registry is the slow down. But does anyone really know- How many times windows references or accesses the registry and how fast or slow it parses it? Probably only someone who works on the Core (kernel) team. Or maybe even the Shell Team at Microsoft.

Plus just think about if Microsoft did get rid of the registry. Where would you be able to tweak your OS certainly not dabble into the kernel or the Windows Code.

Now I will grant it that back in the days when the 286 was in play it may have been a slow down. But now with processors well over the 133mhz processor that was in the 286. ( There may have been faster but that was the most common upgrade to them).

Edited by redvamp128
I just wouldn't mind if windows got rid of the registry. Yes I know people will say it will break things. But look how sandboxie works. It has a file it uses for registry entires. So i'm sure they could make something that old programs could still use, but new programs could be coded for the new way of life.

That's all well and good when you don't need to access it very often. But the registry can be accessed hundreds of times per second by various running applications. Explorer alone bombards it with tons of requests every moment. Your system would grind to a halt if they replaced the registry with config files. You'd need some kind of sophisticated system-wide caching mechanism, but then you'd probably want to make the file format a binary serialized format to boost performance even further -- And then you're back to the registry.

Question... Some opinions may vary... Some say the registry is the slow down. But does anyone really know- How many times windows references or accesses the registry and how fast or slow it parses it? Probably only someone who works on the Core (kernel) team. Or maybe even the Shell Team at Microsoft.

You can monitor the registry and benchmark it if you're so inclined. It's very fast, very resilient to 'bloat', and accessed a LOT. Windows is practically built on COM, and your system is instantiating and destroying COM objects all the time -- Which requires peeking in the registry. That, of course, isn't the only thing bombarding it with tons of requests.

It's certainly a lot faster than say, an XML file.

That's all well and good when you don't need to access it very often. But the registry can be accessed hundreds of times per second by various running applications. Explorer alone bombards it with tons of requests every moment. Your system would grind to a halt if they replaced the registry with config files. You'd need some kind of sophisticated system-wide caching mechanism, but then you'd probably want to make the file format a binary serialized format to boost performance even further -- And then you're back to the registry.

You can monitor the registry and benchmark it if you're so inclined. It's very fast, very resilient to 'bloat', and accessed a LOT. Windows is practically built on COM, and your system is instantiating and destroying COM objects all the time -- Which requires peeking in the registry. That, of course, isn't the only thing bombarding it with tons of requests.

It's certainly a lot faster than say, an XML file.

Well windows could keep its registry for settings. I'm talking about application settings.

Well windows could keep its registry for settings. I'm talking about application settings.

Nothing is forcing application developers to use the registry.

However, what's wrong with them doing so? If a developer plays by the rules, and stores their settings in the two places designated for their settings: HKLM\Software\MyApp and HKCU\Software\MyApp, the registry provides a very simple fast and lightweight solution for them. I see nothing wrong with tossing a few keys in there.

I haven't been saying they should replace Windows, in fact I said it'd be a very complicated thing to market to endusers and developers (especially when at the same time they're still marketing mainstream Windows.)

All I'm saying is that Windows 7 will probably do more with virtualization than Vista does. There are most likely quite a few things in Windows still done in less than efficient ways that could be silently replaced with the apps/users none the wiser.

Anyway, it seems like .NET has already superseded Win32. (Huh, I thought that word was supercede. Interesting.)

Nothing is forcing application developers to use the registry.

However, what's wrong with them doing so? If a developer plays by the rules, and stores their settings in the two places designated for their settings: HKLM\Software\MyApp and HKCU\Software\MyApp, the registry provides a very simple fast and lightweight solution for them. I see nothing wrong with tossing a few keys in there.

It would be nice though to just be able to delete a folder and have application be gone from your computer. Mac Style.

Now vista has AppData / Roaming and AppData / local

who comes up with those names.

It would be nice though to just be able to delete a folder and have application be gone from your computer. Mac Style.

Now vista has AppData / Roaming and AppData / local

who comes up with those names.

Put the machine on a network and that kind of separation between Roaming and Local profile data makes perfect sense.

What would also be nice... Applications that when you uninstall them actually get rid of themselves.

Aol I have noticed is notorious for that. Another Co-worker brought me his computer because he said he was running out of space. I found about 6 different Aol installers, Which he said he unistalled them. Would also be nice for example that when you upgrade the version it would let you know that there is older installers on them.

Also for it to ask if you want to get rid of those old installers.

ok how about localLow

That's the low integrity appdata folder for things like Protected Mode IE.

The whole point of a "Low" integrity level process is to limit its access to the filesystem. Things like Protected Mode IE don't have access to the Local folder. If they did, that would defeat the purpose of giving them the "Low" integrity level!

So they need their own area set aside that is configured such that these processes have permission to actually write there.

I haven't been saying they should replace Windows, in fact I said it'd be a very complicated thing to market to endusers and developers (especially when at the same time they're still marketing mainstream Windows.)

All I'm saying is that Windows 7 will probably do more with virtualization than Vista does. There are most likely quite a few things in Windows still done in less than efficient ways that could be silently replaced with the apps/users none the wiser.

Anyway, it seems like .NET has already superseded Win32. (Huh, I thought that word was supercede. Interesting.)

What exactly does it do bad inefficiently, that virtualization would somehow be more efficient? (Note that it takes much more resources to virtualize something than to run it natively.) I'm genuinely curious to know what you think would be improved.

.NET has definitely not superseded Win32. Name one major program (not including Visual Studio) that is built on the .NET framework. There's almost no components in Windows that use it, Office doesn't use it, Photoshop doesn't use it, neither does iTunes, Firefox, or AOL. Most of the new Vista features are exposed via native APIs, not .NET, etc (I'm talking about Vista specific, not WPF/WCF: Instant Search, the new Audio stack and so on). It is disappointing. Not only that, I'm pretty sure .NET runs on top of Win32 and is not it's own subsystem.

I can't name specific components, as I'm not a Windows developer. Just a well read enduser for the moment.

As for .NET apps, Stardock Impulse, Paint.NET, Zune Marketplace, many driver apps, a lot of MMO launchers... My point was not that Win32 is useless, but that it is no longer the platform MS is putting tons of effort into. .NET is definately starting to get a foothold in mainstream development which wasn't showing before. (I'm sure there are more examples of apps that I am not aware of as well.)

And .NET doesn't run on top of Win32, from anything I've read.

Edited by randomevent
And .NET doesn't run on top of Win32, from anything I've read.

Of course it runs on top of win32. But that's perfectly fine, as the implementation details of the API aren't supposed to matter to the developer.

win32 has run on both NT and 9x, but again: it didn't matter all that much to the developer. That's the point. Microsoft could change how .NET is implemented, or something, and a lot of stuff should continue to work.

The only problem with that is that a lot of .NET apps make native API calls...

Oh I caught it, you just have no idea what you're talking about. The only "virtualization" in Vista is a bit of write re-direction so applications don't **** the bed when they suddenly can't write to certain parts of the FS/registry, what you want is a whole different beast entirely

It's pretty obvious you've never really used a virtualization solution. We had several deployed in my last workplace. Virtual PC/Virtual Server is pretty much what you see, but try explaining why your grandma needs to boot up ANOTHER OS to write an email or do some trivial task ala the classic enviornment in OSX. Don't forget to mention that she needs to shell out for another OS license, btw. I'm sure she'll be thrilled aobut that.

SoftGrid... well, heck, softgrid needs a virtual machine itself (or at the very least a spare real machine) to do the capturing, then you have to repackage and deploy the software. Oh whats that? You needed to install something to the context menu or interact with just about any other component on your system? Tough ****, ain't happening.

I don't know anything about Kidaro but I'm sure it's not that much simpler. My point is this is all way too advanced for your average user. They simply won't do it just to write a document or balance their checkbook. Buying a mac or even installing Linux is much less hassle.

It would be a massive undertaking to overcome these problems. It's easy to say they should, its a whole nother thing to actually go and do it. And to what benefit? So you can toss Win32 out of the system? You can already do that; Win32 is just a subsystem that runs on top of the NT kernel, which has been proven by pretty much anyone who knows anything about OS kernels to be fast, reliable, and extremely well designed. And if the whole point of virtualization is to keep compatibility with Win32 apps, well, why the hell don't you just leave the subsystem in there until you don't need it anymore and not take the performance and complexity hit virtualization incurs?

And while you're throwing away compatibility for virtualization, don't forget that you'll need an entirely new set of drivers. Don't worry, its no big deal. It's not like anyone had any problems with drivers when Vista was released.

People are claiming the Vista is bloated and blaming all this "compatiblity code" for taking up all the resources in their systems. Guess what? There's about 4 MB of compat code on your hard disk, and none of it is loaded until its needed. And outside of one check call, it doesn't have anything to do with kernel. What's taking up all the resources in Vista (mainly sucking up your RAM) is the new features in Vista: desktop search, SuperFetch and even the DWM. Turn off those features and you wind up with something like... oh I don't know, Windows Server 2008 which has received pretty much nothing but praise.

Excellent, impressive post. Very well said! :D

Well I'm not trying to be a punk or anything, but you'd have to show me the implementation details. I wasted plenty of time trying to find out whether or not it was on top of win32 and found no info.

From what I can gather it mostly runs "on top of" Win32. I've seen one (uncorroborated) claim that parts of the lowest level of .NET don't run through Win32, but most of the BCL and things like WinForms are wrappers for Win32 APIs, so scrapping Win32 for .NET would still take a hefty bit of rewriting. The advantage of the .NET implementation is that that (theoretically) can be done without breaking any existing .NET programs because of the abstraction, but its still a massive undertaking (look at Mono: 6 or 7 years of development and its still years behind MS's implementation).

WinFX was originally supposed to do that: It would become the main development platform in Longhorn and Win32 would essentially be deprecated: all new features would be exposed via .NET (Avalon, WinFS and Indigo back in those days). But with the reset, this vision got dramatically scaled back and I haven't seen anything that would indicate its coming back into the picture any time soon, which is a shame because .NET is such a wonderful platform to develop on. Granted, we don't really know anything about .NET4, but there have already been indications for new native (Win32) frameworks in Windows 7 so it definitely doesn't seem to be happening short term.

I will give you this though: it is extremely difficult to find implementation details of .NET

I hate not knowing. Mainly because I like to know what I'm talking about. (Shocking, I know. :) )

Yeah I'm trying to learn C# programming but it's slow going. I have a slow night job so if I had a laptop worth mentioning I'd be getting a lot more done in that respect, we'll see if I can acquire one within the next few months. :) Being mildly tired most of the time I'm awake really doesn't help. :/

Ah well, life's like that, someday I'll get out of the night crap.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Go for a Echo Dot or Pop instead. These Echo shows just advertise to you.
    • NetSpeedTray 1.3.3 by Razvan Serea NetSpeedTray is a lightweight, open-source Windows network monitor that shows live upload and download speeds directly on the Taskbar. Designed for efficiency, it quietly sits in the system tray, conserving CPU and battery with dynamic updates. It blends seamlessly with Windows 10/11, adapts to light/dark themes, and auto-positions to avoid overlaps. Features include accurate interface detection, customizable display, optional mini-graph, color coding, granular font and unit control, detailed per-interface history graphs, safe data management, and easy CSV export—bringing the network monitoring Windows forgot. NetSpeedTray key features: Lightweight & Efficient Runs quietly in your system tray without consuming resources. Features a "Dynamic Update Rate" that lowers refresh frequency when the network is idle to save CPU and battery life. Native Look & Feel Blends seamlessly with Windows 10/11 UI. Smart detection for light and dark taskbar themes ensures text is always visible. Intelligent & Adaptive Positioning Automatically finds empty space next to your system tray and shifts to make room for new icons, preventing overlaps. Seamless OS Integration Behaves like a native Windows component. Hides instantly with auto-hiding taskbar Hides when a fullscreen app is active Smart Network Monitoring Accurate by Default: Auto mode identifies your main internet connection and ignores noise from VPNs or virtual adapters. Easy Interface Selection: Switch effortlessly between Auto, All, or Selected network interfaces via intuitive radio buttons. Total Visual Customization Free Move Mode: Unlock and place the widget anywhere on your screen. Optional Mini-Graph: Real-time graph of recent network activity with adjustable opacity. Color Coding: Customize colors and speed thresholds to quickly see network status. Granular Display Control Text & Font: Adjust font family, size, weight, and alignment. Units: Automatic (B/s, KB/s, MB/s) or fixed Mbps display. Precision: Set decimal places and always show them for uniform appearance. Detailed & Intelligent History Graph Smart Scale: Logarithmic scale shows low-level traffic and large spikes clearly. Per-Interface Filtering: View speed history for specific adapters (Wi-Fi, Ethernet, VPN). Safe & Efficient Data Management: Adjustable retention, automatic cleanup, optimized database. Easy Data Export: Export raw data to .csv or save high-quality graphs for reports. NetSpeedTray v1.3.3: The Updater Fix A stabilization release that repairs a critical regression in v1.3.2: the app shipped without OpenSSL, which silently broke every HTTPS request — including the built-in update checker (the "Could not check for updates" error many of you hit). This release restores it, hardens the build so it can't happen again, and fixes a startup crash plus four other reported bugs. Changes: Fixed update checking — Resolved a critical issue that prevented the app from checking for updates ("Could not check for updates"). Fixed startup crash with Auto-Cycling — The app no longer crashes on launch after enabling Cycle display mode. Fixed incorrect network speeds on 10GbE adapters — Multi-gigabit network cards now display speeds correctly instead of being stuck at 0. Improved color coding — Default color is shown when idle, and color/threshold changes now apply immediately without restarting. Fullscreen visibility fix — The widget now correctly stays visible over fullscreen apps when Keep Visible is enabled. Improved AMD Ryzen temperature detection — More reliable CPU temperature monitoring for Ryzen processors. Cleaner upgrades — Installer now removes outdated application files during upgrades, preventing DLL/version conflicts while preserving user settings. Improved stability — Fixed potential DLL loading issues by excluding critical OpenSSL and NumPy components from UPX compression. Better settings window — Scrollbars removed and layout improved for a cleaner experience. Localization improvements — Updated translations and completed missing UI text across all supported languages. More reliable releases — Added regression tests covering recent critical fixes, bringing the test suite to 196 passing tests. [full release notes] Download: NetSpeedTray 1.3.3 | 87.9 MB (Open Source) Download: NetSpeedTray Portable | 101.0 MB View: NetSpeedTray Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Why Delta Chat is the best decentralized messenger you have probably never tried by Paul Hill There is no shortage of messaging apps out there; we have WhatsApp, Messenger, and Telegram, just to name a few. While Meta has taken steps to incorporate encryption into Messenger and WhatsApp, they still leave a lot to be desired. If you are in the market for a messaging app that promotes security, privacy, and optional anonymity, you'll want to read what I have to say about Delta Chat. For those not familiar with Delta Chat, rather than relying on centralized servers as you do with Facebook Messenger, it relies on email. Essentially, it is a chat interface that feels like a messaging app, but secretly in the background, it is firing off emails. In the past, you used to have to sign in with your email account. When you sent messages to people, it would just be sending encrypted messages to their inbox, which their Delta Chat client would decrypt. When I first learned about Delta Chat, it required users to sign in with an email account, but I was pleasantly surprised upon trying it in 2026 that this is no longer a requirement, or the preferred method was to use the app. Recently, I’ve tried UAD-ng on my old Nokia 3.4 to disable most of the Google apps because the bootloader is locked, and this is the next best option. While finding replacement apps in F-Droid, I came across Delta Chat again, and it has undergone quite a big change since I last used it, with its new chatmail relays, which no longer require you to sign in to your own email account, providing anonymity, and they offer greater security. Android and Desktop Delta Chat apps. Not only does it run on my de-googled phone, but it also works on desktop computers and iOS, making it truly ubiquitous. For me, Delta Chat is a wonderful alternative messenger because it gives you more control. It supports switching between different profiles, which you can set up super quickly; you don’t register a username, you don’t register a password. The only thing you do have is a random string email address on a chatmail relay (which you don’t have to memorize). To maintain access to your profile, you just need to add a second device to your account via QR code or make a backup of your account, which you can restore later. Fail to do these, your account is gone - as it should be if you don’t want to leave accounts that could get hacked later on. My decision to block Google stuff on my Nokia was done for practical reasons; the device sucked when it launched, and it sucks even more now. The nice thing about F-Droid and the apps within is that they’re usually lightweight, free of bloat, and work well on that device. What was inconvenient for me was that it was hard to send messages from that device, say if I wanted to copy a code over to my main phone or send family members a link from that device. That’s when I decided to look at the available chat apps and saw Delta Chat. Another nice thing about Delta Chat is its notifications. Some messaging apps rely on Google’s ecosystem for notification transport on Android; however, with Delta Chat, it can use Google’s solutions if you have Play Services or MicroG installed. Otherwise, it is able to keep a background connection to the chatmail relay server so that you can get notified when you receive a message. As free software, the code of Delta Chat is open for all who want to take it and build upon it. In the future, if the developers of Delta Chat make a catastrophically bad decision and take the app in an undesirable direction, users can take the code and fork the project. This contrasts with closed-source apps from corporations that can take their products in any direction they like. By relying on free software instead of closed-source programs, you actually control your computing. I’ve spoken at length about how running this type of software is like owning your own home rather than renting it. The same applies here; if you use Delta Chat, you don’t need to worry about it going away in the future. Whether it is Telegram, WhatsApp, or Messenger, you are required to register a username and password to use these services. A major flaw in this design is that anyone can try various passwords and potentially break into your account with your complete chat history intact. Sure, there is encryption in Messenger, where you need a second PIN and two-factor authentication in Telegram, but breaches happen all the time. Unlike before, when you used to sign in to your email account to send and receive messages, the primary way to do it now is to create an account on a chatmail relay. The resulting email address is a random string followed by the name of the relay you pick. This means you can start and begin adding contacts Without a username and password, you either need to ensure you have a backup or at least one device running your Delta Chat profile. The primary way to log in on another device is to go to the settings and add a second device. Then, you’ll just scan a QR code with your new device, and it’ll log in to your account and sync all your chat history and contacts. To end users, Delta Chat just looks like any instant messenger; however, it is really sending your messages as encrypted emails to your contact. This is pretty cool from a censorship perspective, as it makes the service more difficult to block. Previously, the main way to use the app was by logging in with email, but nowadays, it’s recommended that you use chatmail relays. Chatmail relays temporarily hold messages in case your device is offline. They are cheap, simple servers that don’t store data as group states. Other information, like your name and avatar, only exists on your device and the devices of those you share your contact information with. The relays are also decentralized and operated by various groups and individuals. It is even possible to set up your own chatmail relay, but most people will want to use one hosted elsewhere. To keep your messages secure, Delta Chat uses a secure subset of the OpenPGP standard that gives you automatic end-to-end encryption. It also uses Secure-Join to exchange encryption setup information through QR-code scanning or invite links. Autocrypt is also used to automatically establish end-to-end encryption between contacts and all members of group chat, but sometime this year Autocrypt v2 will be rolled out, bringing post-quantum resistant encryption and forward secrecy. The Delta Chat FAQ is an interesting read that explains many more details about the app. Credit: Pexels Delta Chat is unique among messaging apps because it is built on email, a technology that’s decades old and isn’t going anywhere soon. What’s more is that email is not centralized either, so it’s far more difficult for any authoritarian regime to disrupt the Delta Chat app. I haven’t spoken too much about features yet, so I will do that now. Delta Chat allows you to do one-on-one chats, group chats, and create channels. It also supports file sharing and making audio and video calls when chatting one-to-one, but it’s not available for group chats right now. At the time of writing, the calling functionality is disabled and can be enabled in Settings > Advanced > Debug Calls. I have used the video calling feature, and the quality is excellent. It works over WebRTC, another open standard. The app also lets you send voice notes, enables disappearing messages, and has its own app ecosystem. I did try playing chess one time there, but it was a bit spotty; though, we did manage to complete the game with a victory for me. To add people to Delta Chat, you can either give them your Delta Chat link or your QR code to scan. These are the only ways to add users, so you won't have any spam bots bothering you. If the people you want to chat with don't have the app yet, just send them your link, and it will take them to a webpage where they can install the app and then add you. It's really quick for them to install it and get started, which is nice. Credit: Microsoft. The Majorana 2 quantum chip unveiled in 2026. I do not think quantum computers are too far out now, and I do hope that Delta Chat is able to push out Autocrypt v2 sooner, rather than later, so bad actors do not attempt to collect encrypted communications and then decrypt them in the future using quantum computers. By getting people’s messages post-quantum-safe now, users won’t have to worry when quantum computers start cracking legacy encryption. Overall, I would recommend this app to people who are already past WhatsApp and Messenger and have perhaps begun using apps like Telegram or Session. It shares a lot of characteristics with these apps and goes a lot further than Telegram in terms of security. By being based on email, it is also resistant to censorship, and the lack of a username and password makes you anonymous (if you want to be) and safe from brute force password cracking attempts. Let me know in the comments if you’ve tried Delta Chat recently. Do you think it's a good bulwark against governments that are tightening their grip on the internet?
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      474
    2. 2
      +Edouard
      220
    3. 3
      PsYcHoKiLLa
      156
    4. 4
      Steven P.
      73
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!