Live data from Hacker News

Viewing profile — tehno

tehno

HN member
Joined
Wed, May 14, 2014, 9:30 AM UTC
HN karma
93
Public activity
48 items

About tehno

[ my public key: https://keybase.io/erkiesken; my proof: https://keybase.io/erkiesken/sigs/qWT3gEUiV6GN-h-w0qwU69ntZockLVsWs4-98k0MAWc ]

Recent public activity

  1. comment
    Comment #32668359

    You should try to get listed on awesome-cms [1] list now too, since you're out with public release. That was the first place I checked for options last time I needed to find a head…

  2. comment
    Comment #32668003

    Has anyone here implemented Google's HIBA ( https://github.com/google/hiba ) in addition to SSH CA/certs for the extra identity and grant checks? I'm thinking about implementing HI…

  3. comment
    Comment #31919900

    One of the most compact alternative calendar styles I've seen is like this: M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T W T F S S M T 1 2 3 4 5 6 7 8 9 10 11 12 13 …

  4. comment
    Comment #30290864

    Getting and using a local copy of CyberChef ( https://github.com/gchq/CyberChef ) covers much more useful tools than this currently. Though this one looks a tad prettier.

  5. comment
    Comment #29456949

    I second this, love its narrow width and compact line height, fits quite a bit more info on the terminal and editor than other fonts.

  6. comment
    Comment #23995411

    I made something similar for myself, but my needs were to see local and UTC time, and to copy current unix timestamp and current ISO date-time string. Also has some typographic tri…

  7. comment
    Comment #19481642

    Or Kubecraft :) https://www.youtube.com/watch?v=A4qwsSEldHE

  8. story
  9. comment
    Comment #16617346

    It's been in beta since Feb 2015, and now is up to version 0.9.9.13.5. So looks like they're in no hurry to 1.0 yet :)

  10. comment
    Comment #16572689

    Typically this means the team has convinced someone they know at these companies to try it or give some feedback on an early version and thus voila you'll find "used by Apple" or s…

  11. comment
    Comment #16161933

    There's also very similar project at https://github.com/pelotom/runtypes that our company uses. Don't have enough experience with it yet to say which is better, io-ts on runtypes.

  12. comment
    Comment #16015098

    Also omitted and finally out this year was GRiSP (Erlang-based) board: https://www.grisp.org

  13. comment
    Comment #15771330

    Maybe Git even? Would love to keep my org files in a repo without having another special sync step.

  14. comment
    Comment #15646021

    Encoding backtick as unicode escape is one easy enough and "clean" way: `foo \u0060bar\u0060`

  15. comment
    Comment #15606432

    The other day I needed a simple coffee mug model to preview a design I was making in Adobe's new Dimensions CC app (basically easy way to add textures to models and envs for produc…

  16. comment
    Comment #15583471

    Yeah, USE tag is pretty buggy across browsers. Also, sometime you just need to inline SVG, for example if you want some icon path fill color to change on mouse-over. Easy with inli…

  17. comment
    Comment #15559694

    There should be a README-embeddable badge service for this. Anyone up for writing one?

  18. comment
    Comment #15489386

    I bought mine via Amazon.co.uk but fortunately my order was fulfilled by Yubico itself it seems [1]. So my key was eligible for the coupon and I got full $40 off and free shipping …

  19. comment
    Comment #15448295

    A variant of that game that I've played a lot is to write a sentence, then next person draws that sentence in pictures and folds (hides) the sentence part, next person needs to ver…

  20. comment
    Comment #15407247

    HTTP headers still say "Server: Cowboy" and "Via: 1.1 vegur", so vegur+cowboyku+custom code.

  21. comment
    Comment #15402023

    Maybe combine Keybase git with gopass, that one stores data in a git repo: https://www.justwatch.com/gopass/#features

  22. comment
    Comment #15292450

    Opera (on Mac) for daily use, because of 1-key shortcuts, mouse gestures etc that I'm used to from being long time Opera user. Chrome is on the side for all my webdev work (but ref…

  23. comment
    Comment #15279142

    Same goes for sub-team name? I.e. don't put private project names, future release date related things etc in there?

  24. comment
    Comment #14845691

    > During the private beta period we will only support the Google Chrome browser. Rest assured however, we will open support for other browsers in a couple of weeks. Come on, Opera …

  25. comment
    Comment #14670650

    One really cool reading about reverse engineering obfuscated binaries and protocols, getting around anti-debugger code, etc is this talk from Blackhat about reverse-engineering Sky…