Skip Navigation

Posts
12
Comments
108
Joined
3 yr. ago

  • I tried nix actually. Personally, I think it would make a great server os, but I do not enjoy it as a daily driver. I didn't like the fact that I was forced to install everything through nix and couldn't compile software from source.

  • Does artix only boot without systemd or is it completely systemd-less? If it is systemd-less, how do services like docker work with that?

  • maybe

    Jump
  • Such a shame they only research cs and teach new cs students.

  • Why wrap a CLI tool in a docker container? Wouldn't it be simpler to directly compile nyancat to multiple architectures if the goal is to make it run on all platforms?

  • Source?

  • I've tried nix and its just not it. Its got cool ideas tho!

  • Me too melon. me too.

  • Wait if I'm understanding this correctly, this let's you run neovim code with a lua debugger/lets you write tests. That's actually so cool!

  • Its the mathematical term for estimation and constructing new data from existing data. In the context of what you are doing, it's resizing images.

    You are doing something called linear interpolation. This works great for shrinking an image. However, have you considered what happens when your ASCII resolution is greater than your image resolution? This is where bilinear and bicubic interpolation come in.

    These algorithms are cool but are also massive overkill for your average use case. They only make a different in a very niche use case (when your ASCII resolution is greater than your image, such as pixelart)

    Great code! Very cool

  • Very cool! Did you consider any other interpolation algorithms?

  • When storage disconnects while the os is still running, it causes the os to freeze and stop responding to all keyboard inputs. I thought this was similar to OPs issue which is why I suggested it

  • Check your storage connection! If storage disconnects, your OS will freeze and stop responding to the keyboard. Also, the os won't be able to write any logs because the storage isn't attached. Even power off won't work because the os can't read any files. This feels very similar to your problem.

    For me, my motherboard had a faulty drive controller which would randomly stop working and drives would no longer appear connected.

    I'm not sure whether you have the same issue as me but it has the same characteristics as mine. Hope this helps!

  • Oh that is weird? Just to confirm, can you boot into the live USB?

  • Awww I wish I could cheer up the ghost

  • I've been changing my useragent to chrome when I get the adblock popup. I haven't seen any popups while using a chrome user agent. Not sure if it works 100% of the time but I hope it helps!

  • Flavor aside, they look great! Nice shape and bubbles

  • Deleted

    deal rule

    Jump
  • Weighted blanket

  • Pretty simple and elegant solution. Nice job!