[ / / / / / / / / / / / / / ] [ dir / agatha2 / arepa / ausneets / ebon / general / just / tacos / vichan ][Options][ watchlist ]

/tech/ - Technology

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

File (hide): 711e7a522c13baf⋯.png (177.09 KB, 650x650, 1:1, icecat.png) (h) (u)

[–]

 No.965852>>965855 >>966059 >>966180 >>966306 [Watch Thread][Show All Posts]

Last commit from 25/05/2018 and the mail list have nothing but a handful of bug reports and spam. RIP in peace GNUzilla IceCat, you will be missed.

Sources:

https://git.savannah.gnu.org/cgit/gnuzilla.git/

http://lists.gnu.org/archive/html/bug-gnuzilla/2018-08/threads.html

 No.965855>>965856

>>965852 (OP)

What about forking it yourself, removing all botnet features, and reduce overall bloat?


 No.965856>>965882 >>966176

>>965855

I'll fork the logo.


 No.965882>>965894

File (hide): 44445be5ab9ff19⋯.jpg (11.5 KB, 502x114, 251:57, next_facebbook.jpg) (h) (u)

>>965856

>I'll fork the logo.

I'll make the social networks!


 No.965885>>965892

https://lists.gnu.org/archive/html/bug-gnuzilla/2018-05/msg00000.html

Have they ever been quick to produce versions? to me they always lagged behind a bit.


 No.965892>>966544

>>965885

That mail was sent on May 10. The last git update was done on May 25. There hasn't been any changes to their git since.

And yes, IceCat is usually slow on updates, but not this slow. It's stuck on Firefox 52.6.0 and that was released on January 2018. Which means it hasn't even received security updates in nine months. Back in the ESR 45 days it received security updates two or three weeks before the FF version was released.


 No.965894

>>965882

>unironically posts screenshot of a kike platform

fuck off shill


 No.965907>>966107 >>997065

Maintaining a browser fork has become near impossible, not surprised here.


 No.966053>>966056

>RIP in peace

What the WTF


 No.966056>>966066

>>966053

First day here?


 No.966059

>>965852 (OP)

Use iceweasel-uxp


 No.966066

>>966056

No. Is that a thing? It made me wince.


 No.966098>>966105 >>966106 >>966188 >>997161

Not good when you consider Waterfox is probably next (unless the guy gets more help). Main choices left will be a GulagChrome, Sorosfox and PonyMoon.

At least /tech/ will fork the logos.


 No.966105>>966162

>>966098

But there is Iridium and ungoogled-chromium.


 No.966106>>966157

>>966098

Why do niggers insist on memeforks when Tor Browser exists?


 No.966107

>>965907

THIS

the userbase for it was surely minimal and now firefox dropping completelly XUL would make all forks based on it either do the whole rebuild using FF quantum as template or dying alone


 No.966157>>969634

>>966106

Tor is shit.


 No.966162>>966501

>>966105

> ungoogled-chromium

although it can help you sleep at night knowingly you could as much to avoid botnet, how can you be so sure about being it completelly "ungoogled", i have it, and it does fucking still call home in the background


 No.966176

>>965856

Good idea actually.

Take all the icecat artwork and replace furrymoon artwork, then strip out all the obvious faggotry.

I was going to originally fork that faggotry and label it "dumpster fire browser" but now I can just call it icecat.


 No.966180>>966181 >>966190 >>966485 >>969277 >>975123 >>997026

>>965852 (OP)

Now what the hell do I use?


 No.966181

>>966180

Midori :^)


 No.966188

>>966098

Waterfox was always more shit and useless than Firefox and IceCat.


 No.966190>>966192 >>966227 >>966300

I have been thinking, what is the real hurdle when it comes to creating a browser? Is it the rendering engine? Would it then be possible to take just the rendering engine of for example Firefox or Webkit as a library, and write your own UI for it? The new browser could then be written however the fuck you want, but you would still profit from an engine that has all the web shit sorted out.

What I'm getting here is, instead of forking and then trying to keep up with upstream, you use the actual engine (no fork) from the original browser, and do everything else yourself. This might be more work initially, but in the long run you are free to do your own thing instead of trying to backport whatever arbitrary changes upstream has made, while still having an engine that's as secure and stable as the original (because it is the original).

>>966180

I just use normal Firefox, because what is the alternative? Some obscure fork that is lacking in security updates?


 No.966192>>966202

