In the late 90s and early 00s, russia has threatened my country with a military intervention in case we continue our negotiations to join #EU and #NATO.
I had nightmares about what is currently happening in #Ukraine, happening in my country. I was afraid, we were afraid. We no longer are.
Vorohiv na nozhi!
Better GitFlow or Why We No Longer Squash (all the) Commits.
I think I've just bombed an interview where I've been expected to produce a data model for a famous toy problem and 3LoC / minute.
I have some options lined up, but I would like to get more into the pipeline. Can #FediHire hashtag help me find a #Rust engineer position? 👀
P.S.
I can't reasonably toot it without plugging #ZeroHR.io for technical skill assessment. It's like in a different universe from normal hiring practices in IT.
RIP Gert Florijn (1960-2025), bridge builder between industry and academia in software engineering, and a friendly, wise, yet stern advisor to government and industry.
Together with Eelco Visser he was the initiator and industrial co-funder of the PhD project in which Eelco Dolstra developed the now widely used #Nix and @nixos_org -- a level of impact few of us have achieved.
In 2023 he joined #AcICT: It was a privilege to work with him.
https://www.adviescollegeicttoetsing.nl/onderwerpen/gert-florijn
I think I've just bombed an interview where I've been expected to produce a data model for a famous toy problem and 3LoC / minute.
I have some options lined up, but I would like to get more into the pipeline. Can #FediHire hashtag help me find a #Rust engineer position? 👀
P.S.
I can't reasonably toot it without plugging #ZeroHR.io for technical skill assessment. It's like in a different universe from normal hiring practices in IT.
Yooo, @Bellingcat seems to be on #mastodon!
How tf did I miss it.
QT https://sauropods.win/@futurebird/113866093397576803
I have tentatively retooted this, but two notes — you always have the power not to comply. Fucking resign, you're a privileged software person, you WILL find a job.
And, most importantly, this toot should be continued as follows: if you comply, you are complicit.
If you work with a database and are asked to alter the table structure to comply in advance for citizenship or gender categorizations it's really important to NOT do it.
"The governor is concerned about all this stuff they want us to update our record keeping so we store both gender AND biological sex."
"We need fields to store the country of origin of people's parents."
If you don't have the power to rebuff this yourself, ask for help. At minimum ask for help online anonymously.
QT https://social.doma.dev/@jonn/113866606297736050
Borrow checker is basically a monad
I remember times when I legit couldn't write a bfs in #Rust, but I don't remember why.
```
pub fn bfs(&self, i: usize) -> Result<Vec<usize>> {
if self.adj[i].0.is_none() {
anyhow::bail!(format!("Tried to start bfs from {} but there is no vertex there.", &i));
}
let mut queue = VecDeque::new();
queue.push_back(i);
let mut result = vec![];
let mut visited = vec![false; self.adj.len()];
while let Some(v) = queue.pop_front() {
if visited[v] {
continue;
}
for (x, _) in &self.adj[v].1 {
queue.push_back(*x);
}
result.push(v);
visited[v] = true;
}
Ok(result.clone())
}
```
𝑫𝒐𝒏'𝒕 𝑩𝒆 𝑨 𝑺𝒖𝒄𝒌𝒆𝒓
This 22-minute short film was made by the US Army just after the Second World War, warning about the tactics that Nazis use to gain power.
It's baffling how many parallels there are with current political developments. I think this video should be shown in every school around the world.
https://fedi.video/w/t4sN6wtVxGox9V8MyK1EzX
#politics #fascism #political #US #USA #europe #russia #nazi #nazis #germany #WW2 #WWII #war
I remember tech lefties crying when I called people who stayed in facebook post-Cambridge-analytica complicit in installing fascism and hoped that they will rot in prison with zuck. I said the same thing when musk bought twitter about twitter employees who clearly can get any fucking engineering job they want because of having it on their CV.
So these lefties I want to teach a beautiful Ukrainian phrase – "shcho z yebalom?", which roughly translates as "what's with your face?".
Shcho z yebalom?
To everyone in #Europe, #Deutschland, #Canada, #Brasil, #Japan, #Korea, and the rest of the world, don't just sit there giving your condolences to us. You have to let the people around you know what is happening here in the #US, you have to show them the video of #ElonMusk doing the #Nazi salute, you have to bear witness, let the people around you know, and get ready to stop them before they take your country too, urge them to leave Twitter, or at least crosspost to here, urge your politicians to ban Twitter, because if it can happen here, it can happen where you are too.
This is not politics, this is not a meme, and this is not a drill: this is your country. The Fascists they are on the move.
https://www.theguardian.com/technology/2025/jan/20/trump-elon-musk-salute
⚡️Macron warns of prolonged Ukraine war, urges stronger European defense strategy.
"It is essential to provide Ukraine with the means to endure and to negotiate from a position of strength in the future," French President Emmanuel Macron said on Jan. 20.
I remember tech lefties crying when I called people who stayed in facebook post-Cambridge-analytica complicit in installing fascism and hoped that they will rot in prison with zuck. I said the same thing when musk bought twitter about twitter employees who clearly can get any fucking engineering job they want because of having it on their CV.
So these lefties I want to teach a beautiful Ukrainian phrase – "shcho z yebalom?", which roughly translates as "what's with your face?".
Shcho z yebalom?
That https://doma.dev guy
#lean #rust #typescript #react #nix
In my non-existent free time I design and run #TTRPG
If you use tools made by genocide-apologists, you are a genocide-apologist.
#lemmy users aren't welcome here.