[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Netrunner

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 337
Thread images: 58

File: netrunner moon.png (240KB, 2000x2000px) Image search: [Google]
netrunner moon.png
240KB, 2000x2000px
We are making a web browser!

In the face of recent changes in Firefox and Chrome some anons were asking for a /g/'s perfect web browser, we collected the most wanted here and plan on continuing with the creation.

To contribute follow the WORK PLAN and get to programming!

>Main repo
https://git.teknik.io/eti/netrunner
>Mirrors
https://github.com/5yph3r/Netrunner
http://magicpackets.net:3000/proudfeet/netrunner (currently down)
>IRC
#/g/netrunner @ Rizon: https://qchat.rizon.net/?channels=/g/netrunner

>TODO:
- Host project at savannah.nongnu.org
- Set bug tracker, website, and mailing list in Savannah.

>WORK PLAN
1. Browse the links2 source code (you can use Ctags or GNU GLOBAL for tagging functions and files).
2. Open API to future javascript integration (by an independent engine?).
3. Dig the javascript enabled version 2.1pre28 of links2 if you are curious.
4. Expose API and give (scripting) access to just about everything.
5. Create a scripting engine for every accessed interface (vimscript-like?).
6. Create a switch by profiles for incoming and outgoing connections (uBlock-like).
7. Create profiles generator for user-agent and canvas fingerprint, with manual option for the user-agent.
8. Give control over the DOM, use folders for each site to be manually edited (use a hierarchical structure to cover subsites).
9. Include cache/tmp/cookies/logs options like read only cache and local CDN emulation.
10. Implement a link grabber for every link available to be parsed by the scripting interface.
11. Work with the links2 ncurses interface to support simple tree style options for everything (adblocking and tabs in the future).
12. Implement tabs and add tree style tabs in ncurses.
13. Work in the tree style bookmark management with ncurses.
14. Add a javascript engine.
15. Work in the framebuffer graphics rendering.
16. Add the rest of the features.
>>
Previously >>60974102

FAQ
>Why teknik.io?
We plan on moving to savannah.nongnu.org. There is a github mirror too.
>Why links2?
Enough features and the API seems more friendly.
>Why not netsurf?
Good rendering but not for DOM updates, plus dependencies gave problems.
>Will it have tree style tabs?
Yes, but not up in the priorities.
>Will it be crossplatform?
Already is.
>Will you use a separate javascript engine?
Probably.
>Will you use a separate layout engine?
We can consider it once we dig up more the code?
>Will you use netsurf layout engine?
Might be a problem because of the DOM (not enough information).
>Will you use webkit/blink/servo?
No.
>Will it it have vim keys?
Yes.
>Will it have "graphics"?
Yes. We are planning to run the program in terminal using the frame buffer for graphics, but Links2 also comes with directfb, X server, SVGA and other graphics drivers.
>Will it have an adblocker.
Yes.
>>
second for doomed from the start
>>
>>60984668
>>Will you use webkit/blink/servo?
>No
fine just use gecko you fags
thinking that you actually have the ability to turn links into something with proper CSS and JavaScript support is a joke. I'd be surprised if your fork even successfully changed one line of code.
I want u to prove me wrong though so here are some tips anyways:
- make it work before planning features/logo/name/*
- don't fork code that you have to "explore" to know what you can do with it
- /g/ can't even average 2 ints in C, try a different language
>>60984708
this
>>
>>60984708
>>60984747
How much is mozilla paying you for this shilling? The original threads never had any shills.
>>
>>60984754
This

Shoo shoo motherfuckers
>>
File: AAAAAAAAAAAA.png (164KB, 413x352px) Image search: [Google]
AAAAAAAAAAAA.png
164KB, 413x352px
links-2.14/http.c:234
if (parse_url(u, NULL, NULL, NULL, NULL, NULL, &u_host, &u_host_len, NULL, NULL, NULL, NULL, NULL)) goto http_bad_url;

links-2.14/http.c:431
if (!parse_url(ref, NULL, &user, &ulen, NULL, NULL, &ins, NULL, NULL, NULL, NULL, NULL, NULL) && ulen && ins) {

links-2.14/http.c:818
if (rb->data[0] != 'H') return -2;
if (rb->len <= 1) return 0;
if (((unsigned char *)rb->data)[1] != 'T') return -2;
if (rb->len <= 2) return 0;
if (((unsigned char *)rb->data)[2] != 'T') return -2;
if (rb->len <= 3) return 0;
if (((unsigned char *)rb->data)[3] != 'P') return -2;
>>
This one anon is digging into version 2.1pre28 so see how javascript was implemented.
>>
What IRC chat clients does everyone use?
>>
>>60984652
we need a better logo
I'll check if I can make a better one than MoonMan
>>
>>60984809
I use irssi, but if you are new go for Hexchat and you'll have an easy time.
>>
File: lain.jpg (90KB, 1000x1500px) Image search: [Google]
lain.jpg
90KB, 1000x1500px
>>60984652
Nice clean-up op.
>>
>>60984809
Have a guide https://pastebin.com/YDbEWRHV
>>
Where the fuck is the documentation in 'to-do'?
>>
>>60984754
Servo is probably gonna be the fastest browser engine when it's done just because of the fact that it was designed in a modern way. even now it's on top in a bunch of benchmarks: https://www.youtube.com/watch?v=u0hYIRQRiws
i mentioned gecko cause i thought the goal was a redo of old firefox, guess not though
>>60984809
irssi or gtfo
>>
>>60984867
This isn't supposed to be modern, it's supposed to be different from what firefox and chrome currently are. Now stop your shilling.
>>
>>60984754
It's 4chan.
There's been shills from the start.

It's pretty late right now but thankfully the IRC is setup so maybe there will be more activity tomorrow.

It's kind of demoralizing to have multiple people resisting at every angle though.
>>
>>60984652
>https://git.teknik.io/eti/netrunner
>Written in C

>>Will you use webkit/blink/servo?
>No.

I came in here for a logo meme but this is even better.
This is already guaranteed to be more dead than Tox.
>>
>>60984878
Careful, some people use IRC (and private msg) to raise all hell. Take it with a grain of salt.
>>
Now what do I do?
>>
>>60984904
Isn't there an IRC group dedicated to nothing but shitposting in other IRC channels.
>>
>>60984767
I can smell the seg faults from here.
>>
>>60984877
Exactly.

This isn't in competition with chrome and firefox because it's command line able.

This is in it's own specific category that is now lacking as one anon pointed out.
(the development has ended for netsurt, elinks, links2, w3m, lynx, surf)

So I'm not sure why we are getting so much flak.
(angry windows/edge users?)
>>
File: internet calle.jpg (4KB, 300x57px) Image search: [Google]
internet calle.jpg
4KB, 300x57px
>>60984918
:^)
>>
>>60984828
Shouldn't I be worried about my IP being exposed?

Anyone recommend a free proxy?
>>
>>60984918
gnaa doesnt even exist anymore
>>
>>60984927
>(angry windows/edge users?)
It may just come from a forum who decided to troll, doesn't matter now.
>>
>>60984942
Follow the guide, set up CertFP with a bouncer.
>>
File: white.males.reee.png (175KB, 500x306px) Image search: [Google]
white.males.reee.png
175KB, 500x306px
>>60984904
>>60984918
>>60984942
2 spoopy 4 me bros
>>
File: firefox.png (87KB, 575x575px) Image search: [Google]
firefox.png
87KB, 575x575px
Is Netrunner going to fix this issue?
>>
File: 9441793.jpg (63KB, 250x250px) Image search: [Google]
9441793.jpg
63KB, 250x250px
Ignore him and thou as you wilt.
>>
File: Machineelf.jpg (70KB, 600x708px) Image search: [Google]
Machineelf.jpg
70KB, 600x708px
>>60984951
WE
WUZ
LEJIN
>>
>>60984901
this
>not using servo
in the trash it goes
>>
Godspeed
>>
>/g/ writes a web browser
>It blocks Reddit Facebook and everything from Twitter besides posts tagged #hamburgers
>It can reverse a series of numbers in the URL bar like turning 12345 into 54321 but can't do much else
>Warns you when trying to use any search engine that you are visiting a botnet
>Allows you to download viruses and automatically executes them for you
>Doesn't run on windows or Mac
>It's mascot belongs on >>>/pol/
>It literally is a botnet
>>
>>60985024
Sounds perfect
>>
>>60984961
Thanks.
If I don't get it setup in 48hrs, I'll just cave and get a paid service.
>>
>>60985024
:^)
>>
>>60984983
If we get a API setup tor could work right out of the box.
>>
How difficult would it be to dig through version 2.1pre28 and see how javascript was implemented?
>>
>>60985057
It wasn't even implemented.
>>
File: cuckward-.jpg (233KB, 578x578px) Image search: [Google]
cuckward-.jpg
233KB, 578x578px
>>60985017
>>60984867
>>60985024
REEEEEE
>>
>>60985060
But version upt till 2.1pre28 does support javascript.
>>
>>60984652
people always saying "I will make the logo" and it turns out to be shit. Sasuge /g/
>>
>>60985057
It would require knowledge of C and to be isolated so it could be further worked on by a group.
>>60985060
"Twibright Labs, later developed version 2 of the Links browser, that displays graphics, renders fonts in different sizes (with spatial anti-aliasing) but does not support JavaScript any more (it used to, up to version 2.1pre28)."
>>
>>60985088
t. non-contributing critic
>>
>>60985057
>>60985098
someone has to look through the source in version 2.1 preview 28 and figure out where JS begins and ends and map it out to then compare to version 2.14

but until then we can only speculate and figure out how difficult it would be(after its been analyzed)

if the codebase is similar or unchaged then that would be promising
>>
>>60985024
>It will be able to tell you if the number of tabs you currently have open is prime
>>
Fucking mozilla is scared of us, they smell their downfall.
>>
>>60984652
budump
>>
>>60985436
[Citation needed]
>>
Good thread. Unfortunately there's not a lot for me to do, since you already have a logo
>>
>>60985219
but does it use an efficient sieve?
>>
You guys have no fucking idea how much work a fully capable modern browser involves.
Haha, but good luck anyway, fags.
>>
>>60985436
Its actually more possible its google considering theres far more users on chrome and google has money and incentive to keep people in the botnet for advertisement $ now that they own yt too
>>
File: confused-cuckbert.png (565KB, 1190x595px) Image search: [Google]
confused-cuckbert.png
565KB, 1190x595px
>>60985886
utube
gmail
playstore
search
chrome

reeee
>>
Why doesn't people use Chrome's base from source so all the Chrome extensions are usable but the botnet aspect is removed from it? I know about Ungoogled Chromium but it doesn't even let you go to the main google site...Is there anything made like this?
>>
>>60984652
This is honestly less likely to release than star citizen

The fact that whether JS is going to be an independent engine is even a question proves it
>>
File: file.png (184KB, 912x605px) Image search: [Google]
file.png
184KB, 912x605px
Someone make an original logo of the Moonman. The one on GitHub literally looks like a color scheme changed picture of these
>>
>>60984826
Well it is net runner, so why not a pair of shoes
>>
>>60986006
Seriously, I'm a web dev with a relatively good background in the lower level aspects of web browsers, and if anyone could prove me wrong here I would be fascinated
>>
>>60984767
holy fuck
>>
>>60986039
It was originally intended to be a blue skinned guy with sun glasses
>>
>>60984901
Sadly this, protect is already DOA.
>>
File: 1464829030698.png (28KB, 266x176px) Image search: [Google]
1464829030698.png
28KB, 266x176px
Surely this will work out like the manny other successful /g/ projects, such as...
>>
>>60984826
NOOOO
LEAVE IT MOONMAN
>>
I am going to predict that in a week there won't be a single new commit anymore
>>
Anyone remember that GIMP fork project? Does anyone have a link?
>>
>>60984652
> Enough features and the API seems more friendly.

I think a bad decision is made right here. /g/ is a tiny demographic that is okay with sacrificing 'modern browsing features' for some obscure other features.

If this project is intended to ever provide a mature piece of software the shitty renderer that is links2 is about the worst choice. "The API SEEMS more friendly" means exactly nothing. Please listen to >>60984747 and use servo/blink/webkit/gecko/presto

Otherwise in about 5 days we can congratulate /g/ again with finding a 10 times more difficult way of doing an already difficult thing and failing because it got too difficult
>>
>>60984652
I really want this project to work out well, i could really use a good browser.
>>
>>60987998
Nobody other than /g/ is going to use this
>>
>>60984767
>C programmers
>>
>>60984652
Do you guys plan adding add-on compatibility?
>>
>>60988366
nobody will use this and the project will be abandoned in a month*
>>
>>60984767
definitely dead in two weeks
>>
Hey are you guys and gals quality programmers?

I'd like to ask about how hard it would be to create a forum from which you can seamlessly select different layouts/formats. For example I want to read 4chan threads and posts in something that looks like an old 2001 website.
>>
>>60988519
>I'd like to ask about how hard it would be to create a forum from which you can seamlessly select different layouts/formats. For example I want to read 4chan threads and posts in something that looks like an old 2001 website.
Not that much. All you need is to apply different CSS files to your page.
>>
cd . && ./missing aclocal
/bin/sh: 1: ./missing: Permission denied
Makefile:138: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 126


help
>>
File: disappointedanime591.png (492KB, 596x508px) Image search: [Google]
disappointedanime591.png
492KB, 596x508px
>>60984652
>it's another "/g/ makes a web browser" episode
>>
>>60988382
The scripting interface can give you addons
>>
File: blue_skin_moon_man.jpg (65KB, 1156x964px) Image search: [Google]
blue_skin_moon_man.jpg
65KB, 1156x964px
>>60984826
If you kill moonman logo me no use >:(
>>
>>60989433
>scripting interface
topkek
>>
>>60989995
nice meme
>>
>>60990002
you mean
>>60989433
nice meme
>>
>>60990024
nice meme
>>
>>60990002
>>60990044
you mean
>>60989433
nice meme
>>
File: ggm.png (252KB, 685x960px) Image search: [Google]
ggm.png
252KB, 685x960px
I'm anxious to see this.
I believe in the power of autism.
The logo if perfect.

Please carry on, you bunch of niggers!
>>
>>60990170
>I believe in the power of autism.
kek
>>
>>60990191
>underestimating the power of autism
>>
im planning to make a v8 based framebuffer web browser myself, maybe we can collaborate, good luck!
>>
>>60990230
Nice, keep in touch
>>
File: kwefk.png (44KB, 947x369px) Image search: [Google]
kwefk.png
44KB, 947x369px
>>60990218
this
>>
>>60990255
>overestimating SAP
>>
The github mirror is out of date, pls do something
>>
File: 1491314872223.jpg (41KB, 640x853px) Image search: [Google]
1491314872223.jpg
41KB, 640x853px
use Presto and update it with the modern standards
>>
File: netrunner.png (561KB, 7437x1646px) Image search: [Google]
netrunner.png
561KB, 7437x1646px
>>60984826
>better logo
what about this?
>>
File: 1238895886504840879.jpg (39KB, 800x498px) Image search: [Google]
1238895886504840879.jpg
39KB, 800x498px
>>60991377
>>
File: 1492998897763.jpg (49KB, 597x652px) Image search: [Google]
1492998897763.jpg
49KB, 597x652px
>>60989970
same
>>
>still on Initial Commit
>not even the Writen typo had been fixed

Wew lad

Someone write SOMETHING

Even some initial steps on Trello
>>
>>60992261
I'm about to commit the new logo.
>>
>>60992261
>>60984652 ">1. Browse the links2 source code"
Unless you have something to add yourself, project is on point
>>
>>60992405
Fair enough, but there needs to be more defined goals for that or we'll spend six months fucking around on it
>>
>>60992472
I'll push changes in the github for the work plan and to do, at least we'll finally get rid of the annoying typo
>>
you guys are in over your head
don't let me stop you though this is gonna be a valuable lesson
>>
>>60992837
k
>>
>>60984652
>WORK PLAN
>0. Learn a programming language
>1. Browse the links2 source code (you can use Ctags or GNU GLOBAL for tagging functions and files).
>2. Open API to future javascript integration (by an independent engine?).
>3. Dig the javascript enabled version 2.1pre28 of links2 if you are curious.
>4. Expose API and give (scripting) access to just about everything.
>5. Create a scripting engine for every accessed interface (vimscript-like?).
>6. Create a switch by profiles for incoming and outgoing connections (uBlock-like).
>7. Create profiles generator for user-agent and canvas fingerprint, with manual option for the user-agent.
>8. Give control over the DOM, use folders for each site to be manually edited (use a hierarchical structure to cover subsites).
>9. Include cache/tmp/cookies/logs options like read only cache and local CDN emulation.
>10. Implement a link grabber for every link available to be parsed by the scripting interface.
>11. Work with the links2 ncurses interface to support simple tree style options for everything (adblocking and tabs in the future).
>12. Implement tabs and add tree style tabs in ncurses.
>13. Work in the tree style bookmark management with ncurses.
>14. Add a javascript engine.
>15. Work in the framebuffer graphics rendering.
>16. Add the rest of the features.

FTFY, no need to thanks me
>>
>>60993061
k
>>
>>60993061
>WORK PLAN
0. Give up.
>>
>>60993199
You look mad for some reason :^)
>>
>>60993214
Whatever helps you cope.
>>
How do we monetize?
>>
>>60993234
k
>>
>>60993199
Compared to lo/g/os or 4lang or whatever /g/ project, we didn't even passed the logo creation yet after a few threads, and there's still no commit. That doesn't sound good
>>
>>60984652
>recent changes in Firefox and Chrome
Fill me in anon?
>>
>>60993269
>we
Did you commit to the github?
>>
>>60993305
no one did
>>
>complaining instead of helping
>>
>>60993061
Thanks anon, where were we be without you?
>>
>>60993269
The logo is cooler
>>
>>60993278
FF is being cucked and Chrome was always shit.
>>
Why do they come here? What is wrong with this people?

We want a new browser and we won't stop, grow up.
>>
>>60984652
godspeed you magnificent bastards
>>
File: frz.jpg (67KB, 800x600px) Image search: [Google]
frz.jpg
67KB, 800x600px
I know it's a lot of shit to do, and there's a long way ahead. But this is a sweet idea, anons. So what has got to be done, even though it looks hard af right now is to set some ETAs. It's essential to any project, otherwise you get lost in little tweaking that will lead nowhere.

The set of goals is well organized and already there. Put some dates around those, checking with those commited to work on it, and even if they end up not being too realistic, at least they are a goal.

Being aimless is the worst case scenario, always.
>>
why don't we just make an operating system? and our own custom hardware. now that's a cool idea
>>
File: rtf.png (23KB, 470x316px) Image search: [Google]
rtf.png
23KB, 470x316px
>>60993922
So funny, because literally no one ever made an operating system before.
>>
>>60985024
Last I checked there wasn't any market value to writing a virus for Linux.
>>
>>60994082
target servers with ransomware
>>
Someone register the project in https://savannah.nongnu.org/
>>
>>60994161
Ok but those servers aren't going to have people browsing the internet with the ability to download viruses.
It was a stupid argument.
>>
If you want a decent framebuffer browser just take webkit and make it draw in the framebuffer, and add an optional gpm dependency or something I don't know, and for the JS engine just use V8 lol I dunno.
And for the scripting, just use JS so you don't have to work too much on it.
>>
This seems like a good browser for fraud activity, also probably the only people that will use this beside /g/ autists.
>>
File: 1454860765350.png (7KB, 425x407px) Image search: [Google]
1454860765350.png
7KB, 425x407px
>hiding shitposts like casual criticism
>thinking he can scare people
>>
>>60984652
Dear /g/ you have been beat-

https://blog.mozilla.org/blog/2016/11/17/introducing-firefox-focus-a-free-fast-and-easy-to-use-private-browser-for-ios/
(Also available for android)

Love mozilla.
>>
>>60995166
Now you love mozilla? After all those times you said firefox was dying?
>>
File: tumblr_no1y3ews0o1t0b9hco1_1280.png (300KB, 1280x1761px) Image search: [Google]
tumblr_no1y3ews0o1t0b9hco1_1280.png
300KB, 1280x1761px
alright listen up retards. read this:
https://blogs.msdn.microsoft.com/ie/2010/11/17/html5-and-real-world-site-performance-seventh-ie9-platform-preview-available-for-developers/

it's the current god damn year. browsers that run at 30fps are a disgrace
>>
Now is just shitposting
>>
>>60995166
>single tab only
wtf
>>
>>60995166
but that's for phoneposting
am I missing something?
>>
>>60995686
tabs were a mistake
>>
>>60984652

Is there ANY evidence of this project having made any progress other than mirroring a github for links2?
>>
>>60995941
We're browsing the clusterfuck of code that is Links2, maybe you should too
>>
>>60995941
Yes, quit complaining and put hands to work
>>
>>60984652
Why not just use Tor?
>>
File: conshit.png (75KB, 1051x774px) Image search: [Google]
conshit.png
75KB, 1051x774px
I'll do the logo
>>
What I like about Opera are the mouse gestures and the quick dial. Also built-in adblocker.
>>
QUESTION!
Could netrunner be made to browse GNUNet? Tor or other alt-nets?
>>
>>60996028
>>60996056
As a not really versed anon, could I help in this? After pouring over this, might I gain some faint understanding? Gotta be better than pouring over ff or gl code.
>>
>>60984652
Can't we just ask /gd/ (graphic design) to create the logo?
>>
>>60996744

This is A E S T H E T I C as fuck! Much better than the one in OP
>>
>>60997107
I was asking this yesterday, somebody gave links to framebuffer programming and then I saw a conversation on how these guys were handling DNS. Already worth it.
>>
>>60997117
>>60997144
wtf are you talking about? the logo is pretty cool
>>
keep moonman or i won't be using your gay browser
>>
I will use this browser only for the moonman logo
>>
>>60984901
I'm using Tox. (To contact two other tinfoils I know.)
>>
Consider implementing the 9P protocol. Allowing access to sites through a virtual file will be pretty cool.
>>
How about we remove modify firefox's code base to remove bloat, then just install addons that do everything in the features list? Fuck ncurses and everything with that, it's pointless and won't even have image support.
>>
How do I install this?
>>
>>60998592
sudo apt install links2
>>
File: BigMac_Tonite.jpg (140KB, 640x634px) Image search: [Google]
BigMac_Tonite.jpg
140KB, 640x634px
>>
>>60984668
i'm still going to be an autist over this not being a netsurf fork(t. cookie guy)
>>
>GPLv3

Not going to get far
>>
File: 30 minutes.png (25KB, 418x578px) Image search: [Google]
30 minutes.png
25KB, 418x578px
>go to play music on Firefox
>forgot I recently updated
>Install Pulseaudio :^)
I'm in.
>>
>>60999936
your package manager should properly handle dependencies but anyways if you build yourself you can still use alsa
>>
>>60999896
kek. are you implying it's the license choice that's going to prevent this project from succeeding?
>>
>>60999936
This
>>
I rooting for you /g/. Should we get a kikestarter going, maybe some paid devs?
>>
>>60997210
link it, anon
>>
>>60997025
Somebody asked the same yesterday, they say is possible and show interested in the idea.
>>
>>61000304
>>60969143
>>
>>60996744
Make those glasses black or navy and thats actually great
>>
>>61000255
Just send the money to me, clearly someone who is developing the web browser
>>
>>60999936
>no mention of audio in the entire repository besides the MIME type
Good luck
>>
File: 1356675630659.jpg (20KB, 404x267px) Image search: [Google]
1356675630659.jpg
20KB, 404x267px
>>61000962
>link grabber planned
>any media type is sent to a external application and is sure to work
>>
Why is everyone on this planet a retard, for fucks sake.
>>
File: philosophymatters.png (96KB, 640x480px) Image search: [Google]
philosophymatters.png
96KB, 640x480px
Is this piece of software the best example of Unix philosophy ever made?
>>
help I'm retarded
tell me how to install it please
>>
These CIA niggers won't know what hit them
>>
>>61001093
cd links-folder
chmod u+x missing configure
./configure
make
make install

Don't be root.
>>
Should call it Netstripper and build uBlock Origin into it natively so we can strip away all the bullshit on the WWW and just get to the content.
>>
It needs full anonymity
>>
>>61001144
links-2.14]$ ./configure
bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory

also is missing supposed to mean something else or should I just type "missing"
>>
>>60984652
>5. Create a scripting engine for every accessed interface (vimscript-like?).
>vimscript-like
Why on god's green earth would you even think that thought? Have you ever actually used vimscript?
>>
>>61001163
Do you have a /bin/sh file pointing to your shell?
>>
>>61001211
I don't think so? How do I set one up?
Sorry if I seem like a newfag, this is my first time setting up something like this, it seems interesting and I want to try it out.
>>
>>60984767
Why are you faggots starting with this shitty codebase?
>>
>>61001254
If you are on windows you need to edit the files to point where your shell is at.

If on Linux just make a /bin/sh file as a soft link to your proper shell.

>>61001265
We are not using Pale Moon or webkit or any of your meme choices.
>>
>>61001292
>We are not using Pale Moon or webkit or any of your meme choices.
You didn't answer my question. This code is awful. You'd likely be better off writing an HTML renderer from scratch that works in the framebuffer than trying to bend this codebase to do anything.
>>
File: DeepinScreenshot20170620221054.png (46KB, 1152x666px) Image search: [Google]
DeepinScreenshot20170620221054.png
46KB, 1152x666px
>>61001292
I think I see the problem...
what do?
>>
File: nom.png (54KB, 959x1157px) Image search: [Google]
nom.png
54KB, 959x1157px
>>61000255
he doesnt look pleased
>>
>>60984652
Hello Sir,
My name is James McCuck and I currently work as a Computer Scientist for CuckCuckGo. I also like to do some cuckolding in my spare time and own several cuckolds website like blacked.com .
I am extremely interested in your project and would like to invest about 1 milion us dollars ($).
Contact me if your interested.
Also if you are a person of african decent, me, my wife, my wife's daughter and my wife's boyfriend would be very interested into some intimate relationships.
I would also like to create a /cuk/ board on 4chan.

Cheers

James McCuck
>>
>>61001365
Create symbolic link to your shell, is probably Bash.
>>
File: peanuts-lucy-psychiatrist.png (126KB, 250x320px) Image search: [Google]
peanuts-lucy-psychiatrist.png
126KB, 250x320px
>>61001405
What do this even mean
>>
>>60984652
>Written in C
Already garbage
>>
>>61001478
>Written in <inexistent suggestion>
Oh, yes, so much better :^)
>>
I dream of a purely TTY based environment. We already have MPV with framebuffer options for video, and there is a pdf reader too.

Hopes are high guys.
>>
>inb4 DMCA by McDonald's
>>
>>61001496
C++ and Rust are the only two reasonable choices available right now.
>>
>>61001992
>C++
>Rust
no
>>
>>61002021
>inexistent suggestion
So much better than Rust and C++.
>>
>>61001092
I have a battery of command line programs I want to use. Probably I can get away with just CLI with this browser.
>>
>>61002031
ikr
>>
File: 1497717141430.png (535KB, 1440x1016px) Image search: [Google]
1497717141430.png
535KB, 1440x1016px
>>61001478
>>61001992
It'll be fine Rustbro, we've got this.
>>
>>61001365
why do you have so many jewish files?
>>
File: file.png (25KB, 458x149px) Image search: [Google]
file.png
25KB, 458x149px
>>61002055


>>61002051
Oh I get what you mean, there's no reasonable choice because writing a browser from scratch is an insane idea to begin with.
>>
File: 1464319772882.jpg (13KB, 283x188px) Image search: [Google]
1464319772882.jpg
13KB, 283x188px
>>61002105
>>
Doomed to fail.

Just use qutebrowser.
>>
>>61002498
>qutebrowser
Doomed to fail.
>>
>>61001148
Why not, we are making a browser with blackjack and hookers
>>
>>60990170
>>>reddit
>>
>>61001405
10/10 post
>>
File: SMW_3upMoon.png (66KB, 188x190px) Image search: [Google]
SMW_3upMoon.png
66KB, 188x190px
>>
>racist cartoon moon for a logo

this will go over well
>>
>>60984652
I compiled the current git tree and it's absolutely terrible. as other anons have pointed out, your code is sloppy at best.
Maybe get something decent running before bothering /g/ about it.
>>
>>60984652
Should there be support for localisation or should we remove that to release us of some complexity?
Also what script engine should it use? Making our own seems a bit extreme for our use case. Why not something like lisp or lua?

Browsing the source code here are some problems:
* Structs and functions aren't properly commented at all.
* Compile output is named links... We must replace all instances of links to netrunner.
* links2 supports DOS, this is unnecessary complexity IMO. We should be supporting POSIX (a.k.a support for all UNIXs, Linux, etc) and whatever windows uses.
* The directory structure is almost non-existent. We should move them into separate categories like: rendering, parsing, UI, scripting, etc.
>>
>>60984652
>5. Create a scripting engine for every accessed interface (vimscript-like?).
>vimscript-like
What the fuck is wrong with you? Make it either javascript (because you'll have a javascript engine aniway) or lua (because it's easy to embed). Anything else is retarded.
>>
File: linux.jpg (161KB, 891x720px) Image search: [Google]
linux.jpg
161KB, 891x720px
just stop while you're ahead
>>
Doomed from the start because people don't want to use a browser programmed by alt-righters. I mean, your icon of choice is fucking Moon Man.

>/g/ tried to make a WM called fucking LoliWM, and expected people to use it
>>
>>60984767
Holy shit.
>>
>>61005391
>javascript
gay
>>
>>61004313
>racist moon
No it was a old McDonalds mascot retard
Who cares if it did portray racism , This browser isn't for the normies
>>
Why did you name your browser after the historical mortal enemy of futaba?
>>
>>60988707
Same
>>
>>61007689
>>60988707

rm -rf /

Should help.
>>
Can someone post a screenshot of it ? I'm curious
>>
>>60984652
>the only commit to the actual code is copypasting the code from links
This kills the project.
>>
>>61007943
"I didn't even read the OP or anything for that matter": The Post
>>
File: 1385139361323.jpg (42KB, 380x380px) Image search: [Google]
1385139361323.jpg
42KB, 380x380px
hey guys, /tg/ here just passing through. You guys know that "Netrunner" is already the name of a pretty successful LCG about cyberpunk hackers and shit, right? Just thought I'd say something in case you didn't know. Good luck!
>>
>>61005140
We should reorganize the code and move structs and prototypes to header files, the source code makes me sick
>>
File: wASmM.png (106KB, 875x1090px) Image search: [Google]
wASmM.png
106KB, 875x1090px
>>60984826
>>
>>61009709
Perfect
>>
>>61009709
nice moon person
>>
>>61009709
The features need to be exagerated, it won't look good or visible as an icon. Make the mouth, sunglasses bigger.
>>
With the logo, why not ask /gd/ to make it for us

I will be willing to recreate the logo
>>
>>61007962
Everyone is digging through the mess of links2 right now, much of the code will needed to be fixed.
>>
File: kkk.png (3KB, 48x52px) Image search: [Google]
kkk.png
3KB, 48x52px
>>61010142
>>61009709
>>
File: 1482840475388.jpg (36KB, 500x502px) Image search: [Google]
1482840475388.jpg
36KB, 500x502px
',:^)
>>
>>60984652
Can I try to participate too if I'm a complete shit?
>>
File: netrunner.png (565KB, 1000x1000px) Image search: [Google]
netrunner.png
565KB, 1000x1000px
Made a thing
>>
I am racist and like both the idea of this browser and moonman songs but I don't like the logo
>>
>>61011051
Dope
>>
>>61001941
>inb4 DMCA'd by the people making the Android: Netrunner card game
>inb4 nobody ever finds out about the project because Netrunner Linux will inevitably show up first in search results
>>
>>61008659
No, see that's Android: Netrunner.
But Netrunner is also already the name of a Linux distro as well. Absolutely retarded and lazy choice of name if I'm being honest.
>>
>>61007622
>No it was a old McDonalds mascot retard

I am actually filling out a report now to the Copyright Department about the logo and have been running a tab on all the links provided in the last few threads.

Got some names as well from some social engineering as well.

I really want this project to fail.
>>
>>60984652
are you going to use http://semver.org/ for versioning? if so you should declare it in the README.
>>
>>61007622
>This browser isn't for the normies
You can leave at any time yourself normalfag
>>
This project has 0 chance of working if all we have is multiple logos
>>
I would suggest getting some pinning tests together before heavily modifying any existing code. I'm a big fan of Catch for testing in C/C++.
>>
>>61011051
really nice anon
I like
>>
I'm from the /pol/ thread. How do you guys plan on implementing redpill functionality? Does it auto comment on websites that have comments open?

Also, how are you detecting SJW talk and removing it? Very interested in the project, thanks.
>>
File: 1328923940.png (274KB, 540x405px) Image search: [Google]
1328923940.png
274KB, 540x405px
>>61012331
>t. reddit
>>
File: 1486967186504.png (62KB, 230x230px) Image search: [Google]
1486967186504.png
62KB, 230x230px
>>61012331
>I'm from the /pol/ thread.
>>
>>61012387
>>/pol/130832538
>>
>>61012417
>>>/pol/130832538
>>
>Look at the repo
>5 commits
>Added the logo
>Removed logo centering because it doesn't work on gogs / git.teknik.io

Why am I not surprised
>>
>>61001292
You are fucking retarded. I bet all you did was google up a library and make a logo, this code is shit, nobody in their right mind would ever help you with this project when they have to battle with that monstrosity.

You use one of those """meme""" codebases over this one or your project will fail horribly, end of story.
>>
>>60985436
Nobody is scared of you and your poorly thought out web browser being developed by morons.
>>
File: 1438282944912.jpg (67KB, 494x655px) Image search: [Google]
1438282944912.jpg
67KB, 494x655px
>>61012875
don't be rude
>>>/b/
>>
Where do you even begin reading this whole repo
Holy fuck
>>
File: Selection_002.png (16KB, 598x172px) Image search: [Google]
Selection_002.png
16KB, 598x172px
so you will be making a browser that won't even work for 4chan?
>>
>>61013953
Did you took the time to read the work plan? at least know how a browser works?
>>
>>61013975
yes I'm going to archive it right next to lo/g/os


anyone remembers?
>>
I'd rather just have a standalone 4chan client
>>
Until this goes somewhere what's the best browser in the meantime?
>>
>>61013999
of course. I made the logo. also nice trips, anon.
>>
>>61014101
palememe
>>
Good to see that the logo is done

>another /g/ project successfully completed
>>
File: 19768474721.jpg (52KB, 500x317px) Image search: [Google]
19768474721.jpg
52KB, 500x317px
>>61005391
>javascript
>>
>>60984652
The same way /mu/ was gonna make /mu/tracker?
I'll tell you what: the project will get off the ground, but won't last a year. Anyone considering working on this should probably invest this time in a project of their own or anything that isn't doomed to failure. /g/ can't maintain a web browser.
>>
>>60985651
>>61012875
You laugh, but this thing will BTFO mozilla and firefox.
>>
>>61005140
Scheme or Perl, but I lean more towards Perl.
>>
The addons will be programmed in Haskell?
>>
>>61014101
IceCat, all the addons from old firefox
>>
>>61014581
Installed it, but it's CPU usage is a bitch to the point where it causes stuttering
>>
>>61014642
Then is tor browser or ungoogle chromium, chromium doesn't respect privacy, and tor will only work as intended if you don't install other addons, pick your poison
>>
>>61014101
Qutebrowser
>>
>>61014101
Just unplug the Internet
>>
>>60984942
BETTERNET
>>
>moon man as the icon
based
>>
>>60984942
hoxx
betternet is a botnet
>>
>>61005140
Agree with everything but consider vim keys are planned so is better use some simple scripting implementation without external dependencies anyway
>>
very minimalistic site example.

https://retrotech.eu/netrunner/

Cant imagine something too fancy for this project.
>>
>>61017651
You should remove the major updates section.
There's never going to be a major update.
>>
This is going to fail worse than any /g/ project ever has. You will never support js, you will never support CSS. Browsers are millions and millions of lines of code and without a game plan, even if you did somehow make a real browser, it would suck even worse than the others.
>>
>>61017681
Shoo shoo creeper
>>
>>61017651
niiiiiiiiiiiiiiiiiiiiicee!
>>
>>61017651
>those contrasts
>table as layout
sorry to break it to ya but there's a difference between minimalistic and shit
>>
>>61017699
Firefox sucks because it was made from Netscape, by actual engineers. You are starting from a worse codebase with no engineers. You are fucked
>>
>>61017722
no

>>61017723
no
>>
File: datadude.jpg (137KB, 600x453px) Image search: [Google]
datadude.jpg
137KB, 600x453px
>>61017722
>>
>>61017722
BUT MUH RETRO MAN
>>
>>61017651
That website rocks, don't let anyone tell you otherwise
>>
>>61017746
Not ONE person here has ever meaningfully worked with a codebase the size a browser needs to be, much less created one, which by the way: you don't even have the manpower to do. If you want this to happen you need to figure out money, because money is the only way for it to happen.
>>
>>61017651
why do you keep spamming the same
[CODE]
font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10pt;[/CODE]
style everywhere? please read up on what the C stands for in CSS

also don't serve it inline in the header but as an external resource for caching and parallel fetching.
>>
>>61017651
This is honestly one of the worst websites I have ever seen, it physically hurts to look at.

Also, you're a POSER. Terminals were never bright green on black. It's dark green on grey you fucking poseur
>>
Fuck off chrome shills
>>
>>61017831
no u
>>
File: vt100_large.jpg (33KB, 480x360px) Image search: [Google]
vt100_large.jpg
33KB, 480x360px
>>61017864
This is a vt100, this is what terminals looked like, they didn't have horrible eye burning contrast
>>
If you guys think NetRunner is really a issue how about NetRun(time)?

Short n' sweet.
NetRun + CloverOS
>>
>>61017831

t. born after 911
>>
>>61017651
it'd be nice if you could keep the source of the site in a repo
>>
>>61017885
Who fucking CARES ABOUT THE NAME

Go write code, you need millions and millions of lines of it, just put your fingers on the keyboard and work on the goddamned browser, for like, thousands of man hours for real
>>
>>61017899
This
>>
Why don't you fags quit trying to be special snowflakes and just install Chrome?
>inb4 botnet ad-agency

Who even cares?

You just need to stand out like autists within your lynooks peers.

>Muh 1337 h4xx0r browser
It's not like you guys can even make anything.

Have fun losers. ;)
>>
File: parser.png (22KB, 919x293px) Image search: [Google]
parser.png
22KB, 919x293px
BIG ANNOUNCEMENT: We already have a html parser working!
We're using regex so it has a few bugs but that will be fixed soon.

https://i.gyazo.com/4c7c490054612761e7ca03eaa844bc0c.png
https://i.gyazo.com/710da0d0a90d5db4b2c7b2ede7c8a8f4.png

Now that the hard part is done we'll have no issue implementing the layout engine, styling, javascript, rendering and a plugin api.
>>
>>61017864
nice comebacks dude
also good job ignoring all constructive advice regarding your '''website''' (which seems to have been exported from word)

one last tip:
hit the fucking random button on https://coolors.co/ and use those colors instead of the puke you think looks good
>>
File: garbage.png (194KB, 1636x1024px) Image search: [Google]
garbage.png
194KB, 1636x1024px
>>61017949
This time the picture is correct
>>
File: smug.trump.png (123KB, 258x395px) Image search: [Google]
smug.trump.png
123KB, 258x395px
>>61017899
>>61017943
My talents are more along with team moral and idea production, desu.
>>
File: 1385996003072.jpg (25KB, 400x283px) Image search: [Google]
1385996003072.jpg
25KB, 400x283px
>>61017973
>he thinks I am the author of the website
>>
>>61017951
>We're using regex
>Parsing HTML with regex
This has to be bait
>>
>>61017995
no u
>>
>>61017951
Good work!
>>
>>61017951
Now the chrome shills can't say nothing has been done, thumbs up
>>
File: lincuck.jpg (35KB, 400x325px) Image search: [Google]
lincuck.jpg
35KB, 400x325px
>>61017974
>not a arguement

It'll be so sweet to see you fail in two weeks.

I'll be around to collect the salt!

Pic related, you faggots. ;)
>>
>website complete
>new feature complete
Netrunners 2
chromeshills 0
>>
File: mfw.jpg (8KB, 265x265px) Image search: [Google]
mfw.jpg
8KB, 265x265px
>>61017951
>regexp parser
yeah this thing is gonna be BLAZING
>>
>>61007744
You should keep using Arch
>>
File: chrome-bike.jpg (1MB, 3000x1959px) Image search: [Google]
chrome-bike.jpg
1MB, 3000x1959px
>>61018045
Who are you kidding?

What browser are you using at the moment?

>inb4 chrome

That's what I thought.

Have fun with your little fantasy though.

>REE I CAN'T EVEN USE JAVA
>REE I CAN'T EVEN USE A NORMAL BROWSER BECAUSE I'M A UBER HAXXER
>>
>>61017951
you cannot correctly parse html with regex
https://chromium.googlesource.com/chromium/blink/+/b69618018614278cda72077611adc093f460dc57/Source/core/html/parser/HTMLTokenizer.cpp
>>
>>61018087
cry me a river, BITCH
>>
FEATURE COMPLETE
Where is your webkit god now
Where is your blink god now
Where is your servo god now
Where is your webkit god now
Where is your blink god now
Where is your servo god now
>>
>>61018116
>chrome manually implemented the state machine instead of building it with regex
LMAO CHROMEKEKS BTFO
>>
Chrome
B T F O !
T
F
O
!
>>
>>61018078
>complete
Nothing has even been completed yet.

Nice little fantasy world you live in though.

>Chrome userbase: (majority of USA)
>netrunner userbase: 0

Cry some more kid.
>>
>shilling a shitty botnet browser
CHROMESHILL BTFO
>>
>>61017675
done
>>
>>61017811
fixed
>>
>>61018116
OOOOOOOHHH

NETRUNNER BTFO
HOW WILL THEY RECOVER

TOLD YOU SO LOSERS!!!
HAAAAH
>>>Chrome
>>
>>61017831
I am the physical embodiment of a poser. I have no personality, culture or reason to be.
>>
>>61018152
Wrong!
Think what you want though!

You will never take away Googles marketshare idiot.
>>
>>61018233
Keep crying retarded chromeshill.
This is going to be the best browser ever and you can't do anything about it.
>>
>>61017892
The repo or a repo?
>>
>>61018188
>le botnet
>citation needed

Face it you just want to be different.

Stop making this harder on yourself and just act like a normal person for once in your life.
>>
>>61018212
I think I'm getting baited here but you can't have the
<STYLE type=text/CSS>
inside your external css
also specify the font-family just once at the body level
also element names should be written in lowercase
>>
NEW THREAD >>61018259
NEW THREAD >>61018259
NEW THREAD >>61018259
>>
>>61018244
>shill

You are feeding google, with every captcha, and you are probably using Chrome to post.

Preach what you practice or stfu hypocrit.

>/g/ thinks three people can compete with Google.
>>
>>61018288
I'll blame 30 plus degrees of heat. 90 percent plus humidity and tiredness. it will get amended as soon as i decide to continue living
>>
>>61018252
Probably a new repo, so we don't bloat the source of the browser with all the webpage
Thread posts: 337
Thread images: 58


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.