[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]
4chanarchives logo

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


File: beautiful_ass.jpg (262KB, 960x1280px) Image search: [Google] [Yandex] [Bing]
beautiful_ass.jpg
262KB, 960x1280px
What's the best computer you can build for $2000?

Pic related.

http://pcpartpicker.com/p/JQnX4D
14 posts and 2 images submitted.
>>
>>51837950
Nice cry for attention. Here's your reply.
>>
BTO iMac
>>
>>51838045
Thanks anon!

File: programmer.jpg (21KB, 391x400px) Image search: [Google] [Yandex] [Bing]
programmer.jpg
21KB, 391x400px
>Programming

Why is this considered special? Shouldn't it be in the same league as reading, writing, arithmetic, and taking a shit in a toilet?
69 posts and 3 images submitted.
>>
If it was (and it will be), the world would be a better place.
>>
>>51837820
>i can barely program, and consider myself better than people who cannot
>>
>>51837820
people are generally perplexed by how a computer works. to most consumers, a computer is a black box that they were thoroughly convinced they needed, either because their old computer was slow, they felt out of the loop when they didn't have one, or because it was sold to them as something premium.

the idea of using a computer without structures made by a remote, paid, and uninspired designer is a very alien idea to the majority of computer programmers, and completely unheard of by the average consumer of technology.

if you were to bring up that you were a programmer in a conversation, the only way you could deflate the assumption that you posses an unknown power of a massively creative nature, would be to admit that there is an industry built around busywork, and that really a few people who knew how to market basically redundant and niche Apps run the entire show, and you happened to be employed by some of the best, most liberal, and generous of the bunch.

another route to diffuse the pretension of awesomeness would be to start talking about the brands of computer software you know of. some buzzwordsz; (they are all quite fascinating in the notions they represent, not exclusively in the implementations)
>Linux
>virtual machines
>JIT compilation
>multi-threading
>Firewalls
>API
>C++
>C#
>C
>different standards of C
>meta versions of C
>instances of versions of C as dictated by per compiler per version support of language features
>release cycles/version naming schemes
>Holy C
>Material design
>actual real-world material design in computer micro-architectures
>instruction sets
>brands of instruction sets
>Windows NT
>shells
>instructions per clock
>interprocess communications
>JewTel
>GNU/hurd
>web servers
>cloud storage (and its origins in FTP)
>distributed computing
>Gentoo

there has been at least one person who killed themselves over software politics: this may be a contributing factor in why the geeks are considered to be special.

Compare these two images. Which would you prefer?

The one on the right is higher res but you notice a lot of ringing. The other one blurs it out better, but isn't as sharp.

This isn't really a personal question about me, just curious as to whether you guys find a blurry lower-res RIP more appealing than one with ringing up the ass.
23 posts and 1 images submitted.
>>
>>51837817
Right, Left is janky as hell.
>>
Right.
>>
>>51837817
they're both shit

How can i save snapchats on IOS 6.2?
17 posts and 1 images submitted.
>>
Screenshot them
>>
>>51837935
Without the other person knowing, and no. I will not use a camera
>>
>>51837808
Record a video, screen shot the video after

File: unnamed.png (32KB, 500x265px) Image search: [Google] [Yandex] [Bing]
unnamed.png
32KB, 500x265px
Why have you not joined the Google Fiber master race, /g/?
21 posts and 2 images submitted.
>>
>>51837695
I don't live in who-gives-a-shit-ville U S of A
>>
>>51837695
I live in Wisconsin
>>
Because I live on a dairy farm and use smoke signals for my internet connection.

Google can never find me

File: poo in a loo.png (678KB, 2996x2511px) Image search: [Google] [Yandex] [Bing]
poo in a loo.png
678KB, 2996x2511px
Hi /g/ I want to install Arch, I'm trying to go for ultra minimalist but not when it would interfere with speedier workflow. To save me the hassle of reinstalling, I'd rather ask you guys in advance.

So far I have the following in mind:

i3 WM
cmus
firefox+vimperator
gpic view
ranger

are the default fonts fine these days?

Also general Arch thread.
20 posts and 4 images submitted.
>>
so if you get mc instead of ranger by accident you will reinstall
>>
>>51837582

yes, so before I even install it I'm asking you guys.
>>
fonts are ok

