-
Content Count
5,854 -
Joined
-
Last visited
About vorticalbox
-
Title
A box of vorticals
- Birthday 1989-02-02
Contact Methods
-
Steam
vorticalbox
-
Twitch.tv
vorticalbox
-
Twitter
@vorticalbox
- Website URL
-
Xbox Live
vorticalbox
Profile Information
-
Gender
Male
-
Location
Scotland
-
Interests
Programming, Photography, Gaming, Music
-
Biography
Software engineer at https://www.financial-cloud.com/#!/
Node, docker and serverless.
I run containers in production! -
Occupation
Software engineer
System
-
CPU
8350
-
Motherboard
GB UD3
-
RAM
8GB 1600
-
GPU
7770
-
Case
switch 810
-
Storage
256 ssd + x2 1 TB
-
PSU
OCZ 550 w
-
Display(s)
AOC 27" + 24"
-
Cooling
h100i
-
Keyboard
Nemesis kane pro
-
Mouse
Nemesis kane pro
-
Operating System
ubuntu 17
Recent Profile Visitors
7,754 profile views
-
not if you always take from the end of the array with ex = filename.split('.')[-1]
-
its also a great way to get into some pretty bad habits, even more so when you're starting.
-
Is it a good idea for a beginner programmer to learn two languages at once?
vorticalbox replied to GOLD1176's topic in Programming
functional > OOP -
you input is coming in a a string you need to use int(input("Input a number: "))
-
everyone prefers what they are most comfortable with, doesn't mean that it is the right tool for the job.
-
sounds like a perfect use case of a neural network
-
The U.S. government and Facebook are negotiating a record, multibillion-dollar fine for the company’s privacy lapses
vorticalbox replied to RobbinM's topic in Tech News
but fine are variable, must laws have a from amount and the courts decide how hi to goes. -
I need help expanding my computer science coursework
vorticalbox replied to MaxCGreen's topic in Programming
can you generate a song form an input? let users upload a picture and turn it into sound. -
Is it a good idea for a beginner programmer to learn two languages at once?
vorticalbox replied to GOLD1176's topic in Programming
that's because HTML and CSS are required together in order to make web pages that aren't trash. python is a great first language due to it being very "English" numbers = [1,2,3,4] for number in numbers: print(number) where is java would be something like int numbers[] = { 1,2,3,4 }; for (int i = 0; i < numbers.length; i++) { System.out.println(numbers[i]); } -
It is for when your system has multiple nerwork interfaces thus multiple ips assigned to the host.
-
Except installing the cert would allow Facebook to see all https traffic for everything site or app, seeing all the data including logins, banking details and so on.
-
Yeah, it's really nice to see. Makes me half want to more to iPhone. I don't want to be a data mule
-
[micro] CamelCamelCamel suffered a dual-parity disk failure on their server; restoration maintenance underway
vorticalbox replied to VegetableStu's topic in Tech News
Or replicaset* so you have multiple databases handling the data. Having a single point of failure like this is a dumb idea. *mongoDB not sure what db they use. -
Help! ASUS E402S wont install linux mint
vorticalbox replied to Volwrath's topic in Linux, macOS and Everything Not-Windows
Mint jas a whole page dedicated to verifying media. https://linuxmint.com/verify.php -
[Salt Needed] Reddit leak shows next gen Xbox specs - to include Ray Tracing
vorticalbox replied to DragonTamer1's topic in Tech News
I somewhat remember that Microsoft said when the one launch said that developers could offload things like lighting from the Xbox into azure, i wouldn't be surprised if that is how they would accomplish it.