28 megawatts at peak. Enough power for 21,000 homes.
bUt iTS soLaR!
Internet in NZ used to work a bit like the US does now with one large ISP that is also the network operator and gave exactly zero shits about quality of connections or internationally competitive pricing, except they got greedy and charged their retail arm half what they charged their competitors. Anti-monopoly folks got very pissy about this and managed to get the largest fine permitted by law, forced them to split their wholesale arm off into a separate company, banned them from tendering on the government-funded fibre network (which cost them literally billions of dollars) and then changed the law so that if they did it again there wouldn't be a cap on the penalty they could impose.
In 20 years we went from ~35th of the 38 OECD countries in internet speed and accessibility to 9th. Markets only work long-term if you actually regulate them
They don't need to be crack commandos to be effective at carrying out stochastic terror. The risk of some nutter with an AR15 that they barely know how to aim showing up at your house in the middle of the night is still going to get a lot of people to shut up.
Yeah, pretty much. The way the rest of the world deals with it is by splitting the infrastructure maintenance and retail sides to eliminate the profit incentive to not do maintenance.
You have a company who owns a/the fibre network in an area and is obligated by anti-monopoly rules to sell access to the network at the same rate and terms to anyone who wants it. They have a profit incentive to maintain the network to a reasonable standard because having a functioning network is how they make money. In a lot of places this wholesale provider will be at least part government owned given that the government usually pays a good chunk of the cost to build out large national infrastructure projects like fibre networks.
Separately, you have retail ISPs who buy access to the fibre network (or 4g, satellite, ...) and sell it to the public along with value adds like tech support, IP addresses, peering agreement etc.
It's never work in the US because holding private companies accountable for how they spend public money and maintaining well regulated competitive markets is communism or something.
That's probably an impossible task - getting enough people who are experts in every possible field enough to judge novelty and innovativeness wouldn't be feasible.
An alternative is the way the Dutch assess patents - they don't, and grant them automatically on filing, but that means you remove the assumption that they are valid on their face if they get challenged
Unfortunately, the way patent suits work it could be enormously expensive to defend something like this, even when the patent is clearly bad.
You'd be arguing that the patent is invalid to start with, but the court would probably start from the position that you are actually infringing a valid patent (it was granted after all), and grant an injunction to prevent further harm ("stop giving people the software until we can work out if there is any merit to your claim that you aren't infringing"). You then need to put together a case to show the prior art, and you can bet that they'd contest every single point. This whole process could take years, and cost hundreds of thousands of dollars that you won't get back even if you win - there isn't really a provision to recover costs in patent cases because there is the assumption that every claim is made in good faith
Not in the US; in NZ most houses will have a "wash tub" - essentially a sink in a metal cabinet specifically for doing "dirty" jobs like laundry. That will have water hookups for the washer, so that goes next to it where there is space, then the dryer will do next to that or on top of the washer.
The last few places I've lived in have all had the tub in a corner with space on its left, so it's been dryer, washer, tub. Annoying, my dryer door opens to the right and the washer to the left, so it's harder than it should be to move clothes between them
If you follow it, you quickly end up with the Infinite Improbability Drive from The Hitchhikers Guide - if you have an infinite number of typewriters, an infinite number of them will be loaded with paper that already has the complete works of Shakespeare written on it
Planes rarely reverse into mountains.
And the survival statistics have a lot to do with the amount of work that has been put into making the worst case "controlled descent into terrain" scenario exceptionally rare.
Something like
!"A line with exactly 0 or 1 characters, or a line with a sequence of 1 or 3 or more characters, repeated at least twice"!<
Syntactically valid Perl
Yeah, the machine turns off automatically at 3:15pm if I don't override it, cos otherwise that's a fast track to zero sleep
As pointed out in a Tom Scott video, "claque" itself is a loan word, but "loan word" is a claque
Yeah, I really don't get this take - from where I'm sitting, your choices are "continued support for Israel" or "continued support for Israel, also attacks on racial, sexual and religious minorities in the US, support for colonial war against Ukraine". Does anyone seriously believe that Trump is going to stand up for the rights of Arabs at the cost of political support at home?
Not voting for Harris really does seem like voting for persecution of Muslim, Arab, Trans and Gay Americans
"Doctor" is a title you become entitled to use by virtue of holding a PhD - you have the option to use it, but nothing compels you to do so if you don't want to.
Note that the reverse isn't true - representing yourself as holding a doctorate when you don't can be a fairly serious crime - if you did for the purposes of getting money from some, then it's probably some kind of fraud
Oh man that's rough, I'm sorry you've not had that. I hope you've managed to find other opportunities to spend time with family or do things that you enjoy
- Back up your data now
- Reseat the cables for the drive
- Run a self test on the drive -
smartctl -t long
- if it doesn't pass, then the drive is trash. If it does, then it might limp along a bit longer before catastrophically failing
Society needs Mandatory Service Worker Service. Like Mandatory Military Service, except you are required to spend a year working a full time minimum wage job with no outside financial support before you turn 25
Some (usually cheaper) indicating desiccants use cobalt-based dies which are fairly toxic, but unless you are using them to keep food dry it's not a huge issue. Having them break into powder in the microwave probably isn't great though, I'd avoid breathing any of it in
KDE 6 fingerprint unlock
The KDE 6 announcement says that
> On prior versions you chose between either password or fingerprint authentication for the lockscreen. In Plasma 6, both are supported at the same time.
I've updated my Neon install, what do I need to do to enable this? I've set up a fingerprint through the user settings, but when the screen is locked I still have to use my password to unlock - there isn't a prompt, and touching the reader doesn't seem to do anything
Edit: follow up on an old post in case someone stumbles across it - I needed to install libpam-fprintd
Tool to manage CLI tools
I'm trying to find a thing, and I'm not turning up anything in my web searches so I figure I'd ask the cool people for help.
I've got several projects, tracked in Git, that rely on having a set of command line tools installed to work on locally - as an example, one requires Helm, Helmfile, sops, several Helm plugins, Pluto, Kubeval and the Kubernetes CLI. Because I don't hate future me, I want to ensure that I'm installing specific versions of these tools rather than just grabbing whatever happens to be the latest version. I also want to ensure that my CI runner grabs the same versions, so I can be reasonably sure that what I've tried locally will actually work when I go to deploy it.
My current solution to this is a big ol' Bash script, which works, but is kind of a pain to maintain. What I'm trying to find is a tool where I:
- Can write a definition, ideally somewhere shared between projects, of what it means to "install tool X"
- Include a file in my project that lists the tools and versions I want
- Run the tool on my machine and let it go grab the platform- and architecture- specific binaries from wherever, and install them somewhere that I can add to my $PATH for this specific project
- Run the tool in CI and do the same - if it can cache stuff then awesome
Linux support is a must, other platforms would be nice as well.
Basically I'm looking for Pythons' pip + virtualenv workflow, but for prebuilt tools like helm, terraform, sops, etc. Anyone know of anything? I've looked at homebrew (seems to want to install system-wide), and VSCode dev containers (doesn't solve the CI need, and I'd still need to solve installing the tools myself)
Austrian supermarkets engaged in shady price manipulation
Today was ... interesting. If you followed me for the past months over on the shitbird site, you might have seen a bunch of angry German words, lots of graphs, and the occassional news paper, radio, or TV snippet with yours truely. Let me explain. In Austria, inflation is way above the EU average. ...
A whole bunch of this sounds really familiar for some reason...