Sure, no problem with their use against companies.
I don't care about the cost to Delta in that video, but I do think this particlar strongarm tactic was way over the line, due to the significant financial impact it could've incurred to innocent bystanders
That video is also a great example of just how abusable the bailiff system is.
All the "agents" care about is getting the money for their client. For this, they're willing and apparently able to abort at least one flight, and possibly others, costing people on those flights possibly thousands each with rebookings etc, all for £3k.
I've only has the displeasure of interacting with a bailiff once, when I was a naive student. The guy knocked on the door asking after a previous tenant. We went through for any mail addressed to the guy he was after, and while doing so seemed to revel in explaining how he had the power to barge in by force and arrest me if we wanted. In the moment I was slightly incredulous but nodded along. Was only after the fact I researched to find you're within your rights to turn them away unless they're accompanied by actual police.
Seems like the perfect job for power-tripping sods.
Far from being douchey, I think you've hit the nail on the head.
No one is perfect, we're all incompetent to some extent. You've written shitty code, I've definitely written shitty code. There's little time or consideration given to going back and improving things. Unless you're lucky enough to have financial support while working on a FOSS project where writing quality software is actually prioritized.
I get the appeal software developers have to start from scratch and write their own kernel, or OS, etc. And then you realize that working with modern hardware is just as messy.
We all stack our own house of cards upon another. Unless we tear it all down and start again with a sane stable structure, events like this will keep happening.
I don't claim to offer a perfect solution, but the first step is admitting the problem. I'll be seeking out alternatives myself.
> with good ownership management
This part is questionable. As the advertising news highlights, a private company operates primarily in the interest of its owners. For a venture-captial backed company, you expect to see the cycle of benevolence in order to grab market share, a model that induces lock-in (social lock-in, in this case), followed by exploitation (advertising and the other predatory FOMO stuff they have with the subscriptions).
The writing was on the wall from the get go, but people fell for it anyway. And now I'm hit by it too because I have to use it to hang with my friends.
Opening everything and making it free during strikes sounds like a great way to do it, but I don't think the power that be would allow it.
I've never seen a barrier hopper stopped, but I'm sure the bobbies would be sent in if thry announced everyone would be doing it.
There's also the problem of disconnected services - the purple line is Rail, so while they use the same stations, they can be on strike when the Underground isn't. So you could go through open barriers at a rail station but you'd find the barriers shut trying to leave from an Underground station.
I'm aware of just how under invested the rest of UK infrastructure is outside of London, but that doesn't make complaints about its services invalid.
With the billions spent on the purple pine you'd reasonable expect a decent quality of service that doesn't involve so many cancellations, delays, and days of complete deadlock.
Bet if you look at to comparable European countries this reliability would be a joke to them.
The train being every 5 minutes is only for central London, if you live further out you're only served by at most 1 in 3 trains. Missing one sucks much more, during rush hour you can bet you'll be crammed like sardines if you're not early.
I've only been commuting twice a week for about a year, and there have been several occurrences where I get to the station and all upcoming trains are delayed or cancelled due to some line failure. The alternative route takes about twice as long if I want it to cost the same. You bet your arse TFL won't give you a refund if your regular route is untenable.
London gets more investment, definitely. But even so the outcomes still lag behind what you'd expect from the capital of such a wealthy country.
I respect your intentions, and if the CLA is truly restricted to relicensing as MIT or dual-licensing, I'd be more willing to use it.
I would hightlight that the dual licensing in particula introduces the issue of sharing any profits with other maintainers, if there are several. Personally if I'm submitting minor patches I would not bring this up, but it deter people from wanting to be more actively involved.
Depends on the size and scope of your project, I guess.
As soon as I see a CLA I'm turned off even using a piece of FOSS software.
I get it's usually just the lawyers protecting the company just in case a contributor tries something dodgy in the future. Out of principle however, I resent the broad assignment of copyright and granting them the right to relicense.
Of course I expect most of these projects would never exercise that right, but the mere fact that they _could_ take my Free work and make it non-Free is very disturbing.
So I'm simply not going to use it. I'm not going to get invested, then find a problem that I could theoretically submit a patch for. Rather than think of all the users who would benefit from my change, I'll just see it as free work for a megacorp.
Oh hey, I also worked on Company of Heroes, but a good decade later while porting it to iOS. It was definitely among the nicer codebases I worked on at that job. But we did some unholy things to port it and get it working with touchscreens, I'm glad none of the original team have to see that. Decently chuffed with what we managed to bolt on to the existing UI system though.
Libraries are a public service, and free WiFi is often provided along with that service.
In this case that service is being deliberately sabotaged for one of the most vulnerable groups in society.
Internet access is so necessary in modern life that it should be considered a citizen or human right.
Even if you subscribe to the ideology of the homeless being lazy leeches, the counter-effectiveness is quite obvious.
Homeless people could be using the WiFi to access online banking, job, and housing applications. Things that would help get them off the street.
Ignoring the annoyances of Jira-style project management, here's some things I hate about Jira (cloud, on Firefox on Linux):
- the keyboard hotkeys aren't customisable, and often fire when I'm using alt+numbers to switch tabs, so when I come back to the Jira tab it's on some report page I don't care about
- sometimes the content won't render when switching pages, requiring a full refresh. It's difficult to tell whether it's just being slow to load, or it's gotten itself stuck. Sometimes I sit there for a few seconds like an idiot until I remember to hit refresh
- there's pretty poor support for ticket templates as far as I can tell. My company's method uses a confluence page with a table with the templates, then uses the bulk "create Jira ticket" option. But this edits the wiki page for some reason, which you need to revert. They're probably expecting you to duplicate a whole template page before generating, but the editing part could be an option in the generator wizard.
With this method there's no way to go back and amend the auto-generated tickets' titles and descriptions etc. You're stuck with manually editing all of them along with the template.
Surely templates are a common enough use case that warrant a dedicated workflow?
No, I think it's a very sensible assumption. As far as I can see, virtually every GNU/Linux OS has shared libraries in /use/lib, and it even has crude support for versioning.
When these assumptions break with Nix, I'll grumble about it, but I won't blame it on the original package. Nix's approach is a break from the norm, so really it has the responsibility of maintaining compatibility.
> But it's quite straightforward to write your own nix packages based on upstream python packages
Things break down when you have to stick to specific versions of packages, at which point creating/overriding nixpkgs quickly becomes untenable.
My idea is to use Nix to complement the existing standard standard Python tools everyone uses.
Thanks for the great write-up.
As someone who somewhat recently got into Nix I've struggled with many of the same problems.
With the whole "your system is read-only" bit, I'll add that Nix can make trial and error editing of config files quite tedious. Editing and reapplying the configuration is fast, but not as fast as editing a file and `systemctl restart`ing the service in question.
On development environments I've also had similar problems. My workplace uses a combination of Python and C++. While Python has an established package management system, C++ is still in the early days. The traditional is just use what your OS provides, but the production OS is different from the development OS, the former being much more "stable" (and therefore with older package versions) than the latter. This has caused plenty of headaches with features not being available, and is holding us back from using newer C++ features, or even adding dependencies easily.
Being keen on Nix, I've been testing out using it locally for dependencies.
With C++ it mostly works. Some annoyances have been packages not providing CMake or pkglib config files. Some packages don't quite have all the possible features enabled, and it's not trivial to enable them (I struggled with arrow and liborc).
Then comes Python, which introduces the same nightmares which the author experienced. Python packages that use system shared libraries are troublesome. The buildUserFHS solution seems like the right approach when mixing and matching, but it introduces a few more problems (the details of which elude me right now).
An additional problem is portability. Theoretically one could use `nix bundle` to ship whole applications, but a shared library is a different matter. We've got a Python module written in C++ module, I'm not sure a module built by Nix would be compatible with the host's Python, given the libstdc++ differences and so on.
This struggle is topped with the fact I'm the one going against the grain, trying to sort out the issues I hit, for my own purposes only. I do hope I manage to prove to myself that it's a tenable approach, and eventually can propose it to the wider team. But for now I know it's a dream.
With bash's HISTIGNORE, I can consciously prefix my command with a space to prevent it being added to history.
ls I usually don't care about, but there are directories I regularly cd to, so it would be nice to have those in history.
I can think of a neat heuristic, which is that I often cd to an absolute or home directory, so if the path starts with / or ~ I'll possibly want to cd there again in the future. Changing to a relative path on the other hand, I tend to do more rarely and while doing more ephemeral work.
I don't care about the cost to Delta in that video, but I do think this particlar strongarm tactic was way over the line, due to the significant financial impact it could've incurred to innocent bystanders