[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]

Archived threads in /g/ - Technology - 2887. page

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.

File: firefox-256.e2c1fc556816.jpg (19KB, 256x256px) Image search: [Google]
firefox-256.e2c1fc556816.jpg
19KB, 256x256px
Why'd you switch to chrome?
43 posts and 4 images submitted.
>>
Cuz i like to giving my data to Google.
>>
File: 1348121749647.jpg (18KB, 428x469px) Image search: [Google]
1348121749647.jpg
18KB, 428x469px
firefox vs chrome is like trying to compare pieces of dogshit
i dont know why browsing the internet requires 2gb+ ram per webpage
>>
Because Firefox is slow as fuck. Besides that I see no valid reason.

File: Vimlogo.jpg (56KB, 605x552px) Image search: [Google]
Vimlogo.jpg
56KB, 605x552px
Where do I start leaning vim and why should I even do it? What would be my profit?

I usually just install this: https://github.com/timss/vimconf
For any bigger project I just open sublime.

Ricing and learning vim feels like a 'huge' effort and much time needed to really get down to it.

What's my profit?
12 posts and 1 images submitted.
>>
>>60173660
wtf is there to learn? you should be able to pick up the basic controls in less than 10 minutes or so

are you really that lazy?
>>
>>60173660
just run vimtutor
>>
There's really no profit to ricing, unless that's something you're into in general. If you're just starting out, it's better to learn on a clean vimrc, without plugins.

>Where do I start learning vim
Learn the basics. Know what the most important 3 modes are (normal, insert, command), what the purpose of each is, how to get from one to another.

