HN user
WayToDoor
Get in touch!
site-fromhn@api-d.com
See also :
The e-Up is great, but there is still the remote control modem installed by default that lets Volkswagen « Cloud » and the app control the car remotely, and get data such as the GPS location of the car.
Third party, such as other websites when giving explicit permission? This sounds fine to me.
Your certificate will however show up in public certificate transparency lists.
You could mitigate that with a wildcard cert, but still..
Do you mean that it works with ha-floorplan? If so, can you please explain to me how I'd proceed to make that work because it'd be awesome. I always wanted to do something like this but the time it takes to get the proper render and plan is just too big of an investment for me.
Nothing ever bets https://pudding.cool/404
The original source, the discord article [0], gives the same information, but with imo better explanations and no AI stuff at the top
[0] https://discord.com/blog/maxjourney-pushing-discords-limits-...
So You Want Continuous Time Zones [0] ? Or maybe you want to abolish them entirely [1] ?
https://github.com/orgs/community/discussions/45830#discussi...
Hey folks. I'm the product manager for Git at GitHub. We're sorry for the breakage, we're reverting the change, and we'll communicate better about such changes in the future (including timelines).
It seems pinned, not deleted
So how does the HyperLogLog work exactly? It seems like the solution of choice, but I'd like to know more about the internals.
Can't screenshot it, but the background goes gray-ish, and you see a word white appear with a lot more brightness than I thought my display was capable of.
I use the excellent HashBackup [1], unfortunately not available on Windows without trickery. It backs up to a local hard disk and to the cloud, fully-encrypted.
Make sure you are running in online mode. If you aren't, yeah, it's very easy to spoof the username, by using any of the hacked clients in existence.
Have you tried using rclone with their S3 backend? https://forum.rclone.org/t/setting-rclone-for-idrive/20822
Link to the rent https://superuser.com/questions/419070/transatlantic-ping-fa...
Can't you just add an extra number?
Or you can just use dc3dd that features a progress bar by default.
I think this is (2020)
Does a tool that check a database schema and outputs a list of warnings exist ? It might be quite helpful.
At least on MacOS "sensitive" contents copied to clipboard by apps can be marked as such, and won't be persisted by my clipboard manager.
Mendeley went full on Evil Could you explain what happened with mendeley? I've been using it for a while, and didn't notice anything different really.
Thanks a lot for your work on HashBackup. I can't recommend it enough. It has been great and working for me for years, no data loss and multiple restores. Top notch documentation too, just a bit sad that it isn't open source so that I could contribute. But the quality is there and it has been really solid for me.
While it doesn't seem like a major update at first glance on this news piece, the changelog is available here : https://docs.djangoproject.com/en/4.0/releases/4.0/
Of note, in my opinion :
- The new AddConstraintNotValid operation allows creating check constraints on PostgreSQL without verifying that all existing rows satisfy the new constraint, meaning that one can now create constraints on big postgres tables without a waiting period.
- Async methods are coming, to cache for now but hopefully soon to the ORM. They are prefixed with a `a` in the name
- DeleteView now uses FormMixin, allowing you to provide a Form subclass, with a checkbox for example, to confirm deletion. In addition, this allows DeleteView to function with django.contrib.messages.views.SuccessMessageMixin. This is a big thing if you use DeleteViews, as you can now easily show a message post-deletion to the user.
It's little snitch on Mac, but I heard of a few alternatives... Typically LuLu which is made by a respected developer, and free
This is python, not Microsoft we are talking about
Also of note is the vanitygen-plus [0] project, allowing you to generate custom cryptocurrency adresses.
Nitpick about the website, but please don't use PGP short fingerprints like 0x46EBCD72F08E6717. They can be brute forced [0] very fast to get a different private key with the same fingerprint. You can also use them to generate keys with vanity fingerprints, which is pretty funny [1].
[0] https://github.com/lachesis/scallion [1] I have 0xDE4444AAAAAAAAAA, took me 5 minutes of bruteforcing on a laptop.