Skip Navigation
Jump
best linux terminal emulator
  • 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.

    1
  • Jump
    best linux terminal emulator
  • 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 😂

    1
  • Jump
    best linux terminal emulator
  • 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.

    1
  • Jump
    best linux terminal emulator
  • Splits, ligatures tabs and more

    1
  • Jump
    best linux terminal emulator
  • Cosmic term is nice. Still just alpha, so there are rough edges though.

    3
  • Jump
    Despite tech-savvy reputation, Gen Z falls behind in keyboard typing skills
  • 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.

    8
  • Jump
    Announcing Rust 1.81.0
  • fs::exists() was a nice little improvement that I didn't know about until I read this announcement.

    8
  • Jump
    How can we return to techno-optimism?
  • 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.

    18
  • Jump
    One Of The Rust Linux Kernel Maintainers Steps Down - Cites "Nontechnical Nonsense"
  • 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.

    16
  • Jump
    Firefox rolls out Total Cookie Protection by default to all desktop users worldwide | It is Firefox’s strongest privacy protection to date, confining cookies to the site where they were created
  • 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.

    3
  • Jump
    Firefox rolls out Total Cookie Protection by default to all desktop users worldwide | It is Firefox’s strongest privacy protection to date, confining cookies to the site where they were created
  • Container tabs are still useful, as they let you use multiple Cookie jars for the same site. So, it is very easy to have multiple accounts on s site.

    7
  • Jump
    How to learn Rust?
  • https://doc.rust-lang.org/book/ this is a great starting point. Then when you got the basics, and fiddled around a bit, then you can start looking for more specialized books (like Rust Atomics and Locks https://marabos.nl/atomics/ )

    23
  • blog.cloudflare.com Go wild: Wildcard support in Rules and a new open-source wildcard crate

    We’re excited to announce wildcard support across our Ruleset Engine-based products and our open-source wildcard crate in Rust. Configuring rules has never been easier, with powerful pattern matching enabling simple and flexible URL redirects and beyond for users on all plans

    0
    blog.rust-lang.org This Development-cycle in Cargo: 1.81 | Inside Rust Blog

    Want to follow along with Rust development? Curious how you might get involved? Take a look!

    1
    blog.rust-lang.org Async Closures MVP: Call for Testing! | Inside Rust Blog

    Want to follow along with Rust development? Curious how you might get involved? Take a look!

    0
    Jump
    Biden introduces Zelenskiy as ‘President Putin’ at Nato summit
  • Have he said something even close to the stupidity of Trump? Like suggesting bleach against Covid? Why should all Trump opponents be measured with a different scale then Trump. Could you imagine the number of headlines required if Trump would get a headline every time he does anything on this scale?

    5
  • Jump
    Russia's war-driven economy is so hot that the World Bank upgraded it to a 'high-income country'
  • Well, not sure an inflation, twice the size of the GDP is positive for a country...

    18
  • Jump
    How programmers comment their code
  • Comment about image

    16
  • Jump
    Rust has a HUGE supply chain security problem | Sylvain Kerkour | July 2, 2024
  • Well.... it is true that it doen't have all these crates like Url included in the rust standard library, and hence it is not official. On the other hand Url was created by Mozilla to be used in Firefox, hence it is a quite competent crate that is very well maintained. And my guess is that the http crate may have the same kind of origins... but I'm not entirely sure about that.

    And even Java that includes quite a lot, still didn't get a good Http library until very recent, until then you had to rely on some obscure library created by the unknown organization Apache... so...

    As a developer you always have to think about what libraries you use, and if you trust them... that goes for pretty much any language.

    14
  • Jump
    Started learning Perl
  • Well, Perl is great for small scripts that works on large texts, that you process with regex. I still use Perl from time to time, for that kind of scripts. Also commandline, instead of awk/sed...

    4
  • Jump
    Started learning Perl
  • I learend it in the 90s, and was working on a large Perl codebase 2005 and a couple of years forward. And 20 years, it still started to feel dated, and 15 years ago it was just so out dated it hurt. So, starting to learn Perl 20 years ago would not have been great :) However, the things making Perl horrible, is pretty much threre in Python also with the addition of significant whitespace... so technically, going from Python to Perl might actually be a step in the right direction.... Now, if you excuse me, I will hide behinde this huge rock for a while to let the incoming projectiles settle.

    15
  • Jump
    JetBrains RustRover Is Released and Includes a Free Non-Commercial Option
  • I used to use IntelliJ Rust as my primary rust IDE, but when they switched to Rust Rover I stopped using it. Not sure why actually, possibly since I used Java with IntelliJ it was already my go to IDE, so using it for Rust was natural. I also guess, that I had nvim with rust-analyzer working, so that was available at my finger tips already. So, I might have switched over anyway... who knows.

    Anyway, it is good to see more options available, and I hope it is getting so good that it is worth the money.

    5
  • blog.rust-lang.org Types Team Update and Roadmap | Rust Blog

    Empowering everyone to build reliable and efficient software.

    0
    Jump
    COSMIC Alpha coming in July - System76 reveal branding, a big hardware sale with new merch
  • No, it is not based on Gnome. It is a full DE environment written in rust.

    30
  • Found this on Mastodon https://fosstodon.org/@dpom/112681955888465502 , and it is a very nice overview of the containers and their layout.

    4
    3
    foundation.rust-lang.org Rust Foundation

    The Rust Foundation is an independent non-profit organization to steward the Rust programming language and ecosystem, with a unique focus on supporting the set of maintainers that govern and develop the project.

    0
    github.com [April] Welcome Eliah, and `gitoxide` for GitButler · Byron gitoxide · Discussion #1375

    This month was very productive, just not directly for gitoxide. And it's notably the first month in my recollection where that happened. There must be a special reason for it, and bluntly, it's jus...

    1
    mastodon.social Rust Weekly 🦀 (@rust_discussions@mastodon.social)

    `LazyCell`/`LazyLock` stabilized in nightly https://github.com/rust-lang/rust/pull/121377 Discussions: https://discu.eu/q/https://github.com/rust-lang/rust/pull/121377 #programming #rustlang

    1