I just went through F-Droid and counted out all the projects I have on my phone. At £5 each I’m looking at an annual bill of about £70/year… Bargain.
Thanks for the idea!
Canadian software engineer living in Europe.
I just went through F-Droid and counted out all the projects I have on my phone. At £5 each I’m looking at an annual bill of about £70/year… Bargain.
Thanks for the idea!
While it’s understandable that you might think so, that’s not where this is coming from.
The white poppy comes from the UK originally where they treat Remembrance Day rather differently from the way we do. While in Canada, it’s a moment to remember the horrors of war and the millions lost when we embrace industrial scale international violence, the UK really doubles down on the whole “To Our Glorious Dead” thing. They take the day to recognise the sacrifices “for freedom” and other deeply propagandistic ideas.
So in rejection of this, the white poppy came about as a rejection of this messaging. In a way, it’s an effort to make Remembrance Day more how Canadians tend to recognise it.
If the white poppy is now appearing in Canada, it might be in answer to how the day is changing culturally.
Source: I was born and raised in Canada. My grandfather fought in our armed forces to liberate the Netherlands and we attended Remembrance Day ceremonies regularly as far back as I can remember. I emigrated to the UK when I was in my 30s, and I will not wear a poppy here. It means something very different.
Monolith has the same problem here. I think the best resolution might be some sort of browser-plugin based solution where you could say “archive this” and have it push the result somewhere.
I wonder if I could combine a dumb plugin with Monolith to do that… A weekend project perhaps.
Monolith can be particularly handy for this. I used it in a recent project to archive the outgoing links from my own site. Coincidentally, if anyone is interested in that, it’s called django-cool-urls.
More of this please!
This will make rejoining the EU much more difficult.
ExFAT is good for portable devices, but if you’re working with something internally, there’s no reason not to use EXT4 or NTFS.
That’s not been my experience. Lots of drives I’ve bought have been FAT32 out of the box.
In terms of local storage, I usually have everything in ~/projects/project-name
, and I don’t have tiny file size limits because I don’t use FAT32 filesystems — that’s the default filesystem you usually get on USB sticks and external hard drives you buy. You have to format those drives to something like EXT4 (Linux) or NTFS (Windows) or you get stuck with FAT32 which has 2gb file sizes.
You probably want to look into Health Checks. I believe you can tell Docker to “start service B when service A is healthy”, so you can define your health check with a script that depends on Tailscale functioning.
I’m reasonably sure that the size of the monitor doesn’t matter, but the resolution does. If you run your monitor at 720p, the performance should be the same as the Deck locally. If you try to run it at 4k (I’m not even sure how you’d convince the Deck to do that) it would decrease performance considerably.
Agreed. Especially in Canada where we have a Liberal party it’s quite annoying!
Whether you like it or not, politics is into you and directly affects your life. It’s good to learn more about it.
“Neoliberal” refers to an economic push (typically championed by right-wing parties). The short explanation is that neoliberal proponents want to strip regulation wherever they can, believing that “the market” will provide what the regulations were guaranteeing (safety, competition, etc.) organically.
An extreme example would be removing any controls on food safety. The idea is that if a company gets a reputation for producing toxic/dangerous food, the market (ie, the people buying food) will naturally avoid that company because they don’t want to get sick and that company will go out of business. That risk is what keeps them in line.
A more common example is vehicle emissions. We regulate a lot of terrible stuff out of car exhaust — lead for example — because the market refused to do it themselves.
Opponents to neoliberalism point out that:
Also, a few thousand dead kids due to some executive deciding to add arsenic to corn flakes to reduce costs is too high a price to pay for “liberalising” the economy.
5-over-1 refers to a building/zoning design where you have one floor of commercial business space on the ground (typically small businesses, cafés, etc.) and then around 5 floors of residential apartments above it. Your classic “mixed use” neighbourhood: great for land values, walkability, sustainability, transit, cycling, etc.
I’m dubious about the claim that neoliberal policies naturally lead to this design though, as those with the money routinely seem more interested in paving a few hectares of green belt and filling it up with single family homes.
What would be helpful is for zoning bylaws to start redrawing cities with more 5-over-1 areas, replacing wide/noisy/dirty/dangerous through roads with narrow winding ones and broad sidewalks littered with trees and cafés.
Well I just tried it again, and while it won’t let me take a screen shot on the lock screen, it’s definitely still the case for me. It just sits there ringing with the pattern lock on the screen and a little “Return to call” button at the bottom of the screen.
Could be. I do remember trying to get it to work a number of ways at the time. If you’re telling me that this isn’t the case for you though, I might try it out again.
I used this for a while, but every time my phone rang I had to type in my pin to answer it which was a deal breaker for me.
So my first impression is that the requirement to copy-paste that elaborate SQL to get the schema is clever but not sufficiently intuitive. Rather than saying “Run this query and paste the output”, you say “Run this script in your database” and print out a bunch of text that is not a query at all but a one-liner Bash script that relies on the existence of pbcopy
– something that (a) doesn’t exist on many default installs (b) is a red flag for something that’s meant to be self-hosted (why am I talking to a pasteboard?), and (c) is totally unnecessary anyway.
Instead, you could just say: “Run this query and paste the result in this box” and print out the raw SQL only. Leave it up to the user to figure out how they want to run it.
Alternatively you can also do something like: “Run this on your machine and copy/paste the output”:
$ curl 'https://app.chartdb.io/superquery.sql' | psql --user USERNAME --host HOSTNAME DBNAME
In the case of the cloud service, it’s also not clear if the data is being stored on the server or client side in LocalStorage
. I would think that the latter would be preferable.
I had no idea! Thanks for the tip.
Cambridge checking in. It must be payback for the cows leaving their shit all over the walking path.