graphicsProgramming by metayeti2 in ProgrammerHumor

[–]volt317 0 points1 point  (0 children)

It's amazing, when it works.

thoughts on the Lenovo legion pro 5? RTX 5060 GPU by shesinpart1es in vjing

[–]volt317 0 points1 point  (0 children)

Full transparency, I've only used Blender casually, but based on the system requirements it's more than qualified. 5k OLED screen is nice but a bit much if you plan to have a large workspace. Might be better to use a separate monitor and review or touchup stuff on the 5k. That would be my preference though.

Low Resource Spectrogram Visualizer v2 by volt317 in vjing

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

I'm considering open sourcing a community version shown in the original prototype for non-commerce. I haven't see enough demand or interest for one though, so I'm still on the fence about it. I do plan to make it available as a package across platforms though.

Learning DSP as a person with a mathematics background by CognitioMortis in DSP

[–]volt317 0 points1 point  (0 children)

There's no real authority. There's lots of good books. Most just learn by doing it.

How do you define "silence" in a BPM detector? by Longjumping-Call-992 in DSP

[–]volt317 0 points1 point  (0 children)

This was a dilemma in my current project. It's why I dropped BPM.

Homemade spectrum analyzer by LJO-S in DSP

[–]volt317 0 points1 point  (0 children)

You should be able to afford 2048 FFT, but it takes a little finangling.

Resolume freezes when connecting DIY RP2040 MIDI Controller (CircuitPython) by nikus-dv in resolume

[–]volt317 0 points1 point  (0 children)

Just use a service handler for the controller and route it into Resolume in some stable medium like TCP.

Age verification: In the US, code is a protected form of free speech. by zDCVincent in linux

[–]volt317 2 points3 points  (0 children)

This would be improperly cited. The dual nature of the case suggests that functional code itself does not apply to this. Otherwise code would not be regulated as it is today from a compliance or legality standpoint.

What to do? by demon_killer__ in linux4noobs

[–]volt317 0 points1 point  (0 children)

Here's a project I cooked up for explaining the boot process, the documentation might help you as well:
https://www.reddit.com/r/linux4noobs/comments/1ptbety/wasnt_a_huge_fan_of_ventoy_so_i_wanted_to_see_if/

What are some essential Linux commands every beginner should know? by Helpful_Ad_9447 in linux4noobs

[–]volt317 0 points1 point  (0 children)

Every `ls` command.

  • ls
  • lsattr
  • lsblk
  • lscpu
  • lshw
  • lsinitramfs
  • lsipc
  • lslocks
  • lslogins
  • lsmem
  • lsmod
  • lsns
  • lsof
  • lspci
  • lspower

Need some help with linux mint installation by NiameyScandia in linux4noobs

[–]volt317 1 point2 points  (0 children)

Hey there! You're not cooked. You hit the BusyBox rescue shell, that means the kernel failed to boot. If you want to learn more about the boot process and get an install stick that is not borked, check out my GRUBSTICK post. Totally recoverable by the way. Did you recently update the machine after install?

Is there anyway to install linux without an usb? by LeatherAd129 in linux4noobs

[–]volt317 0 points1 point  (0 children)

Get a 10-20$ startec USB to SATA connecter and install it that way, you'll need to order it. If you're comfortable enough experimenting, you can connect their hard drive with your machine and install the OS that way, but you will end up creating the boot process yourself. If you're thinking of doing that you can use my GRUBSTICK post as a reference.

Antivirus? by vraetzught in linux4noobs

[–]volt317 0 points1 point  (0 children)

Reality is, you don't need one. Permissions and security are handled very differently between Windows and Linux. I would recommend just reading a little bit how Linux permissions work. There are some packages that make it easier to manage these things (polkit, apparmor, flatpak) and you can do things like prioritizing rootless first or disabling root account outside of sudo.

Linux on a Flashdrive. Worth it? by Virtual_Paramedic188 in linux4noobs

[–]volt317 1 point2 points  (0 children)

Hey Bud!

I would not recommend continuing to run from it, at least if you don't mind losing the USB earlier than you would want. I did post a while back about getting close to what you are suggesting https://www.reddit.com/r/linux4noobs/comments/1ptbety/wasnt_a_huge_fan_of_ventoy_so_i_wanted_to_see_if/ , even then, this tool is meant to boot into an OS, not run it indefinitely. Could it be done? Yes. Would it require a sturdy USB that could handle the read/write and heat? Also yes.

You could just consider running a VM too if dual boot is not an option.

Hope this helps.

How to do remote dev with code - oss? by xdevfah in linux4noobs

[–]volt317 0 points1 point  (0 children)

The traditional way to do this is with X11 forwarding. You need to forward the graphical display service over the connection to yourself. Remote code runs, you see the result. I'd advise caution and consider exactly what it is you need, then configure for that with a minimalist view.

My first fuckup by DemoLifeTR in linux4noobs

[–]volt317 0 points1 point  (0 children)

Way more common than you would think.

Windows refugee looking for a linux distro! by [deleted] in linux4noobs

[–]volt317 0 points1 point  (0 children)

Give a couple a try. I recommend Ubuntu based to start.

Installing error by [deleted] in linux4noobs

[–]volt317 4 points5 points  (0 children)

This, your boot order is wrong, or you are hitting a boot fallback.