On a sunny day (Sat, 10 Feb 2024 09:06:03 -0800) it happened John Larkin
> snipped-for-privacy@997PotHill.com wrote in snipped-for-privacy@4ax.com: >
>>>>
>>>Another failure of 'let the market decide.'
>>>
>>>formatting link>
>>Complexity is a game that some people enjoy.
>>
>>And some people like simplicity. Their stuff works better.
>
>It is cool coding in asm without using external libraries.
>I can do anything I like in KILOBYTES:
>formatting linknice to do Fourier transform in a few bytes... sine lookup table
>has a Usenet compatible output, use fixed size font:
>formatting link
>Most web things I have coded in a few lines of C,
>started on a browser too, but that is a moving target.. takes too much time.
>Also wrote this Newsreader I am posting this with, it runs on a Raspberry Pi4
>raspberrypi: ~ # whereis NewsFleX
>NewsFleX: /usr/local/bin/NewsFleX
>raspberrypi: ~ # lb /usr/local/bin/NewsFleX
>-rwxr-xr-x 1 root root 383796 Mar 13 2023 /usr/local/bin/NewsFleX* >
>lb is short for ls -rtl --color=none
>383796 Mar 13 2023 /usr/local/bin/NewsFleX*
>
>'lb' is short for ls -rtl --color=none
>383,796 bytes
>So < 400 kB
>Linked in is libforms for the GUI.
>Old verion for x86 here:
>formatting linklibforms however changed, so unless you use a very old verion of that it won't work.
>
>I have dropped that xforms lib too and still have a GUI...
>formatting linkruns 24/7
> -rwxr-xr-x 1 root root 329604 Feb 7 2021 xgpspc
>329,604 bytes
>monitors planes and boat traffic, does navighation, auto-pilot what not.
>latest version even has a fire solution.. for defence of course
>Only uses these libs, from the Makefile:
> $(COMPILER) -o xgpspc $(XGPSPC) -lm -lpthread -lXaw -ljpeg
>libmath, libjpeg and libXaw (for the display).
>
>Simplicity, or simple city or whatever it was
>of course gcc as compiler.
>Or gpasm for the PIC asm code.
>
>I think the ever more bloat comes from trying to sell ever more,
>a capitalist trick to suck you for money.
>More bloat causes need for ever more powerfull hardware.
>So bloat writers get shares in hardware manufacurers and get rich.
>Microsore or whatever is a big example.
That's all very impressive, Jan, but if you were *truly* a hardcore programmer, you'd be using machine code. ;-) More seriously, bloat enables coders to hide back doors much more effectively. They'd never get away with that kind of subterfuge with ASM.