dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.7K
active users

#distributedsystems

2 posts2 participants0 posts today

We're #hiring!

Two(!) full #professorships open in our department at WU Vienna (Vienna University of Economics and Business) under two complementary focus topics:

1) #Foundations of contemporary #InformationSystems, where we look for candidates who complement and strengthen the existing research at our department in areas such as:

· #ArtificialIntelligence: #AI Systems and Architectures
· #DataMining and #MachineLearning
· #DistributedSystems and #Decentralization
· #DistributedLedgers
· #Cloud and #Virtualisation
· #IoT and #EdgeComputing
· #DataGovernance for AI

2) #OperationsManagement with a focus on #DigitalTransformation, where the candidate’s expertise falls within one of the following research areas:

· #behavioural #operations
· AI application to #process improvements
· integrated #supplymanagement and #demandmanagement
· #ProductionPlanning and control
· #SupplyChain planning and control
· circular supply chains and sustainable supply chain management
· #tokenization in supply chains and new product development

Details at the link below... Please get in touch, if you want to know more!

wu.ac.at/en/isom/events/isom-n

www.wu.ac.atopen positions: 2 full professorships of Business Administration and Informaton SystemsWe are looking for applicants with an emphasis on either * contemporary information systems or * operations management and digital transformation.

🎭 To block or not to block, that is the question.

Let’s suppose we have a stream of events and a pull consumer. The consumer has two methods to fetch: the first is gonna block until it receives something, and the second has a timeout to unblock. My personal rule of thumb is:

- if you need to synchronously consume a single event then process it: use the blocking one, as you’re using the stream like a FIFO queue.
- if you need to fetch ‘n’ events: use the non-blocking one, you might have no warranty that the stream contains (or is able to send) the expected amount of events.

Hi y'all, this has become a bit more important now. I learned this week that my current contract will not be renewed for funding reasons. Please see the quoted post for more info! ​:boost:

#FediHire #GetFediHired #OpenStreetMap #Python #Rust #JavaScript #CSharp #C #GIS #DistributedSystems #Networking

RE:
https://transfem.social/notes/a4imho4jra5v01up

TransFem SpaceOlivia A-C 🏳️‍⚧️ (@LivInTheLookingGlass)#FediHire | Software Engineer & Data Scientist | Chicago, IL, US | Remote Preferred I’m Olivia Appleton-Crocker, a software engineer with a strong background in backend development, data science, & research. I have an MS in Computer Science & Engineering from MSU, where I published papers on distributed systems. Currently a Data Science Fellow at the TMW Center, improving code coverage & diagnosing bugs. Previously at Intel, coordinating small teams & influencing NVMe spec changes. I’ve put extensive work into #OpenStreetMap, currently adding Chicago sidewalks, mapping my hometown, & leading disaster-response mapathons. Built overpassify–a transpiler for querying OSM data in idiomatic Python. Projects include adding UDPLite to CPython & a multi-language Project Euler site. Proficient in Python, C/C++, Rust, JavaScript, C#, SQL, Fortran & more. Seeking roles in software engineering, data science, or research—especially in open-source, GIS, Rust, or distributed systems. More info: https://oliviaappleton.com

#FediHire | Software Engineer & Data Scientist | Chicago, IL, US | Remote Preferred, In-Office Okay ​:boost:

I’m Olivia Appleton-Crocker, a software engineer with a strong background in backend development, data science, & research. I have an MS in Computer Science & Engineering from MSU, where I published papers on distributed systems.

Currently a Data Science Fellow at the TMW Center, improving code coverage & diagnosing bugs. Previously at Intel, coordinating small teams & influencing NVMe spec changes.

I’ve put extensive work into
#OpenStreetMap, currently adding Chicago sidewalks, mapping my hometown, & leading disaster-response mapathons. Built overpassify–a transpiler for querying OSM data in idiomatic Python.

Projects include adding UDPLite to CPython, adding fediverse comments to sphinx sites, & a multi-language Project Euler site. Proficient in Python, C/C++, Rust, JavaScript, C#, SQL, Fortran & more.

Seeking roles in software engineering, data science, or research—especially in open-source, GIS, Rust, or distributed systems.

More info:
https://oliviaappleton.com

Edit: I learned this week that my current contract will not be renewed because of funding issues, so this has become a bit more important

#GetFediHired #OpenStreetMap #Python #Rust #JavaScript #CSharp #C #GIS #DistributedSystems #Networking

oliviaappleton.comOlivia Appleton-Crocker’s Portfolio

It's been a few months since I was laid off, and job hunting is A Lot. So here's the #GetFediHired pitch:

I'm still defiantly calling myself a software generalist; background includes #SRE/#DevOps, #DistributedSystems programming, and #SDET/QA. I like working behind the scenes, especially wrangling tech debt and improving processes and tools and docs. I'm a #Python wizard but comfortable with various tools and paradigms.

Based in #PDX, won't move within the US, strong preference for remote.

Revolutionizing Resiliency: The Launch of Restate 1.2 and Its Impact on Software Development

Restate 1.2 emerges as a game-changer for developers, enabling the creation of resilient applications without the usual complexities of distributed systems. With its innovative durable execution engin...

news.lavx.hu/article/revolutio

does anyone know of examples of network protocols that cannot easily be specified or thought of simply as instances of 1:1 protocols?

with TCP based protocols this question seems mostly moot, since everything boils down to the connection abstraction; but maybe some protocols are more easily specified not .. that way?

or perhaps there are UDP protocols not easily specified as a bunch of instances of 1:1 protocols?