Viewing profile — NiLSPACE
NiLSPACE
HN member- Joined
- Fri, May 29, 2015, 2:13 PM UTC
- HN karma
- 217
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About NiLSPACE
No profile information was provided.
Recent public activity
-
comment
Comment #37493086
I believe you're thinking of this blog: https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-en...
-
comment
Comment #21346482
GeckoView is a wrapper around Gecko to make it easy to embed it into applications. I heard it's API is similar to WebView, but it's not a complete drop-in replacement.
-
comment
Comment #20191271
They forked Webkit which they named Blink
-
comment
Comment #20052530
You can already enable WebRender on Firefox Preview (Fenix). It renders pages allot faster but scrolling feels more sluggish.
- story
- story
-
comment
Comment #17590880
I believe you have to pay royalties for Arm while RISC-V is completely open source.
-
comment
Comment #17506140
If you want to know for sure if Webrender is enabled you can go to about:config and check the Graphics section. If Compositing is 'Webrender' it's turned on.
-
comment
Comment #17363400
Firefox, like any other browser on iOS, is based on webkit because Apple doesn't allow other engines. That's why you don't have 'about:config' there.
-
comment
Comment #17363367
Webrender (the new renderer maxyme was talking about) will move to gfx-rs later on [1]. That allows the renderer to run on Vulkan, DirectX 11 and 12, Metal and OpenGL. [1] https://…
-
comment
Comment #16148932
I believe the target was Firefox 59, but they didn't make it.
- story
-
comment
Comment #15096842
It only works in Firefox Nightly. The flag exists in Beta and Stable, but since Stylo isn't compiled with these versions the flag doesn't actually do anything.
-
comment
Comment #15072594
Some popular plugins are already ported over like - WorldEdit: https://forum.cuberite.org/thread-870.html - Essentials: https://forum.cuberite.org/thread-1840.html But also minigam…
-
comment
Comment #15072206
There is a list of clients here: http://wiki.vg/Client_List
-
comment
Comment #15072015
There is a forum post which has a rough list of what is supported and what not: https://forum.cuberite.org/thread-499.html
-
comment
Comment #15071339
Currently the server doesn't do collision checks with Players, so you wouldn't notice ghost blocks. It does make it allot easier for hackers though. What makes it a good alternativ…
-
comment
Comment #15008160
I thought major versions aren't usually backwards compatible (.Net 5.0 instead of 4.8)
-
comment
Comment #14854033
> The old system will still be needed post-WebRender for printing at the very least. Isn't it possible to take a frame from WebRender and print that? Having two separate systems se…
-
comment
Comment #14848508
Currently with Webrender enabled Firefox renders it both on Webrender and the old renderer which causes it to be really slow.
-
comment
Comment #14847949
There is a wiki page about Project Quantum: https://wiki.mozilla.org/Quantum Currently Quantum CSS (Stylo) and Quantum Render (Webrender) are both in Firefox Nightly, but they are …
-
comment
Comment #14846388
The flag exists in Firefox Developer Edition but it doesn't do anything yet. You have to be on Nightly for it to have an actual effect: https://www.reddit.com/r/rust/comments/6p9s2…
-
comment
Comment #14846253
True, Gecko lacks a real API for embedding. Servo on the other hand has embedding in mind from the start. There is someone from the Servo team working on it: https://github.com/pau…
-
comment
Comment #14846238
It's not the entire layout engine that changes. They only switch to the CSS Style system of Servo: https://www.reddit.com/r/rust/comments/6p9s24/psa_you_can_tr... It's still pretty…
-
comment
Comment #14846204
There is also a discussion on the Rust reddit about this: https://www.reddit.com/r/rust/comments/6p9s24/psa_you_can_tr...