Live data from Hacker News

Viewing profile — drikerf

drikerf

HN member
Joined
Wed, Jun 25, 2014, 8:59 AM UTC
HN karma
767
Public activity
209 items

About drikerf

Building a better CRM for small businesses. Wobaka.com.

Recent public activity

  1. story
  2. comment
    Comment #41565942

    I use it for Wobaka[1]. It's 98% Clojure and ClojureScript with some bash added. I even use it for CSS with a beautiful library called Garden. Extremely happy going with Clojure! […

  3. comment
    Comment #41272440

    Nice project! I do wonder though if jsx is the best way to represent elements in code? Clojure datastructures makes this so much more enjoyable. Everything is just basic lists and …

  4. comment
    Comment #40074217

    AFAIK you should always leave space between floor and walls. As the material may grow/shrink with temperature etc. Very noticable in Sweden.

  5. story
  6. comment
    Comment #39127969

    Good times! I really enjoyed making a 90s version of my startup's landing page: https://90s.wobaka.com/

  7. comment
    Comment #38549175

    Emacs + CIDER and paredit. Works great!

  8. comment
    Comment #38541635

    Similar story. I'm also running my SaaS on Clojure and maintenance has been a dream compared to other languages. Things rarely break and are easy to upgrade. Developer experience i…

  9. story
  10. story
  11. story
  12. comment
    Comment #33950688

    Any functionality that is tested :)

  13. comment
    Comment #33890006

    I haven't found that to be an issue. For small programs there's also babashka.

  14. comment
    Comment #33889505

    Why? Just curious. I've found the JVM to be surprisingly stable and great to work with.

  15. story
  16. comment
    Comment #33083846

    Don't know about your exact environment but I've structured my code so most of it is in .cljc files which can be evaluated in browser and on server. This allows me to evaluate/test…

  17. comment
    Comment #33082473

    Wow, thanks! Recently migrated and seems something went wrong. Fixed now :)!

  18. comment
    Comment #33081831

    Clojure is great for writing backends. Checkout Ring and Compojure. Simple libraries for making an API :).

  19. comment
    Comment #33081797

    I haven't gotten to that stage yet. But I think it's difficult to hire good devs for all stacks, be it Python, Ruby, JS. Clojure community is super friendly and full of very talent…

  20. story
  21. story
  22. comment
    Comment #33021252

    That was my point. You can easily add validation checks to JWT. Just invalidate tokens issued before a certain time.

  23. comment
    Comment #33020790

    Yes, but if you want to invalidate say currently logged in users, before the tokens expire.

  24. comment
    Comment #33020762

    Not saying you should use JWT, but you can invalidate tokens by adding a timestamp to the payload. This way you could invalidate those issued before a certain time and logout users…

  25. comment
    Comment #32850794

    (types www.sketch.com into browser)