[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 - 2233. 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: _85309454_drone2.jpg (22KB, 640x360px) Image search: [Google]
_85309454_drone2.jpg
22KB, 640x360px
how long do you think it'll be before police helicopters are replaced by drones?

they are way cheaper and could even track criminals without an operator, sure the software needs some work buy I don't think it'll be long

they are way cheaper and can even go up to windows of a house a suspect entered or follow them through wooded areas and use thermal cameras to track them
6 posts and 1 images submitted.
>>
If helicopters stop being a thing will people talk about doing "the drone" with their penis?
>>
>>60719065
Should be called the rotary or propeller since only the propeller spins
>>
>>60719041
Some places already use them like you mentioned in your last sentence.

They won't replace helicopters for those televised chases that people love to watch tho. Drones aren't fast enough and they don't last long enough for vehicle chases.

File: 20170602222128_1.jpg (138KB, 910x1080px) Image search: [Google]
20170602222128_1.jpg
138KB, 910x1080px
Where can I learn to make custom phone UI?

I want to be able to make a phone UI from a video game and have the features on the home screen as my personal apps.
10 posts and 2 images submitted.
>>
klwp
>>
the phone in valhalla was basically just a low res android ui though
>>
Jill is cute.

File: .jpg (1MB, 5120x3840px) Image search: [Google]
.jpg
1MB, 5120x3840px
Hello /g/.
I have been trying to fix this code for an hour since i woke up.
No clue what's wrong with it, it just doesn't seem to be working.
Please help.

>Problem:
I run it and everything works as it should, only problem is that it println's AFTER user input, rather than BEFORE.

>code:
import java.util.Random;
import java.util.Scanner;
public class Math_Master {
public static void main(String[] args) {
Random r = new Random();
Scanner s = new Scanner(System.in);
int op = 0;
int a, b;
int I;
int result;
for (int t = 1; t != 10; t++){
a = r.nextInt(10);
b = r.nextInt(10);
I = s.nextInt();
switch (op){
case 0:
result = a + b;
System.out.println(a + " + " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//subtraction
case 1:
result = a - b;
System.out.println(a + " - " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//division
case 2:
result = a / b;
System.out.println(a + " / " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//multiplication
case 3:
result = a * b;
System.out.println(a + " * " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//error message
default:
System.out.println("programming is fucked");
}
}
}
}

>inb4 - not you personal tech company
never said you were, just trying to fix this broken code.
7 posts and 3 images submitted.
>>
File: anon delivers.jpg (100KB, 854x770px) Image search: [Google]
anon delivers.jpg
100KB, 854x770px
import java.util.Random;
import java.util.Scanner;
public class Math_Master {
public static void main(String[] args) {
Random r = new Random();
Scanner s = new Scanner(System.in);
int op = fag;
int a, b;
int I;
int result;
for (int t = 1; t != 10; t++){
a = r.nextInt(10);
b = r.nextInt(10);
I = s.nextInt();
switch (op){
case 0:
result = a + b;
System.out.println(a + " + " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//subtraction
case 1:
result = a - b;
System.out.println(a + " - " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//division
case 2:
result = a / b;
System.out.println(a + " / " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//multiplication
case 3:
result = a * b;
System.out.println(a + " * " + b + "=");
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//error message
default:
System.out.println("programming is fucked");
}
}
}
}
>>
>>60718468
Damn that's some mighty fine unreadable code you got there.
>>
import java.util.Random;
import java.util.Scanner;
public class Math_Master {
public static void main(String[] args) {
Random r = new Random();
Scanner s = new Scanner(System.in);
int op = 0;
int a, b;
int I;
int result;
for (int t = 1; t != 10; t++){
a = r.nextInt(10);
b = r.nextInt(10);
I = s.nextInt(); // NIGGER THIS IS WHY!!!!!!!
switch (op){
case 0:
result = a + b;
System.out.println(a + " + " + b + "=");
/////PUT IT HERE
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//subtraction
case 1:
result = a - b;
System.out.println(a + " - " + b + "=");
////// AND HERE
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//division
case 2:
result = a / b;
System.out.println(a + " / " + b + "=");
/////// AND HERE
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//multiplication
case 3:
result = a * b;
System.out.println(a + " * " + b + "=");
//////// HERE TO YOU RETARDED DICK-HEAD
System.out.println( (I == result ? "correct" : "incorrect.\nThe correct answer was: " + result));
break;
//error message
default:
System.out.println("programming is fucked");
}
}
}
}

File: technologiestack.png (111KB, 1109x851px) Image search: [Google]
technologiestack.png
111KB, 1109x851px
So, anyone here works with JPA + Spring + AngularJS?
Need to learn those things as fast as possible.

I have some experience with Java Web and Hibernate...
7 posts and 2 images submitted.
>>
>>60718340
I do have a Spring w/ Hibernate + Angular 1 project. I'm currently rewriting the frontend in React w/ MobX.
>>
Can you recommend some books or videos?
>>
>>60718424
Can you recommend some books or videos?

File: desktop.png (29KB, 1024x768px) Image search: [Google]
desktop.png
29KB, 1024x768px
Is there a way I can change the default DE in tails to something less retarded?
Gnome3 runs like shit on really old machines and modern machines.
7 posts and 1 images submitted.
>>
>>60718229
No it runs off a USB lol unless you want to recompile a OS for pedophiles
>>
>>60718229
>have something to hide
>have something to hide in style
Choose one terrorist scum
>>
>>60718229
nah, tails makes it really hard to change components
get a better computer, you'll need a 64-bit cpu when tails 3.0 hits in 10 days

File: images-1.jpg (30KB, 337x436px) Image search: [Google]
images-1.jpg
30KB, 337x436px
Thoughts on this book?
9 posts and 2 images submitted.
>>
File: 4L_RQcwPE4B.jpg (73KB, 508x508px) Image search: [Google]
4L_RQcwPE4B.jpg
73KB, 508x508px
Flimsy but easy to hackintosh
>>
>>60717525
>いじり倒す
What does that mean? I have a flashcard for it, but I always mark it hard because I'm not 100% on the meaning.
Does it mean something like "to mess around"?
>>
>>60717683
it means you'll never be japanese stupid weeb

6 posts and 1 images submitted.
>>
What do you mean?
>>
Education? No.

Journalism? Maybe. The less background a journalist has in computer science, the more they tend to fuck up the terminology. As such, they need to be educated on the shit they report on.
>>
>>60717429

the terminology being used now is either too vague or outdated

many terms , concepts and labels that are still in use were applied in the first half of the 20th century so you could communicate/sell to technologically illiterate people and kind of stuck around due to the amateur hobbyists that grew up in that time period and established the current computer industry. Combine that with shoddy journalism and the end result is shallow understanding/ memes of what actually goes on and difficulty in teaching/ getting people interested in computers, as well as communicating with mathmaticians/ engineers across other industries

File: 20170602_195431.jpg (3MB, 4128x2322px) Image search: [Google]
20170602_195431.jpg
3MB, 4128x2322px
Auurgggg

Fucking connect.

My phone can
My Xbox can
My old as dell desktop can

But a lenovo thinkpad bought in 2016? lol nope

Fuck technology
7 posts and 2 images submitted.
>>
>>60717297
Jesus fucking Christ. Bait or not Get off the Internet you fucking idiot.

At 13, I brute forced my neighbors wifi connection with an old emachine and Vaio REMOTELY while mostly using the ugly fucking command prompt

I had to hide my laptop inside my gay neighbors house over night for maximum packets.

Seriously though, who knows what's wrong with it. I've had a lot of wifi issues over many devices. All of today's hardware is shit. Come back in another 10 years.
>>
Friend had the same problem with his xps. Try changing the router password type to something that isn't web
>>
File: tard.jpg (71KB, 1024x512px) Image search: [Google]
tard.jpg
71KB, 1024x512px
>>60717691
>At 13, I brute forced my neighbors wifi connection with an old emachine and Vaio REMOTELY while mostly using the ugly fucking command prompt

Are you seriously bragging about being able to copy paste some fucking aircrack-ng commands into a terminal at 13?

File: browsericons[1].png (221KB, 840x360px) Image search: [Google]
browsericons[1].png
221KB, 840x360px
Or maybe some easy to use non-browser software?

It would just be for keeping my porn stuff in one place away from my main browser
9 posts and 1 images submitted.
>>
Firefox
>>
notepad
>>
>>60715098
i need to be able to switch the bookmark file between browsers
>>60715083
i guess, if there aren't any better options

File: 139663384441.png (292KB, 421x421px) Image search: [Google]
139663384441.png
292KB, 421x421px
>tfw keep daydreaming about making some genius feat that will make me recognized worldwide in an instant(shit like inventing artificial general inteligence from my basement, hacking systems across the entire world, etc)
I'm already 23, when will I stop being a manchild dreaming about being a superhero and actually do something productive?
15 posts and 3 images submitted.
>>
>>60908747

Probably never.
>>
>>60908747
>genius feat that will make me recognized worldwide in an instant
>hacking systems across the entire world
>>
>you will never be like Putin

File: IMG_20170615_071812.jpg (973KB, 2448x3264px) Image search: [Google]
IMG_20170615_071812.jpg
973KB, 2448x3264px
Hey /g/uys, how do I solve this issue? My PC is stuck at the splashscreen of my motherboard, the PC gives a bleep sound after it starts up so all the parts should be fine. How do I solve it?

(A disclaimer that I do not have a new GPU installed, from where this issue is known from)
11 posts and 6 images submitted.
>>
have you turned it off and on again?
>>
>>60907969
I did
>>
File: IMG_20170615_073159.jpg (1MB, 2448x3264px) Image search: [Google]
IMG_20170615_073159.jpg
1MB, 2448x3264px
I just took a huge shit while waiting for this thread, it booted up

/thread

File: fr.jpg (19KB, 408x317px) Image search: [Google]
fr.jpg
19KB, 408x317px
So i'm new to Linux. I've installed some distros in the past, and always ended up switching back to Windows for gaming. Anyway, I don't play games as much as I used to, so I figured I'd give it another roll.

So today I have a buddy over, and I'm explaining to him some of the cool things about Linux. I was showing off apt-get, explaining it's a pretty cool and quick way to get software. He asks me "can you install minesweeper with it?" I say "Yeah sure probably".

A quick Google search showed me there was a Debian package called games-minesweeper. I installed it, and its dependencies, and then I literally spent 2 hours trying to find and run that package, and I still haven't been able to. My logical thinking process was as follows:

Let me try just typing the package name into the Terminal: failed: bash: games-minesweeper: command not found
Ok, let's see if there's a link on the desktop or in the application menu: no, there wasn't
Hmm, let me try to find it with "locate mine": nothing looking like Minesweeper found with that name
That's odd, let me get out of this terminal and try to search for it in the desktop file manager:
Mines & sgt-mines. This looks promising. I double click both files: "There was an error launching the application" & "Could not display sgt-mines"
Looks like sgt-mines is a library. Mines is probably the right file. Let's try installing the recommended dependencies for game-minesweeper (gnome-mines, and kmines) Did that: "There was an error launching the application"
Let me try launching that file from the terminal. I navigate to it in terminal and notice it has a .desktop extension. I enter the filenames including the .desktop extension: bash: sgt-mines.desktop: command not found
Hmm, what is a .desktop file? Google search. Oh it's a link. Where is the executable it's linking to? Let me examine the file contents with vim:
No file path? That is weird. Is this even the package I installed? I give up. I have no idea wtf I am doing. Advice?
15 posts and 4 images submitted.
>>
I don't have this problem.
>>
>>60907535
lol showoff

I'm on Kali. Maybe it's just useless for anything but network tools?
>>
>>60907513
Stay away from Linux. We are full.

File: 20170613_175736.jpg (566KB, 2560x1440px) Image search: [Google]
20170613_175736.jpg
566KB, 2560x1440px
I got $100 and I'm trying to build a PC. Please help me /g/ I don't even know where to start
31 posts and 1 images submitted.
>>
>>60907029
https://www.digitaltrends.com/computing/want-a-computer-for-less-than-a-benjamin-weve-rounded-up-10-options/
>>
>>60907029
Just a PC or a "gaming" pc?
>>
>>60907064
Gaming

File: what.jpg (39KB, 374x347px) Image search: [Google]
what.jpg
39KB, 374x347px
>1999
>be me
>on windows 98
>start copying files from a CD drive
>system locks up and doesn't stop locking up until it's done copying
>jump forward to 2017
>be me
>running Windows 7 (or ubuntu, happens in both)
>start writing an iso to a CD-RW
>system locks up and doesn't stop locking up until it's done writing
Why is this still a thing /g/? My computer nearly crashed (and did in fact crash Chrome) because of this.
11 posts and 2 images submitted.
>>
Buy more RAM and an SSD you fag.
>>
>use chrome
>crash

Time to switch to Brave.
>>
File: 1466183784682.jpg (4KB, 224x225px) Image search: [Google]
1466183784682.jpg
4KB, 224x225px

File: Switch-animation.gif (110KB, 250x250px) Image search: [Google]
Switch-animation.gif
110KB, 250x250px
I've got the money and the impulse right now to buy a wooting one, now that they've started on mass production. With per-key RGB, n-key rollover, [marketing ploy 3 here] etc., it sounds great. Does anyone here have experience with an analog keyboard? Are analog mechanical keys worth $179?
16 posts and 3 images submitted.
>>
>>60906476
what's the use of an analog keyboard
>>
>>60906503
pic related, while a normal keyboard is on-off, analog is everywhere in between. Imagine your keyboard can work like a joystick.
>>
preorder?

Pages: [First page] [Previous page] [2223] [2224] [2225] [2226] [2227] [2228] [2229] [2230] [2231] [2232] [2233] [2234] [2235] [2236] [2237] [2238] [2239] [2240] [2241] [2242] [2243] [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.