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


File: 1238638-642718.jpg (52KB, 984x719px) Image search: [Google] [Yandex] [Bing]
1238638-642718.jpg
52KB, 984x719px
First time ssd user here.
Is it still necessary to backup my os and programs on my hard drive in case the ssd breaks down or will it last enough?
10 posts and 3 images submitted.
>>
>>53892425
it's already too late
>>
>>53892425
These days SSDs are built to last longer than a HDD.
>>
>>53892425
enjoy your sudden death when you most need your pc

better buy another one just in case
:^)

>AMD drivers are so poor, they can only increase performance by 35% for a game release
9 posts and 3 images submitted.
>>
>>53892402
you should stop wasting your life in "games"
>>
File: 1457260501647.jpg (56KB, 485x459px) Image search: [Google] [Yandex] [Bing]
1457260501647.jpg
56KB, 485x459px
http://www.christiantoday.com/article/nvidia.news.driver.version.364.72.causing.plenty.of.issues.some.users.cannot.even.do.a.rollback/83274.htm
>>
>needing to wait for a driver update to play a game

File: 1458479964279.jpg (134KB, 1080x1283px) Image search: [Google] [Yandex] [Bing]
1458479964279.jpg
134KB, 1080x1283px
>A study by Stanford University has shown that human volunteers demonstrated "physiological arousal" when a robot instructed them to touch it up.

>The research found humans instructed to touch a two-foot tall robot on the buttocks

http://www.theregister.co.uk/2016/04/05/human_arousal_touching_robot_private_areas/
20 posts and 9 images submitted.
>>
Literally nothing wrong with this
>>
You're on a website that has like half a dozen boards devoted to jacking it to cartoons and you think this is news?
>>
>>53892590

Wew lad

File: download.jpg (4KB, 244x136px) Image search: [Google] [Yandex] [Bing]
download.jpg
4KB, 244x136px
Hey there /g/ I'm planning on getting a nice PC with some good specs. Would you guys help me build it it's my first and my budget is 500
10 posts and 1 images submitted.
>>
Spend:
>$250 on the monitor
>$100 on mouse + keyboard
>$150 on guts
>>
Shutup gio
>>
>>53892389
Any tips on what type of thing I should get?

Okay guys, I'm 18 and got accepted into a pretty decent school for Comp Sci. The thing is that in order to get my degree, I have to take a shit ton of math classes. I fucking hate anything past pre-calc with a passion. Is Comp Sci not cut out for me? It's not the coding that scares me, it's the math involved for the degree.

Do you guys actually use higher maths in your day to day lives? Am I just not cut out for comp sci?
13 posts and 4 images submitted.
>>
>>53892092
meth helps.

smoke a lot of if.
>>
Not cut out, drop down to i.t or something
>>
If you aren't good at maths and/or can't learn, you aren't fit for computer science. Maths and computer science go hand in hand.

http://art.yale.edu/GraphicDesign

Where do I learn how to design websites like the kind that Yale's art department has? I've never seen anything as artfully designed. They aren't the top graphic design department for nothing.
12 posts and 2 images submitted.
>>
>>53892079
just fucking kill yourself
>>
>>53892079
truly avant garde
>>
My god, that looks awful

File: 1424029811803.jpg (86KB, 804x806px) Image search: [Google] [Yandex] [Bing]
1424029811803.jpg
86KB, 804x806px
def findThis(number, memorySafe=True, singleDigits=True, upto=100):
constructRetVal = lambda x_, y_, op_: "{} {} {} = {}".format(x_, op_, y_, number)
symbols = ["%", "^", "&", "*", "-", "+", ">>", "/"]
if not memorySafe:
symbols += ["<<", "**"]
iterRange = range(10) if singleDigits else range(upto)
found = []
for x in iterRange:
for y in iterRange:
for operator in symbols:
evalConstruct = "x {} y".format(operator)
try:
if eval(evalConstruct) == number:
found.append(constructRetVal(x, y, operator))
except ZeroDivisionError:
pass
return found


# Demonstration

