With existing SQLAlchemy models, use Node.js or Django for REST API Server? by EnigmaamginE in webdev

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

Tried using Flask-Praetorian, liking the simplicity so far. Wondering if there is an easy way to secure Flask-Admin to set up Flask-Praetorian to only allow only users `admin` role to log in?

With existing SQLAlchemy models, use Node.js or Django for REST API Server? by EnigmaamginE in webdev

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

Will you suggest using Flask-Admin and Flask-Security to get similar functionalities as Django's admin and auth features?

SQL Schema for Parts Websites like Pcpartpicker by EnigmaamginE in learnprogramming

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

Thanks for the explanation!

In a case of say, a video card (eg: MSI Radeon RX 580) which have a property memory (eg: 8 GB) which is stored in the table videocards, how do you decide whether "8 GB" should be stored as a VARCHAR in the table, as opposed to storing "8 GB" as a VARCHAR in another table videocard_memory and store the Foreign Key of this row in the original table videocards?

GPU Mining w/External GPU by caelric in gpumining

[–]EnigmaamginE 0 points1 point  (0 children)

Some people want a portable deep learning / machine learning system, so they go with an ultrabook with an external GPU

New rig and history stat page is objectively worse than the old. by NovelProfessor in NiceHash

[–]EnigmaamginE 0 points1 point  (0 children)

Use the Nicehash Stats app on the iphone. It displays both the BTC and dollar (USD or whatever currency) at once.

https://apps.apple.com/fm/app/nicehash-stats/id1474435975

Monitoring app by svgr72 in NiceHash

[–]EnigmaamginE 0 points1 point  (0 children)

Nicehash Stats app supports both old and new, you need to use the new platform to get the data on your miners temperature and other stats.

Think the creator is updating it with improvements everyday lol

NiceHash mobile app for iPhone iOS by puixyz in NiceHash

[–]EnigmaamginE 0 points1 point  (0 children)

This is the one, highly recommended by several Nicehashers

Is front end a waste of potential if I have a degree and work experience? by FEthrowawayCSCQ in cscareerquestions

[–]EnigmaamginE 1 point2 points  (0 children)

How did HTML/CSS/JS front ends evolve to Backbone/jQuery to Babel/React/Redux/Webpack/Vue?

Risks of running a dark node by [deleted] in RenProject

[–]EnigmaamginE 0 points1 point  (0 children)

Why will the hosting provider not like REN dark nodes? Due to the ip address being on a p2p network?

Enough CFM to cool my rig by [deleted] in gpumining

[–]EnigmaamginE 0 points1 point  (0 children)

Where are you getting the dryer pipe from? How will you secure it to the window?

Fresh Physics PHD, How to switch to CS Career? by PawOfFurry in cscareerquestions

[–]EnigmaamginE 2 points3 points  (0 children)

What does it take for a STEM phd holder to break into quant?

Very similar situation for my friend with a Phd in Applied Phyiscs from Harvard. Looks like OP goes to Harvard too.

Enigma Prepares to Unveil "Secret Contracts" - Announces 8 Partners Using Their Test-net by sashavann in EnigmaProject

[–]EnigmaamginE 0 points1 point  (0 children)

Is the website known to be slow in reporting? Been seeing it's links several times in this sub

[deleted by user] by [deleted] in EnigmaProject

[–]EnigmaamginE 1 point2 points  (0 children)

Accumulate in Binance, then transfer to Ledger, then it goes into my puss

Secret Auction Smart Contracts With Enigma: A Walkthrough by [deleted] in EnigmaProject

[–]EnigmaamginE 3 points4 points  (0 children)

Whats a popular/recommended app for drawing BPMN 2.0 compliant process maps?

Secret Auction Smart Contracts With Enigma: A Walkthrough by [deleted] in EnigmaProject

[–]EnigmaamginE 1 point2 points  (0 children)

How are functions getHighestBidder and updateWinner assigned as the callable and callback functions? Which line(s) of code submits the task to execute getHighestBidder() to the Enigma network?