I learned vim incrementally. Don't download a huge cheatsheet that tries to cram everything in on one image. Handwrite a small cheatsheet with the most basic commands on a Post-It note and keep it next to you while working. If you're just starting out, write down basic navigation (h/j/k/l, w/W/b/B/, gg/G), basic instructions to enter insert mode (i/I/a/A), basic text modification commands (y/d/p), how to exit (:wq, :q!).
If you've used vim before and know these very basics already, add something new to your arsenal. $/^/0 for going to the end/beginning of line. / for searching through a file. c/s/r for quicker changes.
Once you master everything on one cheatsheet (shouldn't take more than a few days), make a new one, with new commands you want to learn. Eventually you'll get to registers, marks, macros, :s///, ^N/^P for code completion, and so on.
Before you know it, you'll be able to do with this tiny text editor that can be found on pretty much any Linux machine more than you can with other text editors, and with less effort. Just need to put some extra effort in the beginning to actually learn it.

File: MACBOOKPRO.jpg (185KB, 1200x630px) Image search: [Google]
MACBOOKPRO.jpg
185KB, 1200x630px
Why aren't there any Windows laptops that Just Work™?
12 posts and 2 images submitted.
>>
>>60173640
is that a 2012 mbp?
hahahah wtf bro
don’t be such a hipster lmao
>>
they come with preinstalled cuckware
>>
Surface

File: galaxy-s5-black.png (253KB, 882x1075px) Image search: [Google]
galaxy-s5-black.png
253KB, 882x1075px
Still worth in 2017? Looking to buy one of these
15 posts and 1 images submitted.
>>
>>60173526
I have one now and it's fast enough to get you through daily use without problems but id only buy one if you could find a good quality second hand for cheap
>>
>>60173526
lmao just get a s8+ brooo
>>
The 2gb of ram can piss you off at times

File: CuteHijab.webm (2MB, 720x1280px) Image search: [Google]
CuteHijab.webm
2MB, 720x1280px
The router reroutes packets to the correct LAN address
So what is port forwarding needed for? Why do you need to port forward anything?
34 posts and 7 images submitted.
>>
To reroute ports, not just packets, obviously.
>>
>>60173509
Think of the router as your receptionist and the port being your room number.
>>
So when a computer off somewhere asks for <routerIP>:><Port> it gets redirected to your computer instead of handled by the router. Which is usually some form of blocking.

File: 1492321398177.jpg (24KB, 400x397px) Image search: [Google]
1492321398177.jpg
24KB, 400x397px
>tfw playing morrowind on your archlinux macbook air
31 posts and 5 images submitted.
>>
>when pacman -Syu breaks your install
>>
>when your tiling window manager allows you to complete your cs 101 homework 20% quicker
>>
Which part of this do normies not understand?

>playing a game
Isn't this what normies do?

>morrowind
Isn't TES one of the most circlejerked series ever. As it's reputation has increased liking and playing Morrowind has become somewhat "cool" among normies.

>Macbook
...

>Archlinux
Who the fuck cares? You're playing Morrowind.


Kys.

Mastodon is going to revolutionize social media. Mark my words.

https://github.com/tootsuite/mastodon
36 posts and 8 images submitted.
>>
>>60173263
By banning others because of freespeech.

Also redflag on mastodon: almost everyone has their prefered pronouns in their bio.

Just use minds.com it's just better.
>>
>>60173610
That has literally nothing to do with the software. Instances are free to (or not to) moderate discussion as they please. If you want an instance where nothing gets deleted, create one yourself.
>>
>>60173263
It would be cool to build a imageboard on top of GNUnet.

File: dpt_flat.png (102KB, 1000x1071px) Image search: [Google]
dpt_flat.png
102KB, 1000x1071px
Old thread: >>60167324

What are you working on, /g/?
326 posts and 34 images submitted.
>>
First for lisp
>>
First for AS3
function tracef(str:String, ... args):void {
var newStr:String = "";
if (str.search(/%[ions]/) != -1 && args.length > 0) {
var arr:Array = str.split(/(%[ions])/);
for (var i:int = 1; i < arr.length; i++) {
if (args.length > 0) {
var t:Object;
switch(arr[i]) {
case "%i":
for each (t in args) {
if (t is int || t is uint) {
arr[i] = t;
args.splice(args.indexOf(t), 1);
break;
}
} break;
case "%s":
for each (t in args) {
if (t is String) {
arr[i] = t;
args.splice(args.indexOf(t), 1);
break;
}
} break;
case "%n":
for each (t in args) {
if (t is Number && !(t is int || t is uint)) {
arr[i] = t;
args.splice(args.indexOf(t), 1);
break;
}
} break;
case "%o":
for each (t in args) {
if (t is Object && !(t is int || t is uint || t is String)) {
arr[i] = t;
args.splice(args.indexOf(t), 1);
break;
}
} break;
default: break;
}
}
}
for each (var p:String in arr) newStr += p;
}
else newStr = str;
trace(newStr);
return;
}
function isPSquare(n:int):Boolean
{
if(n == 0) return false;
var i:int = 1;
while(true) {
if(n < 0) return false;
if(n == 0) return true;
n-=i; i+=2;
} return false;
}
function eratosthenes(limit:int):Array
{
var primes:Array = new Array();
if (limit >= 2) {
var sqrtlmt:int = int(Math.sqrt(limit) - 2);
var nums:Array = new Array(); // start with an empty Array...
for (var i:int = 2; i <= limit; i++) // and
nums.push(i); // only initialize the Array once...
for (var j:int = 0; j <= sqrtlmt; j++) {
var p:int = nums[j]
if (p)
for (var t:int = p * p - 2; t < nums.length; t += p)
nums[t] = 0;
}
for (var m:int = 0; m < nums.length; m++) {
var r:int = nums[m];
if (r)
primes.push(r);
}
}
return primes;
}
>>
>>60173239
Well the Europeans who have actual lives are busy at work, and the NEET burgers are still sleeping in mommy's basement.

I'm waiting until it's time to go to the dentist so I can get back to work and stop shitposting on /dpt/ how about you, OP?

File: chrome_2017-05-02_12-32-57.jpg (58KB, 748x511px) Image search: [Google]
chrome_2017-05-02_12-32-57.jpg
58KB, 748x511px
What do you think of meme domain names?
21 posts and 2 images submitted.
>>
why is there no .web TLD? also looking forward to porn sites using .cum
>>
> .pirate
hmm?
>>
>>60173146
I like chan one because I m lurking various chans my whole life

Can we already use them? I would like to start my own little chan project.

pirate,libre,indy,parody are also fine
I can imagine NBC news to be NBCnews.parody

File: Vs.jpg (24KB, 1032x512px) Image search: [Google]
Vs.jpg
24KB, 1032x512px
Why is it bad?
40 posts and 5 images submitted.
>>
No java support still
>>
>>60173080
older versions of solutions don't work with newer versions of visual studio unless you change a little line of code in the solution with notepad. the code is just : visual studio version 10. you literally just change the fucking number and it works. wtf is up with that?
>>
It's not bad

Although it always can be better

23 posts and 3 images submitted.
>>
>>60173036
Put it in the oven
If it doesn't work put it in the freezer
If it doesn't work put it in the trashcan
>>
>>60173160
this
then buy vega
>>
>>60173160
dis.

get a 480 used in the meantime

File: Capture.png (109KB, 861x570px) Image search: [Google]
Capture.png
109KB, 861x570px
Rate?
Any suggestions?
12 posts and 1 images submitted.
>>
Good choices. You'll be fine. Might want more storage, though, unless you already have some hard drives laying around.
>>
>>60172943
>Rate
Shit

>Any suggestions
Hurt yourself
>>
>amd
>for video games
no

File: windows-7-logo.png (95KB, 537x534px) Image search: [Google]
windows-7-logo.png
95KB, 537x534px
19 posts and 5 images submitted.
>>
File: mfw.webm (692KB, 720x404px) Image search: [Google]
mfw.webm
692KB, 720x404px
>>60172804
Upgrade to Win10 faggot and stop being a little bitch by using a 10 year old OS.
>>
File: 1490023944476.png (156KB, 1268x1440px) Image search: [Google]
1490023944476.png
156KB, 1268x1440px
>>60172811
lol, 0=1 in microshaft land
>>
>>60172804
It werks 4 me, I see no reason to upgrade

File: 6264441169.png (20KB, 350x200px) Image search: [Google]
6264441169.png
20KB, 350x200px
Post some speeds
First time in my life I've seen my upload speed not start with a 0
>tfw fell for the 4G meme
41 posts and 26 images submitted.
>>
>Telia
Rip privacy
>>
File: 6264455255[1].png (21KB, 350x200px) Image search: [Google]
6264455255[1].png
21KB, 350x200px
this is why I don't seed torrents and hate private trackers.
>>
>>60172730
it's okay, I have privacy badger installed :^)

File: absorbs1.png (273KB, 635x350px) Image search: [Google]
absorbs1.png
273KB, 635x350px
Darkest material on earth absorbs 99.9%+ of light

https://www.youtube.com/watch?v=pUJyqQc75Vo
23 posts and 4 images submitted.
>>
>>60172627
>https://www.youtube.com/watch?v=pUJyqQc75Vo
But who is this fucking retard talking to the camera?
>>
>>60172627
Don't advertise your own YouTube channel, Chuck.
>>
non-retard link https://www.abc.net.au/news/science/2017-01-13/vantablack-where-is-it-being-used/8175042

Pages: [First page] [Previous page] [2877] [2878] [2879] [2880] [2881] [2882] [2883] [2884] [2885] [2886] [2887] [2888] [2889] [2890] [2891] [2892] [2893] [2894] [2895] [2896] [2897] [Next page] [Last page]

[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.