I just want Firefox to be faster. I'm donating to Floorp (a Firefox fork), at least they seem focused on making the browser better.
I just want Firefox to be faster. I'm donating to Floorp (a Firefox fork), at least they seem focused on making the browser better.
Like, in general, I find that any HN thread where most of the comments are just agreeing, one-upping and yes-anding while invoking the same talking points and terminology (CEO ghouls, etc.) is probably a topic we might need to chill out on.
All of that is frequently married with an the amount of vitriol that seems out of place and downright bizarre. There is typically a lack of constructive discourse or suggestions, beyond vague hand-waving about how they should "just do better", or "just do this or that". Well, if it's that easy then why don't you start a browser?
In-between all of that there is the inevitable political vitriol and flaming about Mozilla. Have we gotten a flamewar about Brendan Eich (who left over 11 years ago) yet? It's the Godwin Law of Mozilla/Firefox.
These threads bring out the absolute worst of the site and many people with more nuanced views probably make a habit of staying out of them. When I've commented on this before I've been accosted with highly aggressive personal attacks. So now I often just hide them.
I was in grad school when VRML came out, I used it for things like visualizing 3-d slices of 5-d energy surfaces embedded in a 6-d phase space. I almost went to the VR CAVE to try it out but didn't quite, ironically I work in the social sciences cluster now and the former CAVE is our storage area and still has some big projectors on the floor which were expensive once.
A grad student who sat next to me, who I had endless arguments about "Linux vs Windows" told me that VRML was crap and the evidence was that it wasn't adequate to make 3-d games like Quake.
Today I'd compare A-Frame to Entity Component Systems (ECS) like Unity. A-Frame still has an object graph and it still has the awful primitives that VRML had that Horizon Worlds is stuck with, but you can make complex shapes with textures and import real models.
My one trouble with it as a developer is memory management, if you load too much geometry on an MQ3 it "just doesn't work." I got stuck on a project with it, I've got a good idea how to fix it but it was enough of a setback that I've been working on other things sense.
I did learn a lot more about the ECS paradigm this year when I was in a hackathon and joined up with a good Unity programmer and a designer to make a winning game (brought my mad Project|Product Management skills as well as my startup-honed talent of demonstrating broken software on stage and making it look perfect.) Now I play low-budget games and have a pretty clear idea how you'd implement them with an ECS framework so one day I'll put down the controller and make another crack at my VR project.