biscuits

@biscuits@lemmy.sdfeu.org

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Essential Developer Tools for 2023: A Curated List of the Best 10+ (blog.back4app.com)

In the ever-evolving world of software development, staying ahead of the curve is essential. As we enter 2023, the landscape of developer tools continues to expand and innovate. To help you navigate this dynamic field, we've curated a list of the best 10+ essential developer tools that every software engineer, coder, and...

biscuits,

“Bitbucket is a code management service. It is much better than the Git code management service”

In this context it’s even funnier

biscuits,

Yeah, but you have compared top-of-the-line Ryzen model vs. Intel’s high-medium tier. That’s not gonna really help.

biscuits,

I have had some problems with PipeWire as JACK replacement, mostly it was some tearing artifacts that were very annoying. Recently though I learned how to use PipeWire (which is great for general desktop audio usage + works with Bluetooth really good) with JACK for pro-audio applications. By using the JACK DBus detect module it is possible to turn PipeWire into JACK client when ever the latter one is started.

So this way it is not required to use PulseAudio at all with JACK. There’s also possibility to use PipeWire as JACK server because it also provides such API.

biscuits,

I believe that PipeWire is really solid piece of software, but I couldn’t just let go of JACK just yet. JACK just works and it’s easy to modify important parameters like sample rate or buffer size. On PipeWire I still don’t know how to quite do that, I get lost in all those configuration files, but I will get it someday.

Also one more thing that might be niche, but it’s important for me is JACK timecode (for synching i.e. a DAW with video player) which PipeWire doesn’t support at all at the moment. Getting it work on PipeWire (converting JACK timecode to LTC or MTC) gets ugly pretty quickly. So I’m glad PipeWire allows to use it however I like it, either as JACK server or client.

biscuits,

Thanks, I guess it’s even better solution and doesn’t involve kinda risky removing drives from pool. But do you think my strategy with snapshots as backup is good overall or should I use something else?

biscuits,

Yeah, I guess it may be risky to remove drives from pool, so maybe it would be better to build to just move the whole secondary pool as the other commenter pointed out (at least for the first time, smaller increments should be easier to handle). But do you think my strategy with snapshots as backup is good overall or should I use something else?

biscuits,

I’ve fully switched to Wayland some time ago (it could be already a year) after I learned about how insecure X really is and I honestly do not experience any issues that I sometimes see on the internet. I’ve been using Gnome for few months, but now I switched to KDE. I think a lot of apps are working natively on Wayland, but for other cases you have XWayland that also works flawlessy in my opinion.

One of things that was issue for me was that I couldn’t use Auto-Type feature in KeePassXC, because Wayland doesn’t let apps pretend to be a keyboard or capture windows as easily as X does. Funnily enough, I’ve managed to get it working by running keepassxc --platform xcb, but it stopped working some time ago and I’m not entirely sure why. Other thing that is a problem for me is screen sharing. Wayland doesn’t allow apps to capture screen as I mentioned earlier so it heavily relies on PipeWire for this and PipeWire has its own sets of problems. It seems working correctly for the most part, but I couldn’t really figure out how to share screen with sound. Not a dealbreaker for me, and a workaround would be to route audio as a microphone input for example, but it is an issue nonetheless. This is only a problem on Discord, in OBS you can easily select video and audio sources.

If you’re using KDE already, you could just select Plasma (Wayland) in your display manager and play with it a bit to see if you like it and experience any issues.

biscuits,

Also no issues with to capture sound as well? For example, on Discord?

biscuits,

Oh okay, that’s good to know! I thought it was something with my setup.

biscuits,

Well, not really. KeePassXC works properly apart from the Auto-Type feature, which is not that big of a problem because you can use browser integration or just copy and paste it. As for the screen sharing thing - it works, i’ve had problem with capturing sound with it but apparently it is just Discord for Linux thing and not really Wayland. I never had any issue with DPI, neither on Gnome or KDE. I don’t remember what is was on Gnome, but UI scalling on KDE works fine.

biscuits,

Were you booting to Windows between first successful boot and one with this error? Are you sure you have secure boot disabled?

biscuits,

Yeah, not sure if it’s my ROM (DivestOS) or just Android 13, but in Settings > Screen lock I have Enhanced PIN privacy toggle that does just what you’ve described.

biscuits,

Kinda. PeerTube is a self-hostable application that creators can use to host their content, so it doesn’t have ads per se. Invidious, just like youtube-dl, fetches video files from YouTube servers, so it also doesn’t play any ads that would normally be played before and during video.

biscuits,

Well, IPx5 is technically water resistant for water jets and up to 12.5 liters per minute. I think that sounds enough to be used it rain. I also saw some reviews of other devices that even IPx4 is fine in rain.

