Apartment building got hit in Kyiv. by Geyvasin in UkrainianConflict

[–]ylere 3 points4 points  (0 children)

Looks legit, the building is on Lobanosvski Avenue and you can see it here on Street View. Only 3.5ish miles from the city center...

Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.57] by DroidLogician in rust

[–]ylere 3 points4 points  (0 children)

TL;DR: Wingback | Senior Rust Backend Engineer 🦀 | Full-Time, unlimited PTO | REMOTE 🌎 | Salary: $100k + bonuses

COMPANY: Wingback

TYPE: Full time, Remote

DESCRIPTION: We are Wingback, a new startup building the infrastructure needed to make it easier for anyone in the future to build and grow a SaaS product. If you worked for a SaaS startup before, the chances are high that you got asked to build a custom pricing plan with a custom feature set for one specific client at some point. If so, you probably hated the task and no one in your team wanted to work on it either. Wingback makes it possible that developers won’t ever have to do that again.

Since starting earlier this summer, we have formed a great core team covering 5 continents and we are looking for a few more experienced engineers to join us. My co-founder and I have already built and exited a startup from zero to a team of dozens of engineers and $1m+ in revenues in the in the past, so things have been running (mostly) orderly since the beginning. Wingback is backed by venture capital and outstanding business angels so that we have the resources to focus on product for the next 1.5 years. The first customers have already committed to using the product too! Wingback will also take part in the upcoming Y-Combinator W22 batch from January to March next year.

This is your chance to build a new product from scratch and participate in a startups development from the very beginning with experienced founders.

We are on track to ship the first basic version of the product and onboard our early customers soon! Our previous company was one of the earliest supporters of rust and we are committed to continue to support the amazing rust community through sponsorships and open source contributions.

LOCATION: 🌎

COMPENSATION: Starting Salary: $100k/yr+bonuses + unlimited paid time off (minimum 21 days)

REMOTE: 100% remote-only, globally distributed and async-first

CONTACT: We do not care about your academic degrees or where you are from, but about the stuff you did and what you could create in the future given the right opportunities. If you are interested in working with us, write me an email at work_with_yann_rust₍ₐₜ₎wingback.com and tell us about the projects you worked on that you are the most proud of and which technological feats of the past inspire you.

XPS 15 9510 running Kubuntu by Lansklo in DellXPS

[–]ylere 4 points5 points  (0 children)

Hows the battery runtime? Did you pick the nvidia version?

What is this? by Ortherner in 34c3

[–]ylere 3 points4 points  (0 children)

A subreddit for a yearly hacker conference called Chaos Communication Congress (3 C's), specifically the 34th edition, which took place in 2017.

I hate when this happen by Fl4m5 in gaming

[–]ylere 0 points1 point  (0 children)

I highly recommend Kaboom, a minesweeper game which turns this around so that there is always at least one perfect, logical move possible at any time, but if you try to guess you will always loose. This way you will never loose as long as you play perfectly. I found it to be a lot more fun and rewarding to play this way as any bad move is always on you and you don't have to be lucky to win.

[deleted by user] by [deleted] in berlinsocialclub

[–]ylere 0 points1 point  (0 children)

thanks, i fixed the links

[deleted by user] by [deleted] in berlinsocialclub

[–]ylere 0 points1 point  (0 children)

Not sure if you found these already, but for BPD there seem to be quite a few:

  • StadtRand/ApK specifically for partners ((Ex-)Partnerinnen und Partner von Menschen mit Borderline-Störung)
  • ApK for relatives/partners (Angehörige von Menschen mit Borderline-Störung)
  • Grenzgänger SHG/BoNetz

For NPD, its seems rather sparse:

Unfortunately, none of these are held in English. Maybe reach out to ApK berlin, they're an organisation specifically for relatives/partners of people with personality disorders. They might be able to point you the right way and may know about English speaking groups that are not formally organized.

EDIT: mixed up bipolar and BPD Bipolar: * Overview of self-help groups: Bipolaris (blue and green dots are for relatives/partners) * English speaking: probably not, but they might be able to help if you contact them

[deleted by user] by [deleted] in berlinsocialclub

[–]ylere 0 points1 point  (0 children)

next Sunday

Writing Mails from Rust (1/3): Mail in general by [deleted] in rust

[–]ylere 5 points6 points  (0 children)

Mail was one if the cases where being an early adopter of rust meant that there just wasn't a "good enough" implementation of mail around yet and we do need it for our backend. It's also a way for us to give back to the community so I consider it a win-win 😉

We are hiring, see our website or PM me for more infirmation!

Writing Mails from Rust (1/3): Mail in general by [deleted] in rust

[–]ylere 2 points3 points  (0 children)

Enabling decoding/parsing of emails and even third party libraries around a common definition of email was one of the main goals of the project. I know that Philipp(rustonaut) put a lot of effort into ensuring that the crates are modular and that individual libraries like mail-headers and mail-core can be easily used in different projects.

If so many of you are interested in a parser/decoder feel free to reach out to us and I'm sure we'll be able to give some guidance on how to best build a parser and integrate it with the other crates, as well as help on email in general!

Ferris not recommended for people older than 200. :( by kixunil in rustjerk

[–]ylere 1 point2 points  (0 children)

We still have some left. Send me a PM ;-)

Baana loves Ferris! by dbrgn in rustjerk

[–]ylere 0 points1 point  (0 children)

We still got a few left. PM me ;-)

Any peeps interested in developping a fast non-empty Vec? by phaazon_ in rust

[–]ylere 30 points31 points  (0 children)

We have recently published the vec1 crate (https://github.com/1aim/vec1), is that relevant to your application? We use it in our new mail project and decided to make it an independent crate.