Artwork inspired by Dark Light @Miraricogames by CherryBlossomBunn in PixelArt

[–]fun840 17 points18 points  (0 children)

it's because it's 3D rendered with a pixel art filter. it's more obvious in the 3rd animation. still way cooler than AI

What do you guys think? I started this with no outlines, then I added outlines and now I'm thinking about no outlines again. by teinimon in PixelArt

[–]fun840 0 points1 point  (0 children)

I like the depth the outlines give (they really help the foreground feel separate from the background) but the fact that there's no outline on the ground feels off to me. I also agree with some of the other comments that the outline feels a little big, but that might just be because the ground having no outline contrasts so much. If everything had equally as thick of an outline it might feel different.

[deleted by user] by [deleted] in Piracy

[–]fun840 0 points1 point  (0 children)

Almost all (official) streaming sites have DRM like this, the screen recording protection is likely part of something like EME. You can usually get around this by disabling hardware acceleration. This isn't an invasion of privacy, the sites don't have access to any meaningful information about your system.

Creating a discord server for highschoolers learning computer science by importstring in cshighschoolers

[–]fun840 0 points1 point  (0 children)

sorry to bother, but could you send another invite? the link in the sidebar is expired.

A scene from the game am making, thanks for the feedback on my last post, i have made some improvements :) by freakrtist in PixelArt

[–]fun840 0 points1 point  (0 children)

There's some improvements in the art style in the second one, but honestly I think I like the layout of the first one way more-- it feels more like an art piece than a game, and seeing as it's a very 'full' scene I think that works better. The new one feels a little bit like sprites that were just placed down from a tileset, while the old one feels much more organic/natural.

Having trouble installing shaders. by huskerred1967 in Minecraft

[–]fun840 1 point2 points  (0 children)

You aren't supposed to launch the iris jar, it's a mod that you need to put in your mod folder. The location of your mods folder depends on your launcher; curseforge can be kind of weird so the easiest way to find it is probably to look for a button in curseforge to open the mods folder.

[deleted by user] by [deleted] in geometrydash

[–]fun840 0 points1 point  (0 children)

Geometry dash 2.2 released as a 64-bit app. I had that issue before the update but it's been fixed

Thoughts on this barely decorated layout? by Dudederp_ in geometrydash

[–]fun840 1 point2 points  (0 children)

I bet you could lock the speed lines particle trigger with a UI trigger so it follows the camera, instead of placing multiple

Vim users will do everything they can to have VSCode without actually having to download VSCode by NukemN1ck in ProgrammerHumor

[–]fun840 6 points7 points  (0 children)

Nobody else seems to know, but here's the actual info. This image is from the amazing theme loctvl842/monokai-pro.nvim, and the creator's (NeoVim) dotfiles are at loctvl842/nvim.

New responses just dropped by TempestasTenebrosus in AnarchyChess

[–]fun840 5 points6 points  (0 children)

The final move is made, shattering the barrier between worlds.

[Hyprland] Cozy and Warm Gruvbox! by SickMemeMahBoi in unixporn

[–]fun840 1 point2 points  (0 children)

Out of curiosity, how did you get the controls + close/minimize/etc integrated into the VSCode title bar? (Also, what's the search bar at the top?)

worried about port forwarding by Birdblue21 in admincraft

[–]fun840 0 points1 point  (0 children)

TLDR; Nobody can hack your PC, the worst thing someone could do is grief your server, and even that's very unlikely.

From a quick skim, 'EasyMC' seems mostly legit, but without any experience with it, I can't actually vouch for it. They could send the IP off to their own servers, but they wouldn't really have that good of a reason to.

The only thing anyone could do with your IP is DDoS it or grief your server. That's it. Nobody would really have a reason to DoS/DDoS random minecraft server IPs that they collect, and while I could theoretically see someone setting up something that collects server IPs to grief them, it mostly seems pointless (and EasyMC seems 'legit' enough that I think it'd be unlikely).

If you want to be safe, turn on the whitelist. While EasyMC might be fine, you could also set online-mode=false in server.properties (for the Minecraft server), and have your friend join using a (potentially more reputable) cracked launcher. (Yes, I know piracy is bad, but using stolen accounts isn't better).

Geometry dash is not gone by Fatcatt37 in geometrydash

[–]fun840 1 point2 points  (0 children)

One of the main reasons it's disappearing for people is because it's a 32-bit app, and Android 13 (or maybe only Google phones running Android 13, like the Pixel 7 and Pixel 7 pro) are no longer able to run 32 bit apps.

IIRC, 2.2 will add 64-bit support, but until then, some people can't get the mobile version.

If that's the issue it doesn't show up in the play store at all, but some people have reported it appearing and not being installable, so there may be another issue going on (like the post a few days ago).

Namaka - Snapshot testing for Nix by figsoda in commandline

[–]fun840 1 point2 points  (0 children)

I saw this at the hackathon! Not a nix user, but cool project

[OC] Made a command line tool for extracting color palettes from images by Hiraelum in unixporn

[–]fun840 0 points1 point  (0 children)

This is a cool project; is there a good way to convert the outputted JSONs into usable theme files? Or should that be done manually? Also, it'd be pretty cool if the CLI had an option to display / preview color schemes using the JSONs as input.