[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 - 7839. 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: 1469126797897.gif (1MB, 300x396px) Image search: [Google]
1469126797897.gif
1MB, 300x396px
Reminder that if shit like DX12/Vulkan/HBM/1tb vram was in any way useful or relevant, Nvidia would have done it already
6 posts and 2 images submitted.
>>
>>55837168
why would they sell you future proof hardware now idiot, when they can sell it to you again at a later point??
>>
File: 1469239673749.jpg (669KB, 1440x900px) Image search: [Google]
1469239673749.jpg
669KB, 1440x900px
>>55837168
>>
>>55837168
>Nvidia would have done it already
>DX12/Vulkan
nVidia is playing catch up...

>HBM
New technology, and they're playing catch up here as well.

>1tb vram
NVMe SSD's on a video card. Moving data to and from the GPU for rendering.

There are more things on heaven and earth than are dreampt about in your philosophy, Anon...

File: abp.jpg (5KB, 409x102px) Image search: [Google]
abp.jpg
5KB, 409x102px
It's been getting harder watching pornz on the web. It seems certain image hosting sites have found a way to partially get past my adblocker ?

Has anybody else been experiencing this or have I just let something past my adblocker that I shouldn't have ?
26 posts and 3 images submitted.
>>
Can you give an example of such site? I guess maybe you're not allowed to link it but you could at least give name.
>>
>>55837504

img.yt
chronotrigger i think the other one is called

what happens is that it opens up a new tab in my browser that gets killed before it loads anything but still, used to be popups got blocked before being able to open a new tab
>>
>>55837033
use uBlock Origin not adblock, adblock sold out long ago and lets so many things pass

File: 0delDxh.jpg (105KB, 500x692px) Image search: [Google]
0delDxh.jpg
105KB, 500x692px
Hi! I'm kinda new to C but not new to Programming in general. I'm trying to right a function to reverse a string, but I have no idea why it's not working. For example I would enter "hello" when it prompts to enter a phrase, and would get the output "hhhhhh". I have no idea what's wrong Help me obi wan kano/g/


#include <stdio.h>
#include <string.h>

char * reverse(char phraseToReverse[]);

int main(){
printf("Enter string to be reversed: ");
char phrase[999] = "";

gets(phrase);

//char reversedPhraseFinal[] = reverse(phrase);

reverse(phrase);

return 0;
}

char * reverse(char phraseToReverse[]){
char reversedPhrase[999];

int phraseLength = strlen(phraseToReverse);

for(int i = phraseLength; i >= 0; i--){
for(int p = 0; p <= phraseLength; p++){
//reversedPhrase[phraseLength - i] = phraseToReverse[0];

//printf("%c", phraseToReverse[i] );

reversedPhrase[p] = phraseToReverse[i];
}
}
printf("%s\n", reversedPhrase );
}
26 posts and 2 images submitted.
>>
>>55837001
#include <stdio.h>
#include <string.h>
#define CHAR_STD_SIZE 257
void stringReverse(char *str)
{
int length = strlen(str);
for(register int x = 0,y = (length-1);x<(length/2);x++,y--)
{
str[x] = str[x]+str[y];
str[y] = str[x]-str[y];
str[x] = str[x]-str[y];
}
}
int main(void)
{
char inputBuff[CHAR_STD_SIZE];
printf("String: ");
fgets(inputBuff,CHAR_STD_SIZE,stdin);
strtok(inputBuff,"\n");
printf("Initial string: %s\n",inputBuff);
stringReverse(inputBuff);
printf("Reversed string: %s\n",inputBuff);
return 0;
}

>>
>>55837077
I thought it couldn't get any more hideous after OP's post but thanks again for proving me wrong, /g/!
>>
>>55837115
And what's so hideous about it, dipshit?

File: take me.jpg (44KB, 379x312px) Image search: [Google]
take me.jpg
44KB, 379x312px
>tfw the Windows 10 shilling has finally come to an end

I hope you guys didn't fall for the Windows 10 meme.
8 posts and 2 images submitted.
>>
I've been using Win10 for two and a half years now, almost.

Admittedly, it's a vastly different beast to what is called Win10 now but still. I do technically use Win10 and it's great!
>>
File: seppuku2.png (633KB, 610x802px) Image search: [Google]
seppuku2.png
633KB, 610x802px
>>55836995
I did.
Regret it now.
Actively researching what Linux distro to install in another tab.
Feel like a loser.
>>
>>55836995
do they already make a blue dildo with a big windows 10 logo on it? they should.

Buyers remorse thread

Just bought an i7 6700K to replace my 8350

How much buyers remorse can I expect (both before and after Zen releases)?
36 posts and 5 images submitted.
>>
File: image_2.jpg (8KB, 124x148px) Image search: [Google]
image_2.jpg
8KB, 124x148px
You could have waited anon...

But yeah, I get it. I'm getting ridiculously impatient for Zen, too. I'm sure that 6700k will be just fine come Zen time. It won't be obsolete or anything, for sure.
>>
bad move senpai. AMD's FX serioes was the last generation of AMD CPUs that do not include their flavor of IME botnet - the PSP


AMD Platform Security Processor (PSP) #amdpsp

This is basically AMD's own version of the Intel Management Engine. It has all of the same basic security and freedom issues, although the implementation is wildly different.

The Platform Security Processor (PSP) is built in on all Family 16h + systems (basically anything post-2013), and controls the main x86 core startup. PSP firmware is cryptographically signed with a strong key similar to the Intel ME. If the PSP firmware is not present, or if the AMD signing key is not present, the x86 cores will not be released from reset, rendering the system inoperable.

The PSP is an ARM core with TrustZone technology, built onto the main CPU die. As such, it has the ability to hide its own program code, scratch RAM, and any data it may have taken and stored from the lesser-privileged x86 system RAM (kernel encryption keys, login data, browsing history, keystrokes, who knows!). To make matters worse, the PSP theoretically has access to the entire system memory space (AMD either will not or cannot deny this, and it would seem to be required to allow the DRM "features" to work as intended), which means that it has at minimum MMIO-based access to the network controllers and any other PCI/PCIe peripherals installed on the system.

Furthermore, multiple security vulnerabilities have been demonstrated in AMD firmware in the past, and there is every reason to assume one or more zero day vulnerabilities are lurking in the PSP firmware. Given the extreme privilege level (ring -2 or ring -3) of the PSP, said vulnerabilities would have the ability to remotely monitor and control any PSP enabled machine. completely outside of the user's knowledge.
>>
>>55837229
If I don't upgrade now, I will have to eventually.

I don't like it, but I've pretty much accepted the fact that botnet is built into literally everything, these days. All we can really do, at this point, is pretend we have an actual influence in politics, and hope, one day, the machine finally comes crashing down. Hopefully sooner, rather than later, considering how deep in the shit Hillary and the entire DNC is, right now.

File: CEm7RQb.png (1MB, 1920x1080px) Image search: [Google]
CEm7RQb.png
1MB, 1920x1080px
This board seems very divided when it comes to gaming.

Everyday there's idiotic consumer fanbody wars when it comes to hardware (GPU threads are especially cancer)

What I wanted to ask /g/ is why they actually look down on gaming, beyond the "gaymen" meme.

It seems to be a an opinion to have in order to fit in. Every board has a board (or multiple) that they look down upon and in /g/'s case it seems to be /v/.

/v/ is objectively shit. But gaming is not /v/ and /v/ is most of the time not evn about gaming but about lonely spergs trying to one-up one another for pathetic ego boosts.


Most of the people I know that are interested/involved/ tech are interested in video games (and most are well adjusted people with lives, friends and careers).

Is there a correlation between failing at life and playing vidya?
Are gaming hardware threads made exclusively by shills and marketers?
Does /g/ shit on "gaymen" but they themselves play videogames?

>inb4 back to /v/
20 posts and 4 images submitted.
>>
>>55836735
>/v/ is objectively shit. But gaming is not /v/ and /v/ is most of the time not evn about gaming but about lonely spergs trying to one-up one another for pathetic ego boosts.

This. I'm a gaymer but I don't visit /v/ at all because it's total shit.

Spergs on /g/ need to realize that in order to play games, you need to have tech, and this is the place to discuss that tech.
>>
>>55836735

It all stems from making a virtue of necessity.

Linux can't play games:

>Good thing that I didn't want to play games anyway, games are for manchildren and people who failed at life.

Linux can't support high end mouses or keyboards:

>Good thing that I didn't want one of those anyway. They're expensive hardware for retards and people who game, and we all know that people who game have something wrong in the head.

Linux doesn't support standard-of-the-industry software such as AutoCAD, Photoshop, After Effects, et cetera:

>Good thing that I'm not a stupid faggot that decided to study architecture. All those people's careers are inferior, And what's up with all of them using Windows? Are they gaymers or something? HAHAHAHA retarded manchildren gaymers BTFO, Linux - 1, Gaymers - 0.

GNU software sucks at GUIs, if it even has a GUI to begin with:

>But why does the stupid retarded Winbaby want a GUI in the first place? Why do you want a thing that gives you information at a glance when instead you can use three different commands to retrieve 20 lines of information with each one and then read those lines to find the one thing you wanted to know? Are you autistic or something? A GUI would consume like 30MB of RAM, Don't you mind about efficiency at all stupid retard? Do you need your RAM for gaming or something? Wincucks BTFO!
>>
>>55837023

but there's gaming on linux anon. It might not be as versatile as on windows. High-end gaming mouses and keyboards hardly describe the average gamer.

File: image.jpg (11KB, 241x209px) Image search: [Google]
image.jpg
11KB, 241x209px
WHO WANTS A STYLUS?!?!
13 posts and 3 images submitted.
>>
apple pencil isn't a stylus
>>
>>55836717
what is it than?
>>
>>55836723
pencil? like for drawing but digitally

File: Screenshot_2016-07-30-20-47-12.png (342KB, 1080x1920px) Image search: [Google]
Screenshot_2016-07-30-20-47-12.png
342KB, 1080x1920px
So... how is this calculated?


And yes, I use Twilight, it helps me sleep so keep the period blood jokes to yourself
8 posts and 2 images submitted.
>>
apparently a bald black dude sneaks into your room when youre sleeping and then he grabs a measuring tape and calculates it using the pemdas
>>
File: confused kot.jpg (16KB, 353x332px) Image search: [Google]
confused kot.jpg
16KB, 353x332px
>>55836591

by downloading a file from their servers

>battery saver on 86% battery
>>
>>55836626
youre wrong im right

File: autistic_child.png (169KB, 358x443px) Image search: [Google]
autistic_child.png
169KB, 358x443px
>2 year old windows xp installation on then high-end computer
>ui glitches, random error messages, freezing issues. every. single. day.

>8 year old windows vista installation on a crappy, low-end laptop
>not a single problem to this day

What went right for me?
10 posts and 2 images submitted.
>>
she was too young. You fucked up op
>>
xp runs like a dream compared to vista m8.
>>
>>55836689
I know that.

Which is why I'm so confused about it. People said Vista crashes every fucking week and here I am running an 8 year old installation and yet to see a single error message/blue screen

File: 1469895889266.jpg (253KB, 1145x1133px) Image search: [Google]
1469895889266.jpg
253KB, 1145x1133px
AMD thread. How's that 480 treating you?
8 posts and 2 images submitted.
>>
Not a single problem in fact I would use it over any other system on the market in fact im throwing away gforce 1080
>>
>>55836546
America is a literal shithole.
>>
>>55836687
Yes, but our shitholes are indoors...with plumbing...in bathrooms...with locking doors.

File: Ab_food_06.jpg (632KB, 2048x1536px) Image search: [Google]
Ab_food_06.jpg
632KB, 2048x1536px
why is the OS that uses the Linux kernel so often called Linux, when Linux is only the kernel and not the OS?
46 posts and 3 images submitted.
>>
>>55836534
Because "Linux" sounds cool
>>
>>55836578
i see
>>
>>55836534
Linux sounds cool, and is the most relevant part of the OS

File: oneplus-3-0328.jpg (46KB, 770x433px) Image search: [Google]
oneplus-3-0328.jpg
46KB, 770x433px
So, now that the RAM management issue has been fixed, what's you're excuse for not owning a 1+3?
20 posts and 6 images submitted.
>>
>>55836494
Because the display is absolute shit
>>
File: no shits given.gif (2MB, 800x450px) Image search: [Google]
no shits given.gif
2MB, 800x450px
>>55836494
Does it have expandable memory, dual front facing speakers, and removable battery?
>>
>>55836549
why the fuck would you need more than 64 gb of storage???

File: 6700k.jpg (322KB, 1060x726px) Image search: [Google]
6700k.jpg
322KB, 1060x726px
6700K could have been a 8 core processor if Intel didn't waste the die space on a GPU
29 posts and 5 images submitted.
>>
>>55836434
but they have 8 core processor. only $999 :^)
>>
>>55836434
>he buys consumer shit,and get mad

