Live data from Hacker News

Viewing profile — dijital

dijital

HN member
Joined
Wed, Sep 26, 2018, 3:40 PM UTC
HN karma
64
Public activity
29 items

About dijital

No profile information was provided.

Recent public activity

  1. comment
    Comment #46806984

    Worthy mention of RapidRAW for photo editing on Linux: https://github.com/CyberTimon/RapidRAW

  2. comment
    Comment #46593727

    I've been troubleshooting this on and off since early December. There's a handy Python script here to show log which application is stealing focus: https://superuser.com/a/874314 I…

  3. comment
    Comment #45500931

    Quarto ( https://quarto.org/ ) is well regarded in academic publishing and supports website projects: https://quarto.org/docs/websites/ .

  4. comment
    Comment #45422840

    Nice project! The National Library of Scotland has a nifty tool focused mainly on the UK and Ireland that does something similar (with a paid print service attached): https://maps.…

  5. comment
    Comment #45112738

    It's further down in the article but he's using `hugo serve` which renders the static site and serves it in one command. Not entirely sure how he's doing TLS from a quick skim of w…

  6. comment
    Comment #44699845

    The article mentions one example: https://wanderer.to/ . Haven't used it personally but seems promising (albeit less "social" than something like Strava).

  7. comment
    Comment #44454556

    Previously discussed on HN here: https://news.ycombinator.com/item?id=43961908 Original letter regarding the dispute with Organic Map is here: https://openletter.earth/open-letter-…

  8. comment
    Comment #43015350

    For folks working in bioacoustics I think it might be pretty relevant. I'm working on a project with large batches of high fidelity, ultrasonic bioacoustic recordings that need to …

  9. story
  10. comment
    Comment #41163289

    It seems like the serverside resource requirements to help with the privacy preserving aspect (and also to avoid DDoSing the data providers) would be non-trivial for a FOSS project…

  11. comment
    Comment #39611306

    If you're using Firefox and have Kagi as your default search engine, then just adding the Firefox search widget seems to do the trick.

  12. comment
    Comment #38341640

    The title doesn't really highlight it but this is using OpenAI's Whisper behind the scenes and can simultaneosly do transcription and diarisation (speaker identification), which is…

  13. story
  14. comment
    Comment #37113271

    At a guess it's this story: https://www.vice.com/en/article/xweqbq/microsoft-contractors...

  15. comment
    Comment #33400557

    I think you're right and actually the extra moisture in the air would also mean that raising the temperature of the house requires more energy input since the specific heat capacit…

  16. comment
    Comment #32807821

    > Once the ink is there, it won't go way by itself. It occurs to me that an interesting low-power extension could be to have the device turn itself off after refreshing the display…

  17. comment
    Comment #25836298

    If you're working on a shared project where people might care, I usually have the [PSScriptAnalyzer][1] just auto-correct any aliases dynamically for me in my IDE. If you're just d…

  18. comment
    Comment #25433710

    Definitely do-able, Google wrote a blog about how to do exactly that on the GCP Cloud Shell a while back so not unreasonable to do the same on AWS: https://medium.com/google-cloud/…

  19. comment
    Comment #25360706

    Yeah they've got a nifty tool called Magic Modules that partially auto-generates the Terraform Provider (along with Ansible and InSpec) from the GCP API: https://www.hashicorp.com/…

  20. comment
    Comment #24752775

    By the same logic, TLS 1.2 isn't a solution to insecurities in 1.1 because only 98% of users currently support it. It's perhaps worth accepting there's no silver bullet here but a …

  21. comment
    Comment #23468810

    If you're in a Kubernetes environment, the NGINX Ingress Controller has a pretty decent set of realtime metrics: https://kubernetes.github.io/ingress-nginx/user-guide/monito... Whi…

  22. comment
    Comment #23081889

    Worth bearing in mind: > This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. > ... > It is inappropriate to use Internet-Drafts as refere…

  23. comment
    Comment #22953751

    I'm not sure where you are that gets a meter of snow and ice. Bike lanes are perfectly usable up here around the UK, Belgium, Holland and France all of the year, just a few puddles…

  24. comment
    Comment #22882537

    You could hook something up to their Status Page's RSS feed. We have a #provider-updates Slack channel for things like this. https://www.cloudflarestatus.com/history.atom

  25. comment
    Comment #22316192

    Would the Language Server Protocol make sense for your approach here? https://microsoft.github.io/language-server-protocol/overvie... Really interesting concept for exploring a new…