DaPorkchop_ [any]

hi :)

  • 1 Post
  • 98 Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • You need to get the whole area done repeatedly, the follicles only die if they get zapped during a certain phase in their growth cycle. Typically laser sessions are spaced about a month apart to allow time for previously killed hairs to fall out and the remaining ones to make some progress in their cycle, you can expect to lose like 10-20% of the remaining hairs with each session.














  • You shouldn’t need to download any graphics drivers, Ubuntu (and pretty much every other distribution) ships with the open-source AMD driver stack by default, which are significantly better than and less hassle than the proprietary drivers for pretty much all purposes. If you’re getting video out it’s almost certainly already using the internal GPU, but if you’re unsure you can open a terminal and run sudo apt install mesa-utils and then glxinfo -B to double-check what is being used for rendering.






  • True, but there are also some legitimate applications for 100s of gigabytes of RAM. I’ve been working on a thing for processing historical OpenStreetMap data and it is quite a few orders of magnitude faster to fill the database by loading the 300GiB or so of point data into memory, sorting it in memory, and then partitioning and compressing it into pre-sorted table files which RocksDB can ingest directly without additional processing. I had to get 24x16GiB of RAM in order to do that, though.