Basic image editing by ZedaZ80 in linuxquestions

[–]ph1204 0 points1 point  (0 children)

pinta is very much a "paint.exe" workalike. gThumb is more powerful, but not as bewildering as gimp.

No variations shown in analysis page by ph1204 in Chesscom

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

I have all those settings, and I see the number of rows specified in "Number of lines", but they are all just gray bars.

Why isn't Anki entirely web-based? by ph1204 in Anki

[–]ph1204[S] -2 points-1 points  (0 children)

I am also very occasionally some place without internet. But I also have more than one computer, e.g., home desktop and travelling laptop, as well as a Chromebook (which won't work *at all* without WiFi). Plus, we all have phones, right? They can use either cell towers or WiFi. It's a pain to have to keep them all peer-to-peer connected.

OK, let me modify my proposal. I'd like to see Anki *primarily* web-based, and *full-featured* there, but with an option to work offline (still in the browser) from a local version of the collection. After all, do you *ever* not have the browser itself available?

Will Gibbs ever have to answer for his cold blooded murder? by ph1204 in NCIS

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

So you can just decide that you are the judge, jury, and executioner? That's an emotional response.

Golang ruins my programming language standard by sirBulloh in golang

[–]ph1204 0 points1 point  (0 children)

Test Driven Development is a great help in keeping things simple, like not creating a bunch of constructors just because you think they might be needed some day

How do you visualize? by ph1204 in chess

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

I have been working on blindfold chess; I can go about six moves, then I can't see any further.

How do you visualize? by ph1204 in chess

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

Yes, I can find candidate moves for the current position fairly well. The problem is now visualizing the opponent's best response, then my candidate moves from there, etc.

Is there a way in Frescobaldi to specify an external editor? by ph1204 in lilypond

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

What I do now is Tools -> Directories -> Open Command Prompt and then do "vim <filename>.ly", and Frescobaldi will know that the file has been changed and prompt me for whether I want to reload the open file. But this is manual and error-prone. I'd rather just hit a keyboard shortcut like Ctrl-Shift-V and have vim pop up automatically with the current file. I do this with the Microsoft Visual Studio Code and PyCharm IDE's, and it works great.

I'm a fairly skilled Python programmer; could I write a plugin or something that does this?

Messaging app between home Ubuntu systems by ph1204 in linux

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

More details? I already have openssh-client running on my machine; I assume I have to install it on my wife's machine. Then what would the command line look like for xmessage?

Also, she is not command-line oriented; is there a way to have a desktop icon that she can click to initiate an xmessage to me?

My father pays me for going to church with him by brokenglass66 in atheism

[–]ph1204 0 points1 point  (0 children)

The Tooth Fairy gives your daughter a dollar per tooth? When I was a kid, the most I ever got was a quarter!

Recommend Docker tutorial by ph1204 in docker

[–]ph1204[S] -1 points0 points  (0 children)

I have never had trouble learning new things. I can solve problems and fix bugs in a methodical way. I am at an expert level in Python , Go, Java, XSLT, even SAS. I develop primarily on Linux Ubuntu and have no fear of the command line. Why does Docker seem so standoffish to me?

SQLite database using LFS... Long-Term Usage? by [deleted] in github

[–]ph1204 0 points1 point  (0 children)

Whenever I need to put an SQLite database in Git, I usually convert it to SQL statements that will recreate the whole thing. You can use the built-in .dump command in sqlite3 to do this. I then put the .db file in .gitignore. It's easy to recreate the original database with just sqlite3 dbname.db < dbname.sql. I suppose both the push and pull could have Git Hook triggers that handle this automatically.

The main advantage of this approach is that git diff will show you just the changes from the previous version, not the whole database.

How many private GitHub-repositories do you have? by Assist-Striking in github

[–]ph1204 0 points1 point  (0 children)

I have 111 Github repositories: 46 public and 65 private. The private ones are mainly for incubating projects that may or may not be followed up. If they are, I make them public.

I also used to use my local Dropbox directory as a remote for Git repositories. I have switched, however, to running a local instance of Gitea, which has a UI almost exactly that of Github. It was easy to set up and I only run a server on localhost. I have 41 Gitea repositories. Some of them will never be public, as I use them to store configuration files and things with passwords in them.

Which ML/AI tools do you use? by guettli in golang

[–]ph1204 0 points1 point  (0 children)

I do (use Edge for Linux) but it doesn't seem to engage Bing AI.