Explain like I'm 5 – Why would Big Tech (+ IBM, Intel, NVIDIA, Qualcomm) need Blackberry's QNX? Ask Programming |
- Explain like I'm 5 – Why would Big Tech (+ IBM, Intel, NVIDIA, Qualcomm) need Blackberry's QNX?
- Is it possible to prove you have performed an arbitrary procedure, with efficient verification?
- How does Consistent Hashing help the load on Database partitions?
- Resume help for entry level jobs
- Is it practical to develop in a guest OS running in something like Virtual Box?
- How to use web service's account login to retrieve user's API key ?
- How to remove verification to use an extension?
- Car sounds in games
- Script for auto-switching between gpio LCD and HDMI doesn't work on my Raspberry Pi 3.
- How and why do you perform Java patching?
- Difference between coding learning sites (freecodecamp, Code Academy, Treehouse, etc) and the pros and cons of each?
- In Git, what's the point of doing a "rebase" over a "merge"?
- Anyone familiar with big-O notation
- UPTime Robot Nerver Works for me, Help
- I can't open my app on heroku
- I need a python mentor for free
- Do USB FPGAs exist?
- How to make sokoban game?? + diablo + game engine patterns
- Dividing of a year(students) in School with program
- Q: Can I trust X-Forwarded-For header value when whitelisting IP address?
- Difficulties with Button Programming Arduino Atmega328 Romeo Board
- While loop in an .sh script... Is there a better solution?
- Web development vs iOS development.
- Working on Xamarin app, question on play store/apple store monetization options
- Cyber Security
Explain like I'm 5 – Why would Big Tech (+ IBM, Intel, NVIDIA, Qualcomm) need Blackberry's QNX? Posted: 21 Feb 2021 06:53 PM PST Why do so many governments and corporations use it (listed below)? Don't these Big Tech corporations have PhDs in computer science that can imitate or outrank Blackberry's QNX? I never studied programming or computer science.
Even QNX - Simple English Wikipedia is too abstruse! I read what Linux and Micro-kernels (Comments 1 2) are.
[link] [comments] |
Is it possible to prove you have performed an arbitrary procedure, with efficient verification? Posted: 21 Feb 2021 12:50 PM PST I have a deterministic pure function with one input and one output that is intensive to compute. A third party with sufficient hardware resources performs the computation. Trivially this computation could be verified by recomputation, but tautologically this cannot be performed efficiently because the computation is intensive. But is there any way the third party can, in general, add some extra 'invigilation' steps to the procedure, that supply me with a second output, that proves they have done the work? Clearly there are special cases (like finding numbers that produce small hash values) that are easily verifiable. But I was wondering if there was a general solution? This isn't a simple question for a toy project (otherwise I could launch a cryptocurrency that solved chess, the human brain, and quantum chromodynamics). I was wondering whether any progress has been made in this academic space? Alternatively are there any game-theory strategies (where you can steal a miner's coins if you can prove they cheated) [link] [comments] |
How does Consistent Hashing help the load on Database partitions? Posted: 21 Feb 2021 12:29 PM PST From what I've researched on JUST consistent hashing, this is used as a technique to ensure that when we have caches that store some type of session/user data, we don't lose that data in the situation where a caching server is removed or added. It's just remapped to a different server. (This explanation may not be entirely correct). I've gone through a tutorial where they mention that if you have hash-based partitioning for a database table, you can encounter overloaded partitions WHICH can be solved via consistent hashing. Is there an article or some explanation that I can get that explains why consistent hashing helps overloaded partitions? [link] [comments] |
Resume help for entry level jobs Posted: 21 Feb 2021 07:50 PM PST Hello my fellow programmers. Recently I've been hunting for a new job. I got my associates degree in computer science years ago and have struggled to get into the software development industry. I've asked a few friends who are recruiters on advice on how to improve my chances of getting into the industry and they suggest I improve my resume by adding skills that are more specific to my field. So my question is, what are some good skills to put on my resume? [link] [comments] |
Is it practical to develop in a guest OS running in something like Virtual Box? Posted: 21 Feb 2021 09:26 PM PST I have a gaming PC that I built a while back that is running Windows 10. Due to some hardware in it, trying to dual boot Ubuntu along side it as a dev box has been a real PITA to set up and I've had to totally reformat my computer a few times trying to get it to work. At this point, I'm considering just running Ubuntu in VirtualBox and using that to develop. So far I've played around with the OS running in virtual box and its a little slow and janky, even with the guest hardware set to 4 cores and 8 GB of ram. The resolution is a little weird, and screen tearing is a minor if not consistent problem. I cant seem to find a way to up the video ram, despite my graphics card having much more ram that the listed max (128 MB in VBox), and even if I could, I'm not sure that would really fix any graphical issues/lag. Also, for whatever reason, when running my OS in full screen, it boxes the window on the sides even though my monitor is a completely standard 2K monitor that native Ubuntu has no problem working on. Has anyone made this kind of dev setup work for them? What tweaks did you make to make this more workable? What things have you found that just straight up ' work well in a virtualized environment when developing in it? Is there a better emulator than VirtualBox to make this work more efficiently on my device? Or is this just a lost cause and I'm over-engineering a solution? [link] [comments] |
How to use web service's account login to retrieve user's API key ? Posted: 21 Feb 2021 09:14 PM PST I have a web service that I'm trying to write code(python) for to automate functionality. You get the API key by going into the settings but I want to share the code with others and I want it to work with just the user logging into the service and my code retrieving the API key instead of them having to go to their settings and look it up. I am looking for resources that show me how to do it or how it is commonly done, rather than actual code to copy paste because I am also trying to learn. [link] [comments] |
How to remove verification to use an extension? Posted: 21 Feb 2021 08:20 PM PST How to remove verification to use an extension? I've asked the same question here but am deciding to ask it again here as I have not received an answer.
Here are the contents of the important files: File 1
File 2
File 3
File 6
The formatting is kind of weird on Reddit so I would recommend reading it on StackOverflow. [link] [comments] |
Posted: 21 Feb 2021 12:52 AM PST Sorry if this isn't the right sub. I'm a programmer myself, but I can get it: how car sounds are programmed in games? There is a Supra video in Forza Horizon 4 in the background as I write, which brought me here. I mean, they probably record cars from 0 to Vmax, but how it made that when you release the clutch or change shift another sound is played, and so on. There must be some common idea behind it since there are so many racing games. Sorry if this question sounds dumb, but I can't think of a solution. [link] [comments] |
Script for auto-switching between gpio LCD and HDMI doesn't work on my Raspberry Pi 3. Posted: 21 Feb 2021 07:57 PM PST Hi. I'm want to auto-switch between a gpio LCD and HDMI-Out on a Raspberry Pi 3. So I made two different config files, config_lcd.txt and config_hdmi.txt What have I done wrong? [link] [comments] |
How and why do you perform Java patching? Posted: 21 Feb 2021 07:18 PM PST Hi experts, Can I know how is Java patching done in a SpringBoot web app and a Java Servlet app? Is there a way I can learn this ? Tks. [link] [comments] |
Posted: 21 Feb 2021 01:13 PM PST I'm interested in learning coding beyond HTML/CSS but I'm rather overwhelmed by the number of choices in sites that teach coding. Can anyone advise me on the pros and cons of each site and which one you liked more than the others? I also struggle with a learning disorder so I'm most interested in a site that teaches coding in a way that even people like me can understand easily. [link] [comments] |
In Git, what's the point of doing a "rebase" over a "merge"? Posted: 21 Feb 2021 10:27 AM PST I just don't understand what the difference is since both branches are merging together in both [link] [comments] |
Anyone familiar with big-O notation Posted: 21 Feb 2021 06:14 PM PST input: int[] A 1 for i = 0 to n-1: 4 return false; I'm trying to figure out the input size and big-O notation of this question. It would be very appreciated if someone could help. [link] [comments] |
UPTime Robot Nerver Works for me, Help Posted: 21 Feb 2021 05:50 PM PST UPTime Robot Problem, Nerver Works for When im trying to add a monitor via UPtime Robot, it has never worked for me..I tried put in a keyword search and alerted it when keyword is found, inserted a word that is clearly in the website already and it never detects it. do you know why?In addition to that i was setting another monitor with alert when keyword is not found. i inserted "out of stock" and each hour or something it was alerting me that the keyword is not exist but when i straight away go to the link page the key word is still there, each and every time. .And i was even planning on paying to the every 1 minute check instead of 5Help please, thanks in advance📷 [link] [comments] |
Posted: 21 Feb 2021 05:08 PM PST Hi everyone! When i try to open my app in heroku I get a message that tells me to check my logs but I can't understand what's the problem. Probably is something stupid but as a beginner i can't figure it out! Thanks in advance to everyone ! This are my logs 2021-02-22T01:01:10.986469+00:00 app[web.1]: [2d5e43e7-2c6f-4be4-863b-a74cb09e1499] actionpack (6.1.2.1) lib/action_dispatch/middleware/static.rb:24:in [link] [comments] |
I need a python mentor for free Posted: 21 Feb 2021 08:20 PM PST Hello, I'm a high school student, and just learning python literally 1 week ago. I know not much about it and I am looking for a 1 on 1 mentor. I am trying to learn Python but I am stuck on it and I have looked for resources but can't find any. I need a free mentor where as I cannot pay for any mentor at the moment. Can anyone please let me know if they can mentor me for free. I am a great listener and will not waste your time! [link] [comments] |
Posted: 21 Feb 2021 05:19 AM PST I've written a chess game in C++. The chess engine is a parallelisable and computationally intensive task for a programming project I have (a chess engine). I'm imagining plugging in a usb FPGA (with its own clock), loading it with a circuit, then inputting and outputting chess boards and moves respectively with a socket interface. I'm proficient at C++ and know some of the basics of Verilog. What do I need to buy/do/know to make this project a reality? What's a cheap FPGA that will just about let me prototype this? How else could I go about this project? My goal is to understand FPGAs. Is there a better way to go about this than this (perhaps overly) ambitious project idea? [link] [comments] |
How to make sokoban game?? + diablo + game engine patterns Posted: 21 Feb 2021 03:07 PM PST const static int row = 10; const static int column = 10; //The number of tiles int grid\[row\]\[column\] = { ...// some code. }; First, I want to know how to make interface between class "map" and class "grid". The interface can change the variables("row" and "column") which can be modified. So, map can change the number of tiles. Second, Diablo, league of legend or black survival are using the array? if not how they work? Last, I am reading a book ('Game physics engine development by lan Millington') this gives me not only physics laws but engine structure. So, would you give me some resources or books about game engine(it is better that the materials are related about tilebase game or physics part) [link] [comments] |
Dividing of a year(students) in School with program Posted: 21 Feb 2021 05:17 AM PST I am searching for a open source program that can divide a year in School into 2 Groups. It should take into account the different subjects each student is attending. The groups should be relatively the same size. James [link] [comments] |
Q: Can I trust X-Forwarded-For header value when whitelisting IP address? Posted: 21 Feb 2021 08:35 AM PST Hi!I'm trying to add IP whitelisting feature on a gateway. (I'm using Spring cloud gateway but I think the framework is not important when it comes to implementing this feature) Most of the implementation use Thank you. [link] [comments] |
Difficulties with Button Programming Arduino Atmega328 Romeo Board Posted: 21 Feb 2021 01:57 PM PST Hello, I am not sure if this is the correct place to post this, but I am working on a school project to learn robotics, a part of this is to program a simple counter that increases when you push a button, and decreases when you push another button. My issue is that this counter works perfectly for button A, in which I have to increase the count by 1, however for button B, in which I am supposed to decrease the count by 1. Nothing happens! I've spent a decent amount of time playing around with this, I was wondering if the reddit community can shed some light, and hopefully show me what I am doing incorrectly. This is my code: #include <avr/io.h> #define F_CPU 16000000UL #include <util/delay.h> /* Connection Diagram Atmega328p Romeo board IO Board Jumper Component PD2 -> D2 -> JP3_1 -> D1A PD3 -> D3 -> JP3_2 -> D1B PD4 -> D4 -> JP3_3 -> D1C PD5 -> D5 -> JP3_4 -> D1D PD6 -> D6 -> JP3_5 -> D1E PD7 -> D7 -> JP3_6 -> D1F PB0 -> B0 -> JP3_7 -> D1G PB1 -> B1 -> JP3_8 -> D1H PC0 -> B0 -> JP2_5 -> S1 PC1 -> B1 -> JP2_6 -> S2 PC1 -> B5 -> JP1_1 -> GND */ void delay_ms (uint16_t ms); /* Main function */ int main(void) { DDRD = 0b11111100;//set PD2 - PD7 for output DDRC = 0b00000000;//set PC0, PC1 for input DDRB = 0b00000011;//set PB0, PB1, for output PORTC = 0b00000011; //Set pull resistor on PC1,PC0 uint8_t count = 0; //count variable uint8_t but1 = 0; //button state variable uint8_t but2 = 0; //button state variable while(1) { if (but1 == 0){ if((PINC & 0b00000001) == 0){ but1 = 1; count++; } } else{ if((PINC & 0b00000001) == 1){ but1 = 0;} } if (but2 == 0){ if((PINC & 0b00000010) == 1){ but2 = 1; count--; } } else{ if((PINC & 0b00000010) == 0){ but2 = 0;} } PORTD = count <<2; PORTB = count >>6; } } void delay_ms (uint16_t ms) { uint16_t i; for (i = 0; i < ms; i++) _delay_ms(1); } [link] [comments] |
While loop in an .sh script... Is there a better solution? Posted: 21 Feb 2021 01:39 PM PST Hey people, I have my raspi hooked up to my doorbell and made a little bash script that is constantly checking whether the doorbell is ringing. And if so it sends a pushover message to my phone. The task manager now says that this script takes 7500 virtual memory and 2500 physical memory.. I think that's a little much compared to other tasks running. Is there a better way to achieve this than having a .sh script saying While true Do If (it rings) Notify me Wait 10 sec fi Done ? Hope you can help me :) Thanks <3 [link] [comments] |
Web development vs iOS development. Posted: 21 Feb 2021 07:29 AM PST Hey, I've been dabbling around web dev but I figured that I don't really enjoy it, especially the front-end part as I'm not a very big fan of design, I'm genuinely interested in mobile development (IOS), will I like it ? [link] [comments] |
Working on Xamarin app, question on play store/apple store monetization options Posted: 21 Feb 2021 10:23 AM PST Rather than offering a "free trial" that is a bit of a barrier for most people (I know for myself I'm going to forget and be annoyed if I don't use the app), do the terms of service allow for you to just use it for free and then pay after a year via prompt (or whatever) in the app? i.e. free for a year with no lock in rather than "a trial"? [link] [comments] |
Posted: 21 Feb 2021 01:04 PM PST One: Is it possible to loophole the whole, spending a gazillion dollars on a fancy piece of paper? Two: What languages would I need to be proficient with, and where are some sites that offer cheap/free but decent courses? Also, what other languages would I need to be familiar with, and finally, how long does this sort of thing take? Sorry for the barrage of questions. Thanks in advance. [link] [comments] |
You are subscribed to email updates from AskProgramming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment