Viewing profile — christilut
christilut
HN member- Joined
- Fri, Apr 14, 2017, 8:47 PM UTC
- HN karma
- 32
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About christilut
No profile information was provided.
Recent public activity
-
comment
Comment #48397895
[dead]
- story
-
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…
-
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.
-
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.
-
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…
-
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 …
- story
-
comment
Comment #22859643
This is cool! Needs some form of chat though And a way to release the cursor without having to alt tab
-
comment
Comment #21817936
You mean Firebase?
-
comment
Comment #21178104
You can self host Bitwarden or use the cloud version
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- story
- story
-
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…
-
comment
Comment #15149311
Check out https://www.indiehackers.com . Lots of side projects (and bigger) there with full interviews.
-
comment
Comment #15067771
GET/POST? Haven't you heard of GraphQL?! ;P
-
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…
-
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…
-
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…