Live data from Hacker News

Viewing profile — selfup

selfup

HN member
Joined
Sun, Jun 19, 2016, 6:45 PM UTC
HN karma
103
Public activity
25 items

About selfup

Systems Architect - Engineer AI/ML Practitioner - Musician Audio/Video Producer - Photographer Open Source - Security - DevSecOps Containers - Polyglot

https://selfup.me

https://github.com/selfup

https://gitlab.com/selfup

https://codeberg.org/selfup

[ my public key: https://keybase.io/selfup; my proof: https://keybase.io/selfup/sigs/zeb7OPc4pQ6U2r7tM07W7uCSu54nzt6bnF6-gJ9onPE ]

Recent public activity

  1. comment
    Comment #30568096

    Fixture data (for testing) is fine. Sometimes a few lines is the minimum viable to test, sometimes a hundred or so lines of JSON. As long as the data is being optimized for testing…

  2. comment
    Comment #30562805

    The idea is that git is for source code/configs. Not data. Data gets stored in databases. Secrets/Tokens are stored in secret stores/vaults. Blobs like PDFs/etc should be stored in…

  3. story
  4. comment
    Comment #29832393

    Yea CA certs are the first pain point I hit. Worth the hurdle. Noted on the timezone. Never really thought about that one. Thanks!

  5. comment
    Comment #29830668

    Good to know. `FROM scratch` is such a breath of fresh air for compiled apps. No need for Alpine if I just need to run a binary!

  6. comment
    Comment #29830638

    Had no idea about squash. Using cached layers can really save time, especially when you already have OS deps/project deps installed. Thanks!

  7. comment
    Comment #29777938

    If you don't have an edge proxy (additional compute) you then accept all requests, or accept that a simple header is telling the truth.

  8. comment
    Comment #29727078

    I am on latest FF for Android (95.2.0) and it works.

  9. comment
    Comment #29212011

    I have had great luck using rayon for distributing CPU intensive work across available cores. If you are doing I/O I can see why async is preferable but rayon is an excellent libra…

  10. comment
    Comment #28889445

    You can set this in the OS itself.

  11. comment
    Comment #28814816

    This comment isn't constructive at all. Keep it on topic and don't blame the messenger.

  12. comment
    Comment #28106674

    There's a chance it's using Tauri (rust) https://tauri.studio/en/ if it's truly not using Electron but a similar concept. However WASM builds in Electron would make more sense if t…

  13. comment
    Comment #22341270

    The end game is to switch to a post-quantum algorithm. Essentially something that both quantum and classical computers cannot crack/brute force. I would look into lattice-based cry…

  14. comment
    Comment #20923736

    Is there some kind of test harness for this? What does generic streaming engine mean here?

  15. comment
    Comment #20910937

    I read up on their blogs and as much technical explanation as I could find, and by far 1Password seems to be the best with a cloud offering. Also Apple buying into using 1Password …

  16. comment
    Comment #20905397

    Did you mean Docker Swarm is being replaced by Kubernetes? Kubernetes is not a replacement for Docker.

  17. comment
    Comment #20820817

    Unclear how I feel about some of these features being removed. Is it just in the menu or are the shortcuts themselves going away too?

  18. story
  19. comment
    Comment #20795748

    Yea that machine looks nice. USB-C charge and I/O. Great for travel (1 charger for phone (android) and laptop). Looks like a slightly heavier X1 Carbon. Otherwise everything seems …

  20. comment
    Comment #20795636

    Lenovo X/T/P Series. Heavy discounts on the Lenovo website right now. And an abundance of refurbs on ebay that are in pretty much brand new condition. Ubuntu 18.04 LTS / Fedora / M…

  21. comment
    Comment #20794711

    Oh good to know! Thanks for the info

  22. comment
    Comment #20794595

    Yea this is a great route as well! Considered it but found a deal I couldn't pass up on a refurb x1c6 haha

  23. comment
    Comment #20794586

    YMMV but I use a X1 Carbon 6th Gen. 1080p/Matte screen. No dual boot so some things to tweak but not much at all tbh. Installed erpalma/throttled from github to squeeze my CPU perf…

  24. comment
    Comment #20793914

    Yes indeed! And I will gladly attempt to finally dig into WSL at that point. For now I just use choco and pwsh and I find myself productive with go/node/elixir/rust without needing…

  25. comment
    Comment #20793786

    I use Windows/Linux/macOS. From a performance to value perspective you cannot beat Linux. Docker/Microk8s the overhead is so low. Dev speed is leagues ahead the unfortunate circums…