# >>> findThis(69, singleDigits=False)
# ['0 ^ 69 = 69',
# '0 + 69 = 69',
# '1 ^ 68 = 69',
# '1 + 68 = 69',
# '1 * 69 = 69',
# '2 + 67 = 69',
# ...
# ...
# ...
# '87 ^ 18 = 69',
# '87 - 18 = 69',
# '87 & 69 = 69',
# '87 & 77 = 69',
# '88 - 19 = 69',
# '88 ^ 29 = 69',
# '89 - 20 = 69',
6 posts and 4 images submitted.
>>
// C++ is the same as C so whatevs
#include <cstdlib>
#include <iostream>
#define z std
#define a 5
#define f cout
#define g endl
#define n cin
#define o sizeof
#define p (int*)&c
#define r int
#define s const int*
#define t const void*
#define u size_t
#define v return
#define w main
#define x qsort
#define y "Later:"
void b(r c[a][a]){for(r d=0;d<a;d++){for(r e=0;e<a;e++){z::f<<c[d][e]<<' ';}z::f<<z::g;}}
r h(t i,t j){s k=(s)i;s l=(s)j;for(u m=0;m<a;m++){if(k[m]<l[m]){v -1;}if(k[m]>l[m]){v +1;}}v 0;}
r w(){r c[a][a];r d = 0;while(z::n>>c[d/a][d%a]&&++d<a*a);b(c);x(p,a,o(r[a]),h);z::f<<y<<z::g;b(c);v 0;}

>>
File: 1423802661417.jpg (53KB, 294x406px) Image search: [Google] [Yandex] [Bing]
1423802661417.jpg
53KB, 294x406px
δ=0xffffffff
λ=ord
μ=lambda x,k:(((x)<<(k))|((x)>>(32-(k))))
def m_(a,b,c):
a&=δ;b&=δ;c&=δ
a-=c;a&=δ;a^=μ(c,4); a&=δ;c+=b;c&=δ
b-=a;b&=δ;b^=μ(a,6); b&=δ;a+=c;a&=δ
c-=b;c&=δ;c^=μ(b,8); c&=δ;b+=a;b&=δ
a-=c;a&=δ;a^=μ(c,16);a&=δ;c+=b;c&=δ
b-=a;b&=δ;b^=μ(a,19);b&=δ;a+=c;a&=δ
c-=b;c&=δ;c^=μ(b,4); c&=δ;b+=a;b&=δ
return a,b,c
def f_(a,b,c):
a&=δ;b&=δ;c&=δ
c^=b;c&=δ;c-=μ(b,14);c&=δ
a^=c;a&=δ;a-=μ(c,11);a&=δ
b^=a;b&=δ;b-=μ(a,25);b&=δ
c^=b;c&=δ;c-=μ(b,16);c&=δ
a^=c;a&=δ;a-=μ(c,4);a&=δ
b^=a;b&=δ;b-=μ(a,14);b&=δ
c^=b;c&=δ;c-=μ(b,24);c&=δ
return a,b,c
def h2_(ζ,iv=0,iv2=0):
_l=σ=len(ζ)
a=b=c=(0xdeadbeef+(_l)+iv)
c+=initval2;c&=δ
p=0
while σ > 12:
a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));a&=δ
b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));b&=δ
c+=(λ(ζ[p+8])+(λ(ζ[p+9])<<8)+(λ(ζ[p+10])<<16)+(λ(ζ[p+11])<<24));c&=δ
a,b,c=m_(a,b,c)
p+=12
σ-=12


1/?
>>
File: 1423802678466.jpg (61KB, 480x744px) Image search: [Google] [Yandex] [Bing]
1423802678466.jpg
61KB, 480x744px
>>53892112
    if σ==12:c+=(λ(ζ[p+8])+(λ(ζ[p+9])<<8)+(λ(ζ[p+10])<<16)+(λ(ζ[p+11])<<24));b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==11:c+=(λ(ζ[p+8])+(λ(ζ[p+9])<<8)+(λ(ζ[p+10])<<16));b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==10:c+=(λ(ζ[p+8])+(λ(ζ[p+9])<<8));b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==9:c+=(λ(ζ[p+8]));b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==8:b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16)+(λ(ζ[p+7])<<24));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==7:b+=(λ(ζ[p+4])+(λ(ζ[p+5])<<8)+(λ(ζ[p+6])<<16));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==6:b+=((λ(ζ[p+5])<<8)+λ(ζ[p+4]));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24))
