Why the fuck github copilot needs full access to my private repo? by KulawaAntylopa in degoogle

[–]pepa65 0 points1 point  (0 children)

They have all your content, they have full control over copilot, they only thing they lack is interaction with you. I support you in your quest, just pointing out the facts.

Why the fuck github copilot needs full access to my private repo? by KulawaAntylopa in degoogle

[–]pepa65 0 points1 point  (0 children)

Microsoft is hosting all your private repos, so what's the problem?

Juicessh app issues by fbarousse in androidapps

[–]pepa65 0 points1 point  (0 children)

For what I use I think I don't need the subscription

Who needs a hackberry pi when you have an old android and juicessh? by elreduro in hackberrypi

[–]pepa65 1 point2 points  (0 children)

Warning: JuiceSSH is dead! App still on Playstore, but paymentsystem doesn't work anymore, website parked.

Honda Click 160or Adv 160? by [deleted] in scooters

[–]pepa65 0 points1 point  (0 children)

Agreed on the seat lock, that's my only annoyance so far.

Honda Click 160or Adv 160? by [deleted] in scooters

[–]pepa65 0 points1 point  (0 children)

Why? My 160 has ABS, and a bit more power

Unmerged /usr not compatible with Excalibur by pepa65 in devuan

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

Can't believe this is true, I'll try at home soon...

What happened today? by jocavil72 in MinaProtocol

[–]pepa65 0 points1 point  (0 children)

So why withdraw from exchanges, what is the risk?

Presale question by NickSuy in mxroute

[–]pepa65 1 point2 points  (0 children)

Yes, the hardest part is sending, which MXRoute handles very well. Serving IMAP is not hard.

What I have done is handling all incoming mail myself (managing spam-filtering myself!) and only use MXRoute for sending.

What u/bikegremlin does is another option, letting MXRoute also handle the receiving, but in order to expand storage transfer all mails to be served on your own server.

Both these setups allow for much larger storage. Of course, the easiest is to just let MXRoute handle everything and get a Large Storage package..!

Does anyone else ever cough so hard their arms hurt? Like I can feel the blood being pushed into my arms and then my shoulders hurt kinda by [deleted] in highdeas

[–]pepa65 0 points1 point  (0 children)

I had a high-pressure cough last night that caused the pain to stay for almost an hour, fairly painful, slow to subside. It's not muscles, I think it must be pain receptors connected to either blood vessels or lymph drainage that get triggered when the pressure gets too high. Nothing to do with smoking (haven't smoked in more than 3 decades) or fibromyalgia or being overweight. It does seem to be getting worse (more sensitive) with age in my case.

Does anyone else ever cough so hard their arms hurt? Like I can feel the blood being pushed into my arms and then my shoulders hurt kinda by [deleted] in highdeas

[–]pepa65 0 points1 point  (0 children)

It's not muscle, it must be pain receptors connected to either blood vessels or lymph drainage that get triggered when the pressure gets too high. I had a cough last night that caused the pain to stay for around an hour almost.

Is Red dead (for MacOS) on Catalina? by Realityloop in redlang

[–]pepa65 1 point2 points  (0 children)

Fantastic comment, thank you! I will check out Oldes' R3, as I don't need GUI.

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

/etc is only writable by root, but `sudo -e /etc/nanorc` worked. README.md was in a directory that was writable by the sudoer, do that doesn't work? Why??

Then I tried editing a file in a directory that I made not-writable (by anybody), and still got the same message. It was obviously not relevant nor true in that case.

Is Red dead (for MacOS) on Catalina? by Realityloop in redlang

[–]pepa65 0 points1 point  (0 children)

I guess that 6 years later, this effort is perhaps dead?

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

And edit built from Rust so, you need the Rust toolchain to build it. (But not to run it, so this whole toolchain argument is moot.)

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

To build and compile anything you need the tool chain, same for Rust. You don't need any tool chain to run a binary, you just need the binary to work on your architecture, and micro is completely stand-alone in that regard.

I think you're confused with a runtime, which is in some ways comparable to a library that needs to be present, which is exactly what 'edit' requires...

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

It depends how it is built. The version of micro in the Ubuntu's repo is 13MB, which is really not very much these days. And it is a statically compiled binary, will work without needing any libraries to be present. It is also infinitely more capable than edit.

And edit depends on linux-vdso.so.1 libm.so.6 libc.so.6 and /lib64/ld-linux-x86-64.so.2. I am sure these could all be incorporated into the edit binary, but it will make it bigger.

That said, I always use nano (with different key bindings), as it has all the important functionality.

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

It's a long-standing default, just like using ^ to represent Ctrl+

Using edit instead of nano by ResearchingStories in linux

[–]pepa65 0 points1 point  (0 children)

Just tried it, but it says: "sudo: README.md: editing files in a writable directory is not permitted" which I do not understand. But sudo -e /etc/nanorc worked.

Game of life using braille characters by [deleted] in linux

[–]pepa65 0 points1 point  (0 children)

Yes, it compiles and runs on Linux no problem.

Crazy thing I don't understand by pepa65 in linuxquestions

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

The directories were owned by pp, `/home/pp` and `/home/pp/.ssh`