[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 - 3020. 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: help.png (24KB, 390x441px) Image search: [Google]
help.png
24KB, 390x441px
HEEEEEEEEEEEEELP
18 posts and 4 images submitted.
>>
>>60047443
Looking good anon
>>
File: IMG_1494.png (262KB, 1024x768px) Image search: [Google]
IMG_1494.png
262KB, 1024x768px
What's wrong anon?
>>
>>60047443
>room heater from the 2000s
noice

File: 1439697368517.jpg (179KB, 480x710px) Image search: [Google]
1439697368517.jpg
179KB, 480x710px
This guide assumes you forgot everything from highschool. No you don't have to learn any of this in order to program you can just start hacking around every .c file in your kernel.org git source clone and see what happens. Why would you want to learn math? Because it will change your thinking. You won't be easily fooled by bullshit, you will have tools to sort through obvious logical fallacies. You will be able to optimize programs and create your own algorithms. You will be able to estimate. Above all, you will be able to solve problems using computation which is what computer science is all about. And least of all, you will get paid more than anybody else without this knowledge so if your goal is shekels then read on. Note: DO THE EXERCISES. You won't learn otherwise. Books instead of video lectures were chosen because they've lasted 30+ years some of them in relevancy in the field, also lectures disappear all the time like when MIT nuked all one prof's Physics OCW lectures because he tried to pickup a student, setting a precedent that at anytime this information can disappear. Read a book nigga.

Math Preliminary

Basic Mathematics by Serge Lang

Buy/Pirate this book (he's dead). It's highschool math, from the perspective of a Mathematician. You will learn up Pre-Calculus and be prepared for rigorous proofs later.

An Introduction to Mathematical Reasoning" by Peter J Eccels

This changes you from rote drilling and being a human calculator in highschool to learning what math actually is, and what proofs do. Excellent, excellent book.

How to Solve It by G. Polya

How to do proofs, written in 1940s and still for sale in every Chapters/B&N bookstore to this day because it's the best proof helper that exists.
24 posts and 4 images submitted.
>>
>>60047432
Welcome to Proofs

>Calculus" by Spivak
Actually, you are learning ANALYSIS, in addition to calculus. Torrent the 3rd edition w/the answer book. This is a fucking hard assed book, you may be better off reading "Advanced Calculus" which is actually easier, as the intro points out that Spivak's exercises are difficult as shit:
http://www.math.harvard.edu/~shlomo/docs/Advanced_Calculus.pdf
Discrete Math Intro

http://cglab.ca/~michiel/DiscreteStructures/ it also comes with lectures on jewtubes
https://www.youtube.com/channel/UCG96LXNYz9x7eTqSRtQ2R9A Doing real discrete math and probability.

>Linear Algebra by Friedberg, Insel and Spence
Get the latest version (piracy). It's proof centric, this will come in handy later when you need to understand some Linear applications and don't know how something works so can revert back to your training in LA in proofs. LA is heavily, heavily used in all game programming. Also in cryptography and numerous other CompSci fields.
>>
>>60047442
Algorithms

>Intro to Algorithms aka CLRS

https://mitpress.mit.edu/books/introduction-algorithms this will teach you sort of an Art of Programming lite.

NP-hard problems

>Concrete Math by Knuth et all (CONtinuous and disCRETE math)
This is chapter 2 of The Art of Computer Programming (TAOCP) "Mathematical Preliminaries" in a format that isn't as terse. Complete this and you can do any of the TAOCP books, and solve any problem using discrete mathematics in computer science.

Bezerker level, how the fuck did they do that tier
>Calculus on Manifolds by Spivak.
This notation is used by Gerald Sussman (of SICP fame) in all his texts. It's a great fleshing out of multi variable calculus, but you absolutely have to do the exercises, it's a small book but difficult.

>Structural Interpretation of Classical Mechanics Aka SICM free online http://mitpress.mit.edu/sites/default/files/titles/content/sicm/book.html
Just read the Intro/First chapter (unless you have a solid understanding of classical mechanics from these lectures: http://theoreticalminimum.com/courses/classical-mechanics/2011/fall then read the whole book)
You write out math equations in scheme. You will get that "aha" moment like when you read SICP but for Math. If you just read the first chapter/intro you will be able to convert math equations into functions whenever you come across them. If you read the whole book you will:
>write a lagrangian as a normal Scheme function
>symbolically take derivatives of that to get equations of motion
>print those equations with LaTeX.
>compile those equations to native code and numerically integrate and plot the motion of the system
It's like magic the first time you see it. You can now write highly advanced physics into game player movements.
>>
>>60047452
Master of the Universe tier

>The Art of Computer Programming
any volume. I would start with 4.1a Combinatorial Algorithms. 4.1b is out on Knuth's homepage and it contains all new math that isn't even on Wikipedia yet. The exercises are in the book for a reason, it's not just reference it's to help you understand the material so try some of them.

>Functional Differential Geometry by Sussman.

http://groups.csail.mit.edu/mac/users/gjs/6946/calculus-indexed.pdf SICP is the gold tier for Computer Science, SICM is gold tier for Physics, and Functional Differential Geometry is gold tier for applied mathematics. This again converts equations into scheme functions. Treating data as a distribution in high-dimensional space is at the core of machine learning, and differentiating across those dimensions is typically how learning is done. There's a whole area called Information Geometry which treats the parameter spaces of statistical models as Riemannian manifolds under the Fisher information metric you'll learn in machine learning courses.
In SICM the same authors mention that a computational approach to calculus revealed errors in their own understanding of classical mechanics equations (such as Lagrange's equations), and they introduced new notation to address the problem. Functional Differential Geometry picks up that idea and runs with it, debugging general relativity and quantum mechanics.

Conclusion
This list is about learning base theory, so you can branch off and learn anything you want yourself like a formal course in Statistics http://www.stat.cmu.edu/~larry/all-of-statistics/ or go into number theory for cryptography. With this foundation there is literally no course or advanced field of Compsci you can't take.

File: IMG_4310.jpg (145KB, 608x905px) Image search: [Google]
IMG_4310.jpg
145KB, 608x905px
>Your month and year of birth
>Main technology which was featured on the cover of MIT technology review https://www.technologyreview.com/magazine/#past-issues
34 posts and 23 images submitted.
>>
Forgot mine:
>october 92
>Virtual Reality
>>
File: techreview_10_1972.jpg (19KB, 392x564px) Image search: [Google]
techreview_10_1972.jpg
19KB, 392x564px
Blimey, I'm old.
>>
File: 1992-05-cover[1].jpg (21KB, 220x300px) Image search: [Google]
1992-05-cover[1].jpg
21KB, 220x300px
>>60047339

What VPN does /g/ recommend? I've been looking at Air and Nord, neither keep logs.

Not looking to torrent or download much.
9 posts and 2 images submitted.
>>
File: ..gif (2MB, 448x295px) Image search: [Google]
..gif
2MB, 448x295px
>>60047204
everyone can just give their opinion to you, you're better off researching yourself
https://thatoneprivacysite.net

every provider claims no logs but many have been caught out lying (eg. HideMyAss), and only PIA has been proven not to log
https://torrentfreak.com/vpn-providers-no-logging-claims-tested-in-fbi-case-160312
>>
Build your own.
/thread.
>>
>>60048110
That sounds like a lot of coding

Electric toothbrush technology!!!!
/g/ what electric toothbrush does /g/ uses which model should I use to not get goyed?
9 posts and 3 images submitted.
>>
>>60047139
I use a sonicare. It's bretty great. Brush heads are either two for $25 or 3 for $10 but they're chink shit heads and the bristles fall off.
>>
>>60047139
this one.

https://21stcentury-living.com/2017/04/03/philips-sonicare-essence-sonic-electric-rechargeable-toothbrush-review/

is very affordable
>>
File: orig.jpg (29KB, 121x621px) Image search: [Google]
orig.jpg
29KB, 121x621px
Oral-B Professional Care 5000 D34

Look at this shit
11 posts and 4 images submitted.
>>
>>60047127
>This doesn't sound good.
Ha.
>>
>headphone app

wat
>>
File: COI2ltTWEAAhxhh.jpg (30KB, 600x338px) Image search: [Google]
COI2ltTWEAAhxhh.jpg
30KB, 600x338px
>>60047127
vettel uses it.
must be good.

File: luck.jpg (2MB, 3264x2448px) Image search: [Google]
luck.jpg
2MB, 3264x2448px
So, it's been about 5 months or so since I got these in the mail, still haven't done anything with them, what do now? Sell them and buy another GPU or hold off and build systems around them?
>Pic Related
>Last thread: https://warosu.org/g/thread/S57822002#p57822002
32 posts and 7 images submitted.
>>
>>60047122
Send them back you thieving scumbag
>>
File: timestamp.jpg (2MB, 3264x2448px) Image search: [Google]
timestamp.jpg
2MB, 3264x2448px
Oh Shit, I found the original Timestamp
>>
>>60047152
We tried, the company didn't want them back, this mobo is discontinued now

File: shit.png (138KB, 1048x1024px) Image search: [Google]
shit.png
138KB, 1048x1024px
>GPL
>"Free"
>Can't do this
>Can't do that
10 posts and 2 images submitted.
>>
go back to your BSD cuck license
>>
>>60047105
>have to mention
much more free than gnu but still not really free. all software on my computer is public domain.
>>
It grants freedom to the end user, not the developer.

File: 3cb.gif (564KB, 800x430px) Image search: [Google]
3cb.gif
564KB, 800x430px
>2017
>still using C++
13 posts and 3 images submitted.
>>
>>60047087
>2017
>not using fortran
>>
>>60047087
>2017
>not writing Objective-C
>>
>>60047087
>4034-2017
>still using a language to manipulate the machines around you
It's like you're a tech illiterate anon

File: 61EU5T6v1xL._SL1500_.jpg (115KB, 1500x1500px) Image search: [Google]
61EU5T6v1xL._SL1500_.jpg
115KB, 1500x1500px
I'm looking to get a mp3 or mp4 player for a good cheap price from 10-30 dollars. I want something modern and not look like a ipod or ipod touch. Pic related is something that I'm looking at on amazon.
34 posts and 2 images submitted.
>>
>>60046943
A phone
>>
>>60047052
Eat a dick, you piece of shit.
>>
>>60047069
Only if it's yours.

File: wget.png (136KB, 1413x798px) Image search: [Google]
wget.png
136KB, 1413x798px
>current year
>still unable to handle UTF-8
29 posts and 3 images submitted.
>>
>using gnu crap seriously
Hope the poor pajeets will have all shit replaced with systemd soon.
Meanwhile, We, the patricians, are using openBSD.
>>
>current year
>windows still runs UI rendering with kernel privileges
>>
File: file.png (7KB, 533x101px) Image search: [Google]
file.png
7KB, 533x101px
>>60046957
Your memes have been outdated since Windows 8 release

File: maxresdefault.jpg (73KB, 1280x720px) Image search: [Google]
maxresdefault.jpg
73KB, 1280x720px
Holy cow, I did not know that Windows Optimizer 2010 also works on Windows 10. Just tried it out and holy jeezus, is this the greatest thing ever, or what? Turbo Mode is so fast, shit actually opens before I even click on it. Edge is now at least 2 times faster than Epic Security Browser and the program also cleared a lot of disk space. What is this sorcery?
8 posts and 1 images submitted.
>>
>>60046816
Does it download more RAM?
>>
>>60046816
But does it delete system32 for a faster OS operation?
>>
Thanks for the tip OP! This program is amazing.

To any linux users that want to try it, I just used it with
sudo wine winopt.exe

and it worked beautifully

File: 77yUr6t.png (7KB, 603x70px) Image search: [Google]
77yUr6t.png
7KB, 603x70px
Is this the crappily coded JS hell /g/ has feared for years? Its also using 15% of CPU as we speak, and that is 1 tab by the way.
8 posts and 4 images submitted.
>>
link to website
>>
File: 1490856227586.jpg (27KB, 480x479px) Image search: [Google]
1490856227586.jpg
27KB, 480x479px
fake news
>>
File: 1.jpg (111KB, 1252x1252px) Image search: [Google]
1.jpg
111KB, 1252x1252px
>>60046914
>>60046932
https://csgoatse.com/play plz no bully

File: Capture.png (31KB, 588x519px) Image search: [Google]
Capture.png
31KB, 588x519px
I'm using a core2duo build. 1080p videos lag in every player. MPC-HC EVR shows drops to 14 fps at times.

What player and how to render at lower quality to reduce stutter?

mpv
vo=opengl
hwdec=dxva2-copy
geometry=50%:50%
priority=high
osd-fractions
demuxer-readahead-secs=5.0
cache=auto
cache-default=2048576
cache-file=TMP
cache-seek-min=1024


have also tried

vo=d3d11va-copy
hwdec=direct3d
10 posts and 1 images submitted.
>>
buy a $10 gpu.
>>
time to leave the stoneage
>>
Get a core 2 quad Q9650 or a Xeon with ab lga 771 to 774 mod

File: Verizon-vs.jpg (76KB, 500x303px) Image search: [Google]
Verizon-vs.jpg
76KB, 500x303px
Now that anybody and everybody is offering unlimited data, my old grandfathered plan is obsolete. I'm paying about $100 more than if I were to switch over to a new plan.
So are there any good incentives going on (besides the pretty hefty saving I'll already receive)?
I held on to that plan for so long I'm out of the loop.

But there's no reason not to try and get a better deal now that times have caught up with the carriers.
7 posts and 1 images submitted.
>>
>>60046716
Read the fine print is the new stuff actually unlimited it throttled after like 10gigs?

My plan is old as shit and I can't get a new sim card unless I "upgrade" plan. which means I only get 3g on the old sim card somehow. But whatever, I cut it to nano size anyways
>>
>>60046727
It's throttled after 22GB, but so is every grandfathered unlimited plan now.
Your contact has to specifically say no throttling and those were really rare.

Like: They weren't the earliest unlimited plans, -those get throttled, and they aren't the latest - those get throttled. There's a really wierd spot in the middle you have to hit exactly.
>>
Are contracts even a thing anymore? I thought carriers wanted to do away with those and the new thing is try and sucker people in with 'monthly installment plans' on new phones.

Pages: [First page] [Previous page] [3010] [3011] [3012] [3013] [3014] [3015] [3016] [3017] [3018] [3019] [3020] [3021] [3022] [3023] [3024] [3025] [3026] [3027] [3028] [3029] [3030] [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.