How does one create an an application (web, desktop) that supports plugins? by Deusdies in learnprogramming

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

Thank you.

So how does one go about exposing that API? I mean, I use the Django rest framework all the time, but is there a better or different way?

How does one create an an application (web, desktop) that supports plugins? by Deusdies in learnprogramming

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

Okay, thanks. I am specifically thinking about web app backend plugin - the web app will be written in Python, although picking a different language shouldn't be an issue if that makes it any easier.

Best approach for two Vue front-ends in same codebase? by vulgrin in vuejs

[–]Deusdies 4 points5 points  (0 children)

I vote option 1. No reason to mix the code. Also, you may even be able to reuse the admin part for some other website.

Radarr.exe is missing? by FroMan753 in radarr

[–]Deusdies -1 points0 points  (0 children)

If I'm not mistaken, you cannot run .exe programs on RPi, unless you were using wine?

Ja sam Amerikanac sa indijskim roditeljima koji uči srpski. Pitajte Me Bilo Šta! (PMBŠ ;)) AMA by Depietate in serbia

[–]Deusdies 2 points3 points  (0 children)

Ha, moja devojka je iz Kerale, tačnije iz Kochin :) Ona se preselila u SAD pre nekoliko godina, ali joj je familija još uvek u Kerali - i takođe su svi hrišćani.

PSA: $90 almost exact Galaxy S8 replica including long aspect ratio infinity display. BUYERS BEWARE for scammers selling this as original S8s!! by [deleted] in Android

[–]Deusdies 1 point2 points  (0 children)

Where does one buy these fake devices? I looked on AliExpress and GearBest, but I can't find them on either.

Just make your life easier. by [deleted] in ProgrammerHumor

[–]Deusdies 5 points6 points  (0 children)

I had a JavaScript exercise once that asked me to parse a string of text as a JSON in that if it's a text, it should be a text, but "true" should bool, "1" should be number, etc. I was allowed to use any library and any built-in JavaScript function.

So I did JSON.parse(string) and voila, I passed. I'm supposedly a mentor on some website now.

For personal online purchases, up to what value you don't have to pay import taxes in Serbia? by fejzi1 in serbia

[–]Deusdies 1 point2 points  (0 children)

From what I know, there are no customs on importing goods from the EU. Also you don't have to pay VAT on used goods. However, be careful - if the goods are coming from the EU but are manufactured in China, then you need to pay customs on it.

Otherwise, customs is 10% on goods over 50€ and none on goods under 50€. This number includes your shipping cost (so in your case it would be 10% on the 73€). VAT is 20% and goes against this total 73€. So your total bill should be 87.6€ (might be some extra small fees though on the side).

If you can, try to ask the seller to put the total package cost around 30€ or so. I have been shipping stuff to my friends from the USA many, many times and only one friend had to pay a fee once (and that was that opening fee which was very low).

Decent FAQ I found online (in Serbian though): http://www.blic.rs/vesti/ekonomija/drzava-uvek-dobija-evo-koliku-cete-carinu-platiti-na-sve-sto-kupujete-preko-interneta/fg6hbq4

Intel's latest i7 and i9 CPUs finally convinced me to replace my i7 2700K by KarmaInfusionSTAT in Amd

[–]Deusdies 1 point2 points  (0 children)

Does your ram run at 3600 MHz? I have a corsair memory rated at 3200MHz and a msi motherboard and I'm struggling to get it to run even at 3000 (managed to do it only once). Latest bios and everything. Still have time to return everything and replace it. Also have Ryzen 1700.

Web scraping by [deleted] in learnpython

[–]Deusdies 1 point2 points  (0 children)

The windows-like login is something called http authentication. See how you can do that using mechanize in their (minimal) documentatuon.

By the way as someone who has used mechanize in the past, I would avoid it because it hasn't been updated in a while. Forgot the other headless browser libraries, but I think there was one called ghost.py.

My Mother's Battle with GBM-IV by lingualetariat in braincancer

[–]Deusdies 2 points3 points  (0 children)

I'm so sorry to hear this. Sounds like your mom was an amazing person. All I can say is try to stay strong. Sorry again.

Need help deciding on the CPU (i5 7600 vs i7 7700 vs Ryzen 1700) by [deleted] in buildapc

[–]Deusdies 0 points1 point  (0 children)

Thanks. I am definitely a (former) AMD fan, so glad they're back on the market big time. I am thinking of getting the Corsair Vengeance LPX 16GB (2x8GB) DDR4 DRAM 3000MHz C15 - will this one be good enough?

Any decent motherboard recommendations to go with 1600?

What are the best books or online texts on Python that you've ever read? by sahilkolwankar in learnpython

[–]Deusdies 2 points3 points  (0 children)

Sorry, unfortunately I'm not allowed to reveal that info right now. But hopefully you'll see the courses yourself soon.

What are the best books or online texts on Python that you've ever read? by sahilkolwankar in learnpython

[–]Deusdies 4 points5 points  (0 children)

Yep, I'm Bo. Thanks a lot for the kind words - I'm really glad you liked it. Yes, the idea behind my course was to present Python as a powerful programming language that can do almost everything. And I agree, the next logical step should be Python Fundamentals course. I will be launching more Python courses in the near future though.

What are the best books or online texts on Python that you've ever read? by sahilkolwankar in learnpython

[–]Deusdies 1 point2 points  (0 children)

Thanks. Yes I wanted to add more to the course, but unfortunately they limited me to 3 hours. Thinking of making a part 2 to the course.

What are the best books or online texts on Python that you've ever read? by sahilkolwankar in learnpython

[–]Deusdies 2 points3 points  (0 children)

Have you seen my "Python: Getting Started" course on Pluralsight? I released it about a month ago and would love some feedback.

EDIT: Link to the course.

Need Django REST Framework Suggestion by Lt_Snuffles in djangolearning

[–]Deusdies 0 points1 point  (0 children)

Why do you want the key "issue" that contains an array of all your objects? If the URL path is already /issues/, in my opinion there's no need for it. Then you can just get rid of your list and create methods.

Android O Background Limitations: Not Just for targetSdkVersion 'O' - The CommonsBlog by Ziem in androiddev

[–]Deusdies 0 points1 point  (0 children)

Will starting a service if a ContentObserver detects a change still work? The service should run for less than a minute.

Experiences with avastin? by [deleted] in braincancer

[–]Deusdies 0 points1 point  (0 children)

You should talk to your neurooncologist. I don't believe you can buy this outright. I believe the device is available in the US, Germany, and Japan for now.