[-] [email protected] 15 points 2 months ago

Yeah, no problem... I started out with just bare rsync - but I did the backup infrequently and needed my notes to know the command. Then I wrote a simple shell script to run the rsync for me. Then I decided I needed more than one backup, redundancy is good. Then I wanted to keep track of the backups so I had it write to .backuplog then that file started getting dated (every time I run a "sun" backup the record of the previous one is useless) so Finally TaDa! loci is born.

7
submitted 3 months ago by [email protected] to c/[email protected]

Would it be unwise to make my file server (SSH only) machine (also runs a Minecraft server, And From time to time runs RSTS/E under simh) a tailscale router node to allow my traveling notebood access to the network when I am away?

9
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

Ok, this may seem a silly question, and I suppose it is a matter of choice. I can put my camera in the case I bought for it with the lens facing down, out (to the right so the lens is against the outside wall of the case, in (to the left toward the other case compartment that holds a lens) or up toward the opening. What is safest? (detail if you need it this is a Canon EOS R50 in a Lowepro "Nova" case)

Another question - When I am to store my camera for a while should I remove the lens and afix covers to the body and the lens or may I just leave it on? Probably 2 weeks to a month between normal uses.

5
submitted 4 months ago by [email protected] to c/[email protected]

Some of the photos I take, to get the subject large enough in the frame I have to use electronic zoom. I don't have money for a nice zoom lens. I tried using an adapter for one of Dad's zoom lenses but it sometimes gives me issues. So I use a 4x zoom - which basically cuts off 3/4 of my sensor then expands the picture to full size (I guess by some sort of averaging math to create the discarded pixels)

Is there anything I can do in post to get some of that resolution back - even if it made up. I am a Linux user, so a workflow in GIMP would be great, or any other Free/Libre software you might suggest?

38
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

(Solved) This will be used in CLI mode to do some tiny programming and text file note-taking. Having WiFi would be nice. The price has got to be CHEAP. ARM is ok.

OP decided to kill windows on the Timberborn machine and go with Debian.

10
submitted 4 months ago by [email protected] to c/[email protected]

root@cube:~# df -h / Filesystem Size Used Avail Use% Mounted on /dev/sda2 116G 41G 70G 37% /

Is it time to clean up?

1
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

I have developed an 'esoteric' programming language - Floating Point Tiny !

You may have seen "Tiny" in Haiku Depot. Floating Point Tiny is a big brother to Tiny - replacing integer line numbers with double sized floating point line numbers, and doing math and comparisons in a double width floating point stack.

Floating Point Tiny is an RPN based language. You can find the C source and the manual at:

https://github.com/pentalive/FPTiny

To the kind person who put Tiny in the Depot for me - do you want to do it again?

1
submitted 4 months ago by [email protected] to c/[email protected]

Floating Point Tiny is an RPN based esoteric language and is the big brother to Tiny (an integer version.) The source and documentation are available at https://github.com/pentalive/FPTiny

"Floating Point Tiny" does not quite roll off the tongue as well I would like. A better name would be appreciated.

7
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

Updates - Formatting, one more small information.

I have been hunting documentation and trying things in my .emacs file for 2 days now..

The type of message that appears at the bottom of the screen, one example is "Save the file ? (y,n,! ...." On my system it is dark blue on black. Also "Modified buffers exist..." dark blue on black - hard to read. What face is that?

Here is what I have tried so far:

(custom-set-faces
  '(mode-line ((t (:foreground "white" :background "blue" :weight bold))))
  '(warning ((t (:foreground "yellow" :weight bold))))
  '(error ((t (:foreground "yellow" :weight bold))))
  '(success ((t (:foreground "yellow" :weight bold))))
  '(default ((t (:foreground "white" :background "black"))))
  '(minibuffer-prompt ((t (:foreground "yellow" :weight bold))))
  '(shadow ((t (:foreground "yellow"))))
  '(completions-common-part ((t (:foreground "yellow"))))
  '(completions-first-difference ((t (:foreground "yellow" :weight bold))))
  '(default ((t (:foreground "white" :background "black"))))
 )

describe-face for another prompt with the same coloring says it is the default face. So I tried changing that from the M-x prompt but that turned my screen white on yellow.

The mode-line line works - my active mode line is white on blue.

Does it matter that I am running emacs in a tty instead of the GUI version?

0
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]

[Solved Empirically] I have loaded this up on my machine and I seem to be getting good frame rates, but I am working under Fluxbox, a really light weight window manager. I would like to run KDE instead. It's a little heavier. Will that make a difference to Minecraft? Will minecraft work better if I am running with a server on another machine? (logic would say that with some portion of the work happening on that other machine the client should not need as much processing power)

Or is it just useless to worry about all this?

--Update Ok, I have re-installed the machine on KDE and tried it both against a server and a local game and both seem to run just fine, just an occasional double place but not a big deal.