remember, hinting - hintfull, AA - true, lcdfilter - lcdnone, dpi - your_monitor_dpi

dejavu and terminus from repo
windows and roboto from the aur

jesus christ ive been trying to get openvpn working on digitalocean vps for 2 days now, ive watched a load of different vids and no matter what i end up with this when trying to go to the admin panel

I made a new ubuntu 14 server like he said in this vid

did
wget http://swupdate.openvpn.org/as/openvpn-as-2.0.21-Ubuntu14.amd_64.deb

dpkg -i openvpn-as-2.0.21-Ubuntu14.amd_64.deb

then it tells me to go to https://5.101.100.60:943/admin

and i just get connection refused. tried this legit 5 diff times with diff vid each time, what is going wrong
16 posts and 3 images submitted.
>>
Lol seriously? Check your ports fool.
>>
>>51837561
also do it through a VPN
>>
>>51837561
wot about them, i dont know shit about any of this, all the vids ive watched they just do those 2 commands and the web pannel works perfectly

File: 2015-12-13_16-13-50.png (83KB, 1729x949px) Image search: [Google] [Yandex] [Bing]
2015-12-13_16-13-50.png
83KB, 1729x949px
friendly reminder that you don't need gnu/linux to do your fizzbuzz tier project in C.
94 posts and 28 images submitted.
>>
>>51837513
This is not new information.
Also, your function has a return type of int yet does not return anything.
You're also using printf when you're not printing formatted data.
There's no need to run an ide for such a simple program.
>>
>>51837571
>There's no need to run an ide for such a simple program
so what? it's not like computers care if they are used or not.
>>
>>51837603
It just seems cumbersome when you're clearly not even making use of any of the features the IDE offers over a simpler text editor + a compiler. Especially since you've created a whole new project with one file.

File: file.png (37KB, 225x225px) Image search: [Google] [Yandex] [Bing]
file.png
37KB, 225x225px
name a better browser

protip u cant because there literally is none. no tinkering needed and just works and perfect sync. if u have problems ur probably a retard

chrompera, bloatfox, etc pls go
36 posts and 5 images submitted.
>>
Pale moon, just look how fast it is:
https://u.pomf.io/jqvkgo.webm
>>
>>51837475
>name a better spyware
>protip u cant because there literally is none. no tinkering needed and just works and perfect sync with NSA. if u have problems it's probably because the NSA is pushing more spyware to your PC
>>
>>51837496
>>51837539
well meme'd neckbeards

File: 1431751921226-1.png (236KB, 512x512px) Image search: [Google] [Yandex] [Bing]
1431751921226-1.png
236KB, 512x512px
My pass ran out..

I've never used this new captcha before, whats the deal with the fucking captcha? I looked it up, sn't it supposed to be 1 click and your'e done, only asking you to click images if "you're a bot".

I'm not a bot so why do I have to click images every single time?

This is shit.
13 posts and 1 images submitted.
>>
BUMPING. NEED ANSWERS.
>>
>>51837461
Get a new pass. Stop training the Google botnet.
>>
Set them to old-style captchas

File: DPT.png (389KB, 934x1000px) Image search: [Google] [Yandex] [Bing]
DPT.png
389KB, 934x1000px
Old thread: >>51832664

What are you working on /g/?
337 posts and 15 images submitted.
>>
>>51837369
>I'll go with this one

Studying NVidia's Thrust library code atm.
>>
>>51837423
In the section I'm in atm, it's filled with stuff like this
template <typename ForwardIterator, typename T, typename StrictWeakOrdering>
bool binary_search(ForwardIterator first, ForwardIterator last, const T &value,
StrictWeakOrdering comp) {
using thrust::system::detail::generic::select_system;

typedef typename thrust::iterator_system<ForwardIterator>::type System;

System system;

return thrust::binary_search(select_system(system), first, last, value, comp);
}


and this
template <typename ForwardIterator, typename LessThanComparable>
thrust::pair<ForwardIterator, ForwardIterator> equal_range(
ForwardIterator first, ForwardIterator last,
const LessThanComparable &value) {
using thrust::system::detail::generic::select_system;

typedef typename thrust::iterator_system<ForwardIterator>::type System;

System system;

return thrust::equal_range(select_system(system), first, last, value);
}
>>
int avg(int a, int b)
{
return (a & b) + ((a ^ b) >> 1);
}

