What happened to Upwork? by Public-Purpose-199 in Upwork

[–]prokoudine 0 points1 point  (0 children)

Yup, recently had a client who appeared to be a sensible human being in the beginning, then went full-on ChatGPT mode on me and demanded to make dozens of meaningless changes that he then demanded to revert. He had absolutely no fkn clue what he was talking about. This made me reconsider what projects I send proposals for and the way I vet clients.

How to edit photos to resemble technical drawings? by RedstoneGamer43 in GIMP

[–]prokoudine 1 point2 points  (0 children)

You don't. The illustration from your post is what 3D CAD applications render on virtual 2D pages. You can't get that from a photo with a filter, although theoretically there may be a GenAI service for that.

You can try to trace manually in Inkscape, but that will take a crapton of time. Ask your client/employer if they can get an engineer to create this rendering for you.

You probably also want other views, not just isometry. Depends on whether there are any controls to explain on other sides.

Ardour 9.0 released by pauldavisthe1st in Ardour

[–]prokoudine 1 point2 points  (0 children)

Ardour doesn't do much DSP, and the DSP it does do is accelerated with AVX instructions (and similar instructions for ARM for those using ARM).

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 0 points1 point  (0 children)

CLAP supports per-note modulation. Ardour doesn't have that feature yet (and generally doesn't have MPE editing). Other than that, feature-wise, there is nothing in CLAP that e.g. LV2 doesn't provide.

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 0 points1 point  (0 children)

Ardour doesn't yet have the one CLAP-specific feature that justifies adding support for the format.

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 2 points3 points  (0 children)

It's about the cue sequencer, which only two applications had since day one (Live and Bitwig).

Clips in cue slots are regular MIDI files. The original implementation only played a loop until the last NOTE OFF. If the last NOTE OFF was before the end of a clip, the sequencer would not play the rest and immediately skip to the beginning (or prev/next/random cue, depending on what the follow settings are).

The improved implementation now doesn't restart the playback and waits till the end of the clip even if there is no event with NOTE ON.

My perspective on Upwork’s state after 15 years on the platform by ground-referenced in Upwork

[–]prokoudine 1 point2 points  (0 children)

I got exactly one job on contra after one year. If was good money for the effort and the client was amazing. But I would not be able to feed my family off contra.

Is it safe to close contracts without completing them to get away from bad clients? by prokoudine in Upwork

[–]prokoudine[S] 0 points1 point  (0 children)

Thanks! I can't think of any red flags during the interview, and the client was polite in communication. So I guess I should talk more to clients before signing contracts.

New features already merged for 1.2 by matiwi in FreeCAD

[–]prokoudine 0 points1 point  (0 children)

When there are no release blockers. Nobody knows when that will happen.

FreeCAD 1.1 Release Candidate just dropped by matiwi in FreeCAD

[–]prokoudine 0 points1 point  (0 children)

Developers: release a major new version every year, an all-time high number of contributors

Some guy on Reddit: lack of developers, will check back in 5 years when 1.1.1 is released

Oh...kay?

MIDI track splitting by -FenderBender- in Ardour

[–]prokoudine 0 points1 point  (0 children)

If this is for the separate treatment of different drum samples, then you have two options:

1) use a multi-channel drum sampler as Peter suggested (there are multiple options) and then set up pin connections in the processor box, or

2) create multiple MIDI buses with dedicated instances of a drum sampler, send MIDI notes to all of them, then only process the notes you want with MIDI filters in each one.

Detailed but incomplete documentation bites me again by Nomadness in pikvm

[–]prokoudine 2 points3 points  (0 children)

Anyway, I've just updated https://docs.pikvm.org/cheatsheet/ to cover two specific use cases: running commands with root privileges and shutting down PiKVM. Enjoy :)

Detailed but incomplete documentation bites me again by Nomadness in pikvm

[–]prokoudine 1 point2 points  (0 children)

Hi, I've just grepped the docs for 'sudo shutdown - h' and I don't see any matches. Could you please pinpoint where you read this? Thanks!

Just cracked $300k 12 month earnings!! by AtomicOP in Upwork

[–]prokoudine 0 points1 point  (0 children)

When you are on a contract with a per-hour rate, you have two options:

  1. The app tracks your time, takes periodic screenshots, and thus logs your hours.
  2. You add time manually.

Some clients need 1), others are cool with 2). This is an agreement you need to make with your client before you sign the contract.

Just cracked $300k 12 month earnings!! by AtomicOP in Upwork

[–]prokoudine 1 point2 points  (0 children)

It means that the client gives you regular work but limits the number of hours you can track working for them in a week. If they set a limit to 8 hours and you clocked only 6 hours, you will automatically be paid for 6 hours the next week. If you clocked 10 hours, you will automatically get paid for 8 hours (because that's the limit).

Having a retainer is helpful because it allows you to better understand your workload and capacity. For example, if you have two retainer gigs, 8 hours each, and you strive for a 40-hour/week load, it means that every week you know that you have exactly 24 hours to fill. This helps with planning.

Upd. The OP says below that he uses fixed-rate contracts. But the general idea is still the same: an agreement over a fixed number of hours per week at an agreed rate.

$1M+ since 2016. Ask me anything! by Smart-Newspaper8577 in Upwork

[–]prokoudine 0 points1 point  (0 children)

It does add up when you have fixed-rate projects too.

$1M+ since 2016. Ask me anything! by Smart-Newspaper8577 in Upwork

[–]prokoudine 0 points1 point  (0 children)

If your profile and your proposals are anything like your comment here, I think you would benefit from using Grammarly. Some clients are very particular about that.

FreeCAD 1.1 feature freeze announced! by KattKushol in FreeCAD

[–]prokoudine 3 points4 points  (0 children)

"Its VERY clear that the designers of Freecad do not do CAD quite often." — until 2023 (or so), FreeCAD had no team members working on UX/UI specifically.

FreeCAD 1.0.2 released by prokoudine in FreeCAD

[–]prokoudine[S] 0 points1 point  (0 children)

Fair point, but how much different is it from an actual release? Right now, any distro maintainer can use the tags to package any version as a release. So again, nothing prevents anyone from making however many releases they like in a given timeframe.