[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 - 8634. 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: nn397dh1Vp1qjtxoeo9_1280.jpg (407KB, 1280x1256px) Image search: [Google]
nn397dh1Vp1qjtxoeo9_1280.jpg
407KB, 1280x1256px
-- PLEASE USE THIS FORM TO GET PURCHASE ADVICE --

>Headphone purchase advice
http://pastebin.com/hjHkKDyM

Asking "Hey guys, what's your opinion on x?" is frowned upon.
Wireless is frowned upon.
Headset requests are frowned upon.
Noise isolation ≠ Noise cancellation
If you dislike a suggestion, try giving a better suggestion to whomever asked instead of going "hurr, x sucks"

>/g/ wiki headphone FAQ:
https://wiki.installgentoo.com/index.php?title=Headphones

Last Thread: >>55197967
312 posts and 44 images submitted.
>>
>audiophiles are autistic
>>
>>55244186
0/kek
>>
is the sony UDA 1 a good amp/dac and why or why not?

File: everybattlestationproceduralsp.jpg (2MB, 3840x1080px) Image search: [Google]
everybattlestationproceduralsp.jpg
2MB, 3840x1080px
R8/H8/DB8
Also, I was thinking of getting a dual monitor arm stand thing with some longer cables for the monitors to help tidy things up, about $200 all said in Cuckanada mapledoos. Worth it?
Shine on you crazy diamonds.

Prev. thread: >>55223757
308 posts and 94 images submitted.
>>
File: 2016.jpg (2MB, 4160x2340px) Image search: [Google]
2016.jpg
2MB, 4160x2340px
>>55239260
Am I early?
>>
File: bst_collage.jpg (185KB, 1600x1200px) Image search: [Google]
bst_collage.jpg
185KB, 1600x1200px
Early for once ?
>>
File: Battlestation_v5_day_50%.jpg (1MB, 1791x841px) Image search: [Google]
Battlestation_v5_day_50%.jpg
1MB, 1791x841px
new picture with a better camera soon, I promise

File: 1466182524466.png (868KB, 822x552px) Image search: [Google]
1466182524466.png
868KB, 822x552px
Las thread: >>55200812

'Had to use the fucking jQuery spaghetti screenshot because I'm too lazy to make a new one' edition

> Discord
https://discord.gg/0qLTzz5potDFXfdT

>IRC Channel
#/g/wdg @ irc.rizon.net
Web client: https://www.rizon.net/chat

>Learning material
https://www.codecademy.com/
https://www.bento.io/
https://programming-motherfucker.com/
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
https://www.theodinproject.com/
https://www.freecodecamp.com/
http://www.w3schools.com/
https://developer.mozilla.org/
http://www.codewars.com/
https://www.youtube.com/watch?v=JxAXlJEmNMg&feature=youtu.be&list=PL7664379246A246CB lecture series.

>Frontend development
https://github.com/dypsilon/frontend-dev-bookmarks

>Backend development
https://en.m.wikipedia.org/wiki/Comparison_of_web_application_frameworks
backendDevelopmentBookmarks.md

>Useful tools
https://pastebin.com/q5nB1Npt/
https://libraries.io/ - Discover new open source libraries, modules and frameworks and keep track of ones you depend upon.
https://developer.mozilla.org/en-US/docs/Web - Guides for HTML, CSS, JS, Web APIs & more.
http://www.programmableweb.com/ - List of public APIs

>NEET guide to web dev employment
https://pastebin.com/4YeJAUbT/
>How to get started
https://www.youtube.com/watch?v=pB0WvcxTbCA - "WATCH THIS IF YOU WANT TO BECOME A WEB DEVELOPER! - Web Development Career advice"
https://www.youtube.com/watch?v=zf_cb_Nw5zY) - "JavaScript is Easy" - If you can't into programming, you probably won't find a simpler introduction to JavaScript than this.


>cheap vps hosting in most western locations
https://lowendbox.com
https://www.digitalocean.com/
https://www.linode.com/
https://www.heroku.com/
https://www.leaseweb.com
https://www.openshift.com/
>NEW!
https://scaleway.com/
318 posts and 27 images submitted.
>>
anime is for fags
>>
Anyone here familiar with flask? I'm learning flask but I get this to work

HTML:
                     <form action="{{url_for('index')}}" method="POST">
<fieldset class="form-group">
<label for="exampleInputEmail1">Name</label>
<input type="text" class="form-control" id="exampleInputEmail1">
</fieldset>
<fieldset class="form-group">
<label for="exampleTextarea">Comment: {{com}}</label>
<textarea class="form-control" id="exampleTextarea" rows="3" name="comment"></textarea>
<small> {{com}} </small>
</fieldset>
<fieldset class="form-group">
<label for="exampleInputFile">File input</label>
<input type="file" class="form-control-file" id="exampleInputFile">

</fieldset>

<button type="submit" class="btn btn-primary">Submit</button>
</form>


Python:
#!/usr/bin/env python
from flask import Flask, redirect, render_template, url_for, request
from flask.ext.script import Manager
from flask.ext.bootstrap import Bootstrap
app = Flask(__name__)
bootstrap = Bootstrap(app)
@app.route('/', methods=['GET', 'POST'])
def index():
return render_template('index.html')
if request.method == 'POST':
comment = request.form['comment']
return render_template('index.html', com=comment)

@app.route('/user/<name>')
def user(name):
return render_template('user.html', name=name)

if __name__ == '__main__':
app.run(debug=True)


Why won't the comment input appear in label?
>>
>>55237102
Can you post an screenshot or something, anon?

File: DC.jpg (431KB, 1741x1724px) Image search: [Google]
DC.jpg
431KB, 1741x1724px
Post your every day carry.
313 posts and 66 images submitted.
>>
File: edc.jpg (2MB, 2409x1458px) Image search: [Google]
edc.jpg
2MB, 2409x1458px
>>
File: edc.jpg (616KB, 1442x959px) Image search: [Google]
edc.jpg
616KB, 1442x959px
>>
File: IMG_20160524_044842.jpg (727KB, 2367x1527px) Image search: [Google]
IMG_20160524_044842.jpg
727KB, 2367x1527px

File: 170.gif (78KB, 500x335px) Image search: [Google]
170.gif
78KB, 500x335px
OK so yesterday while my pc was on I was cleaning the back of my desk and the tower fell on its side. The pc froze so I manually shut it off. Fast forward to this morning. After turning it back on it was stuck on the bios screen. I decided to restart it and after waiting 5 minutes it finally logged on. To my horror, the thing was slow as hell and would just constantly crash. This would repeat everytime I did a hard reboot. I went into the bios after spamming the delete button. Everything seemed fine but sometimes it wouldn't detect my hard drive at all. I tried to use the manual repair for the hard drive but it would be stuck at 0% for over 2 hours. Anyways, what could the problem possibly be? Thanks ahead of time everyone. Specs:
980 ti gtx
I5 5670k proc
2tb wdc hard drive
Gaz87 d3hp Gigabyte motherboard
8 gig xms3 ram 600 watt power supply
12 posts and 1 images submitted.
>>
>>55263421
Did you try asking tech support?
>>
>>55263421
Hard disk head crash. It's dead, Jim. New hard drive time.
>>
>>55263421
Hard drive dead. Now go away.

File: whatshouldibuyg.jpg (36KB, 650x365px) Image search: [Google]
whatshouldibuyg.jpg
36KB, 650x365px
Hey /g/.
Im looking for a new laptop for uni to replace my aging vaio duo. Here are the things im thinking about what i want/need, i just have no idea what laptop suits me most.
Price is not a significant factor
I am not familiar with Mac OS
I dont not want/need a gaming laptop (have a good desktop)
Bonus points for good screen size and keyboard quality
Bonus points for portability
Bonus points for good material choice/build quality
Bonus points for touchscreen/2in1
What do you say /g/? help out an old friend in a time of need?
16 posts and 1 images submitted.
>>
>Old friend
Thinkpad
>>
mac book pro baby
>>
>>55263360
Pro with windows? I need windows, too many old programs built for it in my degree

File: IMG_0375.png (95KB, 537x534px) Image search: [Google]
IMG_0375.png
95KB, 537x534px
New PC build, unable to install drivers without having to go Into safe mode and remove them just for it to take me back to square one. Here are my specs:Asus Am1i-A,Amd Athlon 5350, Kingston HyperX FURY - DIMM 240-pin, WD 320gb 7200rpm, hiper type r ii 680w psu. Anyone have any idea why it does that?
8 posts and 1 images submitted.
>>
>>55263295
youre probably installing the wrong drivers
use their websites to download the correct one. dont use that macroshit "install driver" in device manager.
>>
>>55263295
Use GNU, GNU is the king of drivers and you won't have issues with drivers. Also Windows 7 is a legacy OS, it is to be avoided as it is 7 years old, if you must use Windows then use Windows 10 as it has more driver support in the NT kernel.
>>
>>55263473
>gnu
>drivers

no, thats linux

File: 1464820561076.jpg (265KB, 1000x892px) Image search: [Google]
1464820561076.jpg
265KB, 1000x892px
If you were to make a program that would create random combinations of pixels on a 1280x1024 monitor, approximately how long do you think it would take to create every image that will ever exist on a modern PC?
7 posts and 1 images submitted.
>>
1280x1024x255x255x255/(number of file writes a second)
>>
>>55263208
how long do you think it would take before it pumped out an image of rms?
>>
Much longer than the lifetime of the universe, even for a much smaller image than that

File: 1466052560055.jpg (20KB, 480x412px) Image search: [Google]
1466052560055.jpg
20KB, 480x412px
Does anyone know if a galaxy S6 case fit my samsung j7? I cannot figure this out for the life of me.
8 posts and 4 images submitted.
>>
no
why would it?
>>
>>55262977
Stupid questions thread, and it's highly unlikely.
>>
File: 1466638689121.jpg (42KB, 649x638px) Image search: [Google]
1466638689121.jpg
42KB, 649x638px
>>55262982
I don't know, my last phone was an S3, I couldn't figure out what all the differences between them were. I was really set on a certain case but the company only makes them for S6's.

File: Screenshot_2016-06-26-05-35-43.png (1MB, 1080x1920px) Image search: [Google]
Screenshot_2016-06-26-05-35-43.png
1MB, 1080x1920px
Desktop rate thread? How to improve also
5 posts and 2 images submitted.
>>
>>55262837
>desktop
>home screen
pick one newfag
>>
>>55262868
Home screen* sorry.
>>
File: Screenshot_20160626-004127.png (2MB, 1440x2560px) Image search: [Google]
Screenshot_20160626-004127.png
2MB, 1440x2560px
>>55262837
You must mean homescreen rate thread and also its looks kinda too minimalistic , just add a clock and you be good
7/10

File: 9f42fdff57d8765dff9f4636590f6c34.jpg (183KB, 1000x1000px) Image search: [Google]
9f42fdff57d8765dff9f4636590f6c34.jpg
183KB, 1000x1000px
>steal unattended laptops
>install linux on them
>turn them in to the lost and found
16 posts and 3 images submitted.
>>
>what to do when you can't fit in and nobody likes you
>>
>>55262779
everyone likes me, anon
>>
>>55262756
What do you install? After cloning their hard drive, of course.

File: code.jpg (213KB, 750x313px) Image search: [Google]
code.jpg
213KB, 750x313px
Where is your code haven? The place you get the most done?
12 posts and 3 images submitted.
>>
>>55262741 Home
>>
The couch in my living room.
>>
>>55262755
Why home anon? Why not the outside world?

File: kekerinokekerina.jpg (218KB, 565x695px) Image search: [Google]
kekerinokekerina.jpg
218KB, 565x695px
Is using a custom rom and then don't flash the google shit worth it ?
I have the sensation that if i flash the gapps shit i will get aids.
23 posts and 2 images submitted.
>>
don't worry you already have aids
>>
>>55262735
no
>>
>>55262732
What's she doing with her fingers?

File: knowing-1.jpg (51KB, 550x362px) Image search: [Google]
knowing-1.jpg
51KB, 550x362px
Hey /g/,

Cross compiling can be a tricky business. Just because you know the target architecture, it seems unlikely you can cross compile any program without error. What all do you need to know about a machine (architecture)? What are some common pitfalls (memory configuration)? What compiles do you suggest (gcc)?


Background: I am learning about server-side scripting so I can make dynamic webzones. I discover my host doesn't allow me to run a gcc from their /usr/bin/gcc directory for "security reasons". So I have to cross compile. Surprisingly I was able to compile on my machine, and upload the result, but that surprised me. What do I need to know to make about the target machine to properly cross compile?

If this doesn't fit /g/, this can be a general compilers/assemblers thread.
7 posts and 1 images submitted.
>>
Oh yeah, operating system seems important to know too.
>>
Operating system and architecture should be enough
>>
>>55262432
Do you know if their are any issues with linked libraries? It seems prudent to make stand-alone executables.

File: Screenshot_2016-06-25-23-34-12.png (936KB, 1080x1920px) Image search: [Google]
Screenshot_2016-06-25-23-34-12.png
936KB, 1080x1920px
Pic unrelated.

This is just a question, it isn't really a reflection of what I want to do but I'm just curious: how would you hack or mod a mobile app? I hear people constantly talking about hackers in Clash of Clans or other play to win games to get an edge on the other players but when I look up methods to do so all I find are malware downloads for fake hacking tools.

Does it involve modifying the APK in some way?
6 posts and 1 images submitted.
>>
It may. Alternatively you could write a program which runs alongside the app, capturing the data which it's about to send to a server and modifying it first. This way the app thinks you're following the "rules" but the server reacts to the data it receives, which may make it misbehave. This is effectively what one guy did with Dominoes to make the server believe that his payment was authenticated despite never actually going through.

Bonus points if you can see the very easy way to outsmart such a hack.
>>
>>55262218
Clash of Clans is server based changing the apk won't do shit.
>>
>>55262281

Interesting. So would writing this program be pretty complex, or would it be simple if you had fairly decent knowledge of programming language?

Pages: [First page] [Previous page] [8624] [8625] [8626] [8627] [8628] [8629] [8630] [8631] [8632] [8633] [8634] [8635] [8636] [8637] [8638] [8639] [8640] [8641] [8642] [8643] [8644] [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.