Search found 85 matches

by 6502coder
Wed Jan 11, 2023 6:30 am
Forum: Off-Topic Area
Topic: Seeing in 3D by closing one eye
Replies: 3
Views: 433

Re: Seeing in 3D by closing one eye

You mean stereograms? The ones where you have to look at the picture slightly cross-eyed in order for the 3D image to appear? As I recall there was a brief time in the early 90s when they became something of a fad. There were books of them, and there was even software you could buy to make your own ...
by 6502coder
Mon Aug 08, 2022 11:01 pm
Forum: Programming
Topic: C: Do you have a pointer about pointers (in C)
Replies: 4
Views: 1625

Re: Do you have a pointer about pointers (in C)

There is another, more subtle reason for always binding the "*" to the variable name. It has to do with the declarations of variables. The declaration int *countPtr; says that the variable "countPtr" is a pointer to an int. The compiler will also accept int* countPtr; which one c...
by 6502coder
Mon Aug 08, 2022 10:45 pm
Forum: Programming
Topic: A beginner's Q about style in vanilla C
Replies: 3
Views: 679

Re: A beginner's Q about style in vanilla C

As you say, this is purely a matter of style. Kernighan and Ritchie used the style with the opening brace at the end of the line where the block starts and the closing brace aligned with the start of that same line. Since K&R wrote THE definitive book on C, this became a standard. Then, later a ...
by 6502coder
Wed May 11, 2022 4:32 pm
Forum: Compile
Topic: How to compile Calcurse 4.8.0? [SOLVED]
Replies: 4
Views: 923

Re: How to compile Calcurse 4.8.0?

Every Puppy has a "devx" SFS file that contains the stuff needed to compile from source. Have you loaded your Puppy's devx SFS?

by 6502coder
Sat Jan 01, 2022 2:37 am
Forum: Users
Topic: Chromium 96.sfs didn't replace v94 in remastered Fossapup (Solved)
Replies: 5
Views: 255

Re: Browsers in layered file system

@wizard

Aren't SFSs "under" the main Puppy sfs? (Whereas PET-installed apps are "over".)

https://bkhome.org/archive/puppylinux/d ... works.html

See "Architectural Overview" diagram.

by 6502coder
Sat Jan 01, 2022 2:18 am
Forum: Programming
Topic: IQ4sh - Calculator for CLI or scripts -Testers wanted
Replies: 85
Views: 5375

Re: IQ4sh - Calculator for CLI or scripts -Testers wanted

@amigo It's explained in the comments to my AWK multiplier program, but as you may not have seen those, let me clarify that the purpose of my testing was not to compare speeds with iq. I wrote my AWK program merely to have a way to verify the results from mul, and speed was not a consideration at al...
by 6502coder
Fri Dec 31, 2021 9:47 pm
Forum: Programming
Topic: IQ4sh - Calculator for CLI or scripts -Testers wanted
Replies: 85
Views: 5375

Re: IQ4sh - Calculator for CLI or scripts -Testers wanted

Here's a modest contribution to the testing. I tested "mul" on 50 pairs of long random numbers. Bottom line: no errors found. I chose "mul" for the simple reason that I was pretty sure I could quickly crank out a multiplication program that I could reliably use to verify the resu...
by 6502coder
Wed Dec 29, 2021 7:14 pm
Forum: Programming
Topic: IQ4sh - Calculator for CLI or scripts -Testers wanted
Replies: 85
Views: 5375

Re: IQ4sh - Calculator for CLI or scripts -Testers wanted

@amigo

I am intrigued by numerical methods so I did have a quick look at your work. It's really amazing stuff. I only wish I had a better grasp of what's going on, so that I'd have a better idea of what would make good test cases, excluding nonsense inputs.

by 6502coder
Wed Dec 29, 2021 6:22 am
Forum: Users
Topic: Learning C: getting Devx and what do I do next? (Solved!)
Replies: 36
Views: 2212

Re: Learning C: getting Devx and what do I do next? (Solved!)

Perhaps it's a matter of semantics. Do you consider "ncurses" to be a UI library? A Linux terminal emulator window is certainly capable of some some degree of "graphics." For instance "dialog" is used to make what most people I think would consider to be graphical user ...
by 6502coder
Wed Dec 29, 2021 3:17 am
Forum: Programming
Topic: IQ4sh - Calculator for CLI or scripts -Testers wanted
Replies: 85
Views: 5375

Re: IQ4sh - Calculator for CLI or scripts -Testers wanted

I know this is somewhat off-topic, but out of genuine curiosity...who needs so many significant digits in their work? Number theorists, obviously, and historically astronomers needed mind-boggling precision, but who else? One of the first lessons I learned when I studied numerical methods was that i...
by 6502coder
Wed Dec 29, 2021 2:47 am
Forum: Users
Topic: Learning C: getting Devx and what do I do next? (Solved!)
Replies: 36
Views: 2212

