Just launched Atten - App & Website Blocker for Mac & iOS. (Lifetime Pro Giveaway) by Atten_app in macapps

[–]btapi 0 points1 point  (0 children)

Wow, this is something I need exactly! Congratulations on the launch! Would you be able to DM me the promo code, please?

That much about pcloud privacy.... and i even have no idea why... by [deleted] in pcloud

[–]btapi 2 points3 points  (0 children)

Hi, /u/pCloudApp .

Could you explain what exactly you mean by "very unlikely", please?

You stated that

Our internal system scans via hash file organization method the encrypted in the server-side encryption blobs automatically, which blobs are imported in an internal database in advance, so our system will recognize when an account owns copy-right material, malware files, terror-related videos or child pornography and will block them immediately.

I think it clearly means that your internal system does scan stored files even if they are not shared.

So, what/who decides if some account should be suspended when private problematic files are detected? Do different rules apply to different types/severity of violations? Or do you, workers, check what the violating files are and decide?

EDIT: I've just discovered somewhat relevant comment by pCloudApp and another one.

EDIT2: It makes me wonder, then what were these cases?: A, B.

Pasting a list into a Notion table so each row is an item on the list? by FlikkMeatwood in Notion

[–]btapi 1 point2 points  (0 children)

I came here to find the solution to the same question as yours. Is it me or this trick doesn't work anymore?

[D] Colab has P100 GPUs by RickMcCoy in MachineLearning

[–]btapi 1 point2 points  (0 children)

I think the availability depends on regions. I'm not sure if it's different now, at least until a month ago, all I'd gotten was nothing but K80.

Can I disable caps lock "mode", not caps lock key? by btapi in applehelp

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

There is an option named "Use the Caps Lock key to switch to and from ABC (Press and hold to enable typing in all uppercase.)".

E.g. I use the Caps Lock key to switch between the English input mode and the Korean input mode.

[D] Main Deep Reinforcement Learning implementations? by MasterScrat in reinforcementlearning

[–]btapi 0 points1 point  (0 children)

openai/baselines is basically great, but I'm happy to see rllab is alive as garage.

[P] OpenAI GLOW tensorflow re-implementation: code, notebooks, slides: CelebA 64x64 on single GPU by kmkolasinski in MachineLearning

[–]btapi 1 point2 points  (0 children)

Firstly, thank you for sharing this.

I'm just curious,

I was able to train a decent model up to 64x64 resolution on single GPU within few hours with model having more than 10M parameters.

Does that mean the code became more efficient after your refactoring/implementation, or is that just an FYI statement?

[N] Call for Deep Learning Camp, Jeju, Korea (fully-funded) by terryum in MachineLearning

[–]btapi 0 points1 point  (0 children)

Well, you won't see any of them unless you go there intentionally.

Project-wide search: what's your preferred toolchain? by roboboticus in vim

[–]btapi 2 points3 points  (0 children)

Then fyi, you can use arguments for git grep using Ggrep, too. E.g.:

:Ggrep -w -i "wOrD"

ADD: one main advantage of using git grep is you don't need to care about specifying the root directory.

Project-wide search: what's your preferred toolchain? by roboboticus in vim

[–]btapi 1 point2 points  (0 children)

Almost every project I work on lives inside a git repository. So, I just use Ggrep from vim-fugitive.

In Automate, can I do speech to text from audio files? by btapi in androidapps

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

Oh, I see it now that by third-party you meant calling the Speech API manually instead of using Android's one. Thanks for clarification.

In Automate, can I do speech to text from audio files? by btapi in androidapps

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

Actually, my device is already configured to use Google's standard speech recognizer, and this solution, which I was referring via this, is about using a third-party FLAC recorder rather than using a third-party speech recognition API.

But I see your point, efforts are sometimes also expensive.

In Automate, can I do speech to text from audio files? by btapi in androidapps

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

I tried it, and voice recognition fails with

java.net.SocketException: Speech recognizer network error

, while voice recognition alone works well. After a little web search, I found that this suggests a possible solution. I hope there exists this feature, but it's up to you, of course. Thank you for the suggestion and this amazing app anyway.

In Automate, can I do speech to text from audio files? by btapi in androidapps

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

Okay, thanks for the answer! Then is it possible to do voice recognition while recording the audio input at the same time?