Wonder if the site used HyperText Markup Language too
HN user
philips4350
CS Student https://github.com/falcon78
I was so excited when I found out about r/programmerhumor, but was quickly disappointed at the quality of the memes or a lack there of. I feel most of the post have nothing to do with programming and some that do are mostly 'java bad', 'js bad', 'exit vim', etc. It's like people who post there have no programming experience whatsoever.
This looks like https://dash.plotly.com/ but more mature...definitely going to try it out!
I saw a youtube video once of someone trying to communicate with ransomware attackers and their support was better than even some legit companies. It was funny as hell how they were so 'professional' about it
But that doesn't mean you need to be able to implement them though. Shouldn't having a high level knowledge about these problem be enough if all you are doing is building apps.
Oh, yes the podcast is only in Japanese.
I follow him on Twitter and I haven't seen any 'official' info reading the podcast. But Mr.Rui did confirm in this thread that he would be continuing the podcast so seems like it will continue :)
Oh I see, thank you for your response. I'm glad that you intend to continue the podcast, can't wait for the next episode :)
Wow thank you so much for this, I have only read the first chapter of the second link and I see so many similarities to what I am going through or thinking.
Oh man I used to be a die hard fan of the author's 'turing complete fm[1]' podcast. It seems like he has stopped publishing new episodes, wonder what happened.
Also relevant : http://antirez.com/news/122
Response from Redis developer regarding master-slave terminology.
Whats funny and ironic is that this actually makes finding pirated content much easier since only actual sites that contain pirated content are the ones that will be listed on DMCA complaint list
IIRC in JavaScript every method of a class has a [[HomeObject]] property in it, referencing the class it was defined in to solve this problem
count me in too !
Oh my bad, i thought all facebook apps used react native
I wonder if react native library code and all the other code related to it like the js engine is included in that metrics.
forget 10 , this is some 100x type shit
I mean you could write AI in power point ... https://www.youtube.com/watch?v=uNjxe8ShM-8
/s
the width of the body should be like the following so that it behaves nicely on mobile phones
body { max-width: 650px; }
Thank you for this comment! I am actually in a similar situation right now, took a break from college and working on myself, learning about programming and trying hard to improve my english. Sometimes it just kinda feels pointless, like why am i even doing this and theres a plethora of self doubt and self hatred. But your comment kinda made me feel a bit more motivated, so thank you for that :)
Wow its scary how much i can relate to your comment. I always procrastinate even on things that i enjoy doing.
Thank you for the kind words !
https://madewithvuejs.com/blog/vue-3-roundup
The articles mentioned here were very interesting, and im actually looking forward to Vue 3
Thank you!
It took me roughly 3 month to build if you count in the time it took to learn Vue but the project itself was made in about two months
Now that you point it out it does look kind of weird... Maybe be i should create a new component for the play progress which increments in very tiny scale. Thank you for the feedback!
Thank you! Musish is what actually inspired me to create this project , its really awesome and i learned a great deal from it.
Thank you ! I had a lot of fun making it and im glad that you fell that way :)
Thank you !
The scss files are compiled by webpack to normal css at build time using sass loader, I used vue-cli to automate the webpack configuration https://cli.vuejs.org/ process
Oh and the poss css file is just a leftover config file for a package that i decided not to use ( Ant Design )
Hi thanks for the feedback ! This is a personal project that i made to learn about css (sass) and vue. This is just something i made for fun and is not meant to replace apple's official website in any way. And i also wanted lyrics and youtube video integration, and genius api also has a really cool feature where you can select a part of a lyrics and it gives you really detailed description about that part, so i wanted a player with that feature built in. I dont think apple would implement something like that for legal reasons (?)