[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 - 7409. 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: 1451122657888.jpg (25KB, 403x403px) Image search: [Google]
1451122657888.jpg
25KB, 403x403px
My microcenter has the sapphire rx 470 nitro+ 8GB and the regular RX 480 sapphire 8GB for the same price of 250$

What do? Using an FX 8320
6 posts and 1 images submitted.
>>
do nothing
>>
>>56181614
Wait for 480 Nitro of course.
>>
>>56181824
/Thread.

File: 1471685523823.png (549KB, 1920x1080px) Image search: [Google]
1471685523823.png
549KB, 1920x1080px
new challenge thread rolling
20 posts and 1 images submitted.
>>
>implying any of this is easy
>>
>>56181433
>>56181967
>>56181995
How about learning how to get a random number without rolling on 4chan first before you even think about trying any of that?
>>
OP here just finished 33 except instead of uploading it I just serv the file

package main 

import (
"crypto/aes"
"crypto/rand"
"flag"
"io/ioutil"
"log"
"net/http"
)

func main() {
var filename = flag.String("filename", "./test.txt", "The file you want to upload")
flag.Parse(
fileContent, err := ioutil.ReadFile(*filename)
if err != nil {
log.Println(err)
}

var encrypted = encrypt(fileContent, genKey())

ioutil.WriteFile("./serv/file.ecrypted", encrypted, 0644)

var ip string = "0.0.0.0"
var port string = "9450"

http.Handle("/serv/", http.StripPrefix("/serv/", http.FileServer(http.Dir("serv"))))

log.Println("Server started @ " + ip + ":" + port)
log.Println("file can be found at 0.0.0.0:9450/serv/")
log.Fatal(http.ListenAndServe(ip+":"+port, nil))
}

func genKey() []byte {
key := make([]byte, 32)
_, err := rand.Read(key)
if err != nil {
log.Println(err)
}
return key
}

func encrypt(file []byte, key []byte) []byte {
cipher, err := aes.NewCipher([]byte(key))
if err != nil {
log.Println(err)
}

if len(file) < cipher.BlockSize() {
var endLength = cipher.BlockSize() - len(file)
ending := make([]byte, endLength, endLength)
file = append(file[:], ending[:]...)
cipher.Encrypt(file, file)
} else {
var endLength = len(file) % cipher.BlockSize()
ending := make([]byte, endLength, endLength)
file = append(file[:], ending[:]...)
cipher.Encrypt(file, file)
}
return file
}


File: image.jpg (345KB, 1056x960px) Image search: [Google]
image.jpg
345KB, 1056x960px
Why shouldn't I? They use carbon fiber in supercars.

The Extended Dragon Armor shields the audio components from interference. I currently get some feedback through my headphones and this should help right?
20 posts and 1 images submitted.
>>
You don't need fucking carbon fiber on your motherboard.
>>
ground your motherboard/case
>>
>>56181397
>I currently get some feedback through my headphones and this should help right?

It tottally would. MSI makes the best products anyways so you should probably buy that motherboard.

File: 1471639771892.jpg (3MB, 5406x3094px) Image search: [Google]
1471639771892.jpg
3MB, 5406x3094px
I like restoring old computers, don't you?
314 posts and 66 images submitted.
>>
File: 1445784139979.jpg (202KB, 1200x627px) Image search: [Google]
1445784139979.jpg
202KB, 1200x627px
>>56181267
I like eating shit from my hands, don't you?
>>
>>56181347
English?
>>
>>56181267
I need the laptop on the right

now

File: Motorola_Logo-Lenovo-Company.png (153KB, 2272x1776px) Image search: [Google]
Motorola_Logo-Lenovo-Company.png
153KB, 2272x1776px
Why can't Lenovo/Motorola make a ThinkPhone, a smartphone with ThinkPad aesthetics?
21 posts and 4 images submitted.
>>
Because Blackberry already do that
>>
>>56181207
Because /g/ a few thousand people.
>>
>>56181233
You do know that ThinkPads are still the most popular high-end Windows business laptops, and they're the most profitable line for Lenovo, no?

File: image.jpg (24KB, 450x450px) Image search: [Google]
image.jpg
24KB, 450x450px
Going to be moving around a lot soon,
What kinda of laptop would you suggest ?
>$300-$500 price range >doesn't need to be super fancy or play games ,
just something that works when I need it too
7 posts and 1 images submitted.
>>
>>>/tpg/
>>
>>56181204
>just something that works when I need it too

2016 Macbook
>>
>>56181204
>>>56159870

File: XD.png (117KB, 2000x1499px) Image search: [Google]
XD.png
117KB, 2000x1499px
Hi. So I'm new to all GNU/Linux stuff, just tried Debian for a while on my VM. Now I want to install Arch (inb4 go stick the doorknob up your arse gentoo fags) and I'm just curious if the installation by its wiki guide is enough, cuz I've seen many videos, infographics, and they had more stuff like desktop envs etc. What do you say?
20 posts and 3 images submitted.
>>
I suggest you start with Ubuntu for 1-2 months.

Then Debian for 2-3 months.

Then Arch for 4-6 months.

Then Gentoo without GUI for the ultimate road to autism.

But don't start with Arch if you're a newfag and want to learn rather than follow instructions and hope shit werks.

Someone correct me if I'm wrong.
>>
>>56181187
it doesn't tell you all you need to install post reboot, or user account setup.
This is on purpose, otherwise it's fine.
>>
>>56181284
Couldn't agree more

>>56181187
DE is highly arbitrary so they did not include it into the install wiki.

Literally just
$sudo pacman -Syu cinnamon lightdm && sudo systemctl enable lightdm

File: 20160820_222908~01.jpg (1MB, 3056x1809px) Image search: [Google]
20160820_222908~01.jpg
1MB, 3056x1809px
>current year
>not using abcde keyboard
25 posts and 6 images submitted.
>>
File: 1399473793726_0.png (307KB, 740x620px) Image search: [Google]
1399473793726_0.png
307KB, 740x620px
>>56181125
Honestly senpai now that typewriters are obsolete using an abcde layout wouldn't be too bad
>>
Honestly why are we still using qwerty?
>>
Makes sense if your a hunt and peck typist, I guess.

>emblybing you don't know how to type and are incapable of learning.

File: rgb[1].png (205KB, 4000x4000px) Image search: [Google]
rgb[1].png
205KB, 4000x4000px
Led lights that are located behind monitor and adapt to the current picture of monitor, illuminating the wall behind so it's easier to look at monitor in the dark.

Does this exist and how much does it cost?
15 posts and 3 images submitted.
>>
Someone knows this?
>>
I've seen pictures of monitors like this posted to /g/ and Sony brought out a series of Bravia TVs that do this years ago, so they definitely do exist. I can't remember the brands, though.
>>
File: farbkreise_0008_24teiliger.png (36KB, 800x800px) Image search: [Google]
farbkreise_0008_24teiliger.png
36KB, 800x800px
>>56181046
Hijacking this thread as i want to ask a question.

Why do light has the primary colors red/green/blue, while "real world" has red/yellow/blue as prime colors?

File: 1436980846596.png (390KB, 598x475px) Image search: [Google]
1436980846596.png
390KB, 598x475px
i have att uverse. is it possible to disconnect one of my tv's through logging into the modem? I want to piss off my roommate during the football game.
25 posts and 1 images submitted.
>>
>>56181035
tell you what, help me figure it out and i'll send $5 via paypal.
>>
there's a football game on today?
>>
>>56181180
every team is playing, thursday to monday, preseason.

File: pepe31.jpg (113KB, 522x534px) Image search: [Google]
pepe31.jpg
113KB, 522x534px
http://archive.is/lrOaO because fuck Forbes' welcome mat

>“From October 2016 onwards, Windows will release a single Monthly Rollup that addresses both security issues and reliability issues in a single update. The Monthly Rollup will be published to Windows Update (WU), WSUS, SCCM, and the Microsoft Update Catalog. Each month’s rollup will supersede the previous month’s rollup, so there will always be only one update required for your Windows PCs to get current.”
>“Individual patches will no longer be available after October 2016.”
>"How would you like your simple fucking convenience senpai"
105 posts and 11 images submitted.
>>
>>56180980

I dont get it. Is there alwas one big update that i have to install every month?
>>
>>56180980
7fags and 8.1tards BTFO
>>
Fuck windows 10 and its updates. If you have some more obscure device driver the updates will break it and the OS itself.

I'd be fine with updates but all they do nowadays is help microshit monetize user information better. If that means breaking drivers, then so it will be.

I went back to 7 and once the security updates stop, I'll go Arch full time.

File: start10vswin10-100607315-orig.jpg (339KB, 1916x802px) Image search: [Google]
start10vswin10-100607315-orig.jpg
339KB, 1916x802px
For Win10 users, what do you prefer, Classic Shell or Start10?
28 posts and 7 images submitted.
>>
ClassicShell
>>
>>56180936
I just want a build in option for the classic start menu. it's fucking bull shit tb h man.
>>
Default lol.

I have Classic Shell installed for the glass effect

File: Engine.png (127KB, 700x689px) Image search: [Google]
Engine.png
127KB, 700x689px
What does /g/ think of Docker?

https://circleci.com/blog/its-the-future/
13 posts and 1 images submitted.
>>
>>56180914
It's a meme that will soon be replaced by serverless architectures.
>>
>>56180914
BASED docker, BSD cucks are jealous of it
>>
>>56180914
>You just set up a Kubernetes cluster.
I tried that once, but failed. I even tried their install scripts that use vagrant and other shit. It failed too. Shipyard has 99% less features but at least I was able to install it.

File: yik-yak-web-logo.jpg (365KB, 1920x1080px) Image search: [Google]
yik-yak-web-logo.jpg
365KB, 1920x1080px
Has another app went from being pretty successful to completely (and willingly) destroying itself for absolutely no reason?

Why would developers do such a thing to their app?
25 posts and 4 images submitted.
>>
File: dontgetup.jpg (136KB, 766x510px) Image search: [Google]
dontgetup.jpg
136KB, 766x510px
political correctness/Obama
>>
What happened to yik yak? I remember using it quite happily a few years ago.
>>
>>>/soc/

File: onichan.ins.gent.gif (3MB, 512x384px) Image search: [Google]
onichan.ins.gent.gif
3MB, 512x384px
please~
9 posts and 2 images submitted.
>>
>>56180869
Fuck no. That is a serious operating system for men. You are a little girl. Go play someplace else.
>>
Stop trying to normalize anime. It has no place outside of the DESIGNATED subchans.
>>
>>>/a/

Pages: [First page] [Previous page] [7399] [7400] [7401] [7402] [7403] [7404] [7405] [7406] [7407] [7408] [7409] [7410] [7411] [7412] [7413] [7414] [7415] [7416] [7417] [7418] [7419] [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.