Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dijital
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dijital
8mo ago
Worthy mention of RapidRAW for photo editing on Linux: https://github.com/CyberTimon/RapidRAW
2.
▲
by
dijital
8mo ago
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 If you find it's Securit
3.
▲
by
dijital
1y ago
Quarto ( https://quarto.org/ ) is well regarded in academic publishing and supports website projects: https://quarto.org/docs/websites/ .
4.
▲
by
dijital
1y ago
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.nls.uk/geo/find/marker/
5.
▲
by
dijital
1y ago
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 what he's shared though.
6.
▲
by
dijital
1y ago
The article mentions one example: https://wanderer.to/ . Haven't used it personally but seems promising (albeit less "social" than something like Strava).
7.
▲
by
dijital
1y ago
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-to-organic-maps-shareho...
8.
▲
by
dijital
2y ago
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 be in WAV format for species analysis but, at the data
9.
▲
While You Shop, They Watch
(webworm.co)
3 points
by
dijital
2y ago
|
0 comments
10.
▲
by
dijital
2y ago
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 like this. I was wondering if a torrent-based architecture,
11.
▲
by
dijital
3y ago
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.
▲
by
dijital
3y ago
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 one of the most highly voted discussion topics on
13.
▲
Turn Speech into Text with Audio Hijack 4.3's New Transcribe Block
(weblog.rogueamoeba.com)
3 points
by
dijital
3y ago
|
1 comments
14.
▲
by
dijital
3y ago
At a guess it's this story: https://www.vice.com/en/article/xweqbq/microsoft-contractors...
15.
▲
by
dijital
4y ago
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 capacity of water is higher than air.
16.
▲
by
dijital
4y ago
> 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 and then plug it in via a timer switch. If the dash
17.
▲
by
dijital
6y ago
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 doing a quick one-off or interactively, then who ca
18.
▲
by
dijital
6y ago
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/how-to-run-visual-studio-cod... And Ha
19.
▲
by
dijital
6y ago
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/resources/google-provider-new-terr
20.
▲
by
dijital
6y ago
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 combination of initiatives like SRI is still
21.
▲
by
dijital
6y ago
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... Which presumably means those me
22.
▲
by
dijital
6y ago
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 reference material or to cite them other than as "wo
23.
▲
by
dijital
6y ago
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 to dodge in winter. The majority of risky cycling her
24.
▲
by
dijital
6y ago
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.
▲
by
dijital
7y ago
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 API, but I don't see myself drop
26.
▲
by
dijital
7y ago
Out of interest, where did you hear this from?
27.
▲
by
dijital
7y ago
Just enable guest mode. Pretty sure they're not employing top notch cyber investigators for security searches. They aren't smart enough to know the difference and it'll meet their "requirements". Fucking assholes
28.
▲
by
dijital
7y ago
Re: ksonnet deprecation: I heard from some of the CoreOS team at a Prometheus Meetup recently that ksonnet is not exactly being deprecated. Heptio (the owners of ksonnet) were bought by VMWare and will no longer maintain it. But it's
29.
▲
by
dijital
8y ago
Static hosting via AWS S3 (or Azure/GCP equivalent) with a free Cloudflare account in front it might be even cheaper! https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosti...