est.social on üks paljudest sõltumatutest Mastodoni serveritest, mida saab fediversumis osalemiseks kasutada.
est.social on mõeldud Eestis üldkasutatavaks Mastodoni serveriks. est.social is meant to be a general use Mastodon server for Estonia.

Administraator:

Serveri statistika:

91
aktiivsed kasutajad

#rust

34 postitusega29 osalejaga0 postitust täna

My team at Polytechnic Institute of Paris/Télécom #Paris school of engineering is looking for a research engineer to conduct development and empirical experiments in various fields, most notable #software #security and #SoftwareEngineering.

Programming skills in #Rust are particularly welcome, even though we are quite polyglots and would also welcome C/Java/OCaml developers 😉

3-year contract, on site in the south of Paris.

Full job description at: institutminestelecom.recruitee

Institut Mines-TélécomInstitut Mines-Télécom - Computer science research engineer - 36 months contractWho we are ?Télécom Paris, part of the IMT (Institut Mines-Télécom) and a founding member of the Institut Polytechnique de Paris, is one of France's top 5 general engineering schools.The mainspring of

Garage - An open-source distributed object storage service

Does any of you know about this and also use it professionally and if so in what context and how? Honestly, I'm standing up a little.

📦 garagehq.deuxfleurs.fr

garagehq.deuxfleurs.frGarage - An open-source distributed object storage serviceAn open-source distributed storage service you can self-host to fullfill many needs.
Jätkatud lõim

The usual solution to this problem seems to be to not even attempt to use a function or other item unless the target platform is one that the programmer knows has support for it.

This has two serious problems:

1. The list of supporting platforms tends to be huge. Example: docs.rs/socket2/0.5.8/src/sock
2. What if more platforms gain support for it in the future?

docs.rssocket.rs - sourceSource of the Rust file `src/socket.rs`.

It's been a while since I ran a build with #autoconf / #autotools. I had forgotten just how many different little things it checks for.

One of the main things it's checking for is whether certain headers and functions exist. That reminds me: #Rust `cfg` directives really ought to allow a predicate of “such-and-such function/type/whatever exists”. Then you can, for example, call a libc function that exists only on platforms that have it, with fallback on platforms that don't.

Jätkatud lõim

Imagine if every time you checked a #Rust Result for an error, you did that by making a cute kitty sound

This is what’s coming and I’m not even kidding

I've been developing a MQTT GUI client called MQTTy (the name is not very original but I needed the word MQTT in it). That will help me and hopefully help others, to develop, test and debug their IoT applications that utilizes the MQTT protocol.

It's written in Rust, completely free software, licensed under the terms of GPL 3.0 or later versions.

Currently the app does not hit the MVP stage, so there is a lot of work to do to reach it.