IMO: Get to the point early! establish what's different / special / unique about your browser. All you need is 1-2 paragraphs early in your story.
I made it to "Rebranding and the early days of Space Browser" and stopped reading. Why? The article is autobiographical without establishing enough context to keep me interested in you. (In other cases, if you or your product was well known, something autobiographical without establishing context is okay.)
BTW: It's worth trying to disambiguate, early on, if you're building your own HTML rendering engine, or just reusing something else.
It's just a little bit disingenuous to describe it as "building your own browser".
Because a browser has so many features at this point that it basically contains an operating system. So to duplicate that its just necessary to start with some existing browser and tweak it.
Out of the thousands of features that enable me to browse across diverse websites, what percentage of those features did you implement in your "new" browser?
What does it actually do that is different from WebKit?
I don't see how it's disingenuous. They made a browser the same way google chrome started (from WebKit), or WebKit started (khtml), or the way opera and Vivaldi currently are (chrome).
Any trick you do to reduce resource consumption from spaces (such as suspending and evicting) can also be applied to normal windows. Even the currently shown page can be evicted if your browser is hidden, should one want to do that.
However, listing this as the only difference when asked make it sound like you're selling "spaces" as only a slight performance improvement and nothing else.
Can you elaborate more on this? My understanding is that on modern browsers, most of the memory usage comes from the tab's contents (pages), or extensions. In both cases they don't scale up with the number of windows.
> Usually the tabs just lay there and cost you a lot of memory. And forget to find this one tab you were looking for. It’s impossible. The time has come for a change.
I’m thinking along the same lines, because I would never attempt to navigate the Tab Sea of Doom on a tablet, with a standard browser like Safari or Chrome.
I’m going to give this a try anyway. Maybe the utility of having reference materials on a third screen, that I can glance at without obfuscating my editor behind a browser window will net some productivity gain. When I need copy/paste and codepen-type solutions, I’ll fire the link over to my MBP.
I can't test it, but maybe it's already there... :)
But if I need to add websites to spaces by hand it's not for me as a power user. Make something that will know what websites I often visit and place them automatically in certain spaces. You don't need to stop here! You can go further with this, so if I open 30 tabs of PornHub it will create Adult space for me so I don't need to worry. ;)
> Will our project ever reach a critical number of people?
To me UI improvements are quite low on the totem pole of “things I wish my browser did/didn’t do”
For one, we still don’t have sufficient privacy on any major browser. Even Chromium, FireFox, and Brave don’t cut it.
> Power Users
Second, scriptability, headless, and Unix-like pipeline integrations without having to use headless chrome and puppeteer. With Phantom gone, it seems we have no choice.
iOS-only WebKit with a neat tab interface doesn’t strike me as a “power user” browser.
The list of discontinued and abandoned browsers is longer than the list of active browsers...I'm not sure why someone would want to develop a new one in this day and age when the market for them as settled.
The list of discontinued and abandoned businesses is longer than the list of active businesses...I'm not sure why someone would want to develop a new one in this day and age when the market for them as settled.
Was expecting them to actually be writing a web browser engine though with the current web standards you would need huge team of seasoned devs a several years if not decades of work to do this, missleading title. Basically they are wrapping webkit in a new UI. Boring...
It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood - Theodore Roosevelt
Looks spiffy ! Too bad I can't try it out, what with being a linux user and all. I like the time traveling aspect and the visualization of it all. Kudos on the launch. Wish you guys the best.
Being really young is a good story – except that by 20, it invites comparisons to Stripe's 19-year-old founder.
Being really old is a good story – everyone likes to see someone 60+ still fighting[developing], especially because there is a pervasive fear of age discrimination here.
–––––––––––––––––––––––––––––––––––––
EDIT: I 100% guarantee that even if this project is not successful, if these fellows continue plugging away in the industry, they are going to ship something really awesome.
@dominik-space there’s a typo in the link to spacebroswser.io at the end of your article. A trailing . is in the href attribute and it doesn’t open on my iPad unless I edit the link.
I made it to "Rebranding and the early days of Space Browser" and stopped reading. Why? The article is autobiographical without establishing enough context to keep me interested in you. (In other cases, if you or your product was well known, something autobiographical without establishing context is okay.)
BTW: It's worth trying to disambiguate, early on, if you're building your own HTML rendering engine, or just reusing something else.