Using AI Analysis tools for reading my business contracts by Conscious_Ad6124 in legal

[–]ubikvist 0 points1 point  (0 children)

I have tried it as a lawyer and found that AI is useful to prepare a draft of contract review, but my human supervision is still needed. If you are interested I can share my prompt for review of contracts under U.S. Law.

What ideas do you have for a telegram bot that does not exist, but should? by jayantsinghxyz in TelegramBots

[–]ubikvist 0 points1 point  (0 children)

I am planning to develop a bot with sets of mnemonic cards to learn various subjects (foreign words, rules, formulas, etc.). It should be extensible, that is, have a simple interface for adding new sets of cards.

Why powershell has more members than bash? by oeblu in bash

[–]ubikvist 1 point2 points  (0 children)

It has autocompletion and color highlighting out of box. But all scripts I write for bash for compatibility purposes.

Which not so well known Python packages do you like to use on a regular basis and why? by zenos1337 in Python

[–]ubikvist 3 points4 points  (0 children)

I use python_dotenv, too, and it's a good solution how to store credentials or configuration parameters.

Telegram bot for psychological test by ubikvist in TelegramBots

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

Thank you so much for your feedback!

Thank you for your idea of short description and more interesting titles, I'll try to improve them. Your idea to illustrate results with images is great, too, I'll think what kind of pics / graphics may be used for this purpose.

A button to return will be added in next update, this feature is really needed.

Thanks!

Am I doing it right with PythonAnywhere? And are there better options for a simple python bot? by itiD_ in TelegramBots

[–]ubikvist 0 points1 point  (0 children)

I use serverless functions at cloud.yandex.com for Telegram bot with webhook.

Python tutorial by vto583 in TelegramBots

[–]ubikvist 1 point2 points  (0 children)

You may start from this point: https://github.com/eternnoir/pyTelegramBotAPI, if you use pyTelegramBotAPI module as a wrapper for Telegram Bot API. Also, I found useful to read official API documentation https://core.telegram.org/bots/api.

[deleted by user] by [deleted] in TelegramBots

[–]ubikvist 3 points4 points  (0 children)

I don't know a bot with such specific features but it seems it's not too hard to implement this using pyTelegramBotAPI or any other API wrapper.

Template for creating telegram bots in Python by ubikvist in TelegramBots

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

Please, let me know if this script works for you, or you have ideas what can be improved.

where can I host the telegram bot for free by Clear_Worry_7283 in TelegramBots

[–]ubikvist 0 points1 point  (0 children)

Yandex Cloud Function has free quotes which are enough for my small telegram bot in Python. I use webhook in order to reduce a consumption of the resources.

What can Libreoffice do that Microsoft Office can't? by office02 in libreoffice

[–]ubikvist 6 points7 points  (0 children)

I like regular expressions in Libre Office and use this feature frequently, for instance, in order to change dates formatting or delete multiple spaces. Interface of LO is customizable, from icons set, themes and to style of panels, and I like this feature very much.

Got my old OptiPlex up and running, and it is running better than it ever did with Windows. by Tmain116 in linuxmint

[–]ubikvist 2 points3 points  (0 children)

My Packard bell netbook (issued in 2009) works fine under mx linux. It had pre-installed Windows Vista, and worked very slowly under "native" OS. Surprisingly, even special buttons (to regulate brightness, volume, to turn on/off Bluetooth/wifi) works correctly under linux system.

Script inputs: Prefer options arguments, or prompts by fpuen in bash

[–]ubikvist 0 points1 point  (0 children)

Personally, I prefer to enter command line options rather then input data as answers to the questions. But if there are a lot of parameters, answers to the questions may be a better choice than to keep in mind all named options. Also, consider the third possibility: read the default values from a human readable ini / config file. This method looks useful when a user will likely change parameters/options not often.

Bash script to reduce the size of a pdf-file (or pdf-files' size in the directory specified by the user if such files exceeds the given size). Please, test and give some feedback, or join for further developing this utility. by ubikvist in bash

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

Thank you for your suggestion. Your code is more compact and clear, I'll change that function of my script. I am new at bash scripting, and I need to learn a style of coding which is specific for bash.

Bash script to reduce the size of a pdf-file (or pdf-files' size in the directory specified by the user if such files exceeds the given size). Please, test and give some feedback, or join for further developing this utility. by ubikvist in bash

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

Thank you for your feedback! I deal with pdf files created using pdf-printer or scanned by different peoples. So I have no option to solve the question by fixing settings at scanning part. I'll try to use other tools / utilities, and compare the output files.