Search found 53 matches

by maxerro
Fri 05 Oct 2012, 14:10
Forum: Graphics
Topic: Blender-2.63.sfs
Replies: 18
Views: 29467

2.64

Guys, sorry for the delay, I've been avoiding the heat-wave in this part of Europe... 2.64 was released two days ago. I cannot test it at the moment because my new "work" machine is an Android tablet. I gave away both of my desktop-heaters that were used for testing Puppy. Please check out...
by maxerro
Sat 02 Jun 2012, 15:59
Forum: Desktop
Topic: jwm_tools-0.9 (was jwm_menu_create)
Replies: 143
Views: 116607

These are the values that should be used:

/sys/block/drive[/partname]/size * 512 (in bytes)
or
/sys/block/drive[/partname]/size / 2048 (in MBytes)

... for all drives (for now).

Anyone who buys one of the new Advanced-Format HDDs and gets the wrong size reading, please report here (kindly).
by maxerro
Sat 02 Jun 2012, 14:17
Forum: Desktop
Topic: jwm_tools-0.9 (was jwm_menu_create)
Replies: 143
Views: 116607

OK, forget that little size formula.
It appears that on newer hard-drives (after 2010) you may need to check /sys/block/drive/queue/logical_block_size or physical_block_size.
by maxerro
Sat 02 Jun 2012, 12:34
Forum: Desktop
Topic: jwm_tools-0.9 (was jwm_menu_create)
Replies: 143
Views: 116607

You might consider using data from /sys/block (instead of /sys/dev/block) in that lite drive-detector, and get it all organized even easier (and slightly faster). Partitions could be displayed as sub-menus. (And every partition could have its own sub-menu, if you want to add more options like mount/...
by maxerro
Sat 28 Apr 2012, 11:30
Forum: Graphics
Topic: Blender-2.63.sfs
Replies: 18
Views: 29467

BMesh power-tools in 2.63.
by maxerro
Mon 20 Feb 2012, 14:28
Forum: Graphics
Topic: Blender-2.63.sfs
Replies: 18
Views: 29467

Carve-d algorithms for polygonal (s)mEshin' in 2.62.
by maxerro
Sat 21 Jan 2012, 22:08
Forum: Puppy Projects
Topic: Saluki
Replies: 3777
Views: 1266798

Jim1911 wrote:All files contained in the iso were manually copied to the test dir.
If there's no ATAHD file in there

Code: Select all

touch ATAHD
in the terminal in your sda7/test dir.
by maxerro
Sat 21 Jan 2012, 11:54
Forum: Eye Candy
Topic: Puppy Wallpapers
Replies: 1351
Views: 1000755

and something for pixel-art lovers...
by maxerro
Thu 19 Jan 2012, 20:45
Forum: Eye Candy
Topic: Puppy Wallpapers
Replies: 1351
Views: 1000755

01micko wrote:There are rules! ... 8K size limit ... must look decent at high res ...
Anyone who tries to follow these rules can forget about contrast.
The only thing that'll look good is some smeared, soft (low-contrast) gradient.
by maxerro
Tue 17 Jan 2012, 11:29
Forum: Puppy Projects
Topic: Slacko 5.3.3-RC2 (5.3.2.4[0])
Replies: 487
Views: 196523

01micko wrote:maxerro, answer is me.
yeah, the point is you got the build options right.
it was virtually unbreakable on 99% of machines (even pre-2004-ones), unlike 3.x.x attempts.
by maxerro
Tue 17 Jan 2012, 10:01
Forum: Puppy Projects
Topic: Slacko 5.3.3-RC2 (5.3.2.4[0])
Replies: 487
Views: 196523

Mick, may I ask who built the 2.6.37.6 for s530-main?
by maxerro
Thu 29 Dec 2011, 10:06
Forum: Games
Topic: Pingus (Lemmings like game)
Replies: 9
Views: 11956

We should tell Ingo to disable atmospheric conditions for the delta-renderer. It's pure cosmetics and it doubles the CPU usage. That way even <500MHz could play smoothly. Anyway, lots of useful options from the command-line. Old laptop users who don't want to drain the battery just by seeing how it ...
by maxerro
Wed 28 Dec 2011, 09:07
Forum: Games
Topic: Pingus (Lemmings like game)
Replies: 9
Views: 11956

Heh... brilliant. The memory-bug is fixed. Ingo really got it this time. With a few more rendering tweaks, this will be perfection. Already deserves its place in the Game Classics repo, along with Cartoon Fighter. Does the sdl-renderer consume 100% cpu-time on every machine? If so, people with slowe...
by maxerro
Sat 17 Dec 2011, 23:18
Forum: Graphics
Topic: Blender-2.63.sfs
Replies: 18
Views: 29467

Cycles rendering engine is now part of the official version (2.61 - 1st post). You can test your CPU as always, if you don't wanna fiddle with Mesa drivers.
by maxerro
Wed 14 Dec 2011, 22:26
Forum: Educational
Topic: Canned Bash lessons - learn to use Bash commands
Replies: 28
Views: 56619

We should also mention the 3rd (shifting) way, which preserves escape-codes in arguments, why some would say that it should be #1 choice. #!/bin/sh while [ $# -ne 0 ]; do case "$1" in *.pet|*.deb|*.rpm) busybox cp "$1" /dst1 &;; *.zip|*.rar|*.bz2) busybox cp "$1" /d...
by maxerro
Wed 14 Dec 2011, 14:02
Forum: Educational
Topic: Canned Bash lessons - learn to use Bash commands
Replies: 28
Views: 56619

...little problem I've noticed is if you select more than one type of file, eg: *.pet and *.zip at the same time it copies them both to the same directory... #!/bin/bash for ((i=1; i<=$#; i++)); do case "${!i}" in *.pet|*.deb|*.rpm) busybox cp "${!i}" /destination1 &;; *.zip...
by maxerro
Wed 14 Dec 2011, 08:50
Forum: Educational
Topic: Canned Bash lessons - learn to use Bash commands
Replies: 28
Views: 56619

smokey01 wrote:Is there a more efficient way to do this?

Code: Select all

case $1 in
 *.png|*.PNG|*.jpg|*.jpeg) process_pic;;
 *.pet|*.deb|*.rpm) process_pkg;;
 *) do_something_else;;
esac
Don't forget ;; at the end of each case.
by maxerro
Fri 09 Dec 2011, 12:17
Forum: Puppy Projects
Topic: Saluki
Replies: 3777
Views: 1266798

I think it could be nice to see if I could build a 100% static X server without any graphical applications except rxvt-unicode and cwm. Dima, if you are into innovation, strive for a 50MB enlightenment-powered-puppy, with just a working pdf viewer and a media player. You've got all the ingredients....
by maxerro
Thu 01 Dec 2011, 17:14
Forum: Bugs ( Submit bugs )
Topic: Slacko Puppy 5.3.1
Replies: 553
Views: 420206

Just some all-organic wallpapers to complete the green-bath:

http://ge.tt/83piPdA/green_abstract1.jpg
http://ge.tt/83piPdA/green_city1.jpg
http://ge.tt/83piPdA/green_flower1.jpg

Don't have the heart to whine about anything in this release. It's been rock-solid.
by maxerro
Sun 13 Nov 2011, 08:33
Forum: Filesystem
Topic: command-line sfsloader/unloader
Replies: 2
Views: 4007

:D well, i don't like your shabang either... :D i'm not even gonna change that. seriously techno, i'm complaining about unionfs .1s delays, and you're porting me to the versatile 2minute-mount approach? did you clock the devx-linking? and it needs recursion in the unmounting part too, if you wanna d...