Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. The newest versions of Vxkex Next has introduced experimental support for Win8/win8.1. 最新版本的Vxkex Next已经实验性引入了对于win8/win8.1的支持。
  3. Today
  4. Yes regular chromium without compatibility patches. Just tested Ungoogled Chromium 142.0.7444.58 and it works. Google Chrome should work too (when installed somewhere else and copied over), but it's spyware (installer even more so) and I don't want to even test it.
  5. Hi, Microsoft Update Restored is still a work in progress, due to Microsoft killing the official V6 website. If you right-click on the page, you should see "errorinformation.aspx", but the page is trying to retrieve resources from Microsoft (which now no longer exist). We're working on a solution to MU being so picky. For now, you can use Windows Update V5 or V6, which will provide you with the exact same updates, the only difference being that those two sites work. What if the user wants to use Windows Update instead? That's exactly what this project is about... Litteraly having to visit the Windows Update website after installing. We rely on Microsoft's servers, updates are served the same way and come from the same source. Both ways of updating Windows are valid, but it's to the user to decide how they want to do it.
  6. Support for EJS is now implemented in yt-dlp master branch. https://github.com/nicolaasjan/yt-dlp/releases/tag/2025.11.01.082330
  7. Anyone know the reg key to disable compact mode in the address bar? I have a custom msstyles.
  8. Does it work with proxies?
  9. Is it normal Chrome, not Supermium?
  10. It was said with honesty. You see, Amazon would simply fail within the closed pre-1991 Era Western World. With the demands and quality expectations of the Western population, no one would buy Czech Republic's Czechoslovakian flammable Skodas or their disgusting cosmetics that smells like hell, no one would buy the other overpriced, utter crap they sell at Amazon. But with the influx of the Eastern populace that came to the West after the fall of the wall, it all changed, the demands overall have lowered because they are fine with their crappy goods. Do you remember the goods we had before 1991? Again, as an American, you would probably not completely understand. The US goods weren't that fantastic to begin with, so sorry. I was very little in the 90s, but I still remember.
  11. It's all very confusing since you made several topics, but all relating to just one paid, the same, subscription. Yes, Vista is not a broken operating system. And I'm referring to the Haswell patch, under the same subscription. But it doesn't fully work, you wrote yourself. So having no DRM isn't anything fantastic, DRM would simply fail. Looking at your testings, it's more like vapourware at this point.
  12. Welcome, I once twice had a case where Win7 would BSOD until I replaced it, but Memtest86+ found no errors. Manufacturer: Kingston, Taiwan.
  13. Yesterday
  14. Just tested on Vista seems to work well
  15. Here is another test version, using the PR fork with EJS support (also works on Vista). Instead of Deno, Windows 7 (and Vista) users can install QuickJS.
  16. Yes, but you must do it manually.
  17. Fix what? Second System is not a fix and Vista (sp2) is not a broken operating system. And if you are referring to Haswell patch, it's a completely different product just under the same subscription
  18. @roytam1 I have a build of Firefox 31.0a1 working with Visual C++ 2008. The build works on Windows XP RTM, but crashes in Windows 2000 due to missing uxtheme.dll. https://github.com/ClassicNick/gecko-vc9-dev/releases
  19. Hi, Please, is there a way to get csmwrap work from a usb key with a dos 7 (or freedos) also on the usb key? I would like to use it in this config on a UEFI class 3 laptop. Thank you!
  20. You can pin them.
  21. When using taskbar plumpness, the corner radius does not match the system tray flyout with the selection box.
  22. LOL, I love it (for an America). It still needs work. When I am tired, the punctuation gets much worse. You're speaking my language, now. American English enunciation is a crime to competency. The destructive evolution of defining specific words, in the U.S., is also awful; but that is a newer development.
  23. Thanks! GoldMemory listed a substantially larger range.
  24. Thank you too for the interesting conversation, for an American, your English is rather good. One (logical) reason could be to make an attempt to jointly prevent the French, or the Dutch, from overtaking the young, newly formed country in 3 days. But if the Brits knew how their sacred language will be uglified by the Americans, the deal would be off. P.S. A good observation,
  25. Last week
  26. Well, it is nitpicking at this point (on may part); but it still would not prevent Global Governance. You can still run different petri dishes under different rules, and be under the same umbrella of Governance. You can even have stand-offs and wars between them. It would probably work way better, than moving everything to the exact same culture of rule (Open Global Governance). There is a/some history of aristocrats and rulers fearing their own public, more than an invasion. As terrible as it may seem, there is a sound logic to sending males to battle other males (a less powerful public, during times of native unrest [especially if wishing to implement radical change]). While this it is really unlikely to have been the case "extremely" often, you can bet it has been used as a kind of population control; acts of straight out genocide being more documented. America has a pretty strong heritage of having running the Brits out. But, in reality, there is documentation of sizable British forces still being present there, after America won its independence; not long present, but enough to raise questions for some. While I won't say the whole thing was a sham (not nearly well enough informed to deny or support it) you can see the "liberation" of America being a pretty huge selling point, to get plenty of folks risking everything to develop an undeveloped territory. A large quantity of people failed, in the process of developing America. People seeking freedom of religion, freedom to develop experimental utopias, and other enamored by escaping the oppression of their native lands. There is a good chunk of that freedom that has since been revoked. For example, many delighted in the idea of allodial titles; a privileged mostly enjoyed by kings. As the government developed, this type of ownership ideal really kinda disappeared, and is now similar to what is available in many other countries today. This is "JUST" an example; so please, no one run with it as some kind of conspiracy theory. But it does show how blood and bullets could be considered cheap, when your philosophy is that you own it all anyway. What is harder to own, is the beliefs of the people. But, there is a large amount of documentation showing that great progress and success has been had there, for a very very long time. That aside, thank you for reminding me about "Checkpoint Charlie". I had fun distracting myself by digging into different aspects of it; as is available on the web, anyway. I could really easily agree with you about "Open Globalized Governance", as opposed to just the idea of a "Functional Globalized Governance". The latter likely only to be entertained speculatively (by the public), while for former being something likely quite obvious to the inhabitants thereof.
  27. i looked at it in doxygen QueryWorkingSet and Ex are doing partly the same thing they call up NtQueryVirtualMemory where then both access the either "MemoryWorkingSetList" or "MemoryWorkingSetListEx" as parameter // typedef enum _MEMORY_INFORMATION_CLASS { MemoryBasicInformation, MemoryWorkingSetList, // <-- this MemorySectionName, MemoryBasicVlmInformation, MemoryWorkingSetExList // <-- and this } MEMORY_INFORMATION_CLASS; however on msdn they might look different: (QueryWorkingSet) typedef struct _PSAPI_WORKING_SET_INFORMATION { ULONG_PTR NumberOfEntries; PSAPI_WORKING_SET_BLOCK WorkingSetInfo[1]; } PSAPI_WORKING_SET_INFORMATION, *PPSAPI_WORKING_SET_INFORMATION; (QueryWorkingSetEx) typedef struct _PSAPI_WORKING_SET_EX_INFORMATION { PVOID VirtualAddress; PSAPI_WORKING_SET_EX_BLOCK VirtualAttributes; } PSAPI_WORKING_SET_EX_INFORMATION, *PPSAPI_WORKING_SET_EX_INFORMATION; the parameter sizes are the same, so a linking to that function works, just maybe not fully functional that we should keep an eye on if it behave different if they behave different you have have to write a code that redirects to QueryWorkingSetEx to -> NtQueryVirtualMemory with that MemoryWorkingSetExList xp might got this function parameter
  28. Thanks !!! Never know what one will discover from MSFN. I've been estimating based on Publication 15 Circular E and Tax Schedule X/Y.
  29. I changed pref. dom.ipc.processCount from default 1 to 4 (no multi-process enabled for now, browser.tabs.remote.autostart: false). Is it just my imagination, or do websites load better and Serpent 52.9 uses memory less wastefully and actually recovers it after closing memory-hog sites? For now I have changed it to a more compatible "2" setting.
  1. Load more activity
×
×
  • Create New...