Jump to content

vorticalbox

Member
  • Posts

    6,237
  • Joined

  • Last visited

Awards

About vorticalbox

  • Birthday Feb 02, 1989

Contact Methods

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
  • Member title
    A box of vorticals

System

  • CPU
    Intel i7-10750H (12) @ 5.000GHz
  • RAM
    64 GB
  • GPU
    NVIDIA GeForce RTX 2060
  • Case
    laptop
  • Storage
    2 TB SSD
  • Display(s)
    17" 144 hz
  • Operating System
    ubuntu 20.04

Recent Profile Visitors

12,388 profile views
  1. This has always been a thing. Remember DVDs? I used to always think "Why am I watching an ad when i paid for the thing"
  2. This is the best way to show case pep8 https://www.youtube.com/watch?v=hgI0p1zf31k
  3. This was the hardest part for me to get when i started my job as a nodeJS developer, now i just vscode + typescript + break points makes life so much easier.
  4. as a counter argument the async nature of nodejs + its higher level syntax means you can develop far faster. IF you need speed you can create c bindings and call from node.
  5. I code mostly in nodejs, other then express/mongoose for our stack I just jump to using ramda [0] and that lets me build pretty much what ever i need [0] https://ramdajs.com/docs/
  6. Could you show some evidence that this is actually the case? There is nothing wrong with asking for help even if it is to do with homework. The issue is when people ask for their homework to be done for them, which as far as i am aware is not actually against any rules but it a rather rubbish way to learn.
  7. Slot: 01:00.0 Class: VGA compatible controller Vendor: NVIDIA Corporation Device: TU106M [GeForce RTX 2060 Mobile] SVendor: Tongfang Hongkong Limited SDevice: TU106M [GeForce RTX 2060 Mobile] Rev: a1 so its in slot 1 how do i go about doing the bus part?
  8. thanks, where do i get the bus and slot information?
  9. I decided i would do a tad of folding on my work laptop. CPU: Intel i7-10750H (12) @ 5.000GHz GPU: NVIDIA GeForce RTX 2060 Mobile GPU: Intel CometLake-H GT2 [UHD Graphics] I have my config.xml <config> <!-- Client Control --> <fold-anon v='true'/> <!-- Folding Slot Configuration --> <gpu v='true'/> <!-- Slot Control --> <power v='LIGHT'/> <!-- User Information --> <passkey v='xxxx'/> <team v='223518'/> <user v='vorticalbox'/> <!-- Folding Slots --> <slot id='0' type='CPU'/> <slot id='1' type='GPU'/> </config> however the client is folding on the intel GPU rather than my nvidia GPU. What am i missing in my config?
  10. normally you would save these in a .env file then load them into your environment before starting your application. for node i use env-cmd, for python i use python-dotenv. You didn't say what language you are using but this is a common pattern and there should be some module to help you out https://www.npmjs.com/package/env-cmd https://pypi.org/project/python-dotenv/
  11. And if its a relitive href you need to add the domain back on.
×