Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
NiLSPACE
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
NiLSPACE
3y ago
I believe you're thinking of this blog: https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-en...
2.
▲
by
NiLSPACE
7y ago
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.
3.
▲
by
NiLSPACE
7y ago
They forked Webkit which they named Blink
4.
▲
by
NiLSPACE
7y ago
You can already enable WebRender on Firefox Preview (Fenix). It renders pages allot faster but scrolling feels more sluggish.
5.
▲
Maxon Releases Cinebench R20 Benchmark
(anandtech.com)
2 points
by
NiLSPACE
8y ago
|
0 comments
6.
▲
AMD 7nm EPYC “Rome” CPUs in Upcoming Finnish Supercomputer, 200,000 Cores Total
(techpowerup.com)
18 points
by
NiLSPACE
8y ago
|
2 comments
7.
▲
by
NiLSPACE
8y ago
I believe you have to pay royalties for Arm while RISC-V is completely open source.
8.
▲
by
NiLSPACE
8y ago
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.
9.
▲
by
NiLSPACE
8y ago
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.
10.
▲
by
NiLSPACE
8y ago
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://github.com/servo/webrender/issues&
11.
▲
by
NiLSPACE
9y ago
I believe the target was Firefox 59, but they didn't make it.
12.
▲
WebRender newsletter #6
(mozillagfx.wordpress.com)
1 points
by
NiLSPACE
9y ago
|
0 comments
13.
▲
by
NiLSPACE
9y ago
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.
14.
▲
by
NiLSPACE
9y ago
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 minigames like - SkyBlock: https
15.
▲
by
NiLSPACE
9y ago
There is a list of clients here: http://wiki.vg/Client_List
16.
▲
by
NiLSPACE
9y ago
There is a forum post which has a rough list of what is supported and what not: https://forum.cuberite.org/thread-499.html
17.
▲
by
NiLSPACE
9y ago
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 alternative is that it's reasonably lightweight. We cur
18.
▲
by
NiLSPACE
9y ago
I thought major versions aren't usually backwards compatible (.Net 5.0 instead of 4.8)
19.
▲
by
NiLSPACE
9y ago
> 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 seems like allot of unnecessary maintenance. Especiall
20.
▲
by
NiLSPACE
9y ago
Currently with Webrender enabled Firefox renders it both on Webrender and the old renderer which causes it to be really slow.
21.
▲
by
NiLSPACE
9y ago
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 unstable and can cause really bad performan
22.
▲
by
NiLSPACE
9y ago
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/6p9s24/psa_you_can_tr...
23.
▲
by
NiLSPACE
9y ago
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/paulrouget/servoshell
24.
▲
by
NiLSPACE
9y ago
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 cool though
25.
▲
by
NiLSPACE
9y ago
There is also a discussion on the Rust reddit about this: https://www.reddit.com/r/rust/comments/6p9s24/psa_you_can_tr...
26.
▲
by
NiLSPACE
9y ago
I'd argue that Gecko is a real WebKit alternative. It has improved quite dramatically lately, have you tried Firefox Nightly?
27.
▲
by
NiLSPACE
9y ago
I also found this which I'd like to try out later today: https://github.com/anowell/quasar
28.
▲
by
NiLSPACE
9y ago
Currently WebRender on Firefox renders the page twice as explained here: https://www.reddit.com/r/rust/comments/618p54/webrenderer_la...
29.
▲
by
NiLSPACE
9y ago
I don't, but a marketing campaign saying "using modern safe techniques" might get a little traction.
30.
▲
by
NiLSPACE
9y ago
Some of these bugs could've been prevented with Rust: https://www.mozilla.org/en-US/security/advisories/mfsa2017-0...
More ›