Recommended Posts

For anyone using Heartrippers metro for austrailis stylish script you can make this edit to the script to get rid of an unnecessary border around the menu footer.

#PanelUI-footer{
    border-top: 1px solid #e5e5e5 !important;
    padding: 0px !important;        /*------------was 6px-------------*/
    background: #f6f6f6 !important;
}

...or just remove the padding line completely.

 

here's my Australis Discussion thread i made http://forums.mozillazine.org/viewtopic.php?f=23&t=2400725 an Ends at 65 

 

an here's JoeG's same Discussion http://forums.mozillazine.org/viewtopic.php?f=23&t=2760761&start=720 an end on 49

 

GO ME :D 

yes, Decryptor, shared memory o/& common-core process have been very way to reduce memory overhead. but such approach doesn't improve stability & security + it pounds the speed.

script blockage is better method to avoid viruses from untrusted resources, sandboxing ruins speed so badly much. in short, i vote for single-process scheme :)

 

You're confusing shared process and shared memory. Shared memory is having different processes have independent pages (memory addresses) that point to same blocks of actual physical memory. This is done at the OS kernel level and completely transparent and independent to programs. Modern kernels even implement cool stuff like copy-on-write so differing version can co-exist without needing to have multiple copies of identical data.

 

sandboxing traces code to prevent malware activities, so it needs a huge bulk of extra ticks on CPU & extra data moving as well. + needless to mention, JS code ain't very fast even w/o any sandboxes. + sandbox cannot guard against all kinds of malicious code & can crash process as well.

 

 

sandbox runs in the simplified form like:

 

1. recognize action.

1.1. if action is pure threat, prevent its execution.

1.2. if action is possible threat, inform user about.

1.3. if No threat detected, pass through.

======================================

ideally, considers that sandbox cannot be visible by testified code. but(!), in fact, no sandbox can emulate environment for 100%, so code could conceal its dark sides + in some cases, it's possible to crash sandboxing from testified code.

 

You are confusing heuristics (behavioural monitoring) and sandboxing. Sandboxing refers to letting the thing run wild in a closed, confined space (a sanbox if you will) and do all the damage without being able to access anything important and then just wiping it all off and starting back from scratch. A more extreme version of that is running like Deep Freeze on your computer and having the entire OS wiped every time you finish, or running a static virtual machine.

 

NB: some of this info may be slightly wrong, since I haven't done the OS design courses at my uni yet (doing them this year), but that is the general gist from reading quite a bit of documentation and talking about this stuff to friends who have done this stuff already.

Firefox 29a1 nightly seems to not display HTML5 youtube video, gives me a flash warning everytime. The video is playing through, because I hear the audio of the actual video. I assume the overlay that says I need flash is covering the playing video.

I think that even if you spoof the UA the site doesn't render properly, relies too much on non-standard WebKit stuff.

Same reason Google Images is broken in Firefox on a tablet too, it relies on a WebKit bug to work properly.

 

We are 3 years away from Google requiring Chrome for all their advanced site features. They seem to ignore Firefox and IE in these cases, it is weird...

I eagerly await 27, because 26 has a bug with Android 4.4 where it will randomly crash, and it was fixed in 27.

Also TLS 1.1/1.2 and AES GCM.

im really hanging out for 28 . i hope i will not need Adobe crap no more, , my love for Firefox might be re-ignited then 

this is good News for Fx users in Fedora an prolly other Distro's

 

http://www.phoronix.com/scan.php?page=news_item&px=MTU2OTk

 

 

GTK3 Version Of Firefox Up For Fedora Testing

 

https://lists.fedoraproject.org/pipermail/devel/2014-January/193827.html Martin Stransky a Mozilla Dev who also works for Redhat has built Fx from Source 

The Phoronix article is slightly wrong regarding Wayland support, Firefox talks directly to X11 for a few things, so moving to GTK3 won't allow it to run natively on Wayland.

