Live data from Hacker News

Viewing profile — seletz

seletz

HN member
Joined
Tue, Mar 08, 2011, 7:10 PM UTC
HN karma
149
Public activity
71 items

About seletz

joe random hacker.

[ my public key: https://keybase.io/seletz; my proof: https://keybase.io/seletz/sigs/_a3NoGfLHyCB8uGoJierEL9XgjJprvOjC14Brvlu118 ]

Recent public activity

  1. comment
    Comment #42586875

    And I went on and posted a comment doing the same. Getting started fast weighs sometimes more.

  2. comment
    Comment #42586863

    If you're a developer, you might start by using a static site generator and GitHub Pages. Stick to Markdown and start collecting and writing stuff. Sooner or later you'll get comme…

  3. comment
    Comment #42586798

    Hmm -- the OP asked for a self-hosted WIKI. Looking at the link you posted it seems to be a hosting service for WIKIs or am I missing something?

  4. comment
    Comment #36387900

    That's not at all our experience. We use KC for all our auth/auth needs and it basically "just works". The UI might look a little outdated, but that's a admin ui anyhow. Lately eve…

  5. comment
    Comment #36387876

    We use KC with PostgreSQL as backend data store. Backup is done by backing up the PostgreSQL database. If you actually want to transport configuration across environments (DEV, QA,…

  6. story
  7. story
  8. comment
    Comment #35691219

    I‘m turning 50 this week. I wish I’d noticed sooner that life is always „now“, not some distant future. All that productivity talk is good, but don’t forget about yourself now.

  9. story
  10. comment
    Comment #30414729

    Well, that really seems to be a very hard problem to me. Tables for instance get quite complex pretty fast -- joined cells, text alignment, etc. As for a format which -- not plain …

  11. story
  12. comment
    Comment #24036662

    Looking at the video, I guess the author uses I3.

  13. comment
    Comment #22808486

    Stop spreading FUD.

  14. comment
    Comment #20954443

    Right now -- OK-ish. Had a good day. Buried myself in work, feeling "productive". Making, producing things. That's what I came for, that's what I long time ago called my "hobby". M…

  15. comment
    Comment #19122712

    If you enjoy reading code and want to know a bit more about lisp, maybe this is interesting: "Scheme 9 from empty space" -- https://t3x.org/s9fes/ It's a scheme built in c using li…

  16. comment
    Comment #18877448

    Look here: https://magic-wormhole.readthedocs.io/en/latest/welcome.html... tl,dr: - Rendezvous server is a public one - You can run your own - Code is in the `wormhole` library.

  17. comment
    Comment #18877371

    Just tried it out. Used ngrok to tunnel port 22 of my laptop and ssh'd into it from jslinux (my laptop has no public DNS entry and my home network is not on IPv6 yet). It does work…

  18. comment
    Comment #18782941

    DC i could understand. But AC ...

  19. comment
    Comment #18290024

    Clicked too fast. From the website: "The book might eventually get an update, if circumstances permit."

  20. comment
    Comment #18290011

    I wonder if the book will be updated?

  21. story
  22. comment
    Comment #16361312

    Just reading up on xeus (nice name!) -- very exciting! Do you know it xeus happens to build on Windows 10? I'm thinking about to try to use SWIG to create a JNI wrapper for it.

  23. comment
    Comment #16361207

    Oh wow! Even a backend for Jupyter's interactive widgets!

  24. comment
    Comment #16361016

    Thanks -- I wasn't aware that something like cling exists. How does Inspector differentiate itself from embedding cling to an application? It's very interesting to me because I've …

  25. comment
    Comment #16360904

    Just noticed that Inspector seems to be related to cling, and cling has a built-in Jupyter kernel IIUC.