Search
543 results for “dcz”
-
@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.
-
@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 https://github.com/slint-ui/slint/discussions/5147
-
@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 https://github.com/slint-ui/slint/discussions/5147
-
@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 https://github.com/slint-ui/slint/discussions/5147
-
@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 https://github.com/slint-ui/slint/discussions/5147
-
@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 https://github.com/slint-ui/slint/discussions/5147
-
Help! #Gamepads confuse me!
Root permissions:
$ ll /dev/input/event17
crw-rw----+ 1 root input /dev/input/event17I'm not root:
$ groups
dcz dialout video wiresharkbut 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?
-
Help! #Gamepads confuse me!
Root permissions:
$ ll /dev/input/event17
crw-rw----+ 1 root input /dev/input/event17I'm not root:
$ groups
dcz dialout video wiresharkbut 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?
-
Help! #Gamepads confuse me!
Root permissions:
$ ll /dev/input/event17
crw-rw----+ 1 root input /dev/input/event17I'm not root:
$ groups
dcz dialout video wiresharkbut 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?
-
Help! #Gamepads confuse me!
Root permissions:
$ ll /dev/input/event17
crw-rw----+ 1 root input /dev/input/event17I'm not root:
$ groups
dcz dialout video wiresharkbut 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?
-
Help! #Gamepads confuse me!
Root permissions:
$ ll /dev/input/event17
crw-rw----+ 1 root input /dev/input/event17I'm not root:
$ groups
dcz dialout video wiresharkbut 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?
-
What's the simplest useful thing I want on my desktop?
A plain text area.
Now that I made it, any other #KDE user can have it, too!
https://codeberg.org/dcz/kwlejka
#linux #plasma #kdeplasma #freesoftware #desktop #clipboard #copypaste
-
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.
https://codeberg.org/dcz/tfurca
Tfurca generates #KiCAD symols of chips for you.
Happy to see contributions.
#electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware
-
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.
https://codeberg.org/dcz/tfurca
Tfurca generates #KiCAD symols of chips for you.
Happy to see contributions.
#electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware
-
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.
https://codeberg.org/dcz/tfurca
Tfurca generates #KiCAD symols of chips for you.
Happy to see contributions.
#electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware
-
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.
https://codeberg.org/dcz/tfurca
Tfurca generates #KiCAD symols of chips for you.
Happy to see contributions.
#electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware
-
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.
https://codeberg.org/dcz/tfurca
Tfurca generates #KiCAD symols of chips for you.
Happy to see contributions.
#electronics #qml #pcbdesign #circuitboard #opensource #floss #freesoftware
-
Another weekend, another couple of steps fixing the input method mess I (partly) started:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/408
Keyboard support and moving popups.
https://codeberg.org/dcz/stiwri/src/branch/popup
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.
-
Another weekend, another couple of steps fixing the input method mess I (partly) started:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/408
Keyboard support and moving popups.
https://codeberg.org/dcz/stiwri/src/branch/popup
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.
-
A raymarched sphere splatting against an invisible wall, step by step.
Why is this cool? Because most #raycasting 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.
-
@dcz "It has been this way since the days of DOS" Actually, this goes way more back. AFAIR to the 50s.
Local file organization and multi-classification concepts were my PhD topic: https://karl-voit.at/tagstore/en/papers.shtml
Further ideas lead to my #filemanagement concept with #filetags: https://karl-voit.at/managing-digital-photographs/
Related:
https://karl-voit.at/2020/01/25/avoid-complex-folder-hierarchies
https://karl-voit.at/2022/01/29/How-to-Use-Tags
https://karl-voit.at/2023/03/20/generic-file-hierarchyHTH 😉
#publicvoit #tagging #tags #filemanager #tagstore #hierarchy
-
@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.
-
There's never enough #blinky on your #bike. Or on your trailer.
Introducing remote controlled bike trailer indicator lights XD
https://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 #bakfiets or your ox cart, just talk to me.
#bicycle #fahrrad @biketooter #biketooter #cycling #cargobike #electronics #blinkenlichten #LED
-
@dcz Oh lol didn't know about that SdfCAD 😅. Click the hashtags #sdfCAD and #fluencyCAD (super new). My sdfCAD is here:
-
@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 #CAD benefits a lot from #sdf|s and I love to see more projects like #sdfCAD and #fluencyCAD arise!
-
Anyone playing #minetest 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 #Mineclone underground would be!
Thanks to Jan Ole Zabel, who laid the groundwork!
https://gitlab.com/dcz_self/minehouse-worldmapper
Oh, and it's written in #rust .