hxii's recent activity

  1. Comment on What programming/technical projects have you been working on? in ~comp

    hxii
    Link
    Last year I made a scavenger hunt minigame for my wife’s birthday in python. It included real life elements, as well as some programming and tech concepts like encryption and cryptography, T9,...

    Last year I made a scavenger hunt minigame for my wife’s birthday in python.
    It included real life elements, as well as some programming and tech concepts like encryption and cryptography, T9, coordinates and with a healthy dose of video games mixed in.

    This year I decided to do something similar, but simplify the setup: more encryption, API and rest requests ,QR codes, NFC tags, looking for clues with UV light and with all the steps, knowledge and abbreviations contained in an Obsidian vault

    6 votes
  2. Comment on ADHD productivity fundamentals in ~health.mental

    hxii
    Link Parent
    It is (and was) very, very difficult to get myself into the habit of "just adding it to Todoist". But that was my first step, and it helped greatly. I very often found myself overwhelmed,...

    It is (and was) very, very difficult to get myself into the habit of "just adding it to Todoist". But that was my first step, and it helped greatly.
    I very often found myself overwhelmed, unmotivated and just downright lazy (perhaps influenced by the other two things) when I had to do anything, like cleaning off my desk.

    "The answer", as you called it, for myself was to accept that "standard" (whatever that is) productivity methods may not work, and that ultimately I have to make my own brew here, which is still way far from complete.
    And on some particularly difficult days, medication is the answer.

    5 votes
  3. Comment on ADHD productivity fundamentals in ~health.mental

    hxii
    Link Parent
    Start by just writing stuff down, and worry semantics and metadata later, unless you can afford it to add it now. This may not mean much for you right now (as this is also personal to me), but for...
    • Start by just writing stuff down, and worry semantics and metadata later, unless you can afford it to add it now.
      This may not mean much for you right now (as this is also personal to me), but for example, yesterday I've added a note called "Duck Typing" and gave it the following metadata:
      • status: incomplete to visually distinguish it being at the "idea" stage (with the help of Supercharged Links plugin).
      • #todo in the body of the note to denote that I should fill it out.
      • parent: [[Python]] to link it to my notes about Python.
        What I did by this, was plant an idea that I've encountered, and added markers for myself to expand on it later (thus learning) when I have the time.
    • I wouldn't worry about folder structure too much, as most of my notes just reside in "Notes", while some special types get folders of their own, e.g. "Daily", "Weekly" and "@people".
    • I use tags in a hierarchy to loosely tie some notes together, like "#tool/sofware" (or even "#tool/software/plugin"), "#tool/hardware", "#project/personal" and "#project/work". This allows for an easier search, even when the notes are not connected.

    I wouldn't touch (or perhaps only get the bare minimum) plugins, as with any other framework/system, you can lose yourself in the extension and customization without touching the basics.

    Happy to chat more about it. Good luck!

    8 votes
  4. Comment on ADHD productivity fundamentals in ~health.mental

    hxii
    Link Parent
    Oh for sure! Before I started using Obsidian more heavily, I actually went down the YouTube rabbit hole myself, because I wanted to see first-hand how true the accusations were against the wild...

    Oh for sure! Before I started using Obsidian more heavily, I actually went down the YouTube rabbit hole myself, because I wanted to see first-hand how true the accusations were against the wild landscape. The answer is yes.

    I ended up, of course, dismissing the zettelkastens, the MOCs and the rest of the ideas that were thrown around all over the place, to be replaced with what I actually thought works for me.

    It's a process, and as cliche as it'll sound, a journey. We're all different.

    6 votes
  5. Comment on ADHD productivity fundamentals in ~health.mental

    hxii
    Link
    A few (hopefully) helpful tips for some basic productivity, based on my own experience.

    A few (hopefully) helpful tips for some basic productivity, based on my own experience.

    8 votes
  6. Comment on What programming/technical projects have you been working on? in ~comp

    hxii
    Link Parent
    RSS is great to have! A lot of people (me included) consume majority of the content via RSS readers. Which reminds me, that I should probably work on implementing this in my own SSG lol.

    RSS is great to have! A lot of people (me included) consume majority of the content via RSS readers.
    Which reminds me, that I should probably work on implementing this in my own SSG lol.

    2 votes
  7. Comment on What programming/technical projects have you been working on? in ~comp

    hxii
    Link
    While trying to keep my sanity in a house with three kids (two of which are not my own), I made this: https://github.com/hxii/TaskRunner I mentioned about it in a previous similar thread, but now...

    While trying to keep my sanity in a house with three kids (two of which are not my own), I made this: https://github.com/hxii/TaskRunner

    I mentioned about it in a previous similar thread, but now decided to make this little tool public.
    It's stable enough for me to use it, but could most likely be written much better. ¯\_(ツ)_/¯

  8. Comment on What programming/technical projects have you been working on? in ~comp

    hxii
    Link
    Honestly nothing that impressive, but I decided to challenge myself a little and work on a task runner based on Python (a language I learned at my current workplace). The idea is to be able to...

    Honestly nothing that impressive, but I decided to challenge myself a little and work on a task runner based on Python (a language I learned at my current workplace).

    The idea is to be able to automate annoying tasks without touching code, and instead write things like:

    tasks:
        intro:
            description: A dummy task
        pyenv:
            prerequisites: helpers.command_exists(pyenv) helpers.command_exists(docker)
            description: Your current python versions
            run: pyenv versions --bare --skip-aliases --skip-envs
            show_output: True
            check: 3\.9\.\d{1,2}
    

    The result then would be something like

    3.11 ❯ taskrunner random.yml
    [TaskRunner 0.0.1]
    Task File: /Users/hxii/dev/TaskRunner2/random.yml
    YAML Valid: True
    Helpers: 1
    Tasks: 2
    Dry Run: False
    ---
    Started: 2023-12-12 17:39:59.536778
    [1/2] TSK intro()
    A dummy task
     HLP command_exists(['pyenv'])
     HLP command_exists(['docker'])
    [2/2] TSK pyenv()
    Your current python versions
    3.8.16
    3.9.16
    3.10.13
    3.11.1
    3.12.0
    Ended: 2023-12-12 17:39:59.751947
    
    3 votes
  9. Comment on What online subscriptions do you pay for? in ~tech

    hxii
    Link
    I should probably keep better track of what I pay for, but... For a while now Todoist Fastmail Raindrop.io Emby HomeAssistant Google Storage OsmAnd OpenAI API Spotify Telegram Premium Discord...

    I should probably keep better track of what I pay for, but...

    For a while now

    Todoist
    Fastmail
    Raindrop.io
    Emby
    HomeAssistant
    Google Storage
    OsmAnd
    OpenAI API
    Spotify
    Telegram Premium
    Discord
    Bitwarden
    HumbleBundle
    Vultr

    Recently

    Fantastical
    Kagi
    iCloud
    Obsidian Sync
    (eval) Apple Music

    1 vote
  10. Comment on Any people here who are also interested in a "low-tech lifestyle?" in ~tech

    hxii
    Link
    I wouldn’t quite say I’m into a Low-Tech lifestyle, but I certainly try and be more minimalist when it comes to tech in terms of usage and attention-theft. When it comes to my own code, I try and...

    I wouldn’t quite say I’m into a Low-Tech lifestyle, but I certainly try and be more minimalist when it comes to tech in terms of usage and attention-theft.

    When it comes to my own code, I try and follow certain principles I’ve set for myself to end up with simple, clean and efficient code.

    • Not installing apps if I can avoid them - either use the mobile web version (with Adblock, pinhole) or self-hosted.
    • Avoiding mainstream social networks.
    • Reducing notifications to a minimum (or disabling them entirely).
    3 votes
  11. Comment on What is some life advice that has stuck with you throughout the years? in ~life

    hxii
    Link
    “To make the best of what is in our power, and take the rest as it occurs.” – Epictetus Probably the most important tip I'd give anyone, anytime. Control what you can control, not what you can't.

    “To make the best of what is in our power, and take the rest as it occurs.”
    – Epictetus

    Probably the most important tip I'd give anyone, anytime. Control what you can control, not what you can't.

    1 vote
  12. Comment on Suggestions for a new Android phone, please in ~tech

    hxii
    Link Parent
    You know, a few years ago, before I had a significant first-hand experience with Apple devices, I would probably agree with what you're saying, but having had an Android since 2012 (devices from...

    You know, a few years ago, before I had a significant first-hand experience with Apple devices, I would probably agree with what you're saying, but having had an Android since 2012 (devices from Motorola, Samsung, Xiaomi, Sony, Google), having rooted and installed tens of different ROMs, and ending up with a Google Pixel 6 that wasn't even rooted I would probably beg to differ.

    Two months ago, trying to deal with my ADHD, I decided to give an iPhone a try, thinking it might be a better experience as I kept fucking around with my phone. I gave my Pixel 6 to my wife, and lent my sisters' iPhone 11 (which came out in 2019).

    I can tell you this much: it's definitely not slow or sluggish. I even installed iOS 17 Public Beta (because I wanted the WIFI Shortcuts TBH), and it works just as fast as the Pixel 6 does (if not faster in some scenarios).
    The battery is not new at this point, so not really a comparison.

    Each device (and platform) has it's strengths and weaknesses.

    5 votes
  13. Comment on How often do you go through your bookmarks/favorites? in ~tech

    hxii
    Link
    So I in essence replaced my mess of open tabs with Raindrop to be used as bookmarks. Not the most efficient system, but I guess for now it works. Bookmarks are being added to corresponding...

    So I in essence replaced my mess of open tabs with Raindrop to be used as bookmarks. Not the most efficient system, but I guess for now it works.

    1. Bookmarks are being added to corresponding categories if they have one, or go as Uncategorized for further review (i.e. when I just need to quickly add them)
    2. All bookmarks get tags to further filter what they are for. Sometimes a note is also added. Every few days I'd go over Uncategorized and put things where they should be or remove them if not.
    3. If something is time sensitive, I will add a bookmark reminder.
    4. When I need something, I search in Raindrop first.
    2 votes
  14. Comment on Things to do and see in Vienna in ~travel

    hxii
    Link
    Been in Vienna twice. Last time was part of our Austrian camper road-trip. Here are some places we liked: Griechenbeisl is a nice little place to eat. Hammond Bar is a great cocktail bar. Prater...

    Been in Vienna twice. Last time was part of our Austrian camper road-trip. Here are some places we liked:

    Griechenbeisl is a nice little place to eat.
    Hammond Bar is a great cocktail bar.
    Prater is a fun, historical amusement park.
    1516 Brewing Company is a great bar that, as the name suggest, brews their own beers.

    3 votes
  15. Comment on Bringing back the minimal web in ~tech

    hxii
    Link
    Looks like this is something right up my alley. Will read it later and modify my comment. Anyone wants to pursue the minimal web? More power to you!

    Looks like this is something right up my alley. Will read it later and modify my comment.
    Anyone wants to pursue the minimal web? More power to you!

  16. Comment on Tildes multiplayer games in ~games

    hxii
    Link
    Me and the wife are currently playing NMS, although I suppose this is perhaps not too much of a multiplayer game. We've been playing FFXIV but taking a break from it currently. I've also picked up...

    Me and the wife are currently playing NMS, although I suppose this is perhaps not too much of a multiplayer game. We've been playing FFXIV but taking a break from it currently.

    I've also picked up Battlebit and enjoying it, after not touching Battlefield/CoD for... 10 years now? (WorldWar 3 doesn't count)

    6 votes
  17. Comment on Tildes multiplayer games in ~games

    hxii
    Link Parent
    For rock and stone!

    For rock and stone!

    9 votes
  18. Comment on 'Arc' browser is now available to download without a waitlist (for macOS) in ~tech

    hxii
    Link Parent
    How are you liking Kagi so far? I've been able to get around using Searx (and when that fails, it's DDG/SP) but I keep stumbling upon them.

    How are you liking Kagi so far?
    I've been able to get around using Searx (and when that fails, it's DDG/SP) but I keep stumbling upon them.

  19. Comment on Things to do in Prague in ~travel

    hxii
    Link
    Some of our favorite places, having visited Prague (and Czech Republic) for the 5th time: Strahov Monastery Brewery Výtopna Wenceslas Square Restaurace Pivnice If you can leave Prague, these are...

    Some of our favorite places, having visited Prague (and Czech Republic) for the 5th time:
    Strahov Monastery Brewery
    Výtopna Wenceslas Square
    Restaurace Pivnice

    If you can leave Prague, these are not too far:
    Centrum řemesel a bylinné zahrady BOTANICUS
    Matuska Brewery

    1 vote