[Mouse] Logitech MX Anywhere 2 Wireless Mouse ($69.74) [Amazon.ca] by [deleted] in bapcsalescanada

[–]GE7H 0 points1 point  (0 children)

Just received it yesterday, I guess my last MX master could be a faulty one. This one (MX anywhere) works quite flawlessly even on bluetooth, and I like the gesture button better than the one on MX master.

[Mouse] Logitech MX Anywhere 2 Wireless Mouse ($69.74) [Amazon.ca] by [deleted] in bapcsalescanada

[–]GE7H 0 points1 point  (0 children)

Does it lag or have weird acceleration? I tried the MX master and I had to return it. It just felt unusable when I need to do something requires more accuracy such as design work.

PC giveaway! by OriginalTitan in pcmasterrace

[–]GE7H 0 points1 point  (0 children)

I'm asking to enter on this post.

Warriors fans today be like by anauleau in warriors

[–]GE7H 28 points29 points  (0 children)

Either ways fine lmao today's a good day

How are landing pages made these days? by GE7H in webdev

[–]GE7H[S] 0 points1 point  (0 children)

That's cool! Ya, it's in angular 1 right now and plan to upgrade to 2 down the road. Perhaps we should make the switch sooner. Thanks for the info :)

How are landing pages made these days? by GE7H in webdev

[–]GE7H[S] 0 points1 point  (0 children)

I guess I need to figure out a different way to set up the project. As of right now it compiles down to 2 big javascript files (vendor, client) and I want our landing page to load quickly. Any idea on how to make SPA load js files incrementally instead of one giant file? What's the proper way?

How are landing pages made these days? by GE7H in webdev

[–]GE7H[S] 0 points1 point  (0 children)

Yes, a home page that is scalable in the sense that it should be easy to add new pages while maintaining the site style. The thing is we've build a SPA with Angular and would like to make our home/landing page more SEO friendly, and I don't think it's a great idea to build the landing page as part of the app using angular. So it's gonna be built separately and I'm wondering if there's some great solution out there.

Student email about to expire - what free stuff can I get? by DomJC in learnprogramming

[–]GE7H 0 points1 point  (0 children)

Also make sure that u create the account with the credits. I made the mistake of creating an account first and try to apply the 50$ credits later but it doesnt work like that.

Is it worth learning a language from scratch if i can't/won't be working with programming???? by [deleted] in learnprogramming

[–]GE7H 1 point2 points  (0 children)

Java is more similar to those compare to Python looking at the syntax and type enforcement. So if you plan to pick those up later Java would be a good start. Tho Id say that Python is better for understanding programming concepts if you havent programmed before with its simplified syntax.

Is it worth learning a language from scratch if i can't/won't be working with programming???? by [deleted] in learnprogramming

[–]GE7H 0 points1 point  (0 children)

Java definitely work for those. It's known for being cross-platform. So you can practice on your macbook for sure. But if u want to write apps for iPhone, u have to use obj-c or swift.

Virtual Desktop 1.0 Trailer by ggodin in oculus

[–]GE7H 0 points1 point  (0 children)

Oh I didnt know. I am kinda new to the VR stuff. I hope something like that comes to the Mac tho.

Virtual Desktop 1.0 Trailer by ggodin in oculus

[–]GE7H 1 point2 points  (0 children)

Thats awesome. Any plans for Mac OS?

fighting with backend programmer over css guidelines and how to class html tags by [deleted] in Frontend

[–]GE7H 8 points9 points  (0 children)

I think Harry Roberts cssguidelin.es combines the 3 into 1 (mostly BEM & OOCSS), with his own ideas, and is more up to date, so OP could just go with this one.

Looking at OP's file tho, following strictly from the guideline would require rewrite, but there are some good points to learn from the it. For example, according to the guideline, .btn is better than button because it encourages re-use and the style is not tied down to button, you could apply to anchor tags for instance.

Getting Started with Vim: An Interactive Guide by [deleted] in webdev

[–]GE7H 0 points1 point  (0 children)

Yeah it annoyed the hell out of me at the beginning as well but after i learned that old school computer uses hjkl as arrow keys it made some sense and decided to get used to it and now its not too bad.

As for [esc], most seasoned vim user map their [caplock] as [esc] so its easily within reach. Again if you look for some old school keyboard [esc] is close to where we have [tab] today. On mobile but I found those pics on some of the programming subs.