[-] mhredox@lemmy.world 2 points 12 hours ago

Dixie wrecked

[-] mhredox@lemmy.world 6 points 6 days ago

Check out Boards of Canada. Lots of their stuff is like this.

https://youtu.be/gCpWlusq3_c?si=yHxSFJfF0zTjiDwE

[-] mhredox@lemmy.world 1 points 6 days ago

I was ranked #1 in the world for a good while in Pistol Whip. On both PC and PS4, before they separated out all the leaderboards based on modifiers.

[-] mhredox@lemmy.world 15 points 1 week ago* (last edited 1 week ago)

I'm not your checkbro, checkfriend

[-] mhredox@lemmy.world 9 points 4 months ago

Holy diver.

[-] mhredox@lemmy.world 8 points 4 months ago

Programmer here.

Infected Mushroom or Eskimo for when I'm in the zone and pumping out code.

For debugging: Boards of Canada, Plaid, Lone, Ciaran Byrne

[-] mhredox@lemmy.world 13 points 4 months ago

I believe the scientific name is biggus dickus

[-] mhredox@lemmy.world 16 points 6 months ago* (last edited 6 months ago)

VR hands down.

It's the only workout that has ever stuck for me, because it really doesn't even feel like a workout. Games like Beat Saber or Pistol Whip can burn as many calories per hour as playing tennis, and are genuinely super fun.

https://vrhealth.institute/portfolio/beat-saber/ https://vrhealth.institute/portfolio/pistol-whip/

I started playing regularly at the beginning of lockdown and ended up losing around 50lbs. I would play Pistol Whip until I was completely drenched and could barely stand anymore, but I still wanted to keep playing! I got a plugin for the valve index that measures your activity and your calories burned, and I can easily burn 1200 calories during a session... YMMV though.

[-] mhredox@lemmy.world 65 points 6 months ago

Fried chicken.

It's soo good but not worth the hassle of dealing with all the oil.

Although, I've since found that air-fried, if done right, can be just as good.

[-] mhredox@lemmy.world 7 points 6 months ago* (last edited 6 months ago)

The only time I've ever really needed recursion is when I'm doing something that needs to map out some sort of tree or heavily nested object.

One example that comes to mind is when I needed a function that acts like querySelector, but also searches through shadowroots. Since querySelector does not natively search within shadowroots, I had to write a recursive function that basically starts at the root and recursively searches each node for a shadowdom, goes inside, and runs itself again.

It's definitely not the most performant solution, but it is sometimes necessary.

[-] mhredox@lemmy.world 18 points 6 months ago* (last edited 6 months ago)

Oh damn good call haha.

I guess I never bothered to check. I'm not married to the name so it's no big deal really. I was initially just building this for myself without any real plan to release anything so I chose my artist/producer handle and never thought twice about it.

[-] mhredox@lemmy.world 10 points 6 months ago

Wow I honestly had no idea something like this already existed! Never heard of ArozOS before.

Why is it not more well known/discussed? I can see a million different use-cases for a web-based OS. I would have thought it would be the first thing people would talk about for a self-hosted solution to a os/frontend.

163
submitted 6 months ago* (last edited 6 months ago) by mhredox@lemmy.world to c/selfhosted@lemmy.world

Decided I'd give a sneak peek at something I'm working on:

Since building my home server I've constantly been on the lookout for a decent frontend to manage my files, etc. I initially tried file browser, but it was always really buggy for me, and honestly I hated it.

Since my server is headless, a PiKVM and the like wouldn't really work for me the way I wanted, so I decided to just build what I was looking for on my own.

And with that, I'd like to introduce: ~~redox_os~~ TBD

It's an emulated OS built in react with a node+express backend. It's made to be as fully customizable as you want. You can create new "apps" for it very easily. Anything you can make in react/JavaScript can be loaded as an "app" with just a simple config file.

It's still very much a work in progress, but I figured it was complete enough for a little show and tell.

Current features:

  • a desktop with icons/etc
  • a file browser
  • text editor (complete with syntax highlighting)
  • a full featured terminal
  • a picture viewer
  • a music player
  • a video player (capable of live-transcoding to an html5 compatible format)
  • a file downloader (for downloading files to the server from the web)
  • full drag and drop capabilities (even drop files from outside your browser to upload)
  • downloading files from the server to local
  • full mobile/touch support

I'm also still very much deciding how to handle the release. It's mostly functional already, but I'd really want it to be polished before a proper release.

Since I also have a full time job, that may take a while. Contributors would definitely help, but I'm also a little split on whether I should make if FOSS. I'm definitely leaning so, but idk.

Definitely open to any feedback, suggestions, criticism, etc.

Edit: Thanks to everyone for the feedback! Looks like I'll definitely be going FOSS. Also I'll be changing the name 😄

Not sure what to call it now though. Maybe reDOS? Lol

I still wanna tidy everything up a bit before making the code public. Maybe go back and start adding some comments/documentation as currently there is none. I'm really terrible about that.

Also definitely a bit shy to open up my code to public scrutiny haha. I'm sure there are plenty of mistakes and bad practices.

view more: next ›

mhredox

joined 7 months ago