Live data from Hacker News

Viewing profile — christilut

christilut

HN member
Joined
Fri, Apr 14, 2017, 8:47 PM UTC
HN karma
32
Public activity
31 items

About christilut

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #31411415

    Totally agree! I'm still on the Pixel 4a, starting to look at an upgrade but I don't think there is one. Luckily I don't demand too much from my phone, but making better pictures w…

  4. comment
    Comment #28629098

    Try this app I made for fun a while back: https://www.tuneful.app It uses Spotify under the hood, similar to how the radio used to work.

  5. comment
    Comment #25630200

    I wanted to post the same thing. Demo with static data would be fine to browse around in but I don't create an account unless I plan to use it.

  6. comment
    Comment #24373014

    The author says he wants to switch Disqus to Commento but I wouldn't just do that. I didn't have a great experience with Commento. I like the idea and mostly the execution of it (i…

  7. comment
    Comment #23538260

    Hi guys, This is a side project I made for fun. It's basically "Tinder for music". It works by selecting a playlist to establish a baseline for the type of music you're interested …

  8. story
  9. comment
    Comment #22859643

    This is cool! Needs some form of chat though And a way to release the cursor without having to alt tab

  10. comment
    Comment #21817936

    You mean Firebase?

  11. comment
    Comment #21178104

    You can self host Bitwarden or use the cloud version

  12. comment
    Comment #20549970

    There is some horrible javascript that calculates what the font size should be based on the height of the browser. A large screen gets a huge font and if you zoom out then the resi…

  13. comment
    Comment #18873578

    When was your experience with Mongo? I'm wondering because I use Mongo now with transactions (supported since version 4) and I like to know about problems I might face in the futur…

  14. comment
    Comment #15843881

    I'd hate to go all political but it seems pretty obvious lately: go out and vote Don't vote Republican. In the EU it's much less of an issue thankfully but still, vote for the righ…

  15. comment
    Comment #15843717

    Another brick in the walled garden of the Facebook internet of the future. Now even kids below the age of 13 will have a Facebook account, setup by their parents who are already on…

  16. comment
    Comment #15626080

    Your first 3 points are big deals but not unique anymore. The Vue webpack template comes with all that. Code splitting couldn't be easier, async/await out of the box and it stays b…

  17. comment
    Comment #15377642

    Yea the "incorrect login" is a generic message now. The title isn't correct, I'll change it. The blueprints section will get a graphical editor soon, very high on the priority list…

  18. story
  19. story
  20. comment
    Comment #15152477

    I've been using Gitlab free for all my personal projects and mostly I'm totally okay with this change. I was afraid of being forced to pay for some basic functionality in a year bu…

  21. comment
    Comment #15149311

    Check out https://www.indiehackers.com . Lots of side projects (and bigger) there with full interviews.

  22. comment
    Comment #15067771

    GET/POST? Haven't you heard of GraphQL?! ;P

  23. comment
    Comment #15067748

    Webpack does much more than just put all your stuff in 1 bundle. It minifies, it does code splitting (only load what you need, HTTP2 is even a benefit here), tree shaking (remove u…

  24. comment
    Comment #15067733

    I can't live without hot module reloading anymore.. With my Vue projects (no idea if React does it like this too) I can update my code and it only reloads either CSS, JS or HTML an…

  25. comment
    Comment #15067703

    My new headless CMS uses Vue: https://www.headless.rest It uses webpack with alot of code splitting so instead of 1 big bundle its many small bundles which should help loading time…