home.social

#dde — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dde, aggregated by home.social.

fetched live
  1. deepin 25.1.0 is released — the first point update to the deepin 25 series.

    Key changes:
    - Kernel upgraded from 6.12 to 6.18 (six versions at once)
    - BORE scheduler integrated for better desktop responsiveness
    - UOS AI writing agent rebuilt with outline-first drafting and source tracing
    - New system-level Claw Mode for AI-driven task automation
    - File manager tab pinning, cross-window drag-and-drop

    Full breakdown: opensourcefeed.org/deepin-25-1

    #deepin #Linux #FOSS #OpenSource #DDE

  2. Question pour les connaisseur·euses de matériel informatique. J'ai 3 disques durs externes de sauvegardes qui sont morts dans ma vie (sans prévenir en plus)... 😢

    Le dernier est mort depuis quelques mois. Je dois en acheter un nouveau. Mais je voudrais dans la mesure du possible pas à avoir à en racheter un d'ici peu. Quelqu'un·e aurait des conseils pour m'aider (marques, types, gestion du DDE,...) ?

    #aide #informatique #DDE #disquedur #technique #obsolescence

  3. Anyway, I did what any underpaid college dropout would do:
    • ask #IT for a few extra PCs on the LAN
    • distribute the #cellular tower data across #Microsoft #Excel workbooks, one per machine
    • write some glue macros to exchange data (probably using Network #DDE or #OLEAutomation)
    • babysit the PCs as they inevitably crashed every few hours due to #Windows' flaky cooperative multitasking and its #NetBIOS Frames (then called #NetBEUI) networking protocol (6/6)

  4. I think I'm about ready to upload a new #riscOS version of #asm80, an intel 8080 & 8085 cross assembler.

    No changes to the core assembler but it now has a cli option to understand #DDE style filenames ( asm.file instead of file/asm) for use under #AMU.

  5. He estat rastejant el Live i no m'ha agradat.

    Vaig a provar un live d'escriptori #DDE.

  6. @Lanthanus @oausi Bei #ubuntudde mit dem #deepin Desktop #dde läuft das z.B. out of the box super.

    Das System sieht also nicht nur gut aus.
    Auch kann ich ohne irgendwelche Plugins oder Hacks das Aussehen meines Desktops anpassen. Sogar das Hintergrundbild des Anmeldebildschirms lässt sich mit wenigen Klicks anpassen. Bei #gnome mit #gdm braucht das direkt einen mittelschweren Eingriff: scroom.de/gdm-login-screen-eig

    Und ich darf, wenn ich möchte, sogar einen Bildschirmschoner nutzen :mastorofl:

  7. Porting code to RISC OS. So, dispite it living in unixlib (a, you know, unix compatibility library), the readdir() that is included in the DDE is completely different from unix readdir(3).

    For what I needed the RISC OS readdir() is actually simpler to use, so thats ok.

    #readdir #riscos #dde #CodeInC #rool

  8. drand48() is definitely in the RISC OS clib, but doesn't seem to be in the header files or docs?

    also it returns values from [0,MAXFLOAT) instead of [0,1) which is weird but ok.

    I may have to experiment a little with srand48(). Also RISC OS time values are different, so srand48(time()) might not be quite that simple...

    #riscos #dde #rnd #rngesus

  9. BASIC, preprocessed with the C preprocessor.

    Sweet Skuld, I don't know if I love the idea or hate it!

    I will say however, if the preprocessor was a seperate binary from cc, it could have an option to not insert #line lines and you wouldn't need another program to remove them...

    Only in #riscos #dde

  10. DDE includes diff but not patch. diffutils and patch packages from riscos.info made me happy.

    #riscos #dde #patch