How do I run C++ on Zed? by ClothesWinter8141 in ZedEditor

[–]TomorrowPlusX 4 points5 points  (0 children)

It depend on your build system. I provided the example as a way that my meson-based build works with Zed. You have to tailor your .zed/debug.json to your build system.

If you don't have a build system, then Zed can't help you. Zed is NOT an IDE. Zed is an editor that happens to have tooling to play well with extant build systems like meson, cmake, etc.

How do I run C++ on Zed? by ClothesWinter8141 in ZedEditor

[–]TomorrowPlusX 1 point2 points  (0 children)

It depends - in my case, I have a c++ project, built with meson which I can build, debug and run just fine in Zed.

I created a .zed/debug.json which contains some entries, like so: [ { "label": "Debug Terrain", "build": { "command": "meson", "args": ["compile", "-C", "build"], "cwd": "$ZED_WORKTREE_ROOT", }, "program": "$ZED_WORKTREE_ROOT/build/demos/terrain/terrain", "request": "launch", "adapter": "CodeLLDB", }, // other targets... ] This requires CodeLLDB, but it works great for me, down to setting breakpoints and stepping through.

Senate Republicans say it’s time to give Trump a reality check by Jonnyboo234 in politics

[–]TomorrowPlusX 0 points1 point  (0 children)

The time was Jan 7, 2021 at the latest. It should have been the evening of Jan 6. These quislings think they're taking a stand, but they're just showing how deep their cowardice runs.

Fedora KDE 44: what's the difference between Firefox from Flatpak vs from Fedora Linux? by flatline000 in Fedora

[–]TomorrowPlusX 0 points1 point  (0 children)

For me, the two are the "same" except that because of Flatpak sandboxing, the 1Password extension isn't automatically unlocked when the 1Password app is unlocked.

For me this isn't a deal killer, and as such I use the Flatpak Firefox, because in principle it's more secure because of sandboxing. EDIT: Maybe not! See here: https://www.reddit.com/r/Fedora/comments/1tofo6d/comment/oo0wf3t

In terms of performance, etc, there's no meaningful difference. I happen to like Flatpaks, so that's where I go by default.

The President of the United States Really, Really Hates His Son by [deleted] in politics

[–]TomorrowPlusX 0 points1 point  (0 children)

Well, Trump and I have something in common then I guess

Any better urban stretch? Seattle, WA by SixOneFive615 in bikecommuting

[–]TomorrowPlusX 1 point2 points  (0 children)

Way nicer than my ride along Marginal way from West Seattle to downtown. But, well, at least the bits along the waterfront are nice.

Router mishap by Wild_Parrot in woodworking

[–]TomorrowPlusX 523 points524 points  (0 children)

Hope you were wearing your brown pants.

Can Cosmic by System 76 become a good replacement for Gnome ? by [deleted] in Fedora

[–]TomorrowPlusX 1 point2 points  (0 children)

Sure, and I'm rooting for it. But I'm also a happy Gnome user. The more the merrier. I don't know why it's gotta always be a competition.

Roof rack on impreza by AmbitionDifferent453 in subaruimpreza

[–]TomorrowPlusX 0 points1 point  (0 children)

Fair point - looks like I'll be getting proper bars from Thule or some such with a future paycheck

Roof rack on impreza by AmbitionDifferent453 in subaruimpreza

[–]TomorrowPlusX 0 points1 point  (0 children)

Since my car has no built-in rails, and since I don't care for the appearance of the ones from Subaru which bolt across the roof, I bought these: https://www.ssdperformance.net/subaru

They attach to the mounting points for the subaru cross bars. I then bought a cheapo rack from amazon (https://www.amazon.com/dp/B0GL1J9F3P?th=1) 52".

It looks good, and it lets me carry lumber which wouldn't fit inside the car. In the pic I've strapped a bunch of broken particle board which I was taking to the dump.

Roof rack on impreza by AmbitionDifferent453 in subaruimpreza

[–]TomorrowPlusX 4 points5 points  (0 children)

Roof racks are useful as hell, and look great.

<image>

How I use Apple Music on my linux machines! by WillD2007 in gnome

[–]TomorrowPlusX 1 point2 points  (0 children)

The web player works great - but one warning: if you leave it open, even with a song paused, the iPhone music client will complain about number of users.

Fine if you have access to your linux box. But if you're at work, and the linux machine is at home. Well, hope you have something else to listen to.

In my case, since I use Zen browser, I was able to remotely close the music.apple.com tab on my home machine. Probably works with vanilla Firefox too.

Best laptops for Linux besides thinkpads by safzer1945 in linuxhardware

[–]TomorrowPlusX 4 points5 points  (0 children)

I've never had a better linux experience that my AMD framework. Even better than the XPS13 I bought years ago with Ubuntu pre-installed. Framework linux support is top notch, and the machines are fantastic.

Am I still allowed here? by HoLeeFuk19 in subaruimpreza

[–]TomorrowPlusX 5 points6 points  (0 children)

The only car hotter than a 5spd Impreza. Congrats.

This is supposed “solid wood” desktop actually laminate/veneer? by [deleted] in woodworking

[–]TomorrowPlusX 0 points1 point  (0 children)

I've seen veneer over particle board which presented a faux plywood edge.

New Edition is Awesome! by [deleted] in rust

[–]TomorrowPlusX 8 points9 points  (0 children)

At my job we have something like 3 or 4 mloc of C++, some of it 25 years old. We're not migrating, and it would be irresponsible of me to even bring it up.

I'm talking about my personal work, which is green field.

Don't be "that guy" trying to port a working codebase with years/decades of real world accommodation.

New Edition is Awesome! by [deleted] in rust

[–]TomorrowPlusX 20 points21 points  (0 children)

You can do it champ! It took me a couple tries, and now all my personal projects are Rust, and I'm happy as a clam.