Leaderboard
Popular Content
Showing content with the highest reputation on 09/25/2024 in all areas
-
It does exactly that. I'm not sure why you everyone has selective blindness but that's not a feature meant to take front row.2 points
-
I am sure someone will figure some other way to get the updates ported sooner or later. I wouldn't worry too much1 point
-
well bad news everyone.. from recent youtube videos I've watched recently (from early september) there has been reports that the server 2012 updates on have since been entirely blocked from installing on windows 8 and making then completely unusable anymore.. microsoft released somekind of past end of support update to patch the registry function that allowed this so they can't run anymore1 point
-
1 point
-
Everyone hates children. Till Lindemann - Ich hasse Kinder Embedding links is still broken, can't submit a post with embedded link.1 point
-
1 point
-
That's alright. I already have the LTSC 2019 box setup, customized, pared down and ready to go for use next year, so I'll stick with it. Plus the LTSC 2016 won't have support updates for as long, And I hear the more recent LTSC builds have a much fatter and bloated Windows Defender implementation that causes a performance hit.1 point
-
No I actually prefer ESR versions. They stay with the same feature set, and userChrome.css changes to the UI are set. Otherwise, I'd have to make changes every three weeks. Plus I'm staying on Windows 8 for the meantime, not Windows 8.11 point
-
My understanding is if I skipped that month's update (I think it was April 2018), I would have the following updates, and not the one with Spectre/Meltdown patches. I never used the rollups. Anyway, everything worked out fine1 point
-
Not the end. Not yet. At least while we can run "Wine on Windows". https://reddragdiva.dreamwidth.org/607714.html https://web.archive.org/web/20090110105132/http://wiki.winehq.org/WineOnWindows I know WSL is only available for > w10, but we have Cygwin, MinGW.... Building Firefox with msys2 https://github.com/msys2/MINGW-packages/discussions/10526#discussioncomment-5350944 example with a non supported version of filezilla (seen here in msfn):1 point
-
I thought so. I had resigned to not using it, as I knew that October 2023 updates were going to be the last ones generally available. I have turned off the Windows Update service, since I now just manually update Windows Defender. So I'm going to run the OS as is for the remainder of the year. I'm still getting updates for Firefox ESR 115, so we're good until September there. I'm OK that I can't use these new ESU updates for Windows 8. I always installed the "Security Only Update" and not the rollups, since that allowed me to bypass the Spectre, Meltdown and Flash patches. End of an era. Next year I'll move to Windows 10 LTSC 2019. I'll miss ya Windows 8.1 point
-
Hopefully what I'm asking is not in violation of the forum terms and conditions: Has anyone on Windows 8 attempted downloading and installing the November 14, 2023 update (KB5032247), which is the Monthly Rollup? I have turned off Windows Update, now that October 2023 has come and gone. I didn't wish to act as a guinea pig this time, but I am interested if it still installs, without any tools or patches.1 point
-
1 point
-
actually it does, there are changes that preventing it to work in XP: 1. mozilla removes large chunks of code for XP while adding non-XP compatible APIs usage 2. rust compiler can't produce XP compatible code1 point
-
you may reset "shell.checkDefaultClient" in about:config, close browser, set IE as default, reopen browser and it should ask you to set default.1 point
-
yeah, thats not the same as right click -> page info -> permissions which has no problem. anyway, this is fixed in repo and next build should have this fix applied.1 point
-
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200822-346d6556f-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200822-346d6556f-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200822-346d6556f-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200822-346d6556f-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - remove SymbolIsWellKnown (24eb6e405) - Bug 1159428 - Use Value and Id type-based dispatching to simplify barriers; r=jonco (ba7eace5b) - pointer style (9ad6a6c0c) - Bug 1146902 - be smarter about inlining atomics. r=jandem (f5755a545) - remove assertion (2c515ccf5) - Bug 1134074 - IonBuilder: Atomize strings when inlining String.split. r=djvj (bb24c18db) - Bug 1148883 - Atomize inlined constants of bound functions. r=h4writer (a956afd3c) - minor cleanup (f73195b88) - cleanup (9503bf8c0) - fix comment (a01abf294) - Bug 1148661 - Optimize accesses to unboxed expandos in Ion, r=jandem. (9bfbd35c0) - pointer style (12871c520) - Bug 1148916 - Remove MaybeSingletonObject NewObjectKind, r=terrence. (daa565d6f) - Bug 1094491 - Generate baseline getElem ICs for accessor properties before calling the getter. r=efaust (43c6515a4) - Bug 1049290 - Optimize JSOP_IN for baseline compiler. r=djvj, r=h4writer (f665c669a) - Bug 1141862 - Part 1: Free up bits in JSFunction for isMethod() and, later, isClassConstructor(). (r=jandem) (c19aa5c98) - Bug 1141862 - Part 2: Allow Lazy script to pass the Method FunctionSyntaxKind during delazification. (r=jorendorff) (b640e7b2a) - pointer style (630ee869d) - Bug 1141862 - Part 3: Remove unused argument from BytecodeEmitter::emitPropLHS. (r=jorendorff) (10690d460) - Bug 1141862 - Part 4: Make everything defined with MethodDefinition syntax use the Method FunctionSyntaxKind while parsing. (r=jorendorff) (81efdc052) - Bug 1141862 - Part 5: Change JSOP_SETCALL to JSOP_THROWMSG, anticipating future use. (r=jorendorff) (73540a35a) - pointer style (e72321035) - Bug 1149769 - Split reflect-parse.js reftest into its own subdirectory. (r=Waldo) (4ca2a1850) - Bug 1149015 - Part 4: Remove some use of expression closure from jstests js1_8_5/reflect-parse/. r=luke (5068e1a53) - pointer style (c038fec03) - Bug 1141862 - Part 6: Implement ES6 SuperProperty and SuperMember. (r=jorendorff) (65535dde8) - Bug 1141862 - Followup: Remove erronously landed debug spew. r=me (bfee06ef5) - Bug 1141862 - Followup: Assure GCC that superBegin cannot, in fact, be used uninitialized. (rs=jorendorff) (d65ef8c05) (346d6556f)1 point
-
it's not that simple as replacing functions, many of them are done in pure assembly. unless sseplus uses system-wide trap or this can't be done.1 point
-
I did think about adding code to ignore WASM related prefs when SSE2 is not detected.1 point
-
new path should be "%appdata%\OpenSource\MailNews" and "%appdata%\OpenSource\BNavigator"1 point
-
1 point
-
I think you can just move profiles.ini and Profiles folder from old prefix to new prefix and it will happily load your old profile.1 point