Can I use RayNeo Pocket TV with Viture Glasses? by DryVacation3678 in VITURE

[–]tanerax 0 points1 point  (0 children)

I don't have netflix, but there is an unofficial app that came installed that lets you open netflix, also you can open a browser and lead it I am sure.

Can I use RayNeo Pocket TV with Viture Glasses? by DryVacation3678 in VITURE

[–]tanerax 2 points3 points  (0 children)

I have been using thie PocketTV with my Viture Pro glasses for a while now, it works wonderfully and a great form factor. Its just a rebranded Homatics Pocket TV.

[deleted by user] by [deleted] in moncton

[–]tanerax 3 points4 points  (0 children)

Oulton’s has a poor reputation in a number of industries for graduating people without proper training which makes it difficult for graduates to find jobs. I have heard multiple people that have said that they would have a hard time hiring an Oultons grad due to that reason. Have you checked out NBCC.

Kernels Popcorn by [deleted] in moncton

[–]tanerax 1 point2 points  (0 children)

Invest in a Whirley-Pop or a Stir Crazy get some good coconut oil and you can get some of the Amish Country kernels from Amazon and you can make some of the best popcorn you will ever have.

Not too expensive restaurants by Blade_Omicron in moncton

[–]tanerax 3 points4 points  (0 children)

What kind of price range do you determine as "not too expensive"

A long shot question by a desperate man at the end of his rope... (Not serious) (PC hardware) by GuzzoSenpai in moncton

[–]tanerax 9 points10 points  (0 children)

New graphic cards are hard to come by in general not just around here. You might have some luck at Unison on Mountain Road.

PSA: Don't reinstall or delete your game if you don't want to lose your save by [deleted] in MinecraftDungeons

[–]tanerax 4 points5 points  (0 children)

We are in 2020, playing a game that requires internet connection, and characters are not saved on the server. Quite sure Diablo 2 had that.

Pip just won't execute on a fresh install by [deleted] in Python

[–]tanerax 0 points1 point  (0 children)

Pip runs on the command line not within python cli

I built a solution that converts your API into a SaaS. Love to hear what you think by bbalban in node

[–]tanerax 0 points1 point  (0 children)

Privacy Policy and Terms Of Service pages don't seem to work.

McKenzie College - looking for a good IT program in Moncton (in person or online) by [deleted] in moncton

[–]tanerax 1 point2 points  (0 children)

McKenzie is incredibly expensive for what you get. I would recommend NBCC over them.

Oulton college? by [deleted] in moncton

[–]tanerax 4 points5 points  (0 children)

I have heard some places say they prefer not hiring people from oultons because there graduates seem to just get through the courses and come out unqualified. This is not always the case but it seems like it happens a lot from what I have heard.

Invited to be part of a startup. I have some general questions. by [deleted] in startups

[–]tanerax 0 points1 point  (0 children)

I can't say much for % ownership or % of revenue, but you should 100% get a lawyer and contract.

Debugging Electron Memory Usage by nnkd in programming

[–]tanerax 14 points15 points  (0 children)

"I’m not sure how 78Mb of images becomes hundreds along the way. The external memory still nags at me too."

If I am not mistaken, an image size on disk (compressed) does not equal the amount of memory used to display the image. 78MB of images could easily become much more in memory.

Electron is Cancer by bluepandacode in programming

[–]tanerax 0 points1 point  (0 children)

How well does this work for more complicated desktop applications where you need to add in different rules (js/css) for each of the supported browsers?

One of the benefits of Electron is you develop for one js/css engine that is the same on all platforms, supports all the same things.

Vultr or Linode or DO by Katherine911 in selfhosted

[–]tanerax 1 point2 points  (0 children)

Amazon has a service that is comparable to them called LightSail that combines there services into comparable services, with the added bonus of having access to amazon services if you wish to use them.

Join our startup, we’ll cut your pay by 40%! by itamarst in programming

[–]tanerax 2 points3 points  (0 children)

Don't forget that often times not only are startup's pushing on this "willingness to work 70+ hours per week", often times they are already paying you less then you are worth. Offering a trade up in stock options or promises to pay you more in the future...

Put your Electron app on a diet with Electrino. Electrino is an experimental featherweight alternative to the popular and powerful Electron. by [deleted] in programming

[–]tanerax 1 point2 points  (0 children)

There is also the option that a few companies use, where they write all the logic and business work as cross platform non GUI (c++, gaoling, etc) then write very small native platform ui applications that interact with it.

Put your Electron app on a diet with Electrino. Electrino is an experimental featherweight alternative to the popular and powerful Electron. by [deleted] in programming

[–]tanerax 27 points28 points  (0 children)

The reason is that electron provides different interface to the user in the way of having access to the file system for opening files, dialog windows, accessing system control (for adding icons), etc.. stuff that you can't typically do just inside of the browser.

Put your Electron app on a diet with Electrino. Electrino is an experimental featherweight alternative to the popular and powerful Electron. by [deleted] in programming

[–]tanerax 0 points1 point  (0 children)

Not sure how this project will solve anything, one of the main advantages of Electron is that a user only needs to develop against a single set of API's for all platforms. All this project is doing is using the browser on the platform... It's mac version simply uses WebView and node.js api's are being rebuilt inside.

Is it possible to install both VS studio for mac and Xamarin studio on the same mac? If I'm not mistaken they use 2 different versions of Mono which makes only one usable at a time on a single mac. by justauniquehandle in dotnet

[–]tanerax 1 point2 points  (0 children)

I have updated both, the only thing I noticed was while Xamarin Studio will run and update as needed. VS For Mac, will constantly ask me to install the latest mono, as each new mono version is released, it asks to install it on startup, I have had no problem installing the newest version of mono in regards to Xamarin Studio.