thats correct, i think Firefox still needs to be ported over to run on Wayland Natively . i dunno what the Progress of that is. something i'd possibly have to ask Martin 

I'd say it's blocked on GTK3 and all the OpenGL work (Currently it only uses OpenGL for WebGL, not the UI, that needs to be done ideally)

Edit: Also, plugins suck. What they'd want to use is similar to on OS X or Windows where you pass around handles to the hardware buffer and use that (Which is actually a lot like the underlying wayland protocol, which is funny).

Edit: Also, Bug 939709, as a side effect of moving from Cairo to Skia they can get rid of all the xrender junk (And then you have SkiaGL, so they could do all the drawing on the GPU, like what the Glamor DDX offers). It could be done with plain Cairo, but they want to move away from Cairo on all platforms so why do the work now when Skia would do it anyway.

with RHEL7  an onwards there no longer putting out 32bit  , instead its just 64bit an other Arch's . so yeah 64bit is the way to go however its gonna upset a lot of people that still only haver 32bit systems that cant afford 64bit Arch 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • I misread the title and thought Teams itself would be redesigned. Imagine having this one as a native WinUI app.
    • Dell, HP PCs ran into endless reboot, BitLocker recovery loops but Windows 11 isn't to blame by Sayan Sen Last month Neowin reported on a major issue on Dell systems wherein a bug in its official support tool was leading to endless blue screen of death (BSOD) and restarts. Following our report, Dell officially acknowledged its SupportAssist-related crash issue, confirming that the culprit is not Microsoft's operating system but rather a faulty version of its own remediation software. In a newly published support advisory, Dell stated that version 5.5.16.0 of Dell SupportAssist Remediation and Alienware SupportAssist Remediation can trigger blue screen errors and unexpected system restarts. The company notes that the problematic component operates independently of the main SupportAssist application, meaning users should not remove the primary SupportAssist software when troubleshooting the issue. According to Dell, the crashes are linked specifically to the SupportAssist Remediation service, which is bundled with SupportAssist OS Recovery Tools, and as such it has since released an updated version, 5.5.16.1, which is said to resolve the problem. Affected users are advised to first verify whether version 5.5.16.0 is installed by checking the Installed Apps section in Windows Settings. If so, Dell recommends updating SupportAssist OS Recovery Tools through either SupportAssist's "Update Software" feature or Dell Command Update. Dell also advises users to back up important data before performing the update and to ensure systems remain connected to power throughout the installation process. If you are still having issues though make sure to report to the Dell support forum. As it turns out though Dell is not the only PC maker currently dealing with update-related headaches as HP is also facing a separate but probably equally frustrating issue involving recent Windows Secure Boot updates that were released with recent Windows 11 Patch Tuesdays. Similar to Dell, HP also put up its own support article where it explains the issue. The company says that affected devices could hit a brick wall when booting as they run into a BitLocker recovery loop after the April 2026 updates. The problem appears to affect systems wherein the new UEFI Secure Boot CA 2023 certificates fail to apply properly. As such affected users will find themselves entering their recovery key over and over again despite the system otherwise functioning normally. HP says such PCs should be updated to the latest available BIOS version and configured with the necessary Secure Boot certificates before installing Microsoft's Windows 11 Patch Tuesday updates. Systems that are already experiencing the problem may require BIOS configuration changes to restore normal boot behavior. Admins can find information regarding that in the support article here on HP's official website.
    • Getting further away from the artistic study of mental disease that was the first game... (which never needed any sequels to begin with) But I get it, a company has to make money. And the second was at least visually impressive, if not in any other way.
    • If its the devs fault you would think Unreal would help M$ take full advantage of Unreal and work with them to fix the performance issues. Otherwise they are catching unwarranted bad press.
    • Thanks for the advice guys, I'll give my current GPU a clean and then run the benchmarks to see how similar it is. Hopefully a bit of a clean-out will help it last a bit longer.
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      246
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      neufuse
      68
  • Tell a friend

    Love Neowin? Tell a friend!