home.social

Search

433 results for “dcz”

  1. @dcz Similar setup in summer conditions (very warm actually, so water was the heaviest thing, food next) for an overnight wilderness trip. No frame bag but still needed 40L to fit everything for my dog and I. Bike was fairly light minus the water. I'd guess 7kg total gear with food and water.

    #adk #Adirondacks #Bikepacking #biketouring #cycling

  2. @dcz @slint OK, something I tries in #Leptos.

    You need to follow some examples or implement something based on `GridLayout`. Oliver gave some hints in github.com/slint-ui/slint/disc

  3. @dcz @slint Can you elaborate more on "I want ot modify data in a table"? By the user? By the application?

    As far as I remember tables in #Slint operate on a model basis, so some extension should be possible.

  4. Help! confuse me!

    Root permissions:

    $ ll /dev/input/event17
    crw-rw----+ 1 root input /dev/input/event17

    I'm not root:

    $ groups
    dcz dialout video wireshark

    but I can read it!

    $ head /dev/input/event17
    #7-i�▒.#7-i�▒#7-i�C/#7-i�C#

    SSH connection? Permission denied!

    What's the access mechanism here?

  5. What's the simplest useful thing I want on my desktop?

    A plain text area.

    Now that I made it, any other user can have it, too!

    codeberg.org/dcz/kwlejka

  6. Ever try to work on something, but the only software for it sucks? You get frustrated in the "I can do it better" way and go back to using the bad tool?

    Uh, I'm not that person.

    One flow later... I did it better.

    codeberg.org/dcz/tfurca

    Tfurca generates #KiCAD symols of chips for you.

    Happy to see contributions.

    #electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware

  7. Ever try to work on something, but the only software for it sucks? You get frustrated in the "I can do it better" way and go back to using the bad tool?

    Uh, I'm not that person.

    One flow later... I did it better.

    codeberg.org/dcz/tfurca

    Tfurca generates symols of chips for you.

    Happy to see contributions.

  8. Ever try to work on something, but the only software for it sucks? You get frustrated in the "I can do it better" way and go back to using the bad tool?

    Uh, I'm not that person.

    One flow later... I did it better.

    codeberg.org/dcz/tfurca

    Tfurca generates #KiCAD symols of chips for you.

    Happy to see contributions.

    #electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware

  9. Ever try to work on something, but the only software for it sucks? You get frustrated in the "I can do it better" way and go back to using the bad tool?

    Uh, I'm not that person.

    One flow later... I did it better.

    codeberg.org/dcz/tfurca

    Tfurca generates #KiCAD symols of chips for you.

    Happy to see contributions.

    #electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware

  10. Ever try to work on something, but the only software for it sucks? You get frustrated in the "I can do it better" way and go back to using the bad tool?

    Uh, I'm not that person.

    One flow later... I did it better.

    codeberg.org/dcz/tfurca

    Tfurca generates #KiCAD symols of chips for you.

    Happy to see contributions.

    #electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware

  11. 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

  12. 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 looks like it's starved for maintainers. I don't want to switch contributions to something else because it's stalled.

  13. @dcz uhh, that's evil. so far I always succeded with a combination of wd-40, heat gun, ice spray (works great!!), force, more force, brute force and sticking-the-friggin'-bike-heads-over-heels-in-a-vise-and-using-the-whole-frame-as-a-lever. #bikehack

  14. @dcz @janvlug @conservancy @karen same [re federation]. Though I'm happy to give out accounts on my private gitea for established #liminix contributors, there's no way for people new to the project to get started except by old-school patch-based workflows or by using their own hosting that I can pull from.

    I do mirror to github (this was fairly straightforward to set up), and it's possible that some people looking at it "over there" think that's the canonical repo
  15. @dcz Ah yeap damn, does #BQN do gpu compute yet?

  16. s? Yeah, I have 120GiBs of them.

    ?
    How about ?

    From
    _1100033.RW2 23MiB
    to
    out.jxl 18MiB

    Panasonic compression is lossy (between 12 and 8 bpp), so for other cameras, the outcome should be even better.

    github.com/dcz-self/jpegxl-rs/

    TL;DR: from pattern saved as RGB in the main picture data, the other G as an extra channel. No metadata yet, but that's a couple of KiB.

    The preview looks like any raw preview: lots of green.

  17. A raymarched sphere splatting against an invisible wall, step by step.

    Why is this cool? Because most techniques I read about cast rays arranged in a rectangle rather than sphere.

    With the ball, you can see that edges slow down. That's because they don't reach the wall immediately, but probe the distance again and the step is smaller now.

    This is done interactively with a modified Ściema.

    gitlab.com/dcz_self/sciema/

  18. @dcz 's upstream did the slicing by intersecting with a very thin infinite horizontal slab. That could help you.

    gitlab.com/nobodyinperson/sdfc

  19. For years I wanted a simple program to help me choose on my .

    Is the gap between 4 and 5 on the rear much bigger?

    Are my front 2 and 3 gears overlapping?

    With "Biegi", I know:
    yes, 18% is the biggest change,
    and no, I can fill some gaps with half-gears.

    framagit.org/dcz/biegi

    Should take like an hour with , right?
    (It took 6.)

  20. @dcz Oh lol didn't know about that SdfCAD 😅. Click the hashtags and (super new). My sdfCAD is here:

    gitlab.com/nobodyinperson/sdfc

  21. @dcz Damn, that's cool! The edges look sharp, so it's ray-marched, not a mesh made with marching cubes?

    EDIT: Ah, ray-marched and you want to go directly to gcode, interesting! [1]

    I firmly believe benefits a lot from |s and I love to see more projects like and arise!

    [1] fosstodon.org/@dcz/11272662294

  22. @dcz You got the audience very interested!

    The comment about mandatory file tagging shows the risks of turning every user into a librarian. I suppose someone already mapped filesystems by their #PREMIS level 1 conformance but I've not searched yet.

    #GPN22 #digipres

  23. @dcz property-wise, #cartocss is a thin layer on top of #mapnik XML:

    github.com/mapnik/mapnik/wiki/…

    As for the operators, check:

    https://github.

  24. There's never enough on your . Or on your trailer.

    Introducing remote controlled bike trailer indicator lights XD

    framagit.org/dcz/blinky-blinky

    Like every joke taken too far, it took 4 days of work and 2 burned fingers, but totally worth it.

    If you want one on your trailer, or your or your ox cart, just talk to me.

    @biketooter

  25. Anyone playing here?

    I finally published a fast and fancy world map generator with cool cliff view and stuff.

    I never expected how full of caves and passages underground would be!

    Thanks to Jan Ole Zabel, who laid the groundwork!

    gitlab.com/dcz_self/minehouse-

    Oh, and it's written in .

  26. My last presentation about is now available in text form.

    "Jazda: Rust on my bike":

    dcz_self.gitlab.io/posts/jazda

  27. For those who don't follow me across conferences, I transcribed my short talk about which I gave at :
    dcz_self.gitlab.io/posts/why/

  28. Behold, leaves my abode!
    It will shake your faith in my coding skills.

    The small is useable: gitlab.com/dcz_self/seismos

    Next I'll be porting it to my