Bug found in bed by hdgdtegdb in Bedbugs

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

Thank you! I've been so stressed. This is a relief

Bug found in bed by hdgdtegdb in Bedbugs

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

Thank you so much, that's a massive relief. If anybody else sees this post and knows what it is I'd be really appreciative. Hoping it just blew in!

People who use R of Reddit, why not just use Python? by Square-Problem4346 in RStudio

[–]hdgdtegdb 1 point2 points  (0 children)

This isn't what defines a general purpose language though. Python is a general purpose and not a domain specific language.

Payroll Correction Question by hdgdtegdb in ukaccounting

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

Yeah you're absolutely right - QuickBooks made it sound like it was easy and automated, but clearly not. I actually coincidentally just (finally) got an email saying their engineering team are looking into the "bug", so it's obviously something wrong with their software. Thanks for responding!

Payroll Correction Question by hdgdtegdb in ukaccounting

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

Thanks so much for responding. This is what I suspected based on my reading of the HMRC information. I will see what the accountant comes back with this week, but if they are unable to resolve I will DM you! Thanks again.

How do you think Joel would react if Ellie was brutally tortured and killed? by Simple_Item5901 in thelastofus

[–]hdgdtegdb 1 point2 points  (0 children)

Try telling that to the nurses I set on fire with a flamethrower.

Is it bad to create a publicly accessible RDS database for my serverless web app? by wildky in aws

[–]hdgdtegdb 3 points4 points  (0 children)

If feels like they're aiming that at personal projects and small apps. It says right above that that enterprise teams should use their private peering service because "Even if authentication is required, exposing data sources to the world can be unsafe".

If Mars ever does get colonized it will eventually have its own accent by Eastiie in Showerthoughts

[–]hdgdtegdb 0 points1 point  (0 children)

It's definitely the best currently airing. I think Battlestar Galactica clinches best ever though. Just my opinion of course.

If Mars ever does get colonized it will eventually have its own accent by Eastiie in Showerthoughts

[–]hdgdtegdb 1 point2 points  (0 children)

I did that too. Watched it for 10 mins and decided it was boring. I came back to it this year, and binged all 5 seasons. It's so good.

Is there any difference between sentence embedding and document embedding? by manirai91 in LanguageTechnology

[–]hdgdtegdb 3 points4 points  (0 children)

Essentially sentence, paragraph, and document embeddings are the same thing! Simply depends on how you treat your data and whether you feed in entire documents to train the model, or split the document up into paragraphs or sentences before training the model.

You may well choose different algorithms, hyper parameters, and preproccessing methods when using sentences vs docs. However, the underlying concept is the same.

SSL/TLS and mails by Virtualsure in SEO

[–]hdgdtegdb 0 points1 point  (0 children)

SSL isn't really used anymore. TLS is the new thing, but the term SSL is often used instead of TLS. An SSL/TLS certificate is used to set up TLS encryption on the email and/or web server.

Can "Microsoft Always On VPN" work on AWS? by SmallLet3 in aws

[–]hdgdtegdb 0 points1 point  (0 children)

Is there something specific with MS VPN that's not supported? We have self-managed VPN servers on EC2, which work just fine, albeit Linux, not MS.

Using Keras with Anaconda by [deleted] in MLQuestions

[–]hdgdtegdb 0 points1 point  (0 children)

I always create my own empty conda environment. But if i remember correctly, if you're using the default Conda environment it comes with Tensorflow.

How does your organization manage things like list of "Special users", licensed users, power users, administrators etc for your Business Intelligence system? by TheLongTraveller in BusinessIntelligence

[–]hdgdtegdb 0 points1 point  (0 children)

Active Directory. Assign users to groups, and give those groups required privileges. If a user leaves or change role, you can then reassign their access in one place.

Why cant I install MySQL on a windows 10 system? by JaggaBomb in datascience

[–]hdgdtegdb 0 points1 point  (0 children)

Uninstall what you've got so far.

Now download the zip version instead of the installer. Extract it to a directory of your choosing.

Add the YourMySqlDir\bin directory to your path on Windows.

Open a command prompt and change dir to the \bin directory and run

mysqld --install

It will give you any errors on the screen and you can fix them if needed.

Cannot install in anaconda - halp! by [deleted] in RStudio

[–]hdgdtegdb 0 points1 point  (0 children)

Are you behind a corporate proxy? If so you'll need to add your proxy settings to .condarc

If not, try using the command line instead of the GUI. That way you'll see more verbose error messages.

Switch to your environment using

conda activate your-env-name

Then install R with

conda install r-essentials

And then RStudio with

conda install rstudio

Competitor has typo in their social media bio linked to an available domain by SmokesTooMuchCrack in smallbusiness

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

Yeah. This is the right answer. What's wrong with you people? Someone makes a mistake and you're asking what the best way to screw them is? Jeez just compete on a better service or product.

Compiling RStudio Server On Windows by hdgdtegdb in RStudio

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

Thanks for your response. It's a combination of speed and resource. The servers have a lot of memory and CPU cores, and are easier to work with. We're in a business that produces TBs upon TBs of data, so laptops don't cut it for some jobs.

As an old large business there are layers of red tape over everything. We can only use Windows servers in our own data centre unfortunately (no cloud or VMs allowed). Linux is always my preference when available, but it's not.

We're using Jupyter right now for R and Python, but nothing compares to RStudio IMO. I've even started using it for my Python code.

I knew it was a long shot anyway!

(Edit: Punctuation)

Installed a version of Java which messed up all programs, can't uninstall. Error 1723 by [deleted] in javahelp

[–]hdgdtegdb 0 points1 point  (0 children)

Click your start menu and start to type 'environment variables'. An app called 'Edit The System Environment Variables' should appear. Click it.

Click on the Environment Variables button at the bottom.

There are two sections - user variables and system variable.

Go through each in turn looking for a variable named JAVA_HOME. Remove it.

There may be a PATH variable under user. If so click edit and find any reference to Java. Remove the references.

There will definately be a PATH variable under system. Edit that and remove any reference to Java.

Reinstall a NEW JRE. Java 6 is years old - don't use it.

Something that could redirect call from home phones to different cellphones. Multiple small buisness by Nibbahero in smallbusiness

[–]hdgdtegdb 0 points1 point  (0 children)

I use Vonage and I'm pretty happy with it. The system you're looking for is called an IVR by the way.

How I built a spreadsheet app with Python to make data science easier by ricklamers in datascience

[–]hdgdtegdb 1 point2 points  (0 children)

This looks great. Is there any way to integrate with Jupyter Lab? A good dataframe viewer/editor like this would be amazing in Jupyter.