[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 - 8849. 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: x.png (389KB, 795x621px) Image search: [Google]
x.png
389KB, 795x621px
Is pic related true?
7 posts and 1 images submitted.
>>
>>55097701
> Ugly
Yes.
> Slow
Debatable
>>
Slow once you start actually trying to do something with it.
>>
>>55097701
Also has security issues.

File: 11118_large.png (298KB, 800x378px) Image search: [Google]
11118_large.png
298KB, 800x378px
What did they mean by this
14 posts and 4 images submitted.
>>
hack the planet
>>
man xinput
>>
>slave keyboard
=_=

File: download.png (4KB, 390x129px) Image search: [Google]
download.png
4KB, 390x129px
Is it pronounced "arch" or "arc"
39 posts and 5 images submitted.
>>
>>55097364
You have to be fucking kidding me with this question.
>>
>>55097364
arch
>>
File: image.jpg (148KB, 1000x810px) Image search: [Google]
image.jpg
148KB, 1000x810px
>>55097364

File: bitcoin-fpga-mining-rig.jpg-.jpg (1MB, 1600x1200px) Image search: [Google]
bitcoin-fpga-mining-rig.jpg-.jpg
1MB, 1600x1200px
Does Bitcoin mining make sense anymore? I have a basically unused server that I would really like to give a purpose.
29 posts and 2 images submitted.
>>
you're 7 years too late for that
>>
>>55097179
You'd have to look it up and probably buy a GPU, otherwise you'd be spending more on electricity than you'd be making in buttcoins iirc.
>>
It didn't make sense three years ago

File: peeps bird.jpg (92KB, 500x222px) Image search: [Google]
peeps bird.jpg
92KB, 500x222px
I'm looking for a basic entry level netbook or laptop. It doesn't need to be super fancy, it just should be able to run Windows 7. I'm aware of the distro wars, this lap top will be used for work stuff as the boss says it has to be windows.

Any suggestions? Stuff to look for? Stuff to avoid (besides obvious crap like "nothing broken")? Bonus points if you can snag a used one off ebay for under a hundred bucks.
7 posts and 5 images submitted.
>>
File: image.jpg (2MB, 4032x3024px) Image search: [Google]
image.jpg
2MB, 4032x3024px
Thinkpad
>>
File: 4kot.jpg (183KB, 1260x1024px) Image search: [Google]
4kot.jpg
183KB, 1260x1024px
macbook pro retina
>>
File: image.jpg (117KB, 972x768px) Image search: [Google]
image.jpg
117KB, 972x768px
>>55097217
>>55097125
>tfw I killed my budgie with fireworks when I was 13

File: an_appicon_192.png (5KB, 192x192px) Image search: [Google]
an_appicon_192.png
5KB, 192x192px
Does anybody know where I can get adobe animate or flash for free?
16 posts and 1 images submitted.
>>
>>55097100

yes
>>
>>55097100
Yea, I know
>>
have you tried adobe.com

File: Cool.Room.jpg (1MB, 1280x1024px) Image search: [Google]
Cool.Room.jpg
1MB, 1280x1024px
Any recommended mice guides /g/?

My Logitech G400s is finally giving in.
6 posts and 1 images submitted.
>>
Please keep me from buying a Razer DeathAdder /g/.
>>
>>55097024
g502 / deathadder / mionix
>>
>s
Should've just got the G400

I recently wrote a linked list in C for fun.

I implemented a delete and insert function. I chose to do it in a way, that multiple occurrences will lead to multiple deletions/insertions. Now I wanted to implement a move function too, but it is not clear multiple occurrences now.

Do you have any suggestions?
11 posts and 1 images submitted.
>>
>>55097021
>Linked List
please don't ever do this again.
>>
>>55097021

Here is my code:

#include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>

typedef struct llist llist;

struct llist {
int value;
llist* next;
};

llist* head = NULL;
llist* curr = NULL;

llist* append(int value) {
llist* ptr = (llist*) malloc(sizeof(llist));
ptr->value = value;
ptr->next = NULL;

if (!head) {
head = curr = ptr;
}
else {
curr->next = ptr;
curr = ptr;
}
return ptr;
}

void delete(int target) {
llist* ptr = head;
while (ptr) {
llist* nxt = ptr->next;
while (nxt && nxt->value == target) {
ptr->next = nxt->next;
nxt = nxt->next;
}
ptr = ptr->next;
}
}

void insert(int target, int value) {
llist* ptr = head;
while (ptr) {
if (ptr->value == target) {
llist* new = (llist*) malloc(sizeof(llist));
new->value = value;
new->next = ptr->next;
ptr->next = new;
}
ptr = ptr->next;
}
}


>>
>>55097039
Linked lists are needed for certain applications faggot. Take a data structures class And an OS class. Processes are best stored in a linked list for OS because of the O(1) addition/removal of them. Other aspects too

File: nokia.jpg (244KB, 810x1309px) Image search: [Google]
nokia.jpg
244KB, 810x1309px
Why do billionaires still use dumb phones?
25 posts and 1 images submitted.
>>
non botnet
>>
>>55097016
You dont become a billionaire by spending all your money.
>>
>>55097016
Why do you even need an smartphone?

File: big-phablet.jpg (18KB, 500x300px) Image search: [Google]
big-phablet.jpg
18KB, 500x300px
Are there any good phones for under 300 dollars that aren't big as shit?

Phones shouldn't have screens bigger than 5 inches.
6 posts and 1 images submitted.
>>
Yes

>>>/g/spg/
>>
>>55096990
>>55096990
Cool thread but I hate generals.
>>
>>55097040
You'll just have to deal with it, some generals are for the best. No need to have a ton of threads spamming the board when you can just have one big thread.

File: image.jpg (2MB, 3264x2448px) Image search: [Google]
image.jpg
2MB, 3264x2448px
>decide to try linux
>wipe my whole hdd actidentally
ahaha you just cant make this shit up
ahaha
fuck me
61 posts and 4 images submitted.
>>
thanks for letting me know, keep us updated.
>>
>>55096937
You know you can remove all your partitions installing Windows too, right?
>>
>>55096937
>Accidentally

But it clearly says what you're doing, it's no accident.

No worries though, just fresh install and carry over your files from your backup external hard drive. Y-you do make bi-weekly backups, correct?

File: xBgSksM.jpg (19KB, 340x260px) Image search: [Google]
xBgSksM.jpg
19KB, 340x260px
>People on /g/ shill this company for free

Why is /g/ so eager to support a company that is supported by terrorists and jews?

>but muh open sores Linux drivers
Has proprietary blobs

>but muh dx12, muh async
Make up your mind, Is w10 good or bad?

Your precious rx480 will only work on windows 10. AMD no longer supports previous versions of windows to force users to use dx12.

Rx480 isn't even more efficient than Pascal, it barely uses less power but performs much worse.
32 posts and 6 images submitted.
>>
He's going all out...
>>
fuck off retard
>>
>/g/ is one person

File: 220-G2-0650-Y1_XL_4.jpg (216KB, 1200x1200px) Image search: [Google]
220-G2-0650-Y1_XL_4.jpg
216KB, 1200x1200px
So I got myself the tier one meme 750 g2. Tested it and detected no coil whine or other disturbing issues.

However, I'm wondering whether the rm750i is significantly quieter? I can still return the 750 g2 and take the corsair, though it's about 20$ more expensive; I got the g2 at a good price.

Is it worth it, or should I just stay with the g2?
24 posts and 6 images submitted.
>>
>>55096682
Install gentoo
>>
>>55096715

It's already installed.
>>
>>55096682
bought it in febuary, burnt out my msi gaming 3.
$337 to replace with msi gaming 5. a down grade.
so far this pws cost me $500.

File: Samsung950ProCar_678x452.jpg (55KB, 678x410px) Image search: [Google]
Samsung950ProCar_678x452.jpg
55KB, 678x410px
Hey /g/, about to buy a 512gb Samsung 950 pro m.2 for my os and important programs, but when I put all the parts together in pcpp, there was an incompatibility between my motherboard (Asus x99 deluxe II) and the drive. That doesn't make sense to me because it os compatible with the last x99 deluxe mobo so is there any truth to this, or was that just a glitch in the website?
10 posts and 1 images submitted.
>>
Not all M.2 SSD's are notched the same.
>>
one or more of your sata ports will not work, that should be the only incompatibility.
>>
>>55096656
Yup, it'll disable 1 or 2 sata ports, but that's it

File: cat.jpg (24KB, 700x466px) Image search: [Google]
cat.jpg
24KB, 700x466px
>when you finally abandon the 'free software' ideology and just start running whatever the fuck software you want

Feels like I just escaped from a religious cult.
50 posts and 7 images submitted.
>>
>>55096463
>whatever the fuck software you want


You mean the few stuff you can afford and really need.
>>
>joining a cult to begin with
>>
>>55096463
Welcome to freedom.

Freedom of choice™

Pages: [First page] [Previous page] [8839] [8840] [8841] [8842] [8843] [8844] [8845] [8846] [8847] [8848] [8849] [8850] [8851] [8852] [8853] [8854] [8855] [8856] [8857] [8858] [8859] [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.