you are a retard and should have bought xeon fag
>>
Fuck off AMD shill
MOAR COARS
jesus
I never found anything that needs more than 4 cores

File: 1469885054941.png (125KB, 760x316px) Image search: [Google]
1469885054941.png
125KB, 760x316px
Chairs are technology.

What are you sitting on /g/?
9 posts and 2 images submitted.
>>
>>55836395
An old comfy office chair without it's back because the iron piece inside of the tube got bent really hard and chipped.
>>
File: ­.jpg (49KB, 720x720px) Image search: [Google]
­.jpg
49KB, 720x720px
>>
>_____ are technology
at least make a consistent subject shortcode so people that want to talk about technology (and not furniture, or wristbands, or pens) can hide them and not be annoyed by this shit whenever it pops up

File: 1451683513443.gif (2MB, 400x225px) Image search: [Google]
1451683513443.gif
2MB, 400x225px
Is it a meme? Is the HTC vive worth it??

Any other demos you've found fun?
16 posts and 2 images submitted.
>>
I have been curious about this too. Mainly for how well it's been developed in terms of custom programming. I've been waiting for like 6 years to finally explore skyrim through vr.

I will say right now it's probably nothing too exciting game other than to build the market for vr. Now that its a consumer product we will see more companies compete etc. In my opinion if you can afford it it's probably worth just to play around with to get a taste, but there will be better versions I feel in the next year or two.
>>
>>55836374
just porn, but even that ain't that gr8.

VR needs some really fucking good games if it wants to stay alive.
>>
File: 1462009438340.jpg (164KB, 960x720px) Image search: [Google]
1462009438340.jpg
164KB, 960x720px
>>55836374
Is porn a meme to you?

Pages: [First page] [Previous page] [7829] [7830] [7831] [7832] [7833] [7834] [7835] [7836] [7837] [7838] [7839] [7840] [7841] [7842] [7843] [7844] [7845] [7846] [7847] [7848] [7849] [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.