Advertisement · 728 × 90

Posts by Piotr Osiewicz

Congratulations!

1 month ago 1 0 0 0

Quite a bit

3 months ago 2 0 0 0

I'll look into it :)

4 months ago 1 0 0 0

I wonder how big of a gap the use of `shared-generics` would create for them. Specifically, anything generics-heavy would benefit from shared-generics, but it would be a good starting point to sniff around (is it about instantiations?)

4 months ago 3 0 0 0
Video

Ripgrep? Not on our watch!

We rewrote Zed’s project search so your first match shows up in milliseconds... not ages like before 😵‍💫

zed.dev/blog/nerd-sn...

4 months ago 110 6 3 0

Time to sunset RDR then ^^

All jokes aside, this is really great. :)

5 months ago 1 0 0 0
Post image

A smol tenon

5 months ago 3 0 0 0
Post image

Wine Rack

6 months ago 4 0 0 0

Glad to hear :)

6 months ago 0 0 0 0

I'm sorry

6 months ago 2 0 0 0
Advertisement

You can just link against static libs written in Rust and boom, C++ = safe (maybe except for 'no overhead' bit)

6 months ago 2 0 0 0
A workbench in question that I've started renovating with my father today

A workbench in question that I've started renovating with my father today

Renovating an old (40 years old) workbench sure gives me a much needed kick of agency.

7 months ago 4 0 1 0
A japanese toolbox I made over the past week.

A japanese toolbox I made over the past week.

Wood, for one, is not driven by hype and mind-boggling takes.

7 months ago 1 0 0 0

Dasz radę Amos

8 months ago 0 0 0 0

I recently picked up woodworking and even though I suck at it, wood > tech

8 months ago 3 0 0 0

`ui` is the best thing since sliced bread though; I've built my memory view with it without dropping into Element *at all*. I'll take that as a W for the APIs y'all designed, even if it was troublesome at their inception. :)

9 months ago 1 0 1 0

OTOH we had 2 codebase kinda living alongside each other and the fixes applied to one did not always end up in the other one :X that was kinda meh about it

9 months ago 2 0 1 0
Advertisement

The answer is: next week
github.com/zed-industri...

9 months ago 1 0 0 0

Protect yourself, so you can protect your ship

9 months ago 1 0 0 0
Building the Rust compiler with GCC

I have wrote an article about some of my work building the Rust compiler with GCC:

fractalfir.github.io/generated_ht...

I hope you enjoy :D

9 months ago 17 5 1 0
Preview
internal: Use `ManuallyDrop` in `RootDatabase` to improve build times by jonas-schievink · Pull Request #10069 · rust-lang/rust-analyzer Closes #10065

Yet another alternative (specifically for drop glue) is Jonas' Gambit; wrapping a type in ManuallyDrop will not cause monomorphisation to occur if it's an external type.
github.com/rust-lang/ru...

9 months ago 0 0 0 0

The flag is available only on nightly, but it is enabled for dev builds even when using a stable tool chain. This means you'd have to use a nightly compiler to use it in release builds, and you already benefit from it in dev builds /w stable compiler

9 months ago 2 0 0 0

Re special-casing drop_in_place; rustc already does something to that effect in dev builds where it'll reuse instantiations of generics from the dependencies of a crate. It is not enabled for release builds (by default), as it has a negative impact on codegen. Check out -Zshare-generics

9 months ago 3 1 3 0

good shit, now onto the follow-ups (memory view wen)

10 months ago 2 0 0 1
Advertisement

0/5, this should've been a Fax

11 months ago 1 0 1 0

I've just arrived in Utrecht for RustWeek. I can't wait to spend a whole day on a Rust project track. Do a lot of cool debugger-related stuff. And eat. And see a lot of cool stuff in general.

11 months ago 5 0 0 0

This has been my dream since I joined Zed two years ago. I'm so happy to have chimed in on this and stoked for our biggest community contribution yet (thanks to Remco Smits and Anthony Eid) to finally see the light of day. :)

11 months ago 5 0 0 0

It is based on DAP. :)

11 months ago 1 0 0 0
Preview
Relink, don't rebuild - status update #1 - HackMD RDR has not seen significant progress ever since the MCP has been accepted due to my limited availability. I do plan to pick it up back again around RustWeek. There's also now a small group of people ...

I wrote up a small update over the weekend on Relink, Don't Rebuild
hackmd.io/@osiewicz/SJ...

11 months ago 3 0 0 0

Angels belong in heaven

11 months ago 0 0 0 0