File: cheapest 4460.png (209KB, 1084x643px) Image search: [Google] [Yandex] [Bing]
cheapest 4460.png
209KB, 1084x643px
So, i'm trying to build a system that'll last me (well, as long as possible, really!)
i have chosen the following poorfag items -

CPU - Intel Core i5 4460 quad-core (with stock fan)
Motherboard - MSI H81M-P33
RAM - Corsair Vengeance 8GB DDR3
HDD - Seagate ST1000DM003 1TB 7200rpm
Literally 10$ keyboard-mouse combo

Will it do the shitposting easily and for long?
Do i need anything else?
Should i replace any (and all) items with better value-for-money items?

I have got money, but i don't really want a GT980ti cause i don't even into gaymen.
I just want to shitpost on 4chan.
67 posts and 8 images submitted.
>>
>>51837228
I just want something that'll take basic muh-animu playing video software for the next 7-8 years. and hopefully any OS of 2020.

the price range for replacing items is +/- 10% of what the items i've posted in OP cost.
>>
A PSU and a case would be something you didn't list.
>>
Why not a pentium dualcore cpu?

If I want to learn malware analysis is learning c a good place to start? From what ive read you need to know assembly and c seems to be a prereq. Cheers
11 posts and 5 images submitted.
>>
File: 377755735675.jpg (24KB, 700x727px) Image search: [Google] [Yandex] [Bing]
377755735675.jpg
24KB, 700x727px
>>51837165
not sure if b8 or really retarded
>>
>>51837165
dumb frogposter

also
>2015
>shiggy diggy?
>>
>>51837165

You need to GTFO you dumb frog poster

File: Capture.png (39KB, 990x307px) Image search: [Google] [Yandex] [Bing]
Capture.png
39KB, 990x307px
So I learned Java in 11th grade from an ap comp sci class. We went up until recursion and I did fairly well in the course. Now I'm a freshmen at community college with a fuckload of free time on my hands (literally like 0 friends, unemployed) just waiting to do my GE's so I can transfer and leave this abysmal shit hole. In the meantime, what's a good way to continue my programming ventures from where I left off? I think the next step was gonna be binary tree, lists, etc. Any suggestions as to where I should start? I'm not gonna take any CS courses at my CC because 1. none of them are accepted for credit in the uni. I want to transfer too, and 2/3 I don't feel like wasting another 300 dollars on classes that I might do poorly in and jeopardize my GPA.
12 posts and 1 images submitted.
>>
Yes, data structures are definitely the next step if you're already comfortable with the language's syntax.
>>
Udacity.com has great programming courses and they are free if you push the blue "access course materials" button when enrolling. They have all sorts of cs classes from beginner to advanced and they are challenging and you really learn a lot. If you get stuck you can look at the answer. It's great
>>
>>51837016
Google "learn C the hard way " and do it in your spare time. Do it not so much to learn C itself for the sake of learning C, but to give you a view of how a computer works and all the shit that modern langs hide from you (with a cost).

Read up on data structures and which types of problems can be solved by which types efficiently.

Don't concern yourself with the "which language is best" memo here on /g/.

Hey, so I've been looking at laptops recently, I just need something for the occasional media/browsing on the go. I'll just toss a Linux dis on whatever I end up getting. However I'd like it to be as light and portable as possible. Is a MacBook Air that stupid of an idea? Those are not that expensive used and I can't seem to find anything else cheap and ultralight
14 posts and 3 images submitted.
>>
>>51836939
>2002 tier 1366x768 TN screen
>decent
>>
>>51836939
Chromebook. Most of them are usually under 3 pounds.
>>
>>51836986
This. I've also seen a couple of Asus ones that didn't look shabby.

Pages: [First page] [Previous page] [2971] [2972] [2973] [2974] [2975] [2976] [2977] [2978] [2979] [2980] [2981] [2982] [2983] [2984] [2985] [2986] [2987] [2988] [2989] [Next page] [Last page]
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y / ] [Home]

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.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
If a post contains illegal content, please click on its [Report] button and follow the instructions.
This is a 4chan archive - all of the content originated from them. If you need information for a Poster - you need to contact them.
This website shows only archived content and is not affiliated with 4chan in any way.
If you like this website please support us by donating with Bitcoin at 1XVgDnu36zCj97gLdeSwHMdiJaBkqhtMK