if σ==5:b+=(λ(ζ[p+4]));a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24));
if σ==4:a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16)+(λ(ζ[p+3])<<24))
if σ==3:a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8)+(λ(ζ[p+2])<<16))
if σ==2:a+=(λ(ζ[p+0])+(λ(ζ[p+1])<<8))
if σ==1:a+=λ(ζ[p+0])
a&=δ;b&=δ;c&=δ
if σ==0:return c,b
a,b,c=f_(a,b,c)
return c,b
def h_(data,initval=0):
c,b=h2_(data,initval,0)
return c


2/3

got a 4tb drive. how do u spilt it into two and make it show as 2 drives on my pc
10 posts and 1 images submitted.
>>
Make two partitions on it.
>>
>>53891948
how
>>
>>53891937
You can only do that on gentoo I think.

File: 102716265p-03-03[1].jpg (43KB, 800x767px) Image search: [Google] [Yandex] [Bing]
102716265p-03-03[1].jpg
43KB, 800x767px
remember this?
50 posts and 9 images submitted.
>>
upboat if ur a 90s kid xd
>>
yeah, that's the save icon
>>
>>53891921

USB-stick

File: 1452878372877.gif (3KB, 170x231px) Image search: [Google] [Yandex] [Bing]
1452878372877.gif
3KB, 170x231px
>Get into linux in my teenage days as I grew tired of microsoft : I had my first steps into Windows with Millennium, then all the cool kids had their parents buy them a new machine with windows xp. Few years later, some of my tech savvy friend introduced me to ubuntu.

>Ubuntu was cool, it was fast, free and I felt like a hacker copypasting files in the terminal.

>Glorious years of GNOME / compiz passed through. Desktop cube, wobbly windows, fire effects... I was happy.

>Then went to university,babbies first steps into /g/ , saw ubuntu going from cool to shit. Forced memes such as unity, every versions offered less and less freedom regarding tweaking the desktop environment.

>Followed the cool kids, joined the Arch linux gang. Learned quite a few things thanks to it. But since I was into ricing, I only scratched the mechanism of how my OS work to spend more time to spend my time polishing openbox.

>Now looking at job offers, I click on everything with "linux" in the title. It keeps requiring network security and sysadmin skills.

>I spend most of my life with linux as my primary OS. I can't even apply to linux jobs.
35 posts and 6 images submitted.
>>
>>53891851
you are truly one of us. You should feel ashamed and accept it regardless.
Or get butthurt and go full retard like 30% here do.
Commiting sudoku is an option as well.
>>
It's like driving a car doesn't make you a mechanic. Who woulda thunk it.
>>
Maybe it needs system admin and network security skills because Linux is mostly used as a server OS.

Hey /g/
I recently got a thinkpad t60 but I can't seem to get the x1300 to work. I'm on arch. I've never been that good at graphic drivers so if I could get some help that would be awesome.
also , thinkpad general
7 posts and 1 images submitted.
>>
Do you even catalog bro?
>>>/g/tpg
>>
The free drivers that come with Arch should easily work. I used Antergos before and it worked right out of the box...
>>
>>53891720
>amd
>drivers

Pick one.

File: image.jpg (134KB, 472x472px) Image search: [Google] [Yandex] [Bing]
image.jpg
134KB, 472x472px
18 posts and 3 images submitted.
>>
Linux. 99% effective against STDs too.
>>
Common Sense 2017 Alpha
>>
CommonSense 2016 Premium Edition.

