https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • a

    aleksey

    02/24/2022, 2:01 AM
    ah, since
    .
    has a special meaning as stated below,
    =inbox.ref
    will never match anything. > Note: . have special behavior in Dendron (Example Finding Notes) Hence when using complex extended syntax searches in general its advised to avoid dots . if possible. https://wiki.dendron.so/notes/84a0366a-eab5-4862-9bef-360f92a196dc/#extended-search-syntax
  • c

    chmac

    02/24/2022, 7:37 AM
    Thanks, I hadn’t seen the mention of dots having special meaning. Does this qualify as a bug? It seems like the = syntax is pretty useless then if it doesn’t search parts of the hierarchies and doesn’t support the dot character.
  • a

    aleksey

    02/24/2022, 1:11 PM
    It is useless, I agree, so maybe it does qualify as a bug since in my understanding for the
    =
    mode, the dot should not have special meaning because it defeats the purpose of the exact match. Could you please open an issue for this?
  • s

    Saine

    02/24/2022, 4:46 PM
    took me at least 3 tries to publish the Github Actions - Github Pages way. https://mettcon.github.io/
    s
    • 2
    • 2
  • s

    ScriptAutomate

    02/24/2022, 11:51 PM
    I think I'm going to include this in the next announcements, for those interested 🙂 https://code.visualstudio.com/vscode-day/
  • s

    ScriptAutomate

    02/24/2022, 11:52 PM
    publishing-experience
  • s

    Saine

    02/25/2022, 7:12 AM
    is there a reason you chose a
    .so
    Domain?
  • h

    hikchoi

    02/25/2022, 7:21 AM
    No particular reason as far as I know 😄 it's a short and popular domain
  • b

    Bryan Jenks 🌱

    02/25/2022, 5:34 PM
    Cause it’s
    .so
    COOL 😎
  • b

    banjara

    02/25/2022, 7:59 PM
    how do you guys deal with being overwhelmed? i have this mammoth task of refactoring all my repos and i know i have to start somewhere... still feels daunting
  • r

    rlh1994

    02/25/2022, 8:15 PM
    The same way I get through a big chocolate cake, one bite at a time
  • k

    kevins8

    02/25/2022, 9:19 PM
    do you do it all in one sitting?
  • r

    rlh1994

    02/25/2022, 9:20 PM
    Overwhelming big tasks, no I'll split that up. The cake, depends on my emotional state 😅
  • b

    banjara

    02/26/2022, 6:34 AM
    one byte at a time
  • b

    banjara

    02/26/2022, 6:40 AM
    is there any alternative to 4 embedded for loops?
  • b

    banjara

    02/26/2022, 6:43 AM
    like
    Copy code
    for i in list1;
        for ii in list2;
            for iii in list3;
                for iiii in list4:
                    GET request .....
    `
    is there any better algorithm?
  • s

    SeriousBug

    02/26/2022, 7:04 AM
    If you do need to actually get all those things, no not really. If you have async capabilities you can flatten the lists and run the requests concurrently.
  • n

    nsmmrs

    02/27/2022, 12:43 AM
    I like the idea of Dendron being a "knowledge IDE". It feels much less like I'm risking the usefulness of my files on the long-term success of Dendron.
  • n

    nsmmrs

    02/27/2022, 12:49 AM
    Also makes it seem feasible to have multiple IDEs which work with the Dendron data model. Would be really cool to have a terminal-based IDE at some point (maybe not as a single app, but as a suite of small programs which could be arranged in tiled terminal panes to resemble the VS Code setup).
  • b

    benhsm | Jack of N trades

    02/27/2022, 2:06 AM
    You might be interested in using dendron with vim: It does tiling/panes pretty well, though of course you could always use tmux or your favorite multiplexing terminal emulator as well
  • b

    benhsm | Jack of N trades

    02/27/2022, 2:06 AM
    once more can be done with Dendron and the language server protocol, it'll be possible to integrate things much more seamlessly
  • g

    Gander7

    02/27/2022, 2:49 PM
    ive been using vim + vscode for a few years now and love it, thanks for sharing that thread @User
  • r

    rlh1994

    02/27/2022, 3:10 PM
    Does anyone use ChromeOS? I'm looking at replacing my laptop and/or getting a tablet and considering something different...
  • n

    nsmmrs

    02/27/2022, 10:05 PM
    Awesome! I didn't know there was already a lot of support for this sort of thing.
  • n

    nsmmrs

    02/27/2022, 10:06 PM
    Once I get up and running, I'll definitely be looking into driving Dendron from Kakoune. 😁
  • k

    kevins8

    02/27/2022, 11:58 PM
    don't use it myself but know of folks who use it and like it
  • s

    SeriousBug

    02/28/2022, 2:18 AM
    I used a Samsung Chromebook for a while. It was pretty good, web browsing is pretty flawless, and running Linux software worked well too. Linux support is built in now, so you just turn on a setting then you can install anything with ARM support. The Chromebook I had was pretty underpowered though, so it ended up being a little too sluggish for doing serious coding. If you are planning to do anything heavy, make sure to consider the specs.
  • r

    rlh1994

    02/28/2022, 7:11 AM
    Thanks both!
  • b

    banjara

    02/28/2022, 7:27 AM
    somebody in AWS messed up some configs... my EC2 account is locked... it's just a basic account with free tier service.. there was no "unusual activity" on it . some config in AWS messed up
  • b

    banjara

    02/28/2022, 7:28 AM
    unless somebody learned to crack ssh keys in which case all of the world needs a new hash
1...116117118...148Latest