Adyen is a big payment processor from the Netherlands which many EU retailers already use. Even with some worldwide customers.
HN user
gempir
micro USB cable and a computer required.
https://valetudo.cloud/pages/general/supported-robots/#eurek...
I did this, it's as easy as it is described. Fully functioning robot vacuum free from the cloud.
I really didn't enjoy the cheap plastic construction of the Moonlander. I had two of them for home and work. I even modded a mousepad onto the wristrests to make it more comftable.
But in the end the housing being out of plastic, it creaked, wobbled and just was not satisfying to type on.
I came from premium mechnical keyboards with solid steel or aluminum construction.
I ended up with the Neo Ergo, a middle ground. Not as ergonomic, but solid feel, no plastic and great looks too.
Ironic, using the domain of the British Indian Ocean Territory instead of a .eu domain
It's only legal if you are a billion dollar AI company
You can keep "columnar" data in a row based database like postgres, it's just more expensive. But with little data that's fine and reduces infrastructural complexity. When you reach too much data it gets to a point where you then actually want to use the correct database for your usecase.
I'll remember it and email you when I try it again.
Last time I tried all of orbstack froze and I had to restart my whole mac to fix it. But you also did some recent releases that fix issues related to freezing up, so maybe it was unrelated.
Thanks for the great software! Happy enterprise customer
Hmm, that sounds very vague. how DID you solve it? Do you now run Vite dev servers in containers?
I just wish bind mounts would be more performant/native. I get that this is probably impossible, and probably also sucks on Linux, haven't tried.
But like having containers that need file watchers like vite dev server, or frankenphp in watch mode will overload OrbStack real quick since It seems to fallback to polling instead of listening to fs events.
So I'm stuck running vite dev servers and the like on the host.
I agree. This thread is so negative, seeing everything black and white. 99% of the users of these tools are never going to bother trying to figure out how to remove synthId. And then for the small percentage that do bother, they would have the knowledge to usage image models that don't use watermarking in the first place.
So this is a big win IMO.
Helium has all the benefits of Chromium but none of the Google bloat or other crazy AI, Crypto, Gaming or whatever ideas other browsers ship.
Just uBlock Origin pre-installed
A simple search holds the answers https://hn.algolia.com/?dateRange=pastMonth&page=0&prefix=fa...
No single person can draw that line, that's what Courts and Laws are for. And some of the industries play more dirty and try to manipulate that due process, others failed.
But that's what we have, it's never black & white. Always a process and always evolving.
I think this is mostly to blame on Grafana. Every dashboard ships with $__interval by default and every query uses that by default. I never understood the value of that. It makes the graphs look pretty I guess, but looking at the values becomes a little less useful because nothing is compareable to another not even to yesterday when you last looked at the dashboard.
Personally I always setup a variable $interval that can be set to 1m, 5m, 15m etc and use that in all my queries.
The integration of the ed25519-sk keys is just so easy and similar to normal ssh keys, so the upgrade is way easier.
You just need to tighten your sshd config, you can even add a "touch required" of the Yubikey to the sshd config. Has been in debian stable since like 11 I think?
So it's super friendly to integrate and very secure, as you need to physically be on your pc, have your yubikey and have your exact pc. So that's a lot of factors.
Codex is both a macOS app and a CLI/TUI app.
Their naming is not very clear. The codex desktop app is somewhat of a frontend for the codex cli.
By the look and feel of it I would guess it is written with Electron.
*A few select models got celluar modems.
I have owned several Dell, HP and Lenovo Laptops in the past 15 years and I have never had a cellular modem.
When Apple makes a change like that it impacts a lot of customers because they have way fewer skews.
The amount of traffic that must go through the docker hub, must be insane, the images go into the gigabytes and everyone expects it to be super fast.
Cloudflare is one of the few companies who can handle that for relatively cheap, Docker could not just "run their own" and have it even be compareable.
Check your extensions, might be blocking the cookie banner. For me uBlock blocked the cookie banner. Afterwards it worked just fine.
If you had to pick one package manager that was most likely installed across all the different user machines in the world, I'd say npm is a pretty good bet.
The gag started on Twitter after Cloudflare vibe coded a nextjs replacement clone.
If you know that context and the tweet I feel this is more obvious that it is a joke.
Just because you didn't get the joke, does not make it a really shit joke. The funniest jokes rely on context.
Good that they have a web version.
But the most basic functionality of going to the next video is only available via scroll (no keyboard arrow down?) and it has a really long animation and delay?
Just feels awful to use.
I feel if you wanna win in this space, especially with people who prefer more "free" platforms, then the non-app version should be a bigger priority IMO.
I have used Slack Connect once in my 8 years of using slack. I agree it can be a moat, but that's not the case for everyone.
Slack doesn't have one "main thing" it's doing perfect. They have just all around great product, with some weaknesses here and there.
- Solid mobile app
- very good API with good SDKs
- easy to build very rich slack bots, with good building blocks
- Good notification management
- Workflows for non technical people that make automation easy
- Good level of customization
- Good enough performance
- Video/Audio calls are good enough
So when a company is questioning what tool to use Slack is an easy go-to. "Nobody gets fired for buying IBM" type of tool.
Can you live without it? yeah. But do you really wanna focus on what chat platform your company should be using or just focus on your product?
It even supported running as a MySQL Replica at some point.
"MaterializedMySQL"
Sadly that feature seems to have been thrown out, probably due to complexity.
https://github.com/ClickHouse/ClickHouse/discussions/44887#d...
https://www.percona.com/blog/complete-walkthrough-mysql-to-c...
Kind of weird way to put it. Turbopack was not a real product for years. It was forever stuck in weird beta/alpha stage and only recently went and became the default for NextJS.
Vite has been stable for years at least 5 years now and is built-upon because it's fast, stable, reliable and a bit less complicated than Webpack.
The Crypto scam is just a recent trend of scammers. They are using big open source projects/developers as figure heads, the maintainers have nothing to do with this, but there is nothing really stopping the scammers.
Breaks many websites though and you'll be wondering why something doesn't work and then you have to remember you checked that ublock checkbox a few months ago.
I feel like TTS is one of the areas that as evolved the least. Small TTS models have been around for like 5+ years and they've only gotten incrementally better. Giants like ElevenLabs make good sounding TTS but it's not quite human yet and the improvements get less and less each iteration.
- ships also as a desktop app
- ships with web server that has a UI you can open in your browser, even access remotely with tailscale or so
- the server has an API to do almost all things allowing you to build on top of it, the people at ramp build a very advanced internal agent on top of OpenCode https://builders.ramp.com/post/why-we-built-our-background-a...
The docs are very behind, there is indeed a full blown webui and with opencode serve you can access it