Re: Learning C: getting Devx and what do I do next? (Solved!)

The confusion between "console" and "terminal" has gotten so messy that I prefer to avoid the whole mess and stick to "command line interface," or CLI. Those of us who cut our teeth on UNIX remember that the "console" was a dedicated TTY device, usually printi...
by 6502coder
Mon Dec 27, 2021 6:59 am
Forum: EasyOS
Topic: Is log4j a problem for EasyOS?
Replies: 4
Views: 443

Re: Is log4j a problem for EasyOS?

Log4j has nothing to do with EasyOS per se. Log4j is a Java library. As far as I know, nothing in EasyOS itself uses Java. This does not mean that an EasyOS user has nothing to worry about. Lots of apps and web sites use Java, and the Log4j library in particular. If you use EasyOS to run such apps o...
by 6502coder
Thu Dec 16, 2021 10:08 pm
Forum: Off-Topic Area
Topic: Improving your code development skills
Replies: 81
Views: 8413

Re: Improving your code development skills

For big money and hot girls, chess pales in comparison to poker, IMO. That's why chess players switch to poker: Dan Harrington and Howard Lederer, for instance. Daniel Negreanu is a rare counter-example of a top poker player taking up chess.

by 6502coder
Sat Nov 20, 2021 5:25 am
Forum: Beginners Help
Topic: Which Puppy version for '97 Toshiba laptop?
Replies: 21
Views: 1011

Re: Which Puppy version for '97 Toshiba laptop?

@Spright My apologies for steering you wrong: I thought that the Pentium MMX was roughly contemporary with the Celeron, and therefore newer than the Pentium II. I didn't realize just how ancient the Pentium MMX really is. Bad job on my part for not doing the proper research. Regarding your latest qu...
by 6502coder
Fri Nov 19, 2021 7:51 pm
Forum: Users
Topic: Help Puppy Linux get a higher hit count on Distrowatch
Replies: 89
Views: 2861

Re: Help Puppy Linux get a higher hit count on Distrowatch

@benali72 I'm no expert on the technical requirements of desktop environments, so I wondered if perphaps xfce or lxqt might be in some way be more adaptable to the tablet-type devices, and I was just curious. I fully agree with your points about taking advantage of the power of newer hardware. I run...
by 6502coder
Fri Nov 19, 2021 7:30 pm
Forum: Beginners Help
Topic: Which Puppy version for '97 Toshiba laptop?
Replies: 21
Views: 1011

Re: Which Puppy version for '97 Toshiba laptop?

...The oldest Pentiums I've ever heard of running Puppy are the P3s.....and this thing predates even those. I'm running Puppy 4.1.2 Retro on a Compaq Armada 1700: Pentium II (yes, P2), 233 Mhz, with a mere 96 MB RAM. Standard frugal install. Runs flawlessly. Dual-boots with the original Win95. And ...
by 6502coder
Thu Nov 18, 2021 8:16 pm
Forum: Users
Topic: Help Puppy Linux get a higher hit count on Distrowatch
Replies: 89
Views: 2861

Re: Help Puppy Linux get a higher hit count on Distrowatch

That ranking of best distros that run in ram that JASpup linked to says that Puppy is becoming obsolete. Exactly the same way Damn Small Linux did some years ago. See https://www.slant.co/topics/1837/~best-linux-distros-that-run-entirely-in-ram Putting an xfce or lxqt Puplet on the main download pa...
by 6502coder
Thu Nov 18, 2021 7:53 pm
Forum: Beginners Help
Topic: Which Puppy version for '97 Toshiba laptop?
Replies: 21
Views: 1011

Re: Which Puppy version for '97 Toshiba laptop?

Looks like you have a Pentium MMX, 233MHz or thereabouts. Since all you want to do is save files off your hard drive, an old Puppy will do just fine. I'd suggest Puppy 4.1.2 Retro, which you can get here: https://ftp.nluug.nl/os/Linux/distr/puppylinux/puppy-2_&_3_&_4/puppy-4.1/puppy-4.1.2ret...
by 6502coder
Tue Nov 02, 2021 9:24 pm
Forum: Users
Topic: How to change console color scheme?
Replies: 13
Views: 667

Re: How to change console color scheme?

If you don't want "ls" to use coloring to distinguish different types of files, edit your ~/.bashrc file as follows: Find the line that reads alias ls=...blahblahblah... and change this to alias ls="/bin/ls --color=never" If you want directories to be marked with a trailing "...
by 6502coder
Thu Oct 28, 2021 8:58 pm
Forum: Other Distros
Topic: How have you configured your PC?
Replies: 12
Views: 1164

