verstra, verstra@programming.dev
Instance: programming.dev
Joined: 2 years ago
Posts: 7
Comments: 84
Posts and Comments by verstra, verstra@programming.dev
Comments by verstra, verstra@programming.dev
Ha. Lol. That’s bad
Context: this happens if you use patch(1) with patches generated by git format-patch. If you do, you should be using git am instead.
Lawndesk. Its not on play store, you have to download apk from github, but it does not have a drawer.
Every app is on the desktop, i organise them into folders and have a single home page with all the apps.
I wouldn’t call it state-of-the-art, but rather maybe most-straightforward or database-agnostic or as-simple-as-they-get
I use helix btw
If i wanted to run ‘cargo build’ for example, cargo & rustc are build-time dependencies. If the task does not specify which env it is using, I cannot assume I’m able to use apt or dnf or pacman or nix.
Let’s say, i’d want to run just test in this repo: https://codeberg.org/lutra/lutra/
How do I install just, cargo-insta & python version 3.14?
Yes. Highlighting, these selection actions and symbol detection all work with tree-sitter grammars. The whole premise of the editor is a modern-modal-editing with tree-sitter grammars.
I’m a bit surprised helix editor is not mentioned. It is based on tree-sitter grammars and allows for stuff like select-around-function or select-around-argument, to use grammar in the code navigation. Pretty wild and useful.
This is dead simple, but it still feels like magic.
What is this python function run_task? Where is it imported from?
In what environment is the CI executed? How do I install my build-time dependencies?
Hmm, i tried to make a joke about thanking both parent posters, which makes them a plural noun, which makes thou wrong as it is only used for singular.
But i guess i was wrong in an orthogonal dimension as well.
Yeah, but I think it is speaking in first person, about itself. So it should be “I saw” and “I think”, regardless of its pronouns in third person.
Yea, but socket is not a file. Maybe if you stretch the definition.
Well in any case, when people say that linux is great because everything is a file, they either mean that:
- they can edit configuration of most things with a text editor, or that
- in bash (and other shells) it is easy to work with byte streams, piping them from one process to another and compose complex behaviour from simple commands.
It could be a process, which you can talk to only via an IPC call. For example, dbus
Wikipedia to the rescue:
However, some formats (ex., HDV, DVCPRO HD) use non-square pixels internally for image storage, as a way to reduce the amount of data that must be processed, thus limiting the necessary transfer rates and maintaining compatibility with existing interfaces.
Actual displays do not generally have non-square pixels, though digital sensors might;
TLDR; some formats use non-square pixels for reducing file size, some digital sensors has non-square pixels.
Does anyone know why anyone would want to encode their video using PAR != 1? Reducing the file size, by storing less pixels in one dimension, but not the other?
I’m assuming guacamole is communism? What avocado?
Did Nextcloud get any more performant in the last 5years, or did the Austrian ministry shoot itself in the foot?
I do believe that it is possible to translate any SQL query to Lutra, that is Lutra can cover that last 1% of cases. There are a few caveats:
- Some cases would produce very verbose Lutra code because they have special-case syntax in SQL, which makes them terse.
- Lutra does not cover DDL (CREATE, ALTER, DROP, ADMINISTER). That’s because Lutra is conceptually a “run-time” language for dealing with data and not schema modifications.
Because of this, Lutra cannot be used for migrations. - Lutra is still in development, so you are likely to find cases that are not yet expressible. If you do, please report them, so they can be implemented. But I don’t believe that there are cases that would conceptually clash with Lutra language design, like there are with most ORMs.
PieFed.ca
Ha. Lol. That’s bad
Context: this happens if you use
patch(1) with patches generated bygit format-patch. If you do, you should be usinggit aminstead.Lawndesk. Its not on play store, you have to download apk from github, but it does not have a drawer.
Every app is on the desktop, i organise them into folders and have a single home page with all the apps.
I wouldn’t call it state-of-the-art, but rather maybe most-straightforward or database-agnostic or as-simple-as-they-get
I use helix btw
If i wanted to run ‘cargo build’ for example, cargo & rustc are build-time dependencies. If the task does not specify which env it is using, I cannot assume I’m able to use apt or dnf or pacman or nix.
Let’s say, i’d want to run
just testin this repo: https://codeberg.org/lutra/lutra/How do I install just, cargo-insta & python version 3.14?
Yes. Highlighting, these selection actions and symbol detection all work with tree-sitter grammars. The whole premise of the editor is a modern-modal-editing with tree-sitter grammars.
Question: in andor, how did prisoners conclude that they are never getting released?
If imperioum has made a mistake a sent a man that was released back to some other level, how does that tell prisoners that all released inmates are just being sent to another prison?
I’m a bit surprised helix editor is not mentioned. It is based on tree-sitter grammars and allows for stuff like select-around-function or select-around-argument, to use grammar in the code navigation. Pretty wild and useful.
This is dead simple, but it still feels like magic.
What is this python function
run_task? Where is it imported from?In what environment is the CI executed? How do I install my build-time dependencies?
Thank thee
Hmm, i tried to make a joke about thanking both parent posters, which makes them a plural noun, which makes thou wrong as it is only used for singular.
But i guess i was wrong in an orthogonal dimension as well.
Ok, i’m on board. Thank thou two
Yeah, but I think it is speaking in first person, about itself. So it should be “I saw” and “I think”, regardless of its pronouns in third person.
Yea, but socket is not a file. Maybe if you stretch the definition.
Well in any case, when people say that linux is great because everything is a file, they either mean that:
- they can edit configuration of most things with a text editor, or that
- in bash (and other shells) it is easy to work with byte streams, piping them from one process to another and compose complex behaviour from simple commands.
It could be a process, which you can talk to only via an IPC call. For example, dbus
Wikipedia to the rescue:
TLDR; some formats use non-square pixels for reducing file size, some digital sensors has non-square pixels.
Does anyone know why anyone would want to encode their video using PAR != 1? Reducing the file size, by storing less pixels in one dimension, but not the other?
I’m assuming guacamole is communism? What avocado?
Did Nextcloud get any more performant in the last 5years, or did the Austrian ministry shoot itself in the foot?