Beiträge von SuperIlu

    Ha, genau das Gehaeuse habe ich auch. Das war mein erster "echter" PC, damals aber mit einem P200, 32MiB, einer ATI Mach64 und einer AWE64 <3

    Das Gehaeuse und das Mainboard habe ich sogar noch, hab die Kiste aber vor 3-4 Jahren mal mit einem AMD gepimpt :D

    Willkommen im neunten Kreis der OS/2-Installationshölle

    Hahaha, Ich hab hier auch noch 2 CD-Packs mit Warp3 rumfliegen. Alle paar Jahre bekomme ich Lust es mal wieder zu probieren und dann renne ich wieder gegen eine Wand und geb es dann wieder auf.

    Aber evtl. kann mir ja jemand von den erfolgreicheren Nutzern mal erklaeren ob bei einem Standard (Vobis) Warp3 wirklich kein Netzwerk dabei ist (*)?

    Das letzte Mal als ich es irgendwie am Laufen hatte hab ich da nix gefunden.



    (*) bevor hier Geruechte aufkommen: NEIN, ich werde keinen Mastodon-Client fuer OS/2 bauen, selbst wenn TCP/IP funktionieren sollte :D

    Du hast einen Texteditor und kannst da ein Programm in Javascript reinschreiben und es dann ausfuehren.

    Du hast Zugriff auf Grafik (2D und 3D), Sound, Dateien, COM und LPT Ports und vieles mehr.

    Moin,


    ich hab grade die Version 1.10 von DOjS. released.

    DOjS ist eine integrierte Entwicklungsumgebung fuer Javascript auf MS-DOS.

    Mein Mastodon-Client "DOStodon" basiert auf DOjS.


    aus dem Changelog:

    • Added MIME multipart to cURL POST requests
    • Fixed crash when alpha channel was disabled
    • Fixed missing error messages when Include() was used on files with syntax errors
    • Switched from OpenSSL to mbedTLS
    • Added bluhash decoding to `new Bitmap()`
    • Updated nanosvg
    • Updated cURL to 7.87.0
    • Fixed memory corruption when starting a renamed DOjS with ZIP file (https://github.com/SuperIlu/DOjS/issues/22)
    • Added loading images directly from a ByteArray using `new Bitmap()`
    • Switched from NanoJPEG to `stb_image.h` to support progressive JPEG decoding
    • Fixed a bug with getting the current time/date
    • SQlite3 plugin now supports prepared statements and BLOBs.
    • Fixed DOjS not running on CPUs <i586 because of pentium instructions
    • Fixed a lost reference when using `SetRenderBitmap()`
    • EvalChain()` has now a function `Size()`
    • Fixed re-initialization of loaded Plugins when running from the editor (https://github.com/SuperIlu/DOjS/issues/41)
    • Switched QOI Loading to C. Added QOI saving. QOI is now handled like BMP or PNG.
    • Fixed red and blue color channel for MPEG1 decoding (https://github.com/SuperIlu/DOjS/issues/42)
    • Added `Clear()` to the `EvalChain`


    Bei Interesse findet ihr das Projekt hier: https://github.com/SuperIlu/DOjS

    Moin,


    ich habe ueblicherweise Win98SE und dann noch nen FreeDOS auf meinen Experimentalkisten (einfach weil ich gerne FreeDOS nutzen wenn ich auf der Kommandozeile unterwegs bin).

    Dafuer benutze ich den "Smart Boot Manager v3.7.1", der funktioniert wirklich super.


    Wenn Win98 alleine auf einem Rechner drauf ist, dann konfiguriere ich mir ein BootMenu in der CONFIG.SYS und kann so zwischen Windows und DOS 7 bequem beim Start waehlen...

    Falls du einen EPROM gebrannt haben willst gib Bescheid.

    Baustein und Porto muesstest du uebernehmen, Ich hab einen MiniPro, kann dir da also gerne was brutzeln...

    Auf die Gefahr hin das es langweilig wird: Ich hab mich mal wieder ausgetobt...

    • Implemented indentation and lines for toot context view (real thread view)
    • Toots and notifications now show the time in a more readable fashion as a relative time.
    • Added type filter for notifications
    • Profile view now shows the header image as well
    • You can toot to the profile owner now by pressing `T`
    • DOStodon now returns to the calling screen after replying to a toot
    • CTRL-P in the editor lets you search for an account
    • Added "reply" marker `<`
    • Improved thread view and search dialog

    DOStodon nutzt einen in Javascript implementierten NTP Client um die Zeitstempel besser anzuzeigen ^^