-
Content Count
6,215 -
Joined
-
Last visited
About vorticalbox
-
Title
A box of vorticals
- Birthday Feb 02, 1989
Contact Methods
-
Steam
vorticalbox
-
Xbox Live
vorticalbox
-
Twitch.tv
vorticalbox
-
Twitter
@vorticalbox
- Website URL
Profile Information
-
Location
Scotland
-
Gender
Male
-
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
-
I know! all good pranks involve porn.
-
wheni want to serve a folder i just use docker docker run --rm -it -p 80:80 -p 443:443 -v "${PWD}:/srv/data" rflathers/nginxserve I actually have this as alias in my .zshrc alias nginxhere='docker run --rm -it -p 80:80 -p 443:443 -v "${PWD}:/srv/data" rflathers/nginxserve' we get https though the browser wont trust the cert
-
Trying to build JavaScript timer with reset button
vorticalbox replied to pattonh84's topic in Programming
Save the state in local storage -
Bad is good compared to worse.
-
Google is gonna lock phones if you don't pay your bill in Kenya
vorticalbox replied to Bradly Goat's topic in Tech News
maybe we should all stop rubbing off on each other.... -
I would use parseInt or parse Float. Though +'123' is nice it not nearly as easy to understand as parseInt('123')
-
have you installed all the extensions? https://code.visualstudio.com/Docs/languages/csharp
-
Criminals by definition don't follow the law, so wouldn't they just encrypt the text/image before sending it over the now back doored app? As always this has nothing to with stopping criminals, it's hidden under the cover of doing something good but really it's so government can get more Intel on its people. How very 1984.
-
In this case wouldn't apple have to prove it didn't mislead investers?
-
It should not matter if it can be converted to money. If you are putting up real world value, in this case your money, for a chance of a thing That is gambling in my book. This effectively stops loot boxes but allows everything else such as DLC because there is no game of chance. Think about it this way. if you went into a super market to by a box of fruit, but you had no idea what fruit you were getting when you by it. That's a game of chance. Maybe my view is wrong but that's how I feel the law should work.
-
At work we use angular however it does a few things that I really dislike such as empty values from a from get sent as empty strings rather than null or undifined super annoying as a back end dev
-
Volume group "luks" not found on boot
vorticalbox replied to vorticalbox's topic in Linux, macOS and Everything Not-Windows
as far as i know it is installed as i can open the pop drive with is encrypted with luks -
I have POPos on my main SSD and parrotOS on another but when I boot into parrot I get this repeating Volume group "luks" not found Cannot process colume group luks mdadm: No arrays found in config file or automatically .... .... .... Gave up waiting for resume device If i unplug my other hard drive parrot boots without any issues. How do i fix this? I don't mind waiting 1 min for it to time out but i would rather not have to.