[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 - 6875. 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: Unknown.jpg (7KB, 259x194px) Image search: [Google]
Unknown.jpg
7KB, 259x194px
Why are so many syntaxes retardedly difficult? Like for Hello Worlds in C++
 #include <iostream>

int main()
{
std::cout << "Hello, World.";
}

or Java
 public class Hello {
public static void main(String []args) {
System.out.println("Hello World");
}
}


Why is shit so complex? Why can't it just be
 print "hi world" 
and just be it?
18 posts and 1 images submitted.
>>
>>56587010
lol

that isn't a problem with "syntax"

you have to explicitly declare libraries and execution (in c/c++ it's "main")

if you want a babby language that does that shit for you just use python
>>
Why is it so hard to drive a car 1 block? I have to open the door, get inside, put on my seat belt, turn the car on, and make adjustments to the nobs based on weather. Then when I get to the destination I have find parking, park, turn it off and remember to lock it.

Why can't it just be like walking? Just walk one block and I'm done. Takes way less time.
>>
>>56587010

I like your image OP

File: 1463966019154.jpg (28KB, 429x399px) Image search: [Google]
1463966019154.jpg
28KB, 429x399px
Are there any non-honeypot cloud services?

What do you use for remote storage?
8 posts and 2 images submitted.
>>
File: 320 gigabytes.webm (3MB, 640x348px) Image search: [Google]
320 gigabytes.webm
3MB, 640x348px
I pay couriers to upload data into their brains and transfer said data to whatever location I happen to be in that given week/month.

webm related.
>>
>>56587002
spider oak
>>
>>56587730
Sneakernet would actually be pretty secure.

How much bandwidth did you use this month, /g/?
150 posts and 33 images submitted.
>>
>>56586981
Don't have a screenshot but apparently it was 1.6TB
>>
>>56586981
What is this? If it's third-party you're retarded
>>
>>56587050


It's from my ISP's website

File: STRENGTH THROUGH PURITY.png (36KB, 2000x1412px) Image search: [Google]
STRENGTH THROUGH PURITY.png
36KB, 2000x1412px
Previous Thread: >>56580427

What are you working on, /g/?
340 posts and 23 images submitted.
>>
>>56586908
We're talking about IDs and ages here, which are both integers you moron.
>>
>>56586926
>which are both integers
Oh yeah, negative IDs are the most common kind of ID!
>>
>>56586945
Unsigned integers. Both unsigned integers.

Either way, the representation is the same. That's what structurally similar means.

File: IMG_20160913_184724.jpg (17KB, 720x152px) Image search: [Google]
IMG_20160913_184724.jpg
17KB, 720x152px
hi /g/, anyone here using this modded spotify apk? it works perfectly but its being detected as malicious by my phone( acces to count info, bluetooth control and other bullshit)
is it safe?
6 posts and 1 images submitted.
>>
>>56586863
account's info *
>>
Where did you download if from? I'm a user of a modded Spotify myself.


Modded Spotify is literally the best. An infinite music library.
>>
>>56586962
just googled it and found that cancerous ihackedit site, where did you get it from?
it works completely fine for sure, but the app's permissions look just a little bit suspicios

File: mr-robot-season-2.jpg (202KB, 670x377px) Image search: [Google]
mr-robot-season-2.jpg
202KB, 670x377px
>“If the hack is not feasible in real life it doesn’t get into our script,” Kor Adana, a writer and technical producer on “Mr. Robot” said. “I spend my day breaking story in the writers’ room but I spend my night talking to my team of consultants and we’ll come up with an approach that’s feasible and works.”

>If a hack gets written in, Adana said that he and his team will actually perform the hack to get screenshots or video of what the screen would look like. They then create a Flash program that they end up shooting with stars Rami Malek or Christian Slater or Carly Chaikin.

>“I’m there on set practicing it with them, making sure it looks accurate so they hit the alt-tab at the right spot or they hit ‘enter’ at the right spot,” Adana said.

Is it true? Could the hacking on the show really be done?
42 posts and 8 images submitted.
>>
he used putty for ssh so yes it's all accurate :^)
>>
File: 1473797073771.png (246KB, 1136x717px) Image search: [Google]
1473797073771.png
246KB, 1136x717px
>>56586877
I knew it.
>>
File: real humans.png (685KB, 720x576px) Image search: [Google]
real humans.png
685KB, 720x576px
>>56586841
Of course

File: haskell.png (49KB, 1000x716px) Image search: [Google]
haskell.png
49KB, 1000x716px
What is the purpose of this language?
15 posts and 3 images submitted.
>>
File: hitler.jpg (18KB, 343x450px) Image search: [Google]
hitler.jpg
18KB, 343x450px
purity.
>>
There is no purpose of any language desu. The only ones with any practical unique attributes are C, Java, and Python
>>
>>56586850
Ngl I've been studying python for a year still got no clue what it's actual real life practical uses are. My college class teaches really stupid scenarios and shit like an overly complicated decorating firm using a python calculator and client log in system (because real decorating firms totally have a client log in )

File: win_mpv.png (203KB, 512x512px) Image search: [Google]
win_mpv.png
203KB, 512x512px
>windows builds:
https://sourceforge.net/projects/mpv-player-windows/files/

>low-end scaling profile:
scale=spline16


>mid-end scaling profile:
profile=opengl-hq


>high-end scaling profile:
profile=opengl-hq
cscale=ewa_lanczos
scale=ewa_lanczossharp


>enable default interpolation:
video-sync=display-resample
interpolation=yes
blend-subtitles=yes


>enable smoothmotion interpolation:
video-sync=display-resample
interpolation=yes
tscale=oversample
blend-subtitles=yes
320 posts and 31 images submitted.
>>
File: step05.png (21KB, 762x475px) Image search: [Google]
step05.png
21KB, 762x475px
How to do the same with mpv?
>>
>>56587405
i use xrandr.lua, but that's for X11, dunno about windows
>>
>>56587528
Is there a reason why we need to use lua scripts?

File: cover-image.jpg (119KB, 620x412px) Image search: [Google]
cover-image.jpg
119KB, 620x412px
Which is better?
82 posts and 18 images submitted.
>>
File: 312091.gif (15KB, 200x225px) Image search: [Google]
312091.gif
15KB, 200x225px
>>56586730
>should i go for one botnet or the other?
>>
Why would I want to use google drive when I don't use chrome or gmail.
>>
>>56586757
Dropbox is the lesser of two botnets

File: hardwired.png (19KB, 573x536px) Image search: [Google]
hardwired.png
19KB, 573x536px
Do you guys know of a method to spoof your system specs to bypass installers that have a minimum requirements check?

pic unrltd just my speeds after hardwiring
8 posts and 1 images submitted.
>>
Just download a new CPU and some more RAM
>>
>>56586683
>174.113.242.49
get hacked kid
>>
Just learn to use IDA, it's easy af.

File: rachel mendoza.jpg (23KB, 400x402px) Image search: [Google]
rachel mendoza.jpg
23KB, 400x402px
>One moment while we connect you with technical support...
>You are now connected with Rachel
>Rachel: Hi, how can I assist you today?
16 posts and 1 images submitted.
>>
y-you too
>>
>>56586637
Hi Rachel, please let me speak with tier 2 tech support. My problem is pretty specific and I have already done the basic troubleshooting myself.
>>
My phone exploded, what the fuck bitch?

File: windows-10-topic[1].png (68KB, 800x799px) Image search: [Google]
windows-10-topic[1].png
68KB, 800x799px
Tell me the cons of WP, niggers.
29 posts and 3 images submitted.
>>
No apps
>>
App gap is real.
>inb4 i dont need no popular and latest apps coz im a puritan who only uses the phone for phone calls
Then why own a fucking smartphone
(Btw my phone is a lumia 640)
>>
Microsoft.

File: abc.jpg (20KB, 235x210px) Image search: [Google]
abc.jpg
20KB, 235x210px
is going from a Q6600 to an i5-6600 worth it ?
8 posts and 1 images submitted.
>>
>Q6600
As in the duo core from about a decade ago? Yeah that would be a respectable upgrade.
>>
>>56586591
Q is further down the alphabet than an i and the number is the same, so it's not worth it.
>>
How about an i5 2500K to basically anything recent from Intel?

File: Folding-Table-Master-Race.jpg (46KB, 1456x890px) Image search: [Google]
Folding-Table-Master-Race.jpg
46KB, 1456x890px
What do you think the best desk is /g/? Well your wrong this is the Holy Grail of desks.
94 posts and 33 images submitted.
>>
>shitty fold out desk doesn't even look good
>It's the best desk, rite?

Try a L shaped glass desk, anon. You'll fucking love it.
>>
>>56586585
that's what i have for a desk right now, and it's uneven shit - but i love the giant workspace (i got a 6' one)

>>56586638
glass desks are a fucking meme lol
>>
>>56586585
This picture is only from google, but its the exact model & colour that I have. Ikea, Malm. Its sturdy, large, didn't cost an arm and a leg and has a very nice side table thing which pulls in & out, which can be put on either side or left off entirely.
Great place to put my coffee/food when at the PC.

Anyone use the RTA Producer Station for gaming? What are your thoughts? That top shelf looks like the monitors would sit a bit high, but it says it's supposed to promote good posture.

Anyone with experience?
14 posts and 2 images submitted.
>>
>>56586509
Seems like a decent idea, but the lack of leg room looks like a pain in the ass.
>>
>>56586509
these "producer" desks are outdated and no longer serve any purpose now that everyone is mostly software based, and occasional hardware is just put in a generic rack with wheels. get a normal desk so you can be comfy and have leg space and room for things instead

looking up at a monitor is bad posture
>>
>>56586589

I agree with a lot of this, especially about the shift from hardware to software.

Pages: [First page] [Previous page] [6865] [6866] [6867] [6868] [6869] [6870] [6871] [6872] [6873] [6874] [6875] [6876] [6877] [6878] [6879] [6880] [6881] [6882] [6883] [6884] [6885] [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.