Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2022 in Posts

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20221203-3219d2d-uxp-74a139ee2-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20221203-3219d2d-uxp-74a139ee2-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20221203-3219d2d-uxp-74a139ee2-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20221203-d849524bd-uxp-74a139ee2-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20221203-d849524bd-uxp-74a139ee2-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20221203-d849524bd-uxp-74a139ee2-xpmod.7z Official UXP changes picked since my last build: - Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window (6d6d149b6) - Issue #2030 - (chore) refactor event dispatch functions (4d310562d) - Issue #2030 - Allow child nodes of button to participate in mouse hit tests (4354c7a1b) - Issue #2030 - Pref-gate default button event dispatch logic (3f073056d) - Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element (b4dd10626) - Issue #2022 Follow-Up - Add autorelease to our manual NSView to prevent potential leaks. Also move titlebar overrides from BaseWindow to ToolbarWindow... This caused problems in Waterfox Classic on Ventura, while this didn't seem to be necessary in UXP... There is no need for those overrides in BaseWindow, so why risk potential problems. https://bugzilla.mozilla.org/show_bug.cgi?id=1576387 https://github.com/WaterfoxCo/Waterfox-Classic/commit/d7f5814dc089f615385a00db4dfe187c6aefa1af (e10eeed77) - No Issue - Fix building ldap on MacOS. Discovered this problem building Epyrus on MacOS, based on this Mozilla Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1652906 (7354cde3e) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt58l.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    6 points
  2. @Dietmar I have added mentioned fix to both source trees, here are updated files for XP and 2003 https://www.mediafire.com/file/cboxm3x9ctb9i1u/ACPI_7777.6_x86+x64_5.1+5.2.7z/file
    4 points
  3. You are already out of date. Why all this interest in my (exact) seniority? I am already feeling old enough , I don't need a timer to remind me how much. jaclaz
    4 points
  4. 4 points
  5. Yes I prefer personnally to have the "off-topics" from time to time... well, moderators may not agree with me, but this seems to me more alive, the topics are more interesting... more alive! I don't mind the off-topics, I mean. And it's cool to be able to say by the likes, that I like the response of my interlocutor. I like the likes.
    3 points
  6. Wait, for real? I never talked with him personally as far as I remember, but for the short year or two I've been on this site, I've seen him *everywhere*. I didn't even know anything was wrong. Definitely did a lot and I pray him and his family peace.
    3 points
  7. Both links 404 for me currently ; CDN issue? FTR, nowhere to be found inside: https://o.rthost.win/basilisk/?sort=date&order=desc
    3 points
  8. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.7-Goanna-20221203.7z Changelog: Out-of-tree changes: * update Goanna3 to git 4f15bc133e..3fd460890c: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1154563 - Drop the unused argument of WorkerPrivate::Close(); r=baku (366f353f9f) - Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey (a49bc9a306) - Bug 1207490 - Part 6: Remove use of expression closure from browser/devtools/. r=vporof (1c4d153319) - Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly (948f5dca94) - Bug 1160890 - Part 1: Remove unneeded code from ImportScripts(). r=smaug (e31f7c82eb) - Bug 1160890 - Part 2: ImportScripts() should return muted errors with 3rd party scripts. r=smaug (347e54a605) - Bug 1188141: Make Worker error events not bubble. r=baku (509fd46933) - Bug 1160890, r=smaug (0ce3ee09d6) - Bug 1208687: Only discard events from the outermost queue. r=ehsan (bce722c16b) - Bug 949376 - MessageEvent::initMessageEvent, r=smaug (8878e51c91) - Bug 1214772 - Part 2: Make FetchEvent inherit from ExtendableEvent; r=bzbarsky (edff91f7fb) - Bug 1218131 - Mark FetchEvent.request as SameObject; r=bzbarsky (1f79b94838) - Bug 1188545 - Add tests for service workers' lifetime management. r=nsm (9bac3b9f2d) - Bug 1218135 - Remove FetchEvent.client; r=bzbarsky (e95e4e5326) - Bug 1218151 - Make FetchEventInit.isReload default to false; r=bzbarsky (795d597a3b) - Bug 1218621 - Keep the service worker alive while the promise passed to FetchEvent.respondWith() settles; r=catalinb (653633c136) - Bug 1212636 - Add a better error message for the content corrupcted error caused by the Promise being passed to FetchEvent.respondWith; r=bkelly (d6ebabc2f2) - Bug 1215140 P4 Make service worker respondWith() use channel ConsoleReportCollector. r=bz (0e07f364d4) - Bug 1218499 - Make FetchEvent.request nullable; r=bzbarsky (850630ea6d) - Bug 1179397 - Disallow FetchEvent.respondWith() when the dispatch flag is unset; r=jdm (2e57abf1c6) - Bug 1215140 P5 Report the line number where respondWith() was called. r=bz (484e385ce3) - Bug 1161239 - Emit a warning if the respondWith handler is resolved with a non-Object value; r=baku (cf2779f827) - Bug 1181054 - Part 1: Move FormFillIterator and FormDataParser to FetchUtil.cpp; r=bkelly (9f62174f72) - Bug 1181054 - Part 2: Refactor the code to extract an HTTP header from a buffer from FormDataParser; r=bkelly (7f57f76ce1) - Bug 1181054 - Part 3: Correctly handle upload channels that have embedded body headers when dispatching a FetchEvent; r=bkelly (ebbfac4419) - Bug 1181054 - Part 4: Make fetch-event.https.html pass; r=bkelly (b2d88a3f5b) - Bug 1215140 P6 Update service worker interception error strings to include detailed parameters. r=bz (7918278f09) - Bug 1219852 P1 Extract common JS values for rejected respondWith() promises. r=bz (12a6beed6c) - Bug 1219852 P2 Report non-response values passed to FetchEvent.respondWith(). r=bz (69fdad9d5f) - Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku (29fd7c1c59) - Bug 1224061: Make Event::InitEvent infallible. r=smaug Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL (b4fc91b14b) - Bug 1205109 - Make pushsubscriptionchange extendable. r=mt (abb45ac864) - Bug 1207491 - Part 8: Remove use of expression closure from browser/omponents/nsBrowserContentHandler.js. r=Gijs (98dcb2cbee) - Bug 1182571: Followup bustage fix from merge fail. CLOSED TREE (5062c88996) - Bug 1213646: Allow URI_IS_UI_RESOURCE and safe about: URIs when SEC_ALLOW_CHROME is set. r=bz (6ca4e2322f) - Bug 1191645 - Use channel->asycnOpen2 in dom/base/nsSyncLoadService.cpp. r=sicking (3fbd471f6b) - Bug 1194526 - Use channel->asycnOpen2 in dom/base/nsScriptLoader.cpp (r=sicking) (7207efa45b) - Bug 1084009 - Part 1/3 - Parse sync scripts off the main thread. r=smaug (72f4d5c749) - Bug 1084009 - Part 2/3 - Only parse scripts off-main-thread on multicore systems. r=luke (ffb7e2270e) - Bug 1209193 - Cache PR_GetNumberOfProcessors when checking to do off-main-thread script compilation. r=luke (c514373ad7) - Bug 663570 - MetaCSP Part 7: CSP preload validation (r=bz) (5398116f85) - Bug 1207863 - Fix ScopeIter iterating a strict eval frame that errored out before its CallObject was allocated. (r=jorendorff) (ae38882b7c) - Bug 1223006 - Fix some typo in spidermonkey's comments. r=nbp (7d49536a0f) - Bug 1223490 - Use stable hashing for InnerViewTable; r=jonco (12b4329982) (fb9b106168) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1172870 - Implement service workers clients.openWindow for desktop (non-e10s). r=baku,smaug (b236bb7abe) - Bug 1188545 - Prevent service workers from being terminated while checking if the script evaluation was successful. r=nsm (c92e4159f4) - Bug 1214300 - AsyncErrorReporter doesn't use JSRuntime param., r=smaug (91534bd3e3) - Bug 1202001 - Log errors emitted during service worker lifecycle events to the Web Console; r=bkelly (a28967cbc7) - Bug 1189673 - Set FetchEvent.request.headers' guard to immutable before dispatching the FetchEvent; r=bkelly (9e49512912) - Bug 1215140 P7 Remove old service worker interception logging. r=bz (ecbf828102) - Bug 1215140 P8 Remove now unnecessary interception values from ErrorList.h. r=bz (1fa026bef7) - Bug 1215140 P9 Provide file and line number when FetchEvent.preventDefault() cancels a request. r=bz (fb9bc6ba03) - Bug 1215140 P10 Avoid AddRef'ing the nsIChannel OMT. r=bz (cf82339f63) - Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz (9bd51a95eb) - Bug 1172870 - Part 1 - Move PBrowser::CreateWindow to PContent. r=smaug (f91e410853) - Bug 1172870 - Part 2 - Enable ServiceWorkerClients::OpenWindow on e10s desktop. r=smaug (aefff3b138) - Bug 1222097 - Resolve the openWindow URL using the service worker URL as the base URL. r=bkelly (6ebd7fe6c9) - Bug 1172870 - Part 3 - Fix openWindow mochitest to work on e10s. r=smaug (9652eead7a) - Bug 1191724, ensure private browser flag is set on docshell early enough, r=fabrice (38f909e960) - Bug 1189964 - Fix a crash handling drags on dying windows. r=smaug (3b7bf446d7) - misspatch of 1162700 (ceb869512f) (492d5f663a) - Reverted "Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz" (3fd460890c) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76
    3 points
  9. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.win/basilisk/basilisk55-win32-git-20221203-c47e9f085-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20221203-c47e9f085-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: - Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window (058474229) - Issue #2022 Follow-Up - Add autorelease to our manual NSView to prevent potential leaks. Also move titlebar overrides from BaseWindow to ToolbarWindow. (a061db91d) (a2c7ff5a3) - ported from UXP: Issue #2030 - (chore) refactor event dispatch functions (814fa6e3b) (253c7902a) - import from UXP: Issue #2030 - Allow child nodes of button to participate in mouse hit tests (a585aeacf) (cc57d007f) - import from UXP: Issue #2030 - Pref-gate default button event dispatch logic (41fed1ebf) (ff40ca288) - ported from UXP: Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element (0494d561c) (c47e9f085)
    3 points
  10. Thank you @D.Draker your posting was touching.
    2 points
  11. In this case "we" was necessary 'cause you touched some gentle people from the generic discussion, who may be too polite and shy, also have problems in their life and you're angry with them for the likes. Are you for real ?? Why did you hurt them !?!? Well, if you want me to be fair and honest (like I tend to be me most of the time), what do you want in the end ? You want a clean techno forum ? Well, then get back to 1999 ! The folks have changed. You do understand that, don't you ? There may be only a dozen of real techno users left throughout the whole internet !
    2 points
  12. @Mov AX, 0xDEAD I add all new changes to the Source Files for acpi.sys and compile it. Yessssa works also on the Optiplex 780 Dietmar https://ufile.io/qwlndr5c
    2 points
  13. Never generalize all people - road to Hitler and Stalin and Mao etc... Each one has its individuality - and that is to be appreciated! Animals too, take an example from them. Each cat is different, has its own character traits, that's why we love them. It's in the genes - and fortunately I don't have the same face (etc.) as the others...We're not all twins, thankfully.
    2 points
  14. BUT is always better to have friendships with people who are close to each other, of course.
    2 points
  15. Yes, I feel good, always better...Because I move, so I can interact with the changing environment, and that is interesting for me. I am interested in everything, because I choose the way to what I am interested in... move, move - that's the right recipe
    2 points
  16. Debug log has enough info about fault source line: mod = div something wrong with math calculation in DSDT/SSDT EDIT: i forget add "break;" to all cases of switch(), probably this is my code problem, not DSDT issue, check fix: =>
    2 points
  17. Someone took his time to help you ? It worked > put a like to show appreciation, this is very simple, no ? Like @AstroSkipper recently wrote , we don't earn money from this, but have plenty of unappreciative ****** in return. I personally had several cases of this recently.
    2 points
  18. Gosh this is just amazing to see. Hope you are well today, friend.
    2 points
  19. There is already a topic about that here: Chrome 109 is the last version for Windows 7, not Chrome 108.
    2 points
  20. I liked the second version of your reply , but you edit so often, I can't be sure it stays in the original form for at least a day.
    2 points
  21. I don't really need reputation to do good on here (and I don't really need any) it's nice when members do give some but its really not needed to do good on here (I'm happy without it)
    2 points
  22. God rest his soul
    2 points
  23. 1 point
  24. Me too, I have to suffer their nonsense for a living, just so I get some €€€ to not suffer even the worse fate.
    1 point
  25. ^ How about posting your Windows 2000 related questions, requests or whatever, in the Windows 2000 section ? This isn't the place for it. Its blatantly obvious that you are just trying to hijack or derail this thread, since the first pages.
    1 point
  26. That flag does not change the background color for the DEFAULT about:blank. The default background is WHITE so whenever you open a new web site, you get a very fast flash of white background BEFORE the browser switches the DEFAULT WHITE over to "dark".
    1 point
  27. Getting better and better re the freezing windows now
    1 point
  28. So don't isolate from others...on the contrary, be logical and draw the consequences - "the hatred out there" is only the fruit of your imagination.
    1 point
  29. How many trees around you will make you happy? Three?...four... a dozen, many more? So can you go to a forest? Is there one near your home? Is it safe to go to the forest where you live?...
    1 point
  30. "lonely"... lonely.. oh my poor But it's you who isolates yourself from other people... you should not lose the opportunities that will never come back, life is short. And if all of a sudden the other people would say, that they want to isolate themselves from you... would you be happy? So don't do to others what you don't want to receive...
    1 point
  31. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221203-3fd460890c-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221203-3fd460890c-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221203-3fd460890c-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20221203-3fd460890c-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1154563 - Drop the unused argument of WorkerPrivate::Close(); r=baku (366f353f9f) - Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey (a49bc9a306) - Bug 1207490 - Part 6: Remove use of expression closure from browser/devtools/. r=vporof (1c4d153319) - Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly (948f5dca94) - Bug 1160890 - Part 1: Remove unneeded code from ImportScripts(). r=smaug (e31f7c82eb) - Bug 1160890 - Part 2: ImportScripts() should return muted errors with 3rd party scripts. r=smaug (347e54a605) - Bug 1188141: Make Worker error events not bubble. r=baku (509fd46933) - Bug 1160890, r=smaug (0ce3ee09d6) - Bug 1208687: Only discard events from the outermost queue. r=ehsan (bce722c16b) - Bug 949376 - MessageEvent::initMessageEvent, r=smaug (8878e51c91) - Bug 1214772 - Part 2: Make FetchEvent inherit from ExtendableEvent; r=bzbarsky (edff91f7fb) - Bug 1218131 - Mark FetchEvent.request as SameObject; r=bzbarsky (1f79b94838) - Bug 1188545 - Add tests for service workers' lifetime management. r=nsm (9bac3b9f2d) - Bug 1218135 - Remove FetchEvent.client; r=bzbarsky (e95e4e5326) - Bug 1218151 - Make FetchEventInit.isReload default to false; r=bzbarsky (795d597a3b) - Bug 1218621 - Keep the service worker alive while the promise passed to FetchEvent.respondWith() settles; r=catalinb (653633c136) - Bug 1212636 - Add a better error message for the content corrupcted error caused by the Promise being passed to FetchEvent.respondWith; r=bkelly (d6ebabc2f2) - Bug 1215140 P4 Make service worker respondWith() use channel ConsoleReportCollector. r=bz (0e07f364d4) - Bug 1218499 - Make FetchEvent.request nullable; r=bzbarsky (850630ea6d) - Bug 1179397 - Disallow FetchEvent.respondWith() when the dispatch flag is unset; r=jdm (2e57abf1c6) - Bug 1215140 P5 Report the line number where respondWith() was called. r=bz (484e385ce3) - Bug 1161239 - Emit a warning if the respondWith handler is resolved with a non-Object value; r=baku (cf2779f827) - Bug 1181054 - Part 1: Move FormFillIterator and FormDataParser to FetchUtil.cpp; r=bkelly (9f62174f72) - Bug 1181054 - Part 2: Refactor the code to extract an HTTP header from a buffer from FormDataParser; r=bkelly (7f57f76ce1) - Bug 1181054 - Part 3: Correctly handle upload channels that have embedded body headers when dispatching a FetchEvent; r=bkelly (ebbfac4419) - Bug 1181054 - Part 4: Make fetch-event.https.html pass; r=bkelly (b2d88a3f5b) - Bug 1215140 P6 Update service worker interception error strings to include detailed parameters. r=bz (7918278f09) - Bug 1219852 P1 Extract common JS values for rejected respondWith() promises. r=bz (12a6beed6c) - Bug 1219852 P2 Report non-response values passed to FetchEvent.respondWith(). r=bz (69fdad9d5f) - Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku (29fd7c1c59) - Bug 1224061: Make Event::InitEvent infallible. r=smaug Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL (b4fc91b14b) - Bug 1205109 - Make pushsubscriptionchange extendable. r=mt (abb45ac864) - Bug 1207491 - Part 8: Remove use of expression closure from browser/omponents/nsBrowserContentHandler.js. r=Gijs (98dcb2cbee) - Bug 1182571: Followup bustage fix from merge fail. CLOSED TREE (5062c88996) - Bug 1213646: Allow URI_IS_UI_RESOURCE and safe about: URIs when SEC_ALLOW_CHROME is set. r=bz (6ca4e2322f) - Bug 1191645 - Use channel->asycnOpen2 in dom/base/nsSyncLoadService.cpp. r=sicking (3fbd471f6b) - Bug 1194526 - Use channel->asycnOpen2 in dom/base/nsScriptLoader.cpp (r=sicking) (7207efa45b) - Bug 1084009 - Part 1/3 - Parse sync scripts off the main thread. r=smaug (72f4d5c749) - Bug 1084009 - Part 2/3 - Only parse scripts off-main-thread on multicore systems. r=luke (ffb7e2270e) - Bug 1209193 - Cache PR_GetNumberOfProcessors when checking to do off-main-thread script compilation. r=luke (c514373ad7) - Bug 663570 - MetaCSP Part 7: CSP preload validation (r=bz) (5398116f85) - Bug 1207863 - Fix ScopeIter iterating a strict eval frame that errored out before its CallObject was allocated. (r=jorendorff) (ae38882b7c) - Bug 1223006 - Fix some typo in spidermonkey's comments. r=nbp (7d49536a0f) - Bug 1223490 - Use stable hashing for InnerViewTable; r=jonco (12b4329982) (fb9b106168) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1172870 - Implement service workers clients.openWindow for desktop (non-e10s). r=baku,smaug (b236bb7abe) - Bug 1188545 - Prevent service workers from being terminated while checking if the script evaluation was successful. r=nsm (c92e4159f4) - Bug 1214300 - AsyncErrorReporter doesn't use JSRuntime param., r=smaug (91534bd3e3) - Bug 1202001 - Log errors emitted during service worker lifecycle events to the Web Console; r=bkelly (a28967cbc7) - Bug 1189673 - Set FetchEvent.request.headers' guard to immutable before dispatching the FetchEvent; r=bkelly (9e49512912) - Bug 1215140 P7 Remove old service worker interception logging. r=bz (ecbf828102) - Bug 1215140 P8 Remove now unnecessary interception values from ErrorList.h. r=bz (1fa026bef7) - Bug 1215140 P9 Provide file and line number when FetchEvent.preventDefault() cancels a request. r=bz (fb9bc6ba03) - Bug 1215140 P10 Avoid AddRef'ing the nsIChannel OMT. r=bz (cf82339f63) - Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz (9bd51a95eb) - Bug 1172870 - Part 1 - Move PBrowser::CreateWindow to PContent. r=smaug (f91e410853) - Bug 1172870 - Part 2 - Enable ServiceWorkerClients::OpenWindow on e10s desktop. r=smaug (aefff3b138) - Bug 1222097 - Resolve the openWindow URL using the service worker URL as the base URL. r=bkelly (6ebd7fe6c9) - Bug 1172870 - Part 3 - Fix openWindow mochitest to work on e10s. r=smaug (9652eead7a) - Bug 1191724, ensure private browser flag is set on docshell early enough, r=fabrice (38f909e960) - Bug 1189964 - Fix a crash handling drags on dying windows. r=smaug (3b7bf446d7) - misspatch of 1162700 (ceb869512f) (492d5f663a) - Reverted "Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz" (3fd460890c)
    1 point
  32. Does anyone here have any experience with anything Apple? I don't.
    1 point
  33. Regarding the forum software, it serves the purpose of exchanging messages about topics between users. If it is crap...well, from the perspective of someone working at the software company, there is really only one constant when it comes to users and that is BITCHING and WHINING ALL THE TIME. It doesn't really matter what you do or don't, you can leave it as it is, they won't like it, if you change something, they won't like it, if you add something, they won't like it. A cesspool of toxicity. No sign of appreciation of all the grunt work going into these things. I don't know the person running the forum, but it seems likely that his view on all of this is: If you don't like it, you can pack up and leave. But just hypothetically, if we were to migrate to another forum software, what would you choose? phpBB, vBulletin, XenForo, something else?
    1 point
  34. Yes, I never forgot you.
    1 point
  35. I really enjoyed watching this today - thank you for sharing it
    1 point
  36. Not really, but I see some trees outside.
    1 point
  37. You know, and I don't mean to be off on a "soap box" on this, but I still DO believe given the chance people on the streets would like a shot to becoming a functional member of society rather than homelessness and fearing ones life on the wicked and brutal streets. I've seen a lot, but never got that bad because of luck and love from family, and that is something many are missing ... in fact. some go missing on the streets that "Trick" the wrong person and vanish without even known every day. Both girls and boys (even straight guys will "Trick") and nobody wakes up one day and decides 'I want to become a bum, a lush, and a junkie and a prostitute. Sure some get used to it and know nothing else, but they deserve a chance. Going over my long posting, I realized I made an error that might haven't been taken wrong. When I said more money for the state, that was error on my part, I mean, more money for that state to have to pay in and out and in the hospital over and over and people will give up. I've lived in a tiny camper for a few years and I was actually fine with that because a roof over head is still better than trying to survive to smoldering heat blistering cold. I never needed much and still don't and neither did my DD Father. All-in-all, I do hope this program works and is given a chance. While it may seem cruel to forcefully hospitalize people with mental illness, this might just be a 'saving grace' for some to find proper care and the chance at a life, because life on the street is not "living". Ok ... off the soap box. So, hope everyone is enjoying their day as best as can be. Going to prepare for bed soon and watch some mindless TV Sal
    1 point
  38. hank you very much @Humming Owl for this work, for the whole DCBrowser.. that I use as my first browser.
    1 point
  39. Heart attack, cancer, Alzheimer's... This is how poor gum health increases the risk of other diseases. Periodontitis or chronic inflammation of the gums, suffered by a large part of the population, can affect a wide range of organs. Proper dental hygiene is essential to prevent it JOSE NART THE CONVERSATION 29 NOV 2022 - 16:24 CET Between 8 and 9 out of 10 people over the age of 35 have some form of gum disease: gingivitis or periodontitis. The latter is the leading cause of tooth loss in adults and, according to the WHO, is the sixth leading chronic pathology in the world, behind caries. However, approximately half of the European adult population (including Germany, Spain, France, Italy and the United Kingdom) does not know what it is, as indicated by a study presented last June. In Spain, for example, the percentage of ignorance reaches 51%. The same study shows that this ignorance drops to around 35% at higher educational and socioeconomic levels. It is therefore justified to begin by explaining how the two ailments differ. While gingivitis is the inflammation of the gums, caused in most cases by bacteria, periodontitis also generates a loss of bone around the teeth. Forty percent of the adult population suffers from this immuno-inflammatory infection, also caused by bacteria, and 10% suffer from it in an advanced or severe form. The fact that half the population is unaware of what periodontitis is is surprising. ... MORE: https://newsrnd.com/news/2022-11-29-heart-attack--cancer--alzheimer-s----this-is-how-the-poor-health-of-your-gums-increases-the-risk-of-suffering-from-other-diseases.r1eoMIZVvo.html Too here in Spanish: https://elpais.com/salud-y-bienestar/2022-11-29/infarto-cancer-alzheimer-asi-aumenta-la-mala-salud-de-sus-encias-el-riesgo-de-sufrir-otras-enfermedades.html
    1 point
  40. Microsoft Edge will drop support for Windows 7 on the same date as Chrome, since Edge is Chromium-based, and it follows the same date as Chrome's, so once Chrome support is dropped, Edge support (and other Chromium-based browsers) are dropped too, so no, this isn't a solution.
    1 point
  41. Rep doesn't mean anything, so it doesn't matter if people are farming rep or not. The reason it is here is because it is on by default from the forum software. It is not worth the effort to turn it off, since (as stated) it doesn't mean anything.
    1 point
  42. They actually might, they read MSFN. I know.
    1 point
  43. No, it also has it. It's just happens less frequently.
    1 point
  44. and where are you hoping to get with this assuming that someone sends you screenshots? there are tons of people that don't want to use vms because of the worse performance
    1 point
  45. Really? Have you tried it, especially Windows Vista x64 SP2 without any driver and updates (in VirtualBox and VMware), on 5th Intel Core generation or newer, using VT-x and VT-d? Try install it in both VirtualBox and VMware and then send the screenshot to me through message. I would to know and check if it's successfully entered to desktop, or black screen with or without error message, before or after the welcome screen, or even the worse one, BSOD. And don't forget to reboot the VM multiple times after installing if the first time boot has little or no problems, to verify the bug effect. The screen must be black, with or without errors, before the welcome screen, in many chances.
    1 point
  46. Overheard the news that police around these parts is exercising aggravated control, hunting for distracted drivers. So not only we have smartphone addicts behind the wheel, some people shave behind the wheel!?
    1 point
  47. You gotta go write poetry......
    1 point
×
×
  • Create New...