I hadn't thought about this until I recently saw it (lazily) translated to Swedish literally, where it would traditionally be written more akin to "net fortune".
And yeah, "worth" feels super weird.
HN user
Programming, music, video games.
Sweden.
I hadn't thought about this until I recently saw it (lazily) translated to Swedish literally, where it would traditionally be written more akin to "net fortune".
And yeah, "worth" feels super weird.
Don't let Stallman hear you say that!
Not to mention the huge amount of people who think git == github.
I've never had a problem like that. People don't bother looking it up -- probably because your socioeconomic class is apparent anyway from e.g. the area you live in. AFAIK, the only ones who have ever looked mine up are banks, when I was applying for mortgages.
What a hassle!
Here in Sweden, your tax filings are public information; companies can just ask the government what you made last year. I have no idea if they actually do, though, and the data will be somewhat obfuscated if you have extra income on the side.
I bought it in late 2013, so 12 years from purchase.
Intel lists the launch date of the CPU (Atom D2500) as Q3'11, making it 14 years old when OpenSUSE Leap 16 was released.
It looks like Intel was releasing Atom CPUs without SSE4.1/4.2 up until 2013, e.g. Atom Z2420.
“you can’t install unless you upgrade your CPU”
To be fair, I recently had to switch distros for my little Atom-based server because of a similar deal:
https://en.opensuse.org/openSUSE:X86-64-Architecture-Levels#...
Granted, I only had to convert to Tumbleweed (not trivial, but easier than reinstalling), and the open source nature means there will always be lots of other alternatives, too.
Ah.
I don't see a problem with that, but for the record, the title on the site is lower-case for me (both browser tab title, and the header when in reader mode).
Keep Swedish out of this, you dirty Danes!
Edit: Checked out your profile, correcting myself: "you silly north-Danes!"
It exists, hence e.g. AGPL.
But for most open source licenses, that example would be within bounds. The grandparent comment objected to not respecting the license.
Sounds kind of like https://asciinema.org/ (which I've never used, but it seems cool).
It is, except after rebasing.
But that Commit-Id footer has no functional effect. I don't see how it would help me if I have a clone of the repo, and my upstream (in this case, the debian maintainer) rebases.
Which you won't.
Why not? Doesn't it make sense to be able to track the history of what patches have been applied for a debian package?
Rebasing would mean there's no continuous versioning of the "patches on top", which might be undesirable. Also, the history rewriting might make cooperation difficult.
Merges would avoid those problems, but are harder to do if there are lots of conflicts, as you can't fix conflicts patch by patch.
Perhaps a workflow based on merges-of-rebases or rebase-and-overwrite-merge would work, but I don't think it's fair to say "oh just rebase".
Not necessarily:
https://dictionary.cambridge.org/dictionary/english/martyr
a person who suffers very much or is killed because of their religious or political beliefs, and is often admired because of it
https://www.merriam-webster.com/dictionary/martyr
2: a person who sacrifices something of great value and especially life itself for the sake of principle
Sounds interesting. Tell me more?
We have that in Sweden and Finland: https://en.wikipedia.org/wiki/Principle_of_public_access_to_...
The principle says that information is non-confidential by default, rather than the other way around.
We can request almost any information held by government agencies, including copies of communication like email and documents.
One thing that has surprised European acquaintances is the fact that this includes government-held info about individuals, e.g. address and tax returns.
A terminal maximized on my screen says:
~$ echo $((2 * LINES * COLUMNS)) triangles
34272 triangles
That's nothing for a modern GPU. For example, this benchmark[1] says to expect on the order of 10-800 million tri/s. At the low end of that, you'd have a frame time of 3.427ms -- 292 fps.The original Playstation could do 180 000 textured polygons per second[2], so it could've managed ~5 fps. Of course, you wouldn't render that many chars at its available output resolutions anyway. :)
[1] https://github.com/ctsilva/triangle-rendering-benchmarks#:~:... [2] https://en.wikipedia.org/wiki/PlayStation_technical_specific...
My favorite is his email on inlining code: https://cbarrete.com/carmack.html
Small code is easier to review, so projects with strict security requirements might be one?
Also, license compliance is very easy (no notice required).
Expat is suffering from similar problems: https://github.com/libexpat/libexpat/blob/7643f96bd5b9f5d3b2...
<blink>Expat is UNDERSTAFFED and WITHOUT FUNDING.</blink> The following topics need additional skilled C developers to progress in a timely manner or at all (loosely ordered by descending priority):
we should have a software building code
This made my brain go "Oh no, not this again. Open source projects don't owe you..." etc etc.
or you can't use it commercially or for safety-critical things
Oh. Yeah, okay, absolutely! For safety-critical, I would like to think the responsibility already lies with the integrator/seller, but making it explicitly so can't hurt.
Some do. Most don't.
Remember, the deal includes universal health care, tuition-free university, government-backed sick pay, five or six weeks of paid vacation, and more.
I'm from Sweden, which has a similar system. I could not have afforded to attend university in the US system. Here, I could -- with my (government low-interest) student loans being spent only on my living expenses, not tuition. As a result, Sweden has an extra engineer we otherwise wouldn't have, with a good salary contributing to the tax base.
That seems like the opposite of dystopian to me.
"UPF"?
I currently use borg, and have never heard of Duplicati. What made you switch?
It seems the Canadian site gives both sets of units: https://www.ikea.com/ca/en/p/brimnes-cabinet-with-doors-whit...
I guess they thought the mere sight of metric would offend the Americans. :)
Maybe the product ranges between the countries is close enough that the Canadian site is an alternative?
Swedish and English subtitles for Eurovision sensation KAJ's 2018 musical Gambämark: https://github.com/dolkow/gambamark-subtitles
My wife and I are fans, but their Finland-Swedish Vörå dialect is not easy to understand, especially for us in the very south of Sweden. I have watched the recording too many times to count, and made these so she could enjoy it more.
Aren't libel laws such laws?
Or run `sync` after the copy "finishes" -- less focused, but very easy to do.