They won't let you walk inside the ship. At least not a year ago.
HN user
matthiasv
Rust, C++, C, Python | https://github.com/matze | http://bloerg.net
You cannot just get "cinematic" frames by using every fifth frame. The shutter speed at 120 fps is much higher than shooting film at 24 fps hence a lot less motion blur that is part of the "cinematic look".
On cockatoos: One of my neighbours have been keeping a white cockatoo as pets for 10+ years, the bird start to lose feather on tis chest...
It's not "losing" feathers, it's likely pulling them out due to living in a confined space without appropriate social ties and thus behaving like this.
Type annotations started with 3.5, 3.6 added type annotations for variables.
A friend of mine and I intend to do the same, for which I came up with this: https://github.com/matze/inkdrop
With XWayland there is no urgent need for conversion. And "a lot of applications that just wouldn't load" sounds pretty fishy to begin with.
Wow, such broad statements ("universally", "major", "unsuitable") in a single sentence and backed by …?
How would you qualify "better"? For me longer lines to read does not mean better but worse.
Are you also complaining about other parts of societal funding that does not benefit everyone? You could argue about so many things that might not affect you directly (schools, police, roads, …) but at the end of the day you may also profit indirectly from those as well (more educated people, fewer crimes, proper goods distribution, …).
The organisational structure causes what you can watch where and I am arguing that garbage produced by the "Thirds" is not only dumped to Das Erste but shown elsewhere as well. You gave me the current programme, I gave you "Rote Rosen" but that did not convince you. Here is more: "Sturm der Liebe" shown on BR, hr, MDR, NDR and rbb, "Bristant" shown on MDR, "WaPo Bodensee" shown on SWR, hr, NDR and BR … that is not "pretty much nothing".
As written down below: to prevent the government from controlling the public television which they easily could if that fee was just another expense in the yearly tax spending budget.
I am talking about the fact that the ARD itself is the collective group of all regional broadcasters (look up the name) and any programme is produced either by one of the regional broadcasters or by the shared production company Degeto. And of course is also shown in the "thirds". Take "Rote Rosen" (with questionable quality) and you will see it is also shown on rbb, hr, NDR and MDR.
While these things feel like taxes they are not because they are not managed by the government. Taxes (no matter their labelled purpose) are pooled and spent according to the yearly budget. Other fees collected by an agency are spent just for that purpose maybe propped up by money from the tax pool. Besides budgetary reasons, having a separate TV fee prevents (in theory) the government from interfering with the public media as there is no direct dependency.
The trick is to watch the smaller "third programmes" or the programmes with special focus, not the big two (ARD and ZDF).
To be fair, The Big One is actually just all "third programmes" with some additional programming such as news.
Sometimes it's better to take a deliberately underexposed photo and tweak regions of it in post to achieve the desired exposure instead of introducing global noise from in-camera amplification.
That is definitely not my experience for Canon's in low light situations. Here [1] is an example shot at ISO 100 but pushed by 5EV to match the brightness of the same scene shot at ISO 3200. The noise is much more tolerable for the latter.
[1] https://imgur.com/a/Ca9ccbK
P.S.: it's raw, no in-camera JPEG denoising in place.
Meanwhile OpenCL is falling apart and sees less and less support and updates.
I think this view is too pessimistic. In fact, support either gets better (Intel oneAPI, Microsoft CLonD3D12, AMD ROCm, Mesa NIR-clover, …) or is unchanged but still maintained (NVIDIA). Moreover, Khronos noticed that OpenCL 2.x was a dead end and was to start over from a point that all vendors could agree on.
Of course when working with Git it makes sense to think in changesets. But OP was specifically modelling the technical side starting with "We have files, which are inert objects …".
While this sounds all nice it actually fails to model Git as it is. Git is an object database and its objects are blobs, trees and commits not diffs, so your premise is based on a misconception.
GTK being a C API seems to make it a lot easier to auto-generate bindings for any language with an FFI.
Not only that but as outlined in that article, GObject introspection allows easy integration with most popular dynamic languages (most importantly JS and Python) without the need for specific bindings.
Beyond this, and not unlike systemd, flatpak has been pushed hard down people's throat by powerful entities within the ecosystem, [...]
Sounds like a tinfoil hat theory to me. Powerful entities? Pushed down people's throat? You are free to ignore Flatpak, no one is forcing it on anyone.
We had a fully working siren network (at least across Western Germany)
East Germany had a fully working siren network as well. And it was tested every Wednesday at 1pm.
While the toolkit certainly has an influence on all core apps that are part of GNOME, the shell is entirely independent of GTK. So, highly unlikely there will be a GNOME 4 any time soon.
No unfortunately not yet but of course I need that myself sooner or later. All my notes are tagged.
I am also a long-time SN user but I've never really liked the editor. So, I used a bit of free time to turn a C GTK SN client PoC into a somewhat proper Rust app (https://github.com/matze/iridium) and hope to put in more effort the next few weeks. You might like it if Linux is your platform.
The point was about the user-facing side not the internal representation of state.
Read again. He said he likes the workflow GNOME provides, he just wants to reduce a bit of the bloat. Maybe, unlike you, he does not want to use a more traditional desktop …
I absolutely despise these statements.
The statement is true and you give yourself a very good description of it. He did not say "it will come of some damned fools" but "some damned foolish thing in the Balkans", i.e. the power play between Russia and Austria-Hungary.
How do you deal with Cash?
Move money from Asset:Checking to Expenses:Cash
How do you deal with interest?
Move money from Income:Interest to Asset:Depot
How do you keep your bank statements?
I download CSVs once in a while an import them with hledgers import tool (see https://bloerg.net/2016/02/22/ledger-import-of-deutsche-bank...)
How do you convert your balance sheet into a tax filing compatible format?
I don't, sorry. But it's actually pretty easy to get the relevant data if you split your taxable incoming accordingly.
How do you track things like rent? Do you keep it as a recurring entry i.e. `~ Monthly` or do you only book it when you pay with buchhaltung?
It's part of the bank statement, so yes it moves money from Assets:Checking to Expenses:Rent whenever the transaction happens.
How do you track small expenses on the go?
I don't. After a while I found it's not worth the effort. I rarely make financial decisions based on how much I spent on beers and sandwiches, so most of these little things are just subsumed in Expenses:Cash.
How do you model double-entry book-keeping in your relational database? And where comes the fear of corruption if .ledger files are merely text?
Meson is written in Python not "actually Python". The build language is a custom non-Turing-complete DSL.