File: asdfg.jpg (68KB, 1025x556px) Image search: [Google] [Yandex] [Bing]
asdfg.jpg
68KB, 1025x556px
Hey /g/, my old pc is really starting to show its age and I'm trying to build one for relatively cheap. I'm mostly going to be doing gaming, working in adobe suite, and web browsing. Will this suffice or should I change some of the items. Thanks in advance.
6 posts and 2 images submitted.
>>
>>53891277

Shave off 20 by going with 1600mhz RAM, ditch the expensive 990fx board and get a solid 970 board instead for $70, the 990fx only is better if you need extra pci-e lanes for crossfire.

Use the money saved to get an R9 380
>>
File: werty.jpg (66KB, 1025x556px) Image search: [Google] [Yandex] [Bing]
werty.jpg
66KB, 1025x556px
>>53891422
Does this look better anon?
>>
>>53891505
good work goy

File: game.jpg (91KB, 460x681px) Image search: [Google] [Yandex] [Bing]
game.jpg
91KB, 460x681px
What are some good movies about women in computer science? My gf and I watched pic related and she was really into it, but she won't watch Jobs because she says it's too much of a boys club.
26 posts and 3 images submitted.
>>
File: 91yvQQR - Imgur.png (772KB, 674x7920px) Image search: [Google] [Yandex] [Bing]
91yvQQR - Imgur.png
772KB, 674x7920px
I've got bad news for you.
Computer Science in general is a boys-only club.
>>
home alone 2
>>
File: rlC59dr - Imgur.jpg (748KB, 1000x4624px) Image search: [Google] [Yandex] [Bing]
rlC59dr - Imgur.jpg
748KB, 1000x4624px
>>53891172
this one is better

File: Data-Mining-2.jpg (76KB, 321x203px) Image search: [Google] [Yandex] [Bing]
Data-Mining-2.jpg
76KB, 321x203px
data mining thread tiem!

>browser
>OS
>reason for your choice

multiple OS/browser combinations allowed if dualbooting.
6 posts and 2 images submitted.
>>
>>53891112
chrome
windows
just werks
>>
File: 1448507384283.png (9KB, 493x402px) Image search: [Google] [Yandex] [Bing]
1448507384283.png
9KB, 493x402px
it's always fun that almost nobody replies to these threads if i add the simple words 'data mining'.
Even if i don't care at all.
>mfw

for me it's
>Chromium
>both on Linux & Windows
>because it's a bit less botnet and still leaves the fastest impression of all available ones, tough i can't speak for edge - never tried it.
>no useful alternatives
>>
Chrome, Windows for 95% of use
On an older computer I have Debian, Iceweasel
However, it doesn't really matter whatsoever

Btw heres a bunch of mined /b/ dubs and trips

>>677887322 >>677887366 >>677887399 >>677887400 >>677887522 >>677887622 >>677887644 >>677887677 >>677887699 >>677887755 >>677887800 >>677887855 >>677887866 >>677887966 >>677887977 >>677888066 >>677888122 >>677888177 >>677888199 >>677888300 >>677888311 >>677888477 >>677888600 >>677888788 >>677888811 >>677888822 >>677888899 >>677888900 >>677888955 >>677888977 >>677889100 >>677889111 >>677889133 >>677889200 >>677889211 >>677889244 >>677889499 >>677889500 >>677889511 >>677889622 >>677889655 >>677889677 >>677889688 >>677889733 >>677889888 >>677889911 >>677889999 >>677890000 >>677890011 >>677890044 >>677890055 >>677890077 >>677890211 >>677890233 >>677890299 >>677890377 >>677890400 >>677890444 >>677890511 >>677890533 >>677890699 >>677890788 >>677890877 >>677891011 >>677891044 >>677891066 >>677891099 >>677891155 >>677891211 >>677891277 >>677891311 >>677891333 >>677891400 >>677891444 >>677891544 >>677891633 >>677891700 >>677891877 >>677891977 >>677892011 >>677892044 >>677892111 >>677892777 >>677892888

Pages: [First page] [Previous page] [1762] [1763] [1764] [1765] [1766] [1767] [1768] [1769] [1770] [1771] [1772] [1773] [1774] [1775] [1776] [1777] [1778] [1779] [1780] [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