[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 - 4. 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: FB_IMG_1505683565450.jpg (67KB, 700x727px) Image search: [Google]
FB_IMG_1505683565450.jpg
67KB, 700x727px
I'm just gonna leave this here
4 posts and 1 images submitted.
>>
>>62484881
>16 MP
More megapixels does not equal better image quality.
>1440p
iPhone X is already Retina®. More pixel density won't help.
>8 core CPU
iPhone X has the fastest SoC on the market as shows by Geekbench scores.
>unlocked NFC
What use could this possibly have? It's for making payments and that's about it.
>headphone jack
Just buy bluetooth headphones already, grandpa.

>split screen apps
A clusterfuck on such a small screen. It would just be confusing and annoying.
>downloads in the browser
iPhones don't even need file systems, so they don't need generic file downloads either. If you want to download a file, do it in an app that can use it.
>multiuser
It's a fucking PHONE. Who the fuck wants to have multiple user accounts on a phone?
>>
>>62485029
Shit tier bait, but you got me to respond. 7/10.
>>
>>62484881
I don't want to sound like a pajeet Android fanboy who made that pic (and fuck Google, seriously), but:
>no headphone jack
>no fingerprint reader
>still no LED for notifications

The iPhone is looking worse and worse every year.
The only thing I really like about it is the camera. (And I guess that fact that it gets updates for years, but then iOS is also worse in many ways.)

File: Capture02.png (307KB, 574x399px) Image search: [Google]
Capture02.png
307KB, 574x399px
>AI won't take jobs that require creativity
11 posts and 3 images submitted.
>>
>>62484806
>asoif
>creativity
>>
>>62484806
i hate game of cucks fans so goddamn much
>>
>>62484843
You'll have friends someday, don't worry.

File: 1qaG2aN.jpg (22KB, 544x547px) Image search: [Google]
1qaG2aN.jpg
22KB, 544x547px
After I read about that piratebay thing I installed Noscript. How well I did /g/ also any tips for using this?
13 posts and 2 images submitted.
>>
>>62484721
I actually have a hack for this
Click the option that says "Allow Scripts Globally"
Guaranteed to work much better and faster
>>
>>62484721
>not uMatrix
>>
>>62484765
why?

File: 9780131103627.jpg (63KB, 491x648px) Image search: [Google]
9780131103627.jpg
63KB, 491x648px
What am i in for, /g/ ?
5 posts and 1 images submitted.
>>
>>62484640
Documentation.
>>
The C programming language, mostly. It's a really good book. Take your time with it.
>>
>>62484640
If you know Python, JS, and C++ datatypes, a rehash of everything you already know.

You learn basically the entire language which is tiny.

File: broken-computer.jpg (39KB, 500x390px) Image search: [Google]
broken-computer.jpg
39KB, 500x390px
Is there any good compilers for C on Windows?
I just need a fucking compiler, that's it.
11 posts and 2 images submitted.
>>
>>62484620
gcc. Oh wait, you said good.
>>
Is it true that with Code::blocks and Dev-C++ you can't use paths with spaces because MinGW doesn't allow it?
>>
>>62485073
yes

File: opera_browser.jpg (19KB, 759x422px) Image search: [Google]
opera_browser.jpg
19KB, 759x422px
Thoughts on Opera?

>inb4 botnet
14 posts and 2 images submitted.
>>
Chink botnet
>>
is opera vpn safe? can i get hacked while using that?
>>
>>62484612
I'm interested in the open sourced otter browser that is supposed to be an opera equivalent.

File: MSEX.jpg (153KB, 678x465px) Image search: [Google]
MSEX.jpg
153KB, 678x465px
I'm looking for /g/'s finest MS Excel/VBA magaicians who could potentially crack a painfully annoying issue I have been facing on a daily basis. To put it briefly; I work with sets of data on MS Excel on a daily basis and I frequently have to use the CTRL+F solution to find the criteria I am looking for so I can subsequently replace it with another value. Take the following example:

I have two Spreadsheetss (SS) open- A and B.

SS A- This is actually not just one SS but closer to 70, but just think of it as a single SS with regards to this process. SS A contains 5 columns of data, but we only care about the detail in column E. The data in column is presented in the following manner:

XXXXX;YYYYY;DDDD;Unknown;Nameweneed;ZZZ

In SS A I will have to CTRL+F the word 'Unknown'. This will give a result which will contain the word unknown (not all records in this file contain the word unknown like my example above). I then need to copy the name directly after the word unknown i.e. ‘Nameweneed’ in my above example. This is when SS B is open.

SS B is what would be called the ‘master’ SS as it contains all names and ID’s that are required for this process. The spreadhsset itself has two columns- column A which is the name of the security (‘Nameweneed’ from spread A) and column B which is the security ID we need.

I would control F when SS B is open and paste the ‘Nameweneed’ I have copied from earlier. This will output a row with the exact name of the security I have copied down. We are not interested in the column A result, however, we want the code from column B. This code is copied and SS A is once again opened. Where the word unknown used to be for this particular security we paste over the word unknown with the security ID we have copied from column B of SS B.

This marks the end of the process for one security, but it is continued on repeat until 70 SSs of data (70 more SS A’s) are processed.
13 posts and 1 images submitted.
>>
It should also be noted that sometimes the name copied down from SS A may not match any of the names in column A of SS B. These particular examples will need to be caught, but require a process too long to automate to fix.

I assume you struggled to read through that cripplingly long-winded description of my task, but that is an issue which I have to laboriously tackle every day.

So my big question is; is there any way that this could be conceivably simplified using a MS excel macro? Any attempts I’ve made at the process myself have been entirely flimsy as I have absolutely no idea where to even start to write the code for this macro. Please /g/, help this MS Excel goblin ease the pain in his fingers. Any advice would be truly appreciated.
>>
Yeah you definitely need to install gentoo first
>>
>>62484623
>help this MS Excel goblin ease the pain in his fingers
How much are you paying?

File: 258494f81fb4417c18d5b251585768f2.jpg (61KB, 1500x1125px) Image search: [Google]
258494f81fb4417c18d5b251585768f2.jpg
61KB, 1500x1125px
i need a external drive which write a dvd-r on speed less than 8x

the ideal would be 2.5x to 4x

this shit can do it?

dell dw316
2 posts and 1 images submitted.
>>
>>62484380
install gentoo and kys

File: dolby-vision-dynamic-metadata.png (625KB, 1133x450px) Image search: [Google]
dolby-vision-dynamic-metadata.png
625KB, 1133x450px
DolbyVision HDR

I have some questions. What is minimum required bit depth?

What is minimum required contrast ratio?

What is minimum required brightness?

What does it mean for metadata to be dynamic? (As it is in the case of DolbyVision)
5 posts and 2 images submitted.
>>
File: 1489763495763.jpg (89KB, 650x1074px) Image search: [Google]
1489763495763.jpg
89KB, 650x1074px
Please sweeties
>>
Nobody on this board knows anything anymore what the hell
>>
>>62484676
install gentoo

File: D-Wave-quantum-computer-1.jpg (51KB, 660x371px) Image search: [Google]
D-Wave-quantum-computer-1.jpg
51KB, 660x371px
are quantum computers a meme?
17 posts and 2 images submitted.
>>
You'd be better off asking that question to /sci/
>>
File: IMG_1637.jpg (2MB, 1920x1280px) Image search: [Google]
IMG_1637.jpg
2MB, 1920x1280px
You won't be able to gaymen on them, does that answer your question?
>>
>>62484368
that`s the best aswer you can get here.

140 IQ can´t undertand quantum physic.
i study it and work with it but Never truly undertud it.

Yo guys I need some advice.

PC A = GTX 970 + i5 4690K
PC B = GTX 570 + i5 2500K

GTX 570 died, so I need a new one for B.

1.Should I buy a 1050 Ti for PC B?
2.Or put the 970 into B and buy a new one for A? Does it even make any sense? Im playing on 1080p.

Help me please masters.
5 posts and 1 images submitted.
>>
>>62484335
970 in b, new one for a.
>>
>>62484360
Which one? Thanks!
>>
>>62484393
What's your budget?

File: bluemarblewest.jpg (1023KB, 2048x2048px) Image search: [Google]
bluemarblewest.jpg
1023KB, 2048x2048px
Does anyone remember the name of that search engine that only indexes web 1.0 sites?
3 posts and 1 images submitted.
>>
https://wiby.me/
>>
>>62484346
Much appreciated, anon.

File: unnamed.jpg (32KB, 640x400px) Image search: [Google]
unnamed.jpg
32KB, 640x400px
Is there anyone who shares Anonymous world vision ?
4 posts and 2 images submitted.
>>
File: umaCaptura.jpg (75KB, 650x327px) Image search: [Google]
umaCaptura.jpg
75KB, 650x327px
Hello, it's me leader number one.
Delete this thread imbecile.
>>
>>62484303
rly xD u think i'll trust u if u post screen of CMD installing windows updates ? xDD
>>
>>62484265
>world vision
Fucking kill yourself, you filthy globalist Jew.

File: Capture.png (19KB, 934x619px) Image search: [Google]
Capture.png
19KB, 934x619px
Why is this string reversal code not working?


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

void reverse(char* str) {
if (str) {
char* start;
char* end;
char temp;

start = str;
end = str;
while (*end != '\0') {
end++;
}
end--;

while (start < end) {
temp = *start;
*start = *end;
*end = temp;
start++;
end--;
}
}
}

int main() {
char* str = "Hello World!";
reverse(str);

printf(str);

getchar();
}

I tried everything. What's wrong?
28 posts and 4 images submitted.
>>
Omg I fixed it thnx /g/
Solution: I am retarded
>>
File: 1497363391530.jpg (142KB, 900x879px) Image search: [Google]
1497363391530.jpg
142KB, 900x879px
>>62483964
>while (*end != '\0') {
>end++;
>}
>end--;
>>
>>62483964

UNIRONICALLY USING VISUAL STUDIO

File: 1500076668769.jpg (43KB, 480x360px) Image search: [Google]
1500076668769.jpg
43KB, 480x360px
Are there any still around that aren't garbage and are as /comfy/ as they were "back in the day"?
25 posts and 7 images submitted.
>>
Isn't discord the modern equivalent?
>>
What is irc and probably discord
>>
>>62484196
>>62484205
What is Eternal September

Pages: [First page] [Previous page] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [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.