hey uhhh.
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl oh no
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl Here's a job posting: https://hachyderm.io/@algo_luca/116051653671758889
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl @eniko Hope this list of companies doing remote is helpful! https://taffer.ca/posts/2025/remote/
-
@wffl oh no
@nnethercote yeah :(
-
@wffl Ferrous Systems hire remotely. If remote work is an option for you?
@calisti remote work is an option for me, but I need my visa to be sponsored in the Netherlands. I'm talking to Ferrous Systems and we'll see if it works out :)
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl You may wish to contact https://jamsiedaly.com/
He organises Rust Amsterdam meetups and usually has good info on job offers.
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl, I'm not sure if it works for for you, but @algo_luca is hiring now.
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl oh no, hope you find something new soon!
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl your edit was a good reason to delete the old retoot and retoot again. Good luck with the job search, we are all rooting for you waffle!
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
I wish you luck friend!
-
@wffl your edit was a good reason to delete the old retoot and retoot again. Good luck with the job search, we are all rooting for you waffle!
@nicolai thanks! qwq
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl oh whoa you're the one who got never type to completion? awesome
-
@wffl oh whoa you're the one who got never type to completion? awesome
@whitequark not yet, I'm still working on it, sorry '
-
@whitequark not yet, I'm still working on it, sorry '
@wffl oops i had thought it got done at some point in uhh. been a while huh...
-
hey uhhh. I got fired yesterday. if anyone has rust positions in the Netherlands let me know!
@wffl i saw some rust job openings for Zed recently
zed.dev/jobs
Unfortunate it seems to be AI adjacent -
@wffl oops i had thought it got done at some point in uhh. been a while huh...
@whitequark I'm gonna give a talk about the whole ordeal at rust week '
-
@whitequark not yet, I'm still working on it, sorry '
@wffl @whitequark sometimes i wonder if i shouldn't have argued so loud against that previous attempt because of what it did to the objc crate
it was so long ago :( -
@wffl @whitequark sometimes i wonder if i shouldn't have argued so loud against that previous attempt because of what it did to the objc crate
it was so long ago :( -
@whitequark @wffl for context: https://docs.rs/objc/latest/objc/macro.msg_send.html relies on type inference for the arguments and return type of an FFI call. with insufficient annotations, the return type would correctly fall back to () but that stabilization attempt changed it to ! somehow, even though the call *did* return. lots of arguably-wrong but innocent-looking calls became UB in nightly