home.social

#rustlanguage — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustlanguage, aggregated by home.social.

fetched live
  1. moved to top 10 on the TIOBE Programming languages Index. It's popularity if increasing every month.
    tiobe.com/tiobe-index/

  2. @[email protected]

    Zig threw me off by taking sponsorships from AI companies, which was weird given their stance. Again, not a programmer, but looking to continue learning slowly and just by poking my head in the room sometimes, so I appreciate the recommendation. Any other languages you can soundly point me towards?

    My only experience is in Python. I failed a basic course in it (lol), but I understood a lot conseptually, just struggled to memorize it all and work without references so ya know, tests were a fun time.
    That said, my prof also voiced their distain for teaching Python, given its many shortcomings and the fact that other languages would be better suited for first-timers. Again, I struggled greatly with the course, but grasped the concepts alone quite well, so many of their points made sense and they kinda convinced me. Lol

    All that to say maybe I DON'T want to learn a Python-like language. Can't even compile the damn thing. But I wouldn't know what other language to start with: one that's free of LLM bs and that's, like, not incompitent in such oddly specific ways as Python.


    #Zig-language #rust-language #python-language #programming
  3. Anybody seeing wierd "unconstrained generic constant" errors (the ones that make you add "[(); Type::CONST]"), when you've already added those bounds, when you have associated constants on trait elements that have been touched by equality constraints?

    I am wondering if this is a known compiler bug.

    #rustlang #rust #RustLanguage

  4. Oh joy, another seminar where Rust is crowned the savior of software development, because who doesn't love a language that's 30% syntax errors and 70% smugness? 🚀🤦‍♂️ Meanwhile, the rest of us are still waiting for the day when watching a video doesn't feel like signing a contract with Google. 📜✨
    youtube.com/watch?v=k_-6KI3m31M #RustLanguage #SoftwareDevelopment #SyntaxErrors #TechHumor #GoogleContract #HackerNews #ngated

  5. 🚂 All aboard the overthinking express! 🚂 This alleged "Rust-shaped hole" is really just someone desperately trying to justify a trendy language switch. 🤔 Meanwhile, #TypeScript remains unbothered, effortlessly slicing through existential coder crises. 🍞🔪
    mnvr.in/rust #overthinkingexpress #RustLanguage #codingtrends #developerhumor #HackerNews #ngated

  6. #RISC_OS I've put together a presentation page for #ProjectMerlin, which also includes a real-time progress update widget. This is to help answer questions I've received from various people. Please note: I am doign this for fun, I am NOT trying to save #riscos .

    riscoscommunity.org/projects/r

    #rust #RustLanguage #operatingSystem #programming

  7. Today's log for trying to get fiss (my Rust CLI for duplicating some of TaskWarrior's functionality using Forgejo issues) doing something useful. Tonight's goal is to get fiss list showing a list of issues to subscribe forge projects which no regards for filtering.

    It's a weekday and I need to figure out how to assemble a weight machine, so hopefully this won't take wrong.

    Narrator: Dylan was wrong, of course.

    The rest will be unlisted.

    #AmCoding #RustLanguage

  8. We've opened a rust position in Berlin Or Valencia, home-office possible: boards.greenhouse.io/commercet
    We're trying to support diversity when possible. Do not hesitate to postulate!
    #FediHire #RustLanguage

  9. Rust in Linux lead retires rather than deal with more “nontechnical nonsense” - Enlarge / Rust never sleeps. But Rust, the programming language, can be... - arstechnica.com/?p=2046763 #wedsonalmeidafilho #kerneldevelopment #linustorvalds #rustlanguage #linuxkernel #asahilinux #asahilina #clanguage #biz#linux #tech #rust

  10. Realized recently that you can get a decent approximation of lazy_static without any additional dependencies thanks to std's existing once stuff, something like this:

    fn DB() -> &Connection {
       static CON: OnceCell = OnceCell::new();
       CON.get_or_init(|| { ... })
    }
    It's a pretty clean pattern that's easy to read I think, and doesn't require adding a dependency for the one or two lazy variables most projects need. It will be nice when stable gets actual Lazy/LazyCell though.

    #rust #rustlanguage

  11. I took a look at Rust lately and I'm totally confused about the lifetime of variables.

    But I was able to write some small modules with some structures including some implementations. Maybe I will use it in the future for CLI applications if I want speed and security.

    Right now I use spectre.cli and dotnet for the task.

    #Rust #RustLanguage #Learning #DotNet #Spectre #Programming #Development

  12. In all the excitement, it would be easy to overlook this announcement relevant to #pythondev s building large/busy projects with #python :
    developers.home-assistant.io/b

    I'm encouraged by the synergy between the #RustLanguage and Python communities, with several collaborations increasing adoption and familiarity of #rustlang .

    Ok, I'm calling it a day.

  13. starting to read through burn.dev/book/ to learn about what they refer to as a "deep learning framework"... which I assume just means #RustLanguage library/libraries for #LLM work.

  14. CW: Talented programmer in need of employment

    Hey all!

    I'm a software developer based in upstate New York. I enjoy taking on complex problems and finding solutions to them, especially at the low level. I've been teaching myself to code for about eight years now, but haven't gone to school for it.

    Here's some quick information about me:
    - I love:
    - Challenging myself.
    - Learning new things.
    - Linux.
    - Containers.
    - Cats.
    - I am:
    - In the:
    - top 5% of 26.4k Rust developers.
    - top 5% of 1.7M C developers.
    - top 5% of 867.0k React developers.
    - top 15% of 426.3k Node.js developers.
    - (numbers sourced from LinkedIn skills assessment)
    - Willing to work for a lower starting salary, since I haven't gone to school.
    - Willing to relocate to California, if needed, as soon as six months from now.

    The only stipulations I have are:
    - I won't work at "web 3" startups.
    - I need this position to be remote.
    - I can adapt my sleep schedule to match any timezone, if needed.
    - My internet connection is rock-solid, it went down no more than twice last year.

    I need a job fairly soon, because otherwise my parents will force me to apply to retail positions. I'm a trans woman, but I don't pass (people don't even recognize that I'm trans), so I'd be subject to constant misgendering from customers (and probably the other employees). I don't know if I could man‍age that without destroying my mental health.

    If you want to reach out to me, my email is julia AT insertdomain DOT n‍ame. My LinkedIn is linkedin DOT com SLASH in SLASH julia-johannesen-6a587724b. I'd directly put the URLs here since spambots exist, I'm not going to, hopefully to save myself a little headache.

    Boosts/renotes are greatly appreciated
    ❤️

    #fedihire #rustlanguage #clanguage #javascript #typescript

  15. Excuse me, but why is "compare" called "cmp" and "Range" "rng" in #rust #rustlang #rustlanguage ?