tomhipwell

@tomjhipwell

SGV5ISBJZiB5b3UnZCBsaWtlIHRvIGdldCBpbiB0b3VjaCB5b3UgY2FuIHJlYWNoIG1lIG9uIHRvbS5qLmhpcHdlbGxAZ29vZ2xlbWFpbC5jb20K

Kent, U.K
Vrijeme pridruživanja: studeni 2019.

Tweetovi

Blokirali ste korisnika/cu @tomjhipwell

Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @tomjhipwell

  1. prije 2 sata

    wrangler publish --env prod // I've been using workers a little lately which has been fun. The above command just publishes the worker to prod based on some TOML config you have locally. Easy. Wiring it into CI was also straightforward.

    Poništi
  2. 4. velj

    sips -g pixelHeight -g pixelWidth bulma.png // get the pixel height and width of an image from the command line using sips

    Poništi
  3. 3. velj

    elm-format src/ --yes // format all code, auto-fix everything. Lovely.

    Poništi
  4. 31. sij

    gcloud auth application-default login // useful for local developer, use user credentials with gcloud apis

    Poništi
  5. 30. sij
    Poništi
  6. 29. sij

    select * from sys.indexes where object_id = (select object_id from sys.objects where name = 'MYTABLE') // check indexes on a db

    Poništi
  7. 28. sij

    npm list -g --depth=0 // list all globally installed packages with

    Poništi
  8. 27. sij
    Poništi
  9. 24. sij

    kubectl get pod -o=custom-columns=NAME:.metadata.name,STATUS:.status.phase,NODE:.spec.nodeName --all-namespaces // kube workload by node pool

    Poništi
  10. 23. sij

    server { listen 80; server_name ; # Replace this with your own hostname if ($http_x_forwarded_proto = "http") { return 301 $request_uri; } #... } // conditional redirects in

    Poništi
  11. 22. sij

    sips -Z 640 *.jpg // downsize images while maintaining aspect ratio

    Poništi
  12. 21. sij

    pbpaste | base64 | pbcopy // copy, paste and base64 encode while keeping your bash history clean

    Poništi
  13. 20. sij

    // useful pen of getting a hero image up and running with

    Poništi
  14. 17. sij

    // useful knowledge base of common security attacks

    Poništi
  15. 16. sij

    server { listen 80; server_name ; # Replace this with your own hostname if ($http_x_forwarded_proto = "http") { return 301 $request_uri; } # ... } // conditional redirects

    Poništi
  16. 15. sij

    elm make src/Main.elm --optimize --output=elm.js uglifyjs elm.js --compress "pure_funcs=[F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9],pure_getters,keep_fargs=false,unsafe_comps,unsafe" | uglifyjs --mangle --output=elm.min.js // generating optimized code

    Poništi
  17. 14. sij

    Once you solve a problem you tend to remember only the short path that got you from A to B. It gives impression that we only choose the right steps. Sometimes there is a ‘eureka’ moment, but often it’s more of a hitting-your-head moment: ‘Of course, why was I so dense?’ Terry Tao

    Poništi
  18. 13. sij

    gcloud sql export sql /$DATE-$db.sql.gz --project $PROJECT // export all databases on a cloud sql mysql instance to a zip

    Poništi
  19. 10. sij

    SELECT SUM(size_bytes) AS bytes FROM all_logs_sink.__TABLES__ // get total dataset size in big query

    Poništi
  20. 9. sij

    "python.testing.pytestArgs": [ "--no-cov" ] // if you have coverage checks toggled on in your pytest.ini, make sure you toggle it off in your configuration, as the two don't play too nicely.

    Poništi

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.

    Možda bi vam se svidjelo i ovo:

    ·