home.social

Search

35 results for “dcz”

  1. Another weekend, another couple of steps fixing the input method mess I (partly) started:

    gitlab.freedesktop.org/wayland

    Keyboard support and moving popups.

    codeberg.org/dcz/stiwri/src/br

    On the client support side, I'm kinda bummed that #iced looks like it's starved for maintainers. I don't want to switch contributions to something else because it's stalled.

    #wayland #inputmethod #CJK

  2. Meine #Krankenkasse lässt mich meine E-Rezepten ohne einem #Android oder iOS Handy nicht sehen.
    Gibt es eine Krankenkasse, wo ich die Auskunft einfach über die Webseite bekomme, komplett ohne #Handy und ohne nicht-Freies Software?

    #freesoftware #monopol #digitalzwang #googlezwang

  3. Meine lässt mich meine E-Rezepten ohne einem oder iOS Handy nicht sehen.
    Gibt es eine Krankenkasse, wo ich die Auskunft einfach über die Webseite bekomme, komplett ohne und ohne nicht-Freies Software?

  4. Meine #Krankenkasse lässt mich meine E-Rezepten ohne einem #Android oder iOS Handy nicht sehen.
    Gibt es eine Krankenkasse, wo ich die Auskunft einfach über die Webseite bekomme, komplett ohne #Handy und ohne nicht-Freies Software?

    #freesoftware #monopol #digitalzwang #googlezwang

  5. Meine #Krankenkasse lässt mich meine E-Rezepten ohne einem #Android oder iOS Handy nicht sehen.
    Gibt es eine Krankenkasse, wo ich die Auskunft einfach über die Webseite bekomme, komplett ohne #Handy und ohne nicht-Freies Software?

    #freesoftware #monopol #digitalzwang #googlezwang

  6. Meine #Krankenkasse lässt mich meine E-Rezepten ohne einem #Android oder iOS Handy nicht sehen.
    Gibt es eine Krankenkasse, wo ich die Auskunft einfach über die Webseite bekomme, komplett ohne #Handy und ohne nicht-Freies Software?

    #freesoftware #monopol #digitalzwang #googlezwang

  7. Someone said: it doesn't get easier, you just faster.

    Not entirely true. It feels weird when I go at a what 2 months ago was a sprint and don't feel much effort.

    Today I celebrate the first day of summer weather and hitting the time I set for myself 2 years ago when I started .

  8. At a conference like , you see each dev's accidental secret:
    their development setup.
    And I discovered there are more people using as their editor!

    makes some good software.

    kate-editor.org/

  9. What's a good to serialize simple structured in an efficient way?

    I'm thinking about some binary encoding. Also, .1 because it natively uses integers, not just strings. Is the packed representation (PER) widely supported?

    The data will be a bunch of interleaved time series streams, so variable field lengths could be a big win.

    Is there a format for stuff like that?

    's EBML? Only I'd have to hack the schema in.

  10. and methods?
    Yeah, I think I paid back for what I messed up.

    I wrote a description of every feature I could remember – implemented or not yet implemented – on my .

    With this, I'm moving on and shuffling away from the stage.

    dorotac.eu/posts/im-finished

    Thanks @nlnet for support! Thanks @kde for the meetup!

  11. #Wayland and #input methods?
    Yeah, I think I paid back for what I messed up.

    I wrote a description of every feature I could remember – implemented or not yet implemented – on my #blog .

    With this, I'm moving on and shuffling away from the stage.

    dorotac.eu/posts/im-finished

    Thanks @nlnet for support! Thanks @kde for the meetup!

    #linux #CJK #linuxmobile #kde #nlnet #internationalization

  12. I'm glad to report that stepping through is every bit as annoying as stepping through async .

  13. Do you hate as much as I do?
    Can't we have public key everywhere? Like in my client?

    Yes we can! Without !

    Because supports not just side , but also the client can be verified.

    My now logs me in without a password :D I just need to possess a valid (unlocked) private key. The secret never crosses the network.

    Next step: make sure the decrypted key is never written to .

  14. #Weather situation today:
    it's so cold my camera shows "no battery". While running from #battery .

    #electronics #batteries #liion

  15. situation today:
    it's so cold my camera shows "no battery". While running from .

  16. #Weather situation today:
    it's so cold my camera shows "no battery". While running from #battery .

    #electronics #batteries #liion

  17. #Weather situation today:
    it's so cold my camera shows "no battery". While running from #battery .

    #electronics #batteries #liion

  18. #Weather situation today:
    it's so cold my camera shows "no battery". While running from #battery .

    #electronics #batteries #liion

  19. P-type semiconductor? N-type? NPN? ? is dope!

    And you can build and simulate yourself: app.siliwiz.com/?preset=nmos

    I bought Last Call BBS from Zachtronics to learn, but it's a game, simplified to the point where capacitors discharge instantly.

    Meanwhile, siliwiz is used as a tutorial for designers of actual circuits in Tiny Tapeout:

    tinytapeout.com/siliwiz/resist

    Brb, redoing game challenges in simulator.

  20. Oh, another question.

    Since PNP is just a P+N+P sandwich, why isn't the device symmetrical in repect to emitter/collector?

    I mean, if you reverse PNP, you get PNP, right?

  21. I tallied up which repos I have to modify every time (¹) I want to see the effect of my work:

    - wayland-protocols
    - wayland-rs
    - smithay-client-toolkit
    - winit
    - maybe xilem
    - smithay, twice
    - my own input method demo

    And then hopefully upstream it all.
    Rinse and repeat for 4 to 8 independent changes. Can your project beat the admin overhead of that :P?

    Thanks @nlnet for support!

    ¹ for input-method-side-only stuff winit and xilem are left alone.

  22. I tallied up which #freesoftware repos I have to modify every time (¹) I want to see the effect of my #wayland work:

    - wayland-protocols
    - wayland-rs
    - smithay-client-toolkit
    - winit
    - maybe xilem
    - smithay, twice
    - my own input method demo

    And then hopefully upstream it all.
    Rinse and repeat for 4 to 8 independent changes. Can your project beat the admin overhead of that :P?

    Thanks @nlnet for support!

    ¹ for input-method-side-only stuff winit and xilem are left alone.

    #cjk #nlnet #linux

  23. Another day, another protocol.

    Still working on improving input methods. Just "finished" a feature useful especially to languages ( , , ):

    the input method intercepts some presses.

    gitlab.freedesktop.org/wayland

    Here, I type "abc", then ctrl+space, then choose a suggestion with 1, 2, 3.

    Thanks @nlnet for funding!
    Thanks Wayland maintainers for reviewing!

  24. Another day, another #Wayland protocol.

    Still working on improving input methods. Just "finished" a feature useful especially to #CJK languages (#Chinese , #Japanese , #Korean ):

    the input method intercepts some #key presses.

    gitlab.freedesktop.org/wayland

    Here, I type "abc", then ctrl+space, then choose a suggestion with 1, 2, 3.

    Thanks @nlnet for funding!
    Thanks Wayland maintainers for reviewing!

    #opensource #freesoftware

  25. Thanks to everyone I met at !
    Specifically the team who offered review powers for my input method work, but also those who have discussed how to turn the law into a revenue stream for maintainers of . Thanks @discombobulateme , @AleixPol !

    Thanks fo those who listened to my ranting about crate registries :)

    And finally, all who listened to my bug reports!

  26. input methods.

    I'm sorry to say doesn't have enough people with review/merge rights, so my work making and good on Wayland is going nowhere.

    What are other libraries I could contribute to instead?

  27. #Wayland input methods.

    I'm sorry to say #iced doesn't have enough people with review/merge rights, so my work making #Chinese and #Japanese #input good on Wayland is going nowhere.

    What are other #Rust #GUI libraries I could contribute to instead?

    #cjk #opensource #nlnet

  28. Finally, there's #fiber optic #internet connection at my building!

    Germany's internet is slow to come and expensive, but it did finally come. A decade after my friends in Poland got fiber in a similar place, lol (theirs is faster and cheaper).

    A question to experts about German ISPs.

    Does the law here let me connect using my own fiber terminal (ONT)?

    #askfedi #ISP #ONT #germany

  29. started blocking the mapping app I am using on my Nokia :(

    "user-agent": "CloudGPS for N900"

    I realize there's maybe 5 of us so no one's going to notice the suck we suffer :P

    I wrote a proxy to lie about user agent. Annoying.

    But free, public, mutual is dying. How are kids going to learn if they have to jump through advanced hoops to access anything? Where will the new generation come from?

    Maybe we should create an overlay network for nerds only.