>>966190

The PaleMoon browser started off as a fork that used the same rendering engine but ended up making their own Gecko engine because it would be easier for development in the long run.

Making your own browser with an engine from another bigger project is fine until they start depreciating parts you want and add in things you don't want.


 No.966202

>>966192

A correction they've forked the Gecko engine into something called Goanna and it was mostly done because the Gecko engine was getting rid of XUL.


 No.966207>>966300

File (hide): 75260fb83ab62ad⋯.png (217.94 KB, 656x568, 82:71, zmkoc26l.png) (h) (u)

Does anyone have knowledge about what the browser engines like webkit and servo are like?

If they do what they claim to do (handle the page content), I don't see why you couldn't just use one of them and make a browser around it. After all the browser doesn't really need to be updated all that much, html/css/js is what's getting new features all the time and those are handled by the engine.


 No.966227>>966258

>>966190

>implementing 500 trash APIs that just came out last week because some marketing firm wanted them

>parsing retarded formats that have no standard in practice

>implementing some retarded bullshit called CSS which also has no standard in practice and would still be an impractical problem even if it was 100% standardized

wait you're talking about reusing an engine. the whole reason web browsers are shit is mainly because the engines are shit. otherwise i'd have spent a day writing a wrapper around webkit or whatever the fuck. it's literally more practical to write make a GUI with scraping code for each website you use

>an engine that's as secure and stable as the original

the fuck? the whole problem with web engines is they are unstable and insecure as fuck, mainly because it's a giant bloated piece of shit and 5 seconds is spent on implementing each of the 2 trillion parts


 No.966258

>>966227

>the fuck? the whole problem with web engines is they are unstable and insecure as fuck, mainly because it's a giant bloated piece of shit and 5 seconds is spent on implementing each of the 2 trillion parts

I said "as secure and stable as the original", not implying that the original is actually secure and stable. I meant that a fork would be even less secure and stable than the original.


 No.966300

>>966190

Mozilla has been attempting to replace Gecko for the last 7 years. Their new engine is still nowhere near finished thanks to 1000 new "standards" being approved per year and all the bullshit websites that don't follow standards but still have to be perfectly rendered. This is one of the reasons why Opera ditched Presto.

Maintaining a rendering engine is a nightmare. That's why everyone is just forking Blink which in turn is a WebKit fork which in turn is a KHTML fork. Hell, Blink and Gecko STILL are not 100 % compatible with all HTML5 standards and those are engines that have been in development for over 20 years now.

>>966207

That's exactly what Falkon, Midori and QTBrowser are doing.


 No.966306>>966419

>>965852 (OP)

UNGOOGLED CHROMIUM(S) ARE THE FUTURE


 No.966419

>>966306

You can't ungoogle webkit you moron. Forking palemoon 27 or writing a browser from scratch in rust/ada is the future you stupid fucker. Or better yet, don't use a webbrowser and post via mail or a http request sender by terminal.


 No.966485

>>966180

I'd use NetSurf if it had JS support as HTML works flawlessly


 No.966501

>>966162

what's the difference anymore? firefox does the same fucking thing.

I just installed xubuntu in a vm

allowing mozilla to install and run studies in your browser is enabled by default

aside from sending the telemetry data, which is also enabled by default. if you install this on windows both are also enabled by default.

pozjew is every bit as cancerous as jewgle is, maybe even more so now, because google still has a business to run. pozjew just pisses away their jew donations on sjw projects and botnet. they dont' even give a fuck anymore.


 No.966541>>972133

File (hide): 6be8e9a644e7ff9⋯.png (55.95 KB, 654x566, 327:283, memeshit.png) (h) (u)

ungoogled chromium is trash

good thing icecat meme is over

USE FUCKING PALE MOON OR SEA MONKEY

everything else owned by Soros and cabal cohorts

beware


 No.966544

>>965892

>Ian Murdock

>Debian

>died Q4 2015

>Jacob Appelbaum

>(core member of Tor Project)

>(((sexual misconduct))) Q1 2015

https://en.wikipedia.org/wiki/Jacob_Appelbaum#Allegations_of_sexual_misconduct

>firefox 45 is Q4 2015

after that stupid bugs and trashy releases

>George Soros firefox acquisition ~2017

>ESR45 ~2017 ~ tor browser bundle

