[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 - 2714. 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: Capture.png (68KB, 957x617px) Image search: [Google]
Capture.png
68KB, 957x617px
UBLOCK censoring "leaked celeb pics" (and who knows what else) that it doesn't like

i just went to jenniferlawrencenudes website and noticed that when the site loaded i could see an image at the bottom for a split second then it disappeared.

i scrolled down and noticed it was all just text

so i disabled Ublock on the site and EVERYPIC showed up

when you highlight and go to manually block one of the images they all have her name in the URL and a standard jpg.

there's literally no way this was accidentally flagged as spam or ads

and the fact they site name is explicitly named after her and the content it has makes it even more proof that Ublock implemented these URLs into its DEFAULT settings

also based on the site's own admission, it was recently created just within the last 1-2 months so that makes it even more suspicious that it's already been implemented into the default filters

and by the way, yes this is the offical Ublock Origin, not the spinoff that wasn't maintained by the original creator (and his supposed beliefs)
40 posts and 5 images submitted.
>>
>wanting to see that whore nude

For what purpose other than "muh free press muhfugga"
>>
>>60336292

nice ad-hominem
>>
>>60336281
Send a link, let me test adBlock.

File: 2000px-Maxima.svg.png (127KB, 2000x1890px) Image search: [Google]
2000px-Maxima.svg.png
127KB, 2000x1890px
>full Computer Algebra System (unlike Matlab)
>Lisp backend
>so easy that can serve as a learning aide
Why are you not using Maxima anon
13 posts and 1 images submitted.
>>
I actually use it and like it; however, I've been using mathematica more of late.
>>
>>60336305
I recon you may use mathematica because of your college, most universities paid for it and require its use
>>
>>60336252
What is its Simulink equivalent and how does the code that tool generates look?

File: file.png (47KB, 200x200px) Image search: [Google]
file.png
47KB, 200x200px
"If you have the latest utorrent, please uninstall the program and run a full virus scan on your computer. There are reports that an ad on Utorrent uses a flash exploit to install malware on your computer without your knowledge. No reports for Bittorrent, seems to be only affecting Utorrent users. We will keep you updated"
167 posts and 26 images submitted.
>>
Source?
>>
what if i have them disabled?
>>
>>60336200
This came through on a Discord Server announcement about a minute ago (CrackWatch).

>>60336205
Don't risk it.

File: help me.png (8KB, 588x228px) Image search: [Google]
help me.png
8KB, 588x228px
So my task is to implement a method on building binary expression tree (which I have already done).

I only have 1 more task to do, and it's the one included in the picture.The goal of this function is to take an arithmetic expression and break it into a vector.

So for example, 3+4*5 would be [3, +, 4, *, 5].
Also, 34+45*56 would be [34, +, 45, *, 56] so I would not be able to iterate through a string and just call it a day.

There are two helper functions which can be used to help determine whether a string is an int or operator. There is none for parenthesis but it can be done easily I reckon.

I need to pass the following test cases to achieve full marks (since I already have finished the rest of the assignment).
std::string expr1 = "1 + 2";
std::string expr2 = "1 * 2";
std::string expr3 = "1 - 2";
std::string expr4 = "1 / 2";
std::string expr5 = "(1 + 2)";
std::string expr6 = "1 + 2 * 3";

std::stringstream stream;
stream << std::rand() % 10000;
std::string expr7 = stream.str();

The last one is simply tests a random number to see if it goes through the test.

So overall, I'm guessing I can split by white space? I'm struggling like crazy and it's in 7 hours. ;_;
17 posts and 3 images submitted.
>>
Are you allowed to use regular expressions?
>>
>>60336161
Nope only arithmetic expressions can be taken in. anything else would still pass through the code but it will not be tested. Only the test cases need to be achieved. I will be marked on design so I can allow it to handle broken input but honesty it's not worth it.
>>
Iterate through the string and put all the data into a string vector until you hit an operator. When you hit the operator put that in another sting vector and continue on until you see a number again and repeat?

File: 1493926521872.jpg (125KB, 720x540px) Image search: [Google]
1493926521872.jpg
125KB, 720x540px
Is there a linux distros as sleak as Windows 7?
6 posts and 1 images submitted.
>>
misread "as steak as Windows 7"
>>
>>60336082
Mint looks like Windows but there is a problem: its webpage -suposedly- has a backdoor.
https://micahflee.com/2016/02/backdoored-linux-mint-and-the-perils-of-checksums/

The MATE interface is also a good one to go after.
>>
>>60336082
Ubuntu Kylin (Chinese Ubuntu) has basically ripped off the Windwos 7 look with their new UKUI desktop.

File: logo-256x256.png (31KB, 256x256px) Image search: [Google]
logo-256x256.png
31KB, 256x256px
/mpv/ fags btfo:
https://diff.pics/N4UfFy5LkRXa/1
That disgusting noise on mpv.

MPV settings:
# video
vo=opengl
profile=opengl-hq
deband=yes
deband-iterations=4
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
dscale=mitchell
sigmoid-upscaling=yes
correct-downscaling=yes

MPC-HC+Madvr settings:
reduce banding artifacts: checked
default debanding strength: medium
strength during fade in/out: high
reduce ringing artifacts: checked
chroma upscaling: NGU
Anti-Alias, high quality
image downscaling: SSIM
2D - strength: 100%
image upscaling: NGU Anti-Alias
algorithm quality:
high
high
high

activate doubling/quadrupling:
let madvr decide
let madvr decide

if any(more) scaling needs to be done:
Jinc AR
use "image downscaling" settings

general settings:
CPU queue size: 128
GPU queue size: 24

trade quality for performance:
All unchecked except for "optimize subtitle quality for performance instead of quality
"
12 posts and 2 images submitted.
>>
I forgot to mention that the video resolution is 720*480 and is being upscaled to 1080p
>>
>>60336073
checked
>>
>>60336073
>no shaders
at least make a fair comparison with the best possible configurations on both players you dumb troll.

File: 1480889872031.png (145KB, 356x333px) Image search: [Google]
1480889872031.png
145KB, 356x333px
Hi i want to learn my first one, python, because it's the easiest (you say it /g/ you say it!)
What is the better website for learnin it?
Also forgive me for my poor english, i'm not anglo, but i really try... It is a good idea to start with python? I would like to work later with a screen in front of my eyes, so it thought writing some code could be something that would save me from this neet-life i'm enduring...
Thanks to you all. Don't bully, i'm pretty sure i'm not the first one talking about that...
Meh.
11 posts and 2 images submitted.
>>
>>60335860
Python is ok, C is godly
>>
>>60335904
Ok so i'll start with the snake, and when i will understand enough to do something i will go to the C.
>>
Do not apologize. You write English better than 99 percent of Americans who voted for Golden Showers.

File: wow.jpg (340KB, 1876x1272px) Image search: [Google]
wow.jpg
340KB, 1876x1272px
Would you get MacOS if Apple makes Logic and Final Cut Pro free like rumors are suggesting?

I preview a lot of hackintoshes coming
27 posts and 5 images submitted.
>>
>>60335845
All software is free if you aren't a fucking idiot
>>
No because hackintosh defeats the main pro of mac
>>
>>60335845
i got a mac and pirated both

File: 61fwW7LN2xL.jpg (75KB, 500x448px) Image search: [Google]
61fwW7LN2xL.jpg
75KB, 500x448px
Previous thread >>60328843

>Not sure what private trackers are all about?
The mission of /ptg/ is to promote the highest possible standards of tracker service by providing members with opportunities for professional development, by recognizing technical competence through examinations and by advancing the interests of its members.

>Have a question?
FAQ http://pastebin.com/LQxkS1mU
WIKI https://wiki.installgentoo.com/index.php/Private_trackers
IRC #ptg irc.rizon.net 6697/9999 SSL only

Use >>>/g/ptg as a link to find the /ptg/ thread.

Remember the following:
>Staff occasionally read these generals and have posted here before.
>Staff may pretend to be normal users asking for invites and when you invite them, they ban you for inviting strangers
>This is a thread for educational purposes only don't offer or ask for invites
333 posts and 36 images submitted.
>>
File: ban englavian.png (116KB, 1328x823px) Image search: [Google]
ban englavian.png
116KB, 1328x823px
ban englavian
>>
nintendo DS
>nice
>>
send me an AB invite i won't tell yui i promise

File: Screenshot_20170511-164604~01.png (201KB, 720x988px) Image search: [Google]
Screenshot_20170511-164604~01.png
201KB, 720x988px
Was it a good deal, /g/ ?
17 posts and 1 images submitted.
>>
>meme-D printer
no
>>
>>60335657
What's wrong with 3D printing?
>>
would make a pretty sweet vape

File: 1494137285324.jpg (200KB, 1280x720px) Image search: [Google]
1494137285324.jpg
200KB, 1280x720px
/tosg/ temple OS general: Purge CIA Niggers edition
34 posts and 8 images submitted.
>>
when is he going to stream? i need my tos fix my dudes
>>
>>60335607
can he livestream while taking a walk? that would be the tits, Terry going up to random cia agents, and revealing them
>>
>no links or info in the first post, couldnt even copy and paste an old thread
>prob some underage v& that just wants to talk about "muh eceleb that says nigger ebin XD"
kys pl

Anyone on /g/ got one of these? How are you liking it? Are they quiet?
13 posts and 2 images submitted.
>>
>>60335585
Quiet until you put a fancy video card in them. There's 4 or 5 fans in the front which are like 20mm and make a racket when spinning fast which they do with graphics intensive stuff.
>>
File: BLYAT.jpg (47KB, 300x222px) Image search: [Google]
BLYAT.jpg
47KB, 300x222px
>>60335585
>Buying a computer named after a Jew.

Kys
>>
There's one at work which is pretty quiet

So, when did you unsubscribe?
151 posts and 22 images submitted.
>>
>>60335557
years ago. he's a mentally ill man who uses his YT channel as an outlet for his anger and bipolar depression issues.

only idiots watch his channel because he'll make you angry and depressed too.
>>
>>60335611
It was fun to watch him repair shit but holy fuck what's with all the political bullshit lately. It reeks of /pol/shit and the comments are pure cancer.
>>
>>60335611
This is not Terry.

File: 1446375648303.png (463KB, 1070x601px) Image search: [Google]
1446375648303.png
463KB, 1070x601px
>windows
>templeos
>999999 variants of linux
>mac osx
>freebsd
>android
>ios
>etc
WHY ARE THERE SO MANY FUCKING OS to CHOOSE FROM?!

WHAT DO I USE AS MY DAILY DRIVER?
48 posts and 6 images submitted.
>>
Just use windows you fucking autist.
>>
Gentoo
>>
Do you play lots of video games and work with multimedia projects that involve Adobe products?
>Windows

Do you indulge in less demanding entertainment instead and work with mathematics and science?
>any Linux distro popular with normal people

Do you not indulge in video games bu do work with multimedia projects or work with mathematics and science and a lot of disposable income?
>macOS

Do you want to waste your time tinkering with a hobbyist os?
>*bsd, templeos, any Linux distro that elitists jerk off over

File: Apple_A10_Fusion_APL1W24.jpg (110KB, 563x600px) Image search: [Google]
Apple_A10_Fusion_APL1W24.jpg
110KB, 563x600px
Literally how can everyone else even compete?
129 posts and 18 images submitted.
>>
File: 1469950316718.webm (1MB, 640x360px) Image search: [Google]
1469950316718.webm
1MB, 640x360px
By not being an overheating turd.
>>
>>60335377
>it doesnt go to 11
>>
Easy. Ditch Qualcomm

Pages: [First page] [Previous page] [2704] [2705] [2706] [2707] [2708] [2709] [2710] [2711] [2712] [2713] [2714] [2715] [2716] [2717] [2718] [2719] [2720] [2721] [2722] [2723] [2724] [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.