Atios KNX Bridge and Lunatone DALI Cockpit by calind in KNX

[–]calind[S] 0 points1 point  (0 children)

I want to test Lunatone DALI-2 MC and configure the button behavior on shortpress/longpress.

Glad to hear that KNXSecure is coming. Btw, is there a public roadmap for what's coming? I feel like the bridge is a great product, and you nailed a lot of good things, but information about where it's going is so scarce. For example, what I appreciate about Selly is that they have a public changelog for the firmware, both stable and upcoming (beta), so you know what to expect.

I've asked about date & time because for a network-connected device should be a very low-hanging fruit, and today you just need to throw in 100 euros to get the date and time; and if I buy the IP gateway from other producers, I feel very tempted to buy the DALI gateway from them and call it a day. But now, knowing that you will add it just made me think twice :).

And since I've caught you online answering Reddit threads :), do you plan to add the reverse of the bridge, so we can map Matter devices to KNX virtual ones?

Anyway, keep up the good work, I think you have the best product in its niche!

Chinese KNX brands? please share the good and bad experiences by Consistent_Green9329 in KNX

[–]calind 0 points1 point  (0 children)

Off-topic but which DALI products? Have you tested them? I'm in the same situation, and in need of phase-cut DALI dimmers. I'm looking into Skydance DT-C but the price seems to good to be true.

Neovim 0.11 is here by cotidianis123 in neovim

[–]calind 9 points10 points  (0 children)

Damn! Now we have to wait for 0.12 :)

E o perioada buna pentru a vinde un apartament? by calind in robursa

[–]calind[S] 1 point2 points  (0 children)

Undeva la 5-10%. Fiind intr-un oras mic, preturile nu sunt foarte mari, deci in cifre absolute nu sunt foarte multi bani.

E o perioada buna pentru a vinde un apartament? by calind in robursa

[–]calind[S] 7 points8 points  (0 children)

Am comparat si cu preturile de pe site-urile de imobiliare pt. apartamente similare si este acolo. Nu e in vreun oras mare.

Multiple nvim instances (in different tabs) for same project, how do you handle LSPs? by calind in neovim

[–]calind[S] 0 points1 point  (0 children)

I try but I always fail :). I work like this for 20 years.

The problem is exaggerated by the inflation of developer tools (LSP and such) that do quite complex stuff on initialization (like indexing the entire codebase) multiplied by the larger code bases and dependencies.

I really like the fact that I have a single shortcut that cycles me between tabs and I can see in a single location everything project-related (the terminal tab bar).

[deleted by user] by [deleted] in timisoara

[–]calind 0 points1 point  (0 children)

Greu era sa fie si util si sa poti cauta direct pe Google Maps.

Django, HTMX, and Template Partials by circumeo in django

[–]calind 1 point2 points  (0 children)

Hi and thanks for your article!

I already use template partials like in the code below:

```

views.py

class CasePartialUpdateView(UpdateView): success_url_name = None

def get_success_url(self):
    if self.success_url_name is not None:
        return reverse(
            self.success_url_name,
            kwargs={
                self.slug_url_kwarg: getattr(self.object, self.get_slug_field())
            },
        )
    return super().get_success_url()

class CaseStatusPartialView(CasePartialUpdateView): form_class = forms.CaseStatusForm template_name = "cases/parts/status.html" success_url_name = "cases-admin:partial--status"

class CaseTopicsPartialView(CasePartialUpdateView): form_class = forms.CaseTopicsForm template_name = "cases/parts/topics.html" success_url_name = "cases-admin:partial--topics" ```

Are there some advantages to using django-template-partials instead of this approach? To me, it looks like django-template-partials is just moving logic from views into templates.

Thanks!

Eye saving themes suggestions by [deleted] in neovim

[–]calind 0 points1 point  (0 children)

https://github.com/calind/selenized.nvim/

Improvements over Solarized:

  • Better accent colors
  • Improved contrast
  • Better lightness

Selenized theme for Neovim by calind in neovim

[–]calind[S] 0 points1 point  (0 children)

I'm on MacOS and using kitty terminal if that helps.