What do you think happened?

Tor - Tor devs - Debian - ??? - Icecat/Firefox

You should be able to solve this.


 No.966549

CHROME IS THE INTERNET BABY


 No.969271>>971926 >>976526

IceCat 60.2.0 prerelease has been released!

Or "prereleased", whatever.

I spoke too soon, they were busy working on the ESR, the project was never dead.

Main changes:


This is a pre-release for version 60.2.0 of GNU IceCat, available at
http://alpha.gnu.org/gnu/gnuzilla/60.2.0/

This release contains substantial design and usability changes from the
previous major version (v52.x ESR) so I'm publishing it at alpha.gnu.org
to request testing and comments before moving it to ftp.gnu.org.
Source Code plus binaries for GNU/Linux x86 and x86_64 are available.

The main differences (other than those provided from upstream changes
from v52.x to v60.x) are:

* LibreJS 7.x, now based in the WebExtensions API. It currently
provides a very similar set of features compared with the version
shipped with IceCat 52.x but testing, comments and advice are welcome.

* A set of companion extensions for LibreJS by Nathan Nichols
(https://addons.mozilla.org/en-US/firefox/user/NateN1222/) are
pre-installed, and provide workarounds to use some services at USPS,
RSF.org, SumOfUs.org, pay.gov, McDonald's, goteo.org and Google Docs
without using nonfree JavaScript.

* A series of configuration changes and tweaks were applied to ensure
that IceCat does not initiate network connections that the user has not
explicitly requested. This implies not downloading feeds, updates,
blacklists or any other similar data needed during startup.

* A new homepage shows the most important privacy and freedom options
available, with explanations for the user to tune IceCat's behavior to
their specific needs.

* We no longer include SpyBlock, which was IceCat's fork of AdBlockPlus
that allowed to block all third-party requests during "Private Browsing"
mode. Now, we include an extension that blocks all third party requests
by default, and provides a simple interface that allows to whitelist
specific third-party resources on a per-site basis. This change is the
most significant usability change from IceCat 52.x and I'd like to get
testers to provide an opinion on it. One of the reasons for its
inclusion is that unlike other blockers it doesn't need to download any
files to do its job, thus avoiding the previously mentioned unrequested
network connections.

Thanks to Giorgio Maone, Nathan Nichols, Nyk Nyby and Zach Wick for
their contribution to LibreJS and IceCat, and happy testing!


 No.969277>>969311 >>969389

>>966180

Simple.

standard FF or standard botnet chrome for normie things.

links2, elinks, and w3m for edgy deep dark text only memes.


 No.969311>>969389

>>969277

I NEED an address bar anon. I can't live in your text only browser i just can't do it. Help me anon... help... me.......


 No.969389

>>969277

palememe for normie things

>>969311

links has an address bar. just press G


 No.969472>>969475

THE FUTURE YOU CHOSE


 No.969475>>969498

>>969472

Does that happen on Basic HTML view?


 No.969498>>969499 >>969504

>>969475

Nope. Which is also the only way anyone should be using web Gmail.


 No.969499>>969502 >>971696

>>969498

Are you fucking retarded? noone should be using gmail. Gmail is literally spyware.


 No.969502>>969504 >>969641 >>971696

>>969499

Most people is forced to use Gmail thanks to work, school or uni. In those cases, HTML-only Gmail is the way to go.


 No.969504

>>969498

>>969502

>assuming they won't axe HTML gmail too

It's like you've learned nothing.


 No.969634

>>966157

>Tor is shit.

t. undercover nsa agent


 No.969641

>>969502

>In those cases, HTML-only Gmail is the way to go.

You can use any email client. That would be the preferred method.


 No.971696>>986180

>>969499

>>969502

I want to get off gmail, but every single one of my contacts uses some form of botnet email (mostly gmail) anyway. My emails would still be logged because of that. Is there any benefit to switching providers, or is it just pointless in this scenario?

No one else is going to switch providers either, because that means they would have to get their contacts to use their new email as well. This is assuming your average person cares, and they don't.

>>969502

Just use an email client. Less bloat, and if it's a non-corporate controlled email you can use IMAP in place of (((XOAUTH))).


 No.971926

>>969271

Yay! My main niggle with Ice cat was that it was behind with LibreJS support.


 No.972133>>974029

>>966541

Every browser makes connections like this. I sure hope that you aren't using Pale Moon/Firefox/IceCat without removing all links from about:config


 No.974029>>974269 >>976522 >>991377

>>972133

The latest Palemoon version that came out today removes all telemetry so you don't need to fiddle around as much in about:config.

https://www.ghacks.net/2018/09/20/pale-moon-28-1-0-release-information/

This is new update is the best one I've ever seen from that project, the speed increase is gigantic and I haven't had any issues with it so far.


 No.974054>>974345

Is there a way to install icecat on gentoo?

It's not in the portage tree and there's no overlay in the repository module for eselect.

There is one for palemoon at least, is palemoon a good enough firefox without botnet? I'm running botnetmium currently and need to drop it ASAP.


 No.974151>>974173

Why does everyone suddenly hate icecat? Ive been using it for years and it's great.


 No.974173>>974345

>>974151

Because of yet-to-be-backported security updates and allegations of leftover botnet-enabling code.


 No.974210>>974345

Tell me why I shouldn't use Otter Browser. It's fast, free and relatively small. Also: no telemetry.


 No.974269>>974291

>>974029

I bet it does. Especially likely, since (((Martin Brinkmann))) is shilling it.


 No.974291>>974323

File (hide): 5b05ef345157b47⋯.jpg (7.34 KB, 198x192, 33:32, martin.jpg) (h) (u)

>>974269

This guy looks like an average blue eyed blond haired German to me. If Jews start stealing Asian names are you going to start accusing all Asians of being Jews?


 No.974323

>>974291

>Implying I clicked the link

If this faggot was serious about proving Pale Moon no longer phones home, then he would use MITMproxy and post results. Instead he talks in vague generalizations.


 No.974345

File (hide): 1a5084f7145549d⋯.png (166.71 KB, 1920x1047, 640:349, otter.png) (h) (u)

>>974054

I believe the source code and the script to build are available on the FSF ftp server. Supposedly, it was removed from the portage tree because it takes too long for the GNUzilla team to release updates, which may be a security risk.

>>974173

Well, that's just silly. IceCat has removed all telemetry and background connections. You may find some Google URLs on about:config, but that's just leftover data since the antifeatures that use those URLs have been either removed or disabled.

>>974210

No addon support, unique fingerprint, uses WebKit, has graphical glitches (see the bar at the left side) and cannot connect to any https website.


 No.974435>>976550


 No.974978

With IceCat 60, your UA and platform won't match up unless you manually change general.platform.override. Seems that they have made the same error as the latest Tor version (which has now been fixed)


 No.975123

>>966180

Seamonkey, but don't tell the cuckchan niggers


 No.976515

(((It Works Onto My OWn Device)))

Device Name: HP Netbook Core 2 Duo

OS: Windows XP SP-2 Unattended (Pirated Donwloaded from some russian forum - It Also Werks - )

Works fine to my end.


 No.976522>>976523 >>976528 >>976664

>>974029

>The latest Palemoon version that came out today removes all telemetry

It will be fun to see how code quality goes down as there's less data to find bugs and prioritize common issues.


 No.976523

>>976522 Lol. There are a few hardcore users in the autism forum, plus ((((GOT A BUG???)))

Report your bugs, Telemetry '"man'"


 No.976526

>>969271

Thank god, I was getting a little worried reading this thread.


 No.976528

>>976522

The Pale Moon project never collected any telemetry or crash reports so the pace and quality of development isn't going to change. It depends on technically competent users posting their findings on the forum or github issues page instead of automatic collection that needs to be constantly curated.

I was about to make an account and post on their forum about a bug until I saw that someone else did, the system seems to work fine as far as I'm concerned.


 No.976550

>>974435

In all fairness, it was never really good. No addons/ublock didn't work, connection issues on wi-fi, and just generally slow.

All mobile browsers suck. I settled on Firefox Klar, but I'm not pleased about it.


 No.976590>>976622

use dooble you queer


 No.976622>>983482

>>976590

It's too bad it's not maintained. Furthermore, there's no way to spawn and distinguish sessions according to js enabled, cookie policy, etc. á la Surf. That's my one problem. The Dooble desktop is pretty cool if not utterly useless and also a testament to the author's misallotment of resources. It's light but not minimal. Also, it's not maintained.


 No.976664

>>976522

>telemetry solves bugs goy

ur brain on jews


 No.983482

>>976622

>Dooble isn't maintained

You Google employees will stop at nothing. Dooble is one of serious competitors to IceCat right now.

Sage because you can easily go to the IceCat IRC and see that it's releasing a big update soon, and on schedule.


 No.986023

Long live Falkon


 No.986180

>>971696

It doesn't matter what provider you use if you use PGP to encrypt emails. Of course, getting people to use *that* brings its own set of challenges as well.


 No.986230>>991393

File (hide): 9f46445d22a65e9⋯.jpg (177.67 KB, 972x1200, 81:100, DlFNTDEU8AAqFBd.jpg) (h) (u)

I miss web 1.0 that didn't require fag browsers.


 No.991364

Isn't IceCat being moved over to Quantum? That's why we haven't seen anything about it.


 No.991377>>991393

>>974029

I would stick with palemoon if it isn't slow as shit.


 No.991393

File (hide): 5a891981f11fbbc⋯.gif (629.04 KB, 505x283, 505:283, 1538348800.gif) (h) (u)

>>991377

In my experience palemoon has gotten a lot faster in recent versions.

Most of the slow downs used to be because of it still using old firefox 27 ui, but they redid that along time ago.

Honestly, the speed different from later firefox and recent palemoon isn't that noticeable.

But at the same time, i don't use bloated web2.0 websites all that much. You honestly shouldn't be using javashit anyway so it's not like that matters too much.

>>986230

;_; don't cry netscape-tan


 No.996929>>997000

Icecat 60.3.0 (first full 60.x release)

>LibreJS 7.x, now based in the WebExtensions API. It currently

provides a very similar set of features compared with the version shipped with IceCat 52.x, but its performance and robustness have greatly improved. Tests and comments are welcome.

>A set of companion extensions for LibreJS by Nathan Nichols (https://addons.mozilla.org/en-US/firefox/user/NateN1222/) arepre-installed, and provide workarounds to use some services at USPS, RSF.org, SumOfUs.org, pay.gov, McDonald's, goteo.org and Google Docs without using nonfree JavaScript. Who cares?

>A series of configuration changes and tweaks were applied to ensure that IceCat does not initiate network connections that the user has not explicitly requested. This implies not downloading feeds, updates, blacklists or any other similar data during startup.

>A new homepage shows the most important privacy and freedom options available, with explanations for the user to tune IceCat's behavior to their specific needs.

>We no longer include SpyBlock, which was IceCat's fork of AdBlockPlus that allowed to block all third-party requests during "Private Browsing" mode. Now, we include an extension [Searxes' Third-party Request Blocker] that blocks all third party requests by default, and provides a simple interface to whitelist specific third-party resources on a per-site basis.

>A basic TOR integration extension [Tor™ Browser Button] is included. Note that you need to separately run the TOR service at the operating system for this extension to work. If you use a GNU/Linux system this is usually done by installing the "tor" package.

<Ruben again forgot to update the preinstalled version of HTTPS Everywhere

https://lists.gnu.org/archive/html/bug-gnuzilla/2018-11/msg00000.html (the Savannah GNUZilla news page is yet to be updated as of this posting)


 No.996986>>996990

retarded browser. just use firefox esr


 No.996990

>>996986

kill yourself pozjew


 No.997000

>>996929

Unironically based and redpilled. Why isn't this shit in the default arch repos?


 No.997002

Finally updated. Time to replace Firefox.


 No.997026>>997118

>>966180

Tabbed surf or just pure surf if you don't care about tabs.

-a a -d -g to disable cookies,local storage and geolocation, don't need to click on multiple menu n' shiet, it's really simple.


 No.997065

>>965907

>4 guys working part-time manage to patch up Pale Moon/Basilisk before even FF gets it on their beta branch

>its impossible

You sound like a /g/ cuck


 No.997118

>>997026

Anyone who uses tabbed surf has brain damage. For a number of reasons, a window manager is a smarter and suckless alternative to tab idiocy. That is, of course, if you're using a decent WM that can search for different windows.


 No.997137

>not using Internet Explorer


 No.997161

>>966098

Or PonziBrave?




[Return][Go to top][Catalog][Screencap][Nerve Center][Cancer][Update] ( Scroll to new posts) ( Auto) 5
88 replies | 8 images | Page ???
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / agatha2 / arepa / ausneets / ebon / general / just / tacos / vichan ][ watchlist ]