HN user

heigh

37 karma

Keen on all things tech (especially cutting edge), 30yr coder and hacker, appreciate and create abstract art.

Posts6
Comments27
View on HN

My father was 76 and started to forget things, basic things like what he did yesterday, who we met the week before (family from overseas who we haven’t seen in years)…

This is when I realised it was getting serious. But he’s a Norwegian born in the 40s, so talking about his mental health and opening up to him is near impossible.

I did call him out on these massive lapses in memory, but jokingly though.

However, without formally addressing anything, he started out of no where and never, ever before doing it my entire life: sudoku.

1-2 hours a day, then more, all the time.

He’s now in his mid 80s and as sharp as ever.

I know he went and saw a GP, and they prescribed sodoku.

But the effectiveness of it, taken seriously, is absolutely incredible.

I think you answered my question, although indirectly. I thought there was competing standards (if that's even the right word, I don't know) for note-taking.

YAML is more for configuration and meta-data, so my original question didn't make a lot of sense.

You've helped clear my confusions so for that, thanks so much!

As for Obsidian, I just wasn't super keen having a whole extra app just for my note-taking. I like simple Notepad++ (or Geany, now that I'm moved to nix), as it can work on any files, not just text/MD/note docs.

I do think that’s a massive factor. I hate to generalise as is a massively complex issue but I do feel most young men online are angry that they aren’t getting more interactions with women. Technology hasn’t helped that at all. I’m wondering if there’s a way to try reverse that. Education is obviously key but it popular and accepted is super hard

I shouldn’t have even mentioned woke to be honest. I’m a liberal but there’s loads of things I’m conservative about. What I think can bring everyone together is to teach kids to respect one another. That’s what’s missing online: common decency and respect. Sure that’s something that’s likely never going to be solved, but I’d love some way to combat the spread/reach of misogyny especially among kids who have no idea what they’re wading into

I'm not woke, and personally hate that term. But I have two young boys that are coming to the age where they might be exposed to the online cancer that is Andrew Tate and his ilk.

I have the ability to sponsor/build a project with the goal of improving young male minds so that they can get direction, respect women and hopefully realise their intrinsic morals and ethics.

I think you guys know that most of us have these, but youth are especially susceptible to twisting and ultimately ruining that.

I am keen on hearing some ideas to help combat this and building/sponsoring some ideas.

For me, my outlet is art, but that might not appeal to the broader audience. If anyone has a great idea, I would LOVE to hear it.

Honestly, thank you for giving me the platform to discuss this.

Installing was okay, but it was not running on any of the sample files I had. This is the output I got:

UserWarning: You are using a softmax over axis 3 of a tensor of shape (1, 8, 1, 1). This axis has size 1. The softmax operation will always return the value 1, which is likely not what you intended. Did you mean to use a sigmoid instead? warnings.warn(

I know this isn't the right place for this, the right place is raising within github, but because you asked I posted...

They supply their paper in the Git repo, here: https://github.com/usefulsensors/moonshine/blob/main/moonshi...

The section "3.2. Training data collection & preprocessing" covers what you're inquiring about: "We train Moonshine on a combination of 90K hours from open ASR datasets and over 100K hours from own internally-prepared dataset, totalling around 200K hours. From open datasets, we use Common Voice 16.1 (Ardila et al., 2020), the AMI corpus (Carletta et al., 2005), Gi- gaSpeech (Chen et al., 2021), LibriSpeech (Panayotov et al., 2015), the English subset of multilingual Lib- riSpeech (Pratap et al., 2020), and People’s Speech (Galvez et al., 2021). We then augment this training corpus with data that we collect from openly-available sources on the web. We discuss preparation methods for our self-collected data in the following."

It does continue...

I don't mean to give negative feedback, as I don't consider myself a full-blown expert with Python/ML, however, for someone with passing experience, it fails out of the box for me, with and without the typically required 16Hz bit rate audio files (of various codecs/formats).

Was really hoping it would be a quick, brilliant solution to something I'm working on now, perhaps I'll dig in and invest in it, but I'm not sure I have the luxury right now to do the exploratory work... Hope someone else has better luck than I!

For what it's worth the issue I encountered is this, and now, I am wondering if the ticket should actually be directed to jQuery, rather than Firefox...

The bug is actually around a type="number" input field, not a number in an INPUT field. But here goes my summary of it:

<!-- HTML Code //--> <input type="number" id="progress" class="form-control mr-0 pr-0" placeholder="Progress (%)" />

//JS Code $('#progress').on("change",function() { let val = $(this).val().replace(/[^0-9.]/g, '');

        // Ensure only one decimal point
        let parts = val.split('.');
        if (parts.length > 2) {
            val = parts[0] + '.' + parts.slice(1).join('');
        }

        let numVal = parseFloat(val) || 0;

        if (numVal > 100) {
            numVal = 100;
        } else if (numVal < 0) {
            numVal = 0;
        }

        $(this).val(numVal === 0 ? '' : numVal);
    });
//Expectation OnChange, it removed everything except valid numbers (including a single decimal place).

//Reality It does this for the first iteration, but not further iterations

//Example 1. Enter "1234.456AB" into the progress field (excluding the quotation marks). 2. blur from the field to trigger the onChange. 3. Observe that it works and produces the result 100 (as per the code). 4. Type in ABCD into the progress field 5. Nothing happens. ABCD remains there.

My sincere apologies to you both - I am mostly a lurker, and really didn't expect a response to my post, especially one as detailed as you've given.

I'm a 20 year dev, and it really is a strange bug, but as I mentioned before, I didn't expect a response, so as I only had my password for HN on my phone (which I only have stored there), I didn't have access to my code, nor thought to bother to reset my password and store it so I can access it from my PC.

I'm kicking my laziness/sloppiness-self now, and sorry for my crappy original post. I reset my password and want to thank you both for your feedback.

I will post the bug and see how it goes...

Completely agree with all your points. However, in terms of lockdowns overall messaging and management, while bumbling and less than perfect, we are way way better off than >75% of other nations. It helps being a sparsely populated island nation, sure, but overall our deaths and infections per million is low.

Could it be better? Sure. Could it be way, way worse? Definitely.

I’m curious in what way/metric you think the Australian Government handled (or mishandled) the pandemic compared to other countries?

I’m Australian, living in Australia and I feel we’ve had and handled it remarkably well here compared to other nations. Worldometer aligns with this sentiment too.

Likewise, one of the great things about GChat was that it felt so un-monetized.

Maybe it felt un-monetized, but discovering reality that it’s not caused me to dump almost all Google products immediately.

When chatting with my friend I introduced him to several new concepts and products over the course of a conversation. We found that immediately after discussing said product, he would get advertisements for said product on Instagram.

I know when things are free, you are the product, but that was way too efficiently creepy.