25
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

I have a machine who's mission is to run FreeDOS. It will do this most of the time, but sometimes it would be nice to be able to get it connected to a modern network to transfer DOS files out to my 'production machine' If DOS is like Windows the system clock ticks local time, but usually Linux likes UTC time - so this may be an issue that needs resolving too.

UPDATE - For now I have Debian in multi-user mode. I have set Grub to remember what I chose last so reboots from FreeDOS are hands free after ctrl-alt-del (Just like if FreeDOS were the only OS here) I have set the clock in Debian to run on the local timezone too, Thanks over_clox. Please continue to recommend your favorite distro.

1
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

[Solved] Put in the first disk, do a DIR and see what is there. Remove it and put in a second disk and do a DIR and see the same contents. Reboot, and see different contents for the same 2nd diskette. USB floppy 3.5" 1.44, Connected directly to a USB port on the computer. Running MSDOS 6.22.

Solved by switching to FreeDOS. Be aware of the minor issue with FreeDOS format.exe = the /u flag is causing errors in the FD13 version. But one can do without it.

9
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

I was attempting to capture the full moon tonight using my Canon EOS R50 mounted on a tripod. I had a telephoto lens attached to the camera via a Canon adapter, as this lens was originally designed for my father's Canon Digital Rebel and had an incompatible mount for the R50.

While zoomed in on the moon to fill the frame, I observed an unexpected behavior: the camera appeared to automatically zoom the image back out. I was under the impression that the camera itself lacked the capability to adjust the zoom setting, but the viewfinder clearly indicated a change in magnification

Update: In case it is important, the lens has image stabilization built in, but I have it turned off as it lets me set focus and recompose better.

[-] [email protected] 15 points 5 months ago

I refuse to let gaming preferences dictate my choice of operating system. I choose my OS first—Linux—because I demand full ownership of my computing environment. If an entity can extract data without your knowledge or control updates, shutdowns, or reboots against your will, they own your machine—not you. With Linux, I own my system entirely. I decide when updates happen, I control what data—if any—leaves my computer, and nothing happens without my explicit consent. My computer works for me, not someone else.

[-] [email protected] 10 points 7 months ago* (last edited 7 months ago)

Packing dishes you can also use your clean kitchen towels/dishcloths too. Number your boxes too: 1 of 20, 2 of 20. Borg like.

[-] [email protected] 10 points 1 year ago

One place I worked we had a rule - do not name a server for any group using it. It seems the groups become territorial when you try to add a different group to "their" server.

[-] [email protected] 12 points 1 year ago

The Germans also fell prey to Microsoft telling them that they would give them all the free copies of Windows they might need and build a new facility providing a ton of jobs in their area if they would abandon the Linux thing.

The city in question also built their own distro based on an older version of an existing distro rather than going from off the shelf.

[-] [email protected] 10 points 2 years ago* (last edited 2 years ago)

Does Wayland allow for the running of a program on a big powerful server (where many users live) and display on a smaller desktop machine that is only providing a screen and keyboard? If not, are they working on that? If it does not and they are not working on it, is it even possible under the way that Wayland works?

[-] [email protected] 13 points 2 years ago* (last edited 2 years ago)

And who thought the idea of a GlassHole was bad? You have a big spy-eye on your shirt. Just wait till some company mandates all employees must wear this.

If you can gesture and it does something, the camera is always on watching for the gesture.

European Friend, What would GPDR say about this? If you walked into some store and all the store employees wore this, could you ask and expect that any footage showing you visited the store would be deleted?

Might also be kinda creepy if you went into a store where you had never been before and the nearest sales associate walked up and said "Welcome In WasPentalive".

[-] [email protected] 10 points 2 years ago

There are many different "X" because people have different tastes in their choice of "X". I like KDE, the next guy likes Gnome. I like Apt, but I might like whatever NIXOS uses, others like Yum or DNF. I kinda like the idea behind GoboLinux, probably because I was a MAC OSx user for a long while.

[-] [email protected] 16 points 2 years ago

Company before COVID: "We have 32 buildings across 5 campuses in 3 cities" After Covid: "We have 32 empty buildings no one will buy from us for enough to even break even. If we sell them no we lose millions, but they just sit empty"

[-] [email protected] 11 points 2 years ago

It's not a slippery slope fallacy, if the slope is actually slippery.

[-] [email protected] 15 points 2 years ago

Perhaps we need an "open source" laserprinter?

[-] [email protected] 14 points 2 years ago* (last edited 2 years ago)

Bitwarden here. Was also a LastPass user. Switched when I retired so I did not have to worry about still keeping any old accounts from work. P.s. Also I like that I can have Bitwarden sync on my phone and my laptop.

view more: ‹ prev next ›

waspentalive

0 post score
0 comment score
joined 2 years ago