Re: How have you configured your PC?

Laptop A: Came with Win95. Dual-boots Win95 and Puppy 4.1.2 Retro Laptop B: Came with Win98 Release 1 Now runs only Wary Puppy 5.1.4.1 Laptop C: Came with WinXP Now quint-boots WinXP, Precise Lite, DPupStretch, Slacko5.8, and DevuanPup Also runs Slacko 5.7 off USB flash drive. Laptop D: Came with Wi...
by 6502coder
Wed Oct 20, 2021 8:31 pm
Forum: Filesystem
Topic: Another File-Manager Window
Replies: 10
Views: 2471

Re: Another File-Manager Window

Well, those (hjkl) are the cursor movement keys in the "vi" editor, so it's somewhat of a UNIX/Linux standard, much as the "Wordstar diamond" was a standard back in the day.

by 6502coder
Tue Oct 12, 2021 10:29 pm
Forum: Security
Topic: Malware hits Linux systems
Replies: 19
Views: 1026

Re: Malware hits Linux systems

I often run across articles , particularly regarding security issues, that I think may be of significant interest, but whose practical impact on Puppy users I am not qualified to judge. What I usually do is to quote a few sentences in the article that seem to summarize the problem and/or impact. One...
by 6502coder
Tue Oct 12, 2021 10:18 pm
Forum: Users
Topic: File won't leave me.
Replies: 19
Views: 664

Re: File won't leave me.

I suspected as much! Well, hopefully someone else might have learned something new...

by 6502coder
Mon Oct 11, 2021 9:53 pm
Forum: Users
Topic: File won't leave me.
Replies: 19
Views: 664

Re: File won't leave me.

This has nothing to do with your untrashable file, but just to clarify two things I saw in your screenshot in the original post: A) ".." is shorthand for "the directory one level up from the current working directory". So if you are in say /root/my-applications, then "..&quo...
by 6502coder
Mon Oct 11, 2021 9:21 pm
Forum: Tahr
Topic: FreeOffice_Textmaker2018 for Tahr32 (english only)
Replies: 60
Views: 14116

Re: FreeOffice_Textmaker2018 pet for Tahr32

I have gone through this registration process several times over the years, on both Windows and Linux, and it has never been an issue for me. I think one or two of those installations was via a PET, but most of the time I used the installers downloaded directly from Softmaker.

by 6502coder
Wed Oct 06, 2021 10:21 pm
Forum: Educational
Topic: Absolute vs Relative Symbolic Links
Replies: 2
Views: 1324

Re: Absolute vs Relative Symbolic Links

The thread title is misleading because the article cited does not in fact discuss symbolic links at all. It explains the difference between relative and absolute PATHNAMES, but it says nothing about the difference between relative and absolute SYMBOLIC LINKS. An explanation of symbolic links and whe...
by 6502coder
Mon Sep 27, 2021 10:02 pm
Forum: Bionic
Topic: How to run a full Bash terminal in Bionicpup64?
Replies: 6
Views: 1478

Re: How to run a full Bash terminal in Bionicpup64?

@pupgg It is important to understand that there are differences between "standard Linux commands", "bash commands", and commands like "inxi." The "standard Linux commands" are those commands are present in any ordinary end-user Linux OS. By "ordinary"...
by 6502coder
Wed Sep 08, 2021 9:14 pm
Forum: Users
Topic: Philosophy: /root vs. /tmp
Replies: 5
Views: 208

Re: Philosophy: /root vs. /tmp

Temporary stuff should always go in /tmp, that is what is it for. There is no reason to clutter your home directory with crap that does not need to be preserved. Whenever I see an app or script that writes temporary files to /root I want to track the author down and kick his ass. What happens when t...
by 6502coder
Mon Sep 06, 2021 7:53 pm
Forum: Users
Topic: Do Any of You Use Puppy on Modern Hardware?
Replies: 18
Views: 1171

Re: Do Any of You Use Puppy on Modern Hardware?

I run BionicPup64 on a 3-yr old HP laptop. I have some ancient 32-bit laptops and run Pups on all of them, but this is my only relatively new laptop and therefore the only one that is capable of running an up-to-date browser without hassles. And of course I cannot stand Windows. As for why BionicPup...
by 6502coder
Wed Aug 25, 2021 9:07 pm
Forum: Puppy Derivatives
Topic: Precise Light by JRB
Replies: 33
Views: 10356

Re: Precise Light by JRB

@stuvxz Not to worry. Stuff IS hard to find in the Puppy forums. I knew I had seen this repo fix discussed but when I to search for it to send you the link, I couldn't find it! Luckily I keep a notes file where I often record useful URLs related to Puppy tips that I think might be useful "somed...

Go to advanced search