biscuits,

At least CalyxOS, DivestOS offer Android 13 builds for FP4 (and obviously LineageOS, but it doesn’t have OTA updates, afaik)

biscuits, (edited )

Google is intrusive. The story where Google literally send police on a dad that had stored photos of his son on Google Drive that he meant to show to a doctor or countless stories with scanning emails. For the first one a mitigation could be to encrypt files before hand, but it’s not at all convenient for regular people that want to have their photos automatically synced and backed up. For the second one, you could also encrypt emails beforehand using PGP, but yeah, pretty much no one does that. And none of this potential mitigations make Google any less intrusive. And I think I could even argue they allow themselves to be like that because they are this big.

That being said, I’m not arguing that Google Workspace, that integrate tools, storage and emails for way cheaper that other alternatives, is not great value for companies. But it’s still Google, so no matter how you look at it, it’s still bad choice for privacy. But the other choice being Microsoft, there’s hardly a better way.

biscuits, (edited )

I use Grist for this purpose. Check out this template, this may be just what you want and using widgets it is quite easy to create a form to append to the expenses database (just like here). Grist works really nice on mobile too and is also pretty easy to self-host if you need an extra degree of privacy, but you can use the official instance as well.

If you want I can send you my Grist template that does pretty much all things you want.

biscuits,

Also keep it mind that, while Grist looks like a spreadsheet, there are some key differences between it and a typical spreadsheet (see here). You may need to spend some time with the documentation (which is really good btw, and they have video tutorials as well), but in my opinion it’s really worth it.

biscuits,

It really depends what other init system you mean, but openrc checks all the boxes. It uses shell scripts, but I’ve never seen any that would be 500 lines long (at least in Alpine). Services can have defined dependencies as well can be classified into groups so you don’t need to configure for any specific service, you can just say ‘depend on dns’ and any available will be run. And openrc also supports running services in parallel.

biscuits,

You need parser for that, so a piece of software that takes a text file in given format and transforms it into data structure that some program expects. Some parsers can be pretty complicated as formats like JSON or YAML are complicated themselves (because of objects, arrays, etc.), but other can be pretty straightforward.

If we assume file format like INI that is structured like “keyA = valueA” with every pair of key and value in a new line, then the parser could go over every line and just split it in half. Then you have the first part containing name of some option and then the second part with value for that option.

It would be also great idea to sanitize inputs in case there are any special characters in either key or value. Also, if you take a look at the INI file Wiki page, you’ll see that the INI format is a little more complicated itself, so a good parser would need to account for that as well, but the basic functioning is just like above.

biscuits,

I really like Alpine’s mkinitfs. It seems like the most straightforward approach IMO.

biscuits,

In my setup I still use reverse proxy even though all of my services are inside a VPN. IMO it is just more convenient to have services accesible as subdomains or subdirectory than as different ports.

how can I make electronic music (beginner q)?

I’d like to make music, techno, electronic music, beats, whatever you want to call it. How can I start easily? I remember that I made some basic beats 15 years ago. It was straight forward but I can’t remember the software. I tried a couple of DAWs but they have a steep learning curve and I couldn’t find good introductory...

biscuits,

If you want a DAW with bigger community and a lot of tutorials then obviously you could go with FL Studio or Ableton on Windows/macOS (or maybe you could try to run those with Wine), but on Linux it seems that Ardour is the most popular one. Most tutorials should be quite easily applicable to other DAWs/plugins though, you will just need to put a little more effort into it, but I guess it also means you would learn more. So I wouldn’t care about DAWs too much, because it doesn’t really matter and it’s obviously kinda hot topic in music-making community (just like which distro topics in Linux community haha). Just play with some of them and pick whichever you like the most. Maybe later you will feel that your DAW limits you in some way, but then you will already know what to look for.

Regarding learning resources, just off the top of my head I would recommend watching some videos of unfa. It is a really good channel about making some music on Linux. There are probably some more channels that focus on that too, but I don’t really remember any right now. There are also sites like linuxmusicians.com and linuxaudio.org that may be helpful, especially when looking for plugins and stuff like that. And there are some related communities back on Reddit. Other than that I’d just go and watch some “general” tutorials, e.g. how to make bassline, how to make kick, and try to adapt them to your Linux workflow, as I said earlier, and just try and have fun.

biscuits,

Just remembered that Bitwig also exists. It seems it is quite popular DAW and also kinda similar to Ableton (IIRC it was created by some former Ableton employees), so there should be a lot learning resources for that and it runs natively on Linux. It also comes with a library of sounds and MIDI clips AFAIK, just like the other comments pointed out. The downside is that it’s a paid software.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • megavids
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • provamag3
  • tester
  • Leos
  • JUstTest
  • All magazines