Jump to content

feodor2

Member
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Ukraine

feodor2 last won the day on May 31 2023

feodor2 had the most liked content!

7 Followers

About feodor2

Profile Information

  • OS
    95

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

feodor2's Achievements

146

Reputation

  1. @AstroSkipper Intel Pentium 4 631 Cedar Mill has SSE3 as well. I try find older then, knew one around very old P4 with SDR memory About logger in single process I have found that if to click anywhere off window it suddenly goes alright
  2. @seven4ever This require many effort, so not soon at all, I think few people use this OS, its just poor if have hardware supporting x64 and 4g RAM even vista64 is better. @AstroSkipper I have checked ublock in the single core P4 machine and was no error with filters installation, what else it may be.
  3. @AstroSkipper Huh but I mention AdGuard inside uBlock.
  4. @AstroSkipper Why I asked about AdGuerd, so what about other things there? Evrething is the same or not, does it pass to the network.
  5. @genieautravail If 5 users will gether, okey next version will have SSE. What doesn't suit your already existing version, because new version is more bloated and likely has new errors. @AstroSkipper What about other things or this is happens only with Adguard, soon I shall make testing on P4 single core, @AstroSkipper@NotHereToPlayGames Multiprocess is not about cpu cores. Windows OS multiprocess itself since 1993 I think, and Intel 386 the first CPU which supports multiprocess. Also Firefox is not like Chrome here, they try be it latter at 100's, I think making every piece on the separate process is overkill. In general mp is good for performance, and stability too. If you have ar least 2gb ram prefer stay mp. Furthermore POSready updates installed everywhere on my side, never heard about issues with this.
  6. Uh, how could it be. Good, assume this will be in the next version I shall check with this var date = new Date(); const jan = new Date(2024, 0, 1).getTimezoneOffset(); const jul = new Date(2024, 6, 1).getTimezoneOffset(); console.log(Date()); console.log("jan " + jan + " jul " + jul + ' '); console.log("toString().match " + (new Date).toString().match(/([-+][0-9]+)\s/)) console.log("toString " + (new Date).toString()) console.log("toLocaleTimeString " +new Date().toLocaleTimeString());
  7. @AstroSkipper Blame is not uploading, so what type of the crash do you get? Ublock: as you see below, I have installed all, stuff and its works fine, multi or single no matter But logger on single @genieautravail I asked there 5 users vote so you will be the first https://github.com/Feodor2/Mypal68/issues/164 And please tell why do you want newer SSE version?
  8. If you tell here about Proxomitron, then I suggest to try Privoxy once I had moved from Proxomitron to it, I think it is advanced even more and its fast.
  9. @AstroSkipper About ublock: obviously but I ask did you try the vanilla install https://github.com/Feodor2/Mypal68/issues/426 about codeberg: I get BUFFER_OVERRUN crash only when blame very big file, still no clue what buffer and where. And what type of the crash do you have
  10. https://codeberg.org/Theodor2/Mypal68/releases github still not, don't know, I have set autoupdate from codeberg https://www.mypal-browser.org/download.html just now
  11. That's was all folks Applied to my new 68.14 you may check it already has been published
  12. 52 has EXPOSE_INTL_API for those mypal JS_HAS_INTL_API rowtam's went forward assume the same https://github.com/roytam1/UXP/blob/de7e7860ffb93fed8394b568421c851070f50b84/js/src/jsdate.cpp#L2984 and seems removed OS version at all - uh Next I try without JS_HAS_INTL_API
  13. The problem that new firefoxes, supposed they done mentioned 1346211 bug, take the timezone from the OS anyway then send it to the icu and mess through its own big timezone tables, and then adjust time, which they take from the OS too, why??? Meanwhile time zone names differs in winxp and win7, and of course icu tables set to win7 names so fails on winxp. I don't get this foul behavior, I made to take the time zone and time from OS "AS IS" , I think OS knows better what time and browser should not mess with it, but I did not know about "toLocaleTimeString"
  14. I thouht what is it, because it works to me, then got that this is only bug when switched to single process. There no good point to do this unless your machine is very weak with poor RAM 1gb and less. On regular machine like core2dua with 2gb RAM use default multiprocess mode And I try fix this menu next version. 68.14 is now cooking for publish.
  15. Fixed in the next version, I shall to publish it upon a week most likely
×
×
  • Create New...