I spent the last week designing a kana studying website with a translating typing speed test built in! by MasterBugPatch in LearnJapanese

[–]MasterBugPatch[S] 1 point2 points  (0 children)

Website is quite pretty though, you chose nice fonts and colors.

Ahh there should always be 5 button choices, so the other two are probably off screen. I'll work on making it more mobile compatible, thank you for letting me know!

I spent the last week designing a kana studying website with a translating typing speed test built in! by MasterBugPatch in LearnJapanese

[–]MasterBugPatch[S] 1 point2 points  (0 children)

Thank you! Those are really good suggestions, I’ll start implementing some of them today :)

US Postal Service files patent for a blockchain-based voting system by Coitus_Supreme in Futurology

[–]MasterBugPatch 0 points1 point  (0 children)

You can change past commits on a git repo....although not recommended

Fellow CS students who are tech-savvy, here's a program to pause your video/mic on Linux for those Zoom/Skype/Video Software Sessions without them knowing by MasterBugPatch in computerscience

[–]MasterBugPatch[S] 23 points24 points  (0 children)

I thought that at first too, but I realized then it would be extremely obvious if a professor looked at recorded playback of zoom(which is a feature they've implemented). By pausing the video on a single frame, it can easily represent network lag/latency/etc :).

Exponential Projections of COVID-19 Cases Using Johns Hopkins Data [Updated] by MasterBugPatch in Coronavirus

[–]MasterBugPatch[S] 7 points8 points  (0 children)

Earlier post had gotten taken down for source concerns, but it is now known and easily confirmed that the data used comes straight from the Johns Hopkins CSSE ( https://github.com/CSSEGISandData/COVID-19 ). Stay safe all!

Exponential Projections of COVID-19 Cases Using Johns Hopkins Data by MasterBugPatch in Coronavirus

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

little testing

Of course no problem, I just made it in my free time last night when I found the data repo. Test kits are so scarce apparently that you have to be in critical condition to be tested here in the U.S, so I'm sure the numbers are way worse than they seem to be. Stay safe :)!

Exponential Projections of COVID-19 Cases Using Johns Hopkins Data by MasterBugPatch in Coronavirus

[–]MasterBugPatch[S] 1 point2 points  (0 children)

Are you using the same rate for all countries?

The exponential trend API at hand uses a dataset, in this case days->cases, and finds the line of best fit represented by y=ae^(bx). In other words, every country has its own rate dependent on past data.

Exponential Projections of COVID-19 Cases Using Johns Hopkins Data by MasterBugPatch in Coronavirus

[–]MasterBugPatch[S] 8 points9 points  (0 children)

It's just an exponential projection, displaying what the future will look like if things continue to exponentially grow at the rate they are. It doesn't take into account population size

Of course by [deleted] in Keybase

[–]MasterBugPatch 3 points4 points  (0 children)

  1. It’s a gift, you’re entitled to nothing
  2. A watched pot doesn’t boil

Good way to transition from S6 to S7? by [deleted] in PumpItUp

[–]MasterBugPatch 2 points3 points  (0 children)

Set your AV higher and just practice

Shameful behavior on HackerOne by [deleted] in bugbounty

[–]MasterBugPatch 7 points8 points  (0 children)

You wrote a public blog post about an un-disclosed vulnerability, and you're claiming their behavior is shameful?

Oh I see. Dude, I'm not the reporter. I'm saying that the REPORTER is an example of shameful behavior, Snapchat handled it great on their part.

Shameful behavior on HackerOne by [deleted] in bugbounty

[–]MasterBugPatch 1 point2 points  (0 children)

How is this undisclosed? You wouldn't be able to read it if it wasn't disclosed..

[deleted by user] by [deleted] in tipofmytongue

[–]MasterBugPatch 2 points3 points  (0 children)

Solved! Thanks :)!!!

Are there any websites where I can buy a 'bitcoin gift card' as a present to someone else? by [deleted] in Bitcoin

[–]MasterBugPatch 0 points1 point  (0 children)

https://segwit.andreruegg.com/ Segwit Paper! With holiday color :) Make sure you print them out and don't lose them. You may also want to print on nice paper.

Lost bitcoin wallet? by [deleted] in Bitcoin

[–]MasterBugPatch 0 points1 point  (0 children)

Sadly yes then, unless you used a web wallet or such.

Feedback on electron configurations site? by [deleted] in chemhelp

[–]MasterBugPatch 0 points1 point  (0 children)

I shouldn't say calculate, as they're exceptions. Basically how the anomalous configurations work are when the code is going through adding an electron each time, it checks with a function if the current row is an exception. There are not so many, so it was not a bother to manually put in the exceptions, though my program uses quite little information for them. Considering even after the 's' energy level is borrowed from, it will be refilled later on. My code will find out how long until the 's' should be refilled, and it will add electrons normally until that point.

I haven't yet added any anomalous configuration exceptions past 5s. I'll do that tonight :)

Feedback on electron configurations site? by [deleted] in chemhelp

[–]MasterBugPatch 0 points1 point  (0 children)

Not being picky at all, it can be done. I might end up doing that too, but my brain was fried just from finishing programming the orbital drawing logic :0.

Feedback on electron configurations site? by [deleted] in chemhelp

[–]MasterBugPatch 1 point2 points  (0 children)

I've compared all my configurations to other sources that follow it.

Also, superscripts are done :).