HN user

EspadaV9

489 karma

The real EspadaV8

Posts18
Comments129
View on HN
arstechnica.com 6d ago

EU will force Google to share search data and open up AI on Android

EspadaV9
16pts1
blog.google 6d ago

The DMA should not undercut security and privacy for Europeans

EspadaV9
4pts0
blog.jetbrains.com 3mo ago

IntelliJ Idea 2026.1 Is Out

EspadaV9
3pts0
krita.org 4mo ago

Krita 5.3/6.0 Released

EspadaV9
3pts0
blog.postman.com 5mo ago

Postman March:AI-native capabilities,new API Catalog,updated plans and pricing

EspadaV9
1pts0
vite.dev 1y ago

Vite 7.0 Is Out

EspadaV9
5pts0
fedoraproject.org 2y ago

Fedora: Switch the default desktop experience for Workstation to KDE Plasma

EspadaV9
5pts0
techcommunity.microsoft.com 2y ago

Updating Microsoft Secure Boot Keys

EspadaV9
4pts1
jellyfin.org 3y ago

New Jellyfin Forum (subreddit permanently in read-only)

EspadaV9
3pts0
about.gitlab.com 4y ago

Gitlab 15.2 released. Live wiki diagram previews,redesigned merge request report

EspadaV9
3pts0
about.gitlab.com 4y ago

Gitlab Critical Security Release: 15.1.1, 15.0.4, and 14.10.5

EspadaV9
3pts1
about.gitlab.com 4y ago

Gitlab 15.1 Released

EspadaV9
12pts0
about.gitlab.com 4y ago

GitLab 14.6 Released

EspadaV9
20pts0
blog.gitprime.com 7y ago

The Definitive Guide to Forks and Branches in Git

EspadaV9
3pts0
nextcloud.com 10y ago

Nextcloud 9 Available, Enterprise Functionality to Be Open Source

EspadaV9
2pts0
forums.aws.amazon.com 10y ago

Amazon RDS – PostgreSQL 9.5 rolling out

EspadaV9
25pts1
www.gitkraken.com 10y ago

GitKraken 1.0 released

EspadaV9
19pts5
about.gitlab.com 10y ago

GitLab Enterprise Edition price change

EspadaV9
120pts33

I tried using omp, and really like the interface, but I found it used tokens much much quicker than the Claude cli. Some simple tasks would use all the session tokens in less than an hour, as where I could get easily get 3-4 hours with Claude. Both set to use opus 4.8 auto effort. I tried tweaking the models for agents down to haiku and sonnet in omp, but didn't notice any real difference in the speed tokens were being used.

OpenTTD 16.0-Beta1 26 days ago

Wonder if the Yogscast Jingle Jam will use v16 in this year's stream. Might stop Duncan crashing so many trains if they're all driving slower backwards.

I've had a Golf from new since 2016. I love it. It's the only car I bought new (only car I've ever bought actually), and wanted one since renting cars when I lived in the UK (had no need to own a car (cycle/public transport), so only rented as needed). I recently started looking for at EVs just to be prepared in a few years and know where things are at, and I honestly doubt I would get an VW car now. Unfortunately, I'm not expecting there to be anything much better, with most companies locking things down more and more, adding more tracking, etc.. Perhaps it'll just be better to buy a several year old EV.

Not ashamed to say that visiting the UK again for the first time in about 12 years, getting some Boots/Tesco/Greggs meal deals was on my to-do list. Something I missed moving to Australia. Not that they are _good_, just that they are so readily available, cheap, and have a lot of choices. Woolworths in AU have started doing premade sandwiches, but they are just bad, and don't come in a deal. I doubt they would even try to hit the A$10 price range if they ever did introduce deals.

I was genuinely surprised just how easy it was to get a fully working RAG set up with Postgres. It was a few hours over a weekend to get something "working" and then probably a bit less time a following weekend to have a nicer database structure and rebuild it learning from the mistakes during the first attempt. The harder part comes next, because that involves multiple tables of user provided data, multi tenancy with a shared core vector schema, and all the actual business logic, so I've put it all on hold for a real breakdown now, but I wouldn't expect it to be much of a problem with what I've found so far with pgvector, and Postgres in general.

If you need to store vector, surely the easiest solution is to run `CREATE EXTENSION vector`. When, or if, you need more, then look at alternatives, but I'm sure most people will have a much easier time just adding it to their existing database.

No. Please don't. Contribute to something like Heroic Launcher instead. Don't create something new just for GOG. Help make the existing tools better. It'll mean GOG has to do less work, and the programs people are already using will get better. Or even just sponsor Heroic so they can send more time we can working on it themselves.

Like many others here, I was excited to hear pebble return, and have a Time 2 on preorder, but will be cancelling it if I don't hear a positive outcome from this.

Ah, thank you, this was it. I had the language set to English (UK), but changed the distance setting to KM. I got the app wrong, it was Uber, and Uber doesn't respect the override, so it always uses miles. Changing it to English (Australia) and Uber switches KM.

Wait, there's a setting for this? I've lived in Australia for over 16 years now but everything is still in miles instead of Kms and I have never been able to find a setting to change it (although it sounds like even if I did find itz it would be mostly useless).

With the number of interstellar objects being detected only going up, it would be amazing if we could get some probes to hitch a ride on them. Imagine something lasting as long as Voyager 1 but travelling 3.5x the speed as it leaves the solar system.

My dryer doesn't have a delay function accessable via the front panel, it's been "app gated", and the only way the app can talk to it is via WiFi, so if I ever need to set a delay, I have to use the app. All IoT devices are on their own VLAN though, and where possible firewalled off too. I can easily imagine more features being locked behind the app for future models.

Can confirm. My son wanted to visit Texas (and other places) for his 10th birthday present, we've told him we're not welcome there, and trying to explain the US political situation to a kind under 10 is not easy. But there is no way I would want to put our family in any kind of situation like this, basically at the whim of the border person we happen to get.

For version managers I've switched to using mise - https://mise.jdx.dev/ - supports pretty much everything, all in one place. I have it managing java, node, php, and even tools like awscli, gitleaks, and anything else that might be needed to get a project up and running by a new developer.