Skip Navigation

Posts
27
Comments
70
Joined
3 yr. ago

  • I have been using it as a daily driver since before it went beta. After the beta, I have found it quite stable. And recently it have been rock solid. There are still some things missing (like it would be nice with a calendar app, support for firmware upgrades and so on), and some things that are a bit rough. But overall I find it to be a quite good release, and since nothing comes close to their window management (the tiling implementation is really great) it compensates for any minor rough edges you might find.

  • Removed Deleted

    Permanently Deleted

    Jump
  • Never tried hyperland, but if you want tiling, I think COSMIC is a very user friendly tiling de. I don't think they do HDR yet though, but it is still in alpha.

  • Deleted

    Permanently Deleted

    Jump
  • Whats rough?

  • Deleted

    Permanently Deleted

    Jump
  • Well, I get you are trying to state that MAGA people are pedofiles, and I am not here to stop you from that. But you also assume they catch actual pedofiles. However, there are cases where they have contacted people with an intellectual disability, and then you cannot be really sure the person really is sexually in to children, since with enough pushing you can get such persons to agree to a meeting anyway... just because you pushed. Regardless of how awful the crime is, we cannot accept vigilantes.

  • Rust @programming.dev

    Tauri gets experimental Tauri Verso Integration

    v2.tauri.app /blog/tauri-verso-integration/
  • atuin is really great for command history completion

  • Rust @programming.dev

    March 2025 Progress update

    github.com /GitoxideLabs/gitoxide/discussions/1906
  • At least he is to stand trial, in other countries they are just elected again and given a second attempt at the coup.

  • Deleted

    Permanently Deleted

    Jump
  • Hey, there is a long tradition of banning evil math... even Pythagoras did it... But, I guess he at least had good reasons, irrational numbers are super creepy and deserved to be banned.

  • For a more user friendly tiling desktop environment, you should have a look at COSMIC. It is still im alpha, but I use it as a daily driver...

  • Rust @programming.dev

    Linus sets his foot down, against the gatekeeping attempts in the kernel

    lore.kernel.org /rust-for-linux/1f52fa44062e9395d54ed6733780aea0830ee6a5.camel@HansenPartnership.com/T/
  • Rust @programming.dev

    Announcing Rust 1.85.0 and Rust 2024

    blog.rust-lang.org /2025/02/20/Rust-1.85.0.html
  • Rust @programming.dev

    More discussions on LKML about rust

    www.phoronix.com /news/Torvalds-Override-On-Rust-Code
  • Rust @programming.dev

    Seems like Jiff got some performance optimizations

    github.com /BurntSushi/jiff/blob/master/CHANGELOG.md
  • Rust @programming.dev

    Jiff 0.2.0 is released

    github.com /BurntSushi/jiff/releases/tag/0.2.0
  • Rust @programming.dev

    Efficiently Extending Python: PyO3 and Rust in Action

    www.blueshoe.io /blog/python-rust-pyo3/
  • Rust @programming.dev

    crates.io: development update

    blog.rust-lang.org /2025/02/05/crates-io-development-update.html
  • When I was in my 20:ies, I had my alarm clock at the other side of the room and still managed to oversleep. I ended up having it under my bed close to the wall, so I had to crawl in under my bed (quite narrow space) pressing my body to the cold floor to turn off the alarm... and I never managed to turn that off in my sleep. But I would have preferred a wake up call... so, even though I have never used the service when staying at a hotel, I can see why some people use it.

  • No, but the process to identify the ones that work is all part of the modern medicine. Before that, placebo and lack of scientific methods made it impossible to separate a working substance from snake oil.

  • Yes, historical medicin was so good, lets work our ass off to recreate it...

  • Are you saying that it is common that people use utf8 characters that you cannot easily type on a standard keyboard? I'm very skeptical of this claim.

  • Good to know that every time I feel the need to use ALGOL 68, I must remember to disable ligatures. Still not sure this is going to be a huge problem 😂

  • Well, that was something.... I have used ligatures in my code editor for quite a few years now, and I have NEVER been confused about the ambiguity this person is so upset about. Why? I have never ever seen the Unicode character for not equals in a code block, simply since it is not a valid character in any known language. In fact, I have never even seen it in a String where it actually would be legal, probably since nobody knows how to type that using a standard keyboard. This whole article felt like someone with a severe diagnose have locked in on some hypothetical correctness issue, that simply isn't a problem in the real world.

    But, if you for some reason find ligatures confusing, then you shouldn't use them. But, just to be clear, there is not a right of wrong like this blog post tries to argue, it is a matter of personal taste.

  • Splits, ligatures tabs and more

  • Cosmic term is nice. Still just alpha, so there are rough edges though.

  • For Boomers, cars was the latest tech that everyone was fiddling with. This caused even the boomer that wasn't very interested , to know quite a lot. For later generations, car became more of a means of transportation, and the knowledge of cars was only for specialists. For gen X, computers were the high tech thing, everyone was fiddling with. Most gen x can setup a printer if they have to. For later generations, computers are just tools, and the knowledge is only for specialists.

  • Producing products that the users wants, and that solves tje users real problems. And not trying to make products as addictive as possible, to harvest as much user data as possible to sell.

  • The problem is that C is a prehistoric language and don't have any of the complex types for example. So, in a modern language you create a String. That string will have a length, and some well defined properties (like encoding and such). With C you have a char * , which is just a pointer to the memory that contains bytes, and hopefully is null terminated. The null termination is defined, but not enforced. Any encoding is whatever the developer had in mind. So the compiler just don't have the information to make any decisions. In rust you know exactly how long something lives, if something try to use it after that, the compiler can tell you. With C, all lifetimes lives in the developers head, and the compiler have no way of knowing. So, all these typing and properties of modern languages, are basically the implementation of your suggestion.

  • It is making the tracking protection part of containers obsolete, this is basically that functionality but built in and default. The containers still let you have multiple cookie jars for the same site, so they are still useful if you have multiple accounts on a site.

  • Neovim @programming.dev

    NeoVim 0.10 Released!

    neovim.io /doc/user/news-0.10.html
  • Rust @programming.dev

    Have anyone tried Loco, a rusty attempt to be Rust on Rails

    loco.rs /docs/getting-started/guide/
  • Rust @programming.dev

    Rust Digger: More than 14% of crates configure rustfmt. 35 have both rustfmt.toml and .rustfmt.toml

    rust-digger.code-maven.com /news/rustfmt-stats
  • Programmer Humor @programming.dev

    Should I file a bug report? 😀

  • Neovim @sopuli.xyz

    Release Nvim 0.9.5

    github.com /neovim/neovim/releases/tag/v0.9.5
  • Programming @programming.dev

    The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)

    tonsky.me /blog/unicode/
  • Rust @programming.dev

    Improving autocompletion in your Rust macros

    blog.emi0x7d1.dev /improving-autocompletion-in-your-rust-macros/
  • Rust @programming.dev

    The ???? operator

  • Rust @programming.dev

    Announcing Freya GUI library

    marc0.hashnode.dev /freya