taaz

joined 1 year ago
[–] taaz@biglemmowski.win 3 points 6 hours ago

Yeah that has always been the downside, you have to pay for the "custom device you can geek out yourself"

[–] taaz@biglemmowski.win 1 points 1 day ago

Yeah geek material is probably the best tag and category for Turris, and I feel you with that old hardware, wish I had the same thing with just a bit better/modern soc and more ram.

[–] taaz@biglemmowski.win 31 points 1 day ago (3 children)

I would worry about getting rate-limited then, I've seen some content servers just be very picky about making too many requests (through jumping in the video too far too often).

[–] taaz@biglemmowski.win 3 points 1 day ago

I've returned back to it, when Prime came there were few in the community that stopped as I did.
The reason for me now is to get myself to move/walk a bit more (has been somewhat successful in that) but I don't play it super actively and completely ignore the new scouting thing which is basically just "be our street-view monkey so that we can sell actual data".

Also if I didn't have active community where I play I don't think it would last too long at all.

[–] taaz@biglemmowski.win 4 points 1 day ago (2 children)
[–] taaz@biglemmowski.win 1 points 2 days ago* (last edited 2 days ago)

Definitely the first one, after each record they show that their kb macro app had no SOCD enabled and that the cs2 binds were not modified. ~~Will try to find the video but youtube is as usual, really unhelpful~~ found it, see my original comment

[–] taaz@biglemmowski.win 6 points 2 days ago

Optimally we wouldn't I think but it usually boils down to being the lesser evil.

[–] taaz@biglemmowski.win 15 points 2 days ago* (last edited 2 days ago) (3 children)

Just saw a guy speedrunning getting kicked for just (spamming) ad strafing. A lot of false positives.

E: Here is the video https://www.youtube.com/watch?v=rCDSpzH6-xw

[–] taaz@biglemmowski.win 2 points 2 days ago

Also check out Pocketbook, especially if you are from EU. Don't know if they operate in US or others.

[–] taaz@biglemmowski.win 3 points 2 days ago* (last edited 2 days ago)

Uv is currently only a pip replacement as a dependency resolver (and downloader), it was actually adopted by astral from a different dev afaik

[–] taaz@biglemmowski.win 3 points 4 days ago* (last edited 4 days ago) (1 children)

You could also (hard) limit the total (virtual) memory process will use (but the system will hard kill it if tries to get more) with this:
systemd-run --user --scope -p MemoryMax=8G -p MemorySwapMax=0 prismlauncher

You would have to experiment with how much Gs you want to specify as max so that it does not get outright killed. If you remove MemorySwapMax the system will not kill the process but will start aggressively swapping the processes' memory, so if you do have a swap it will work (an depending on how slow the disk of the swap is, start lagging).

In my case I have a small swap partition on an m2 disk (which might not be recommended?) so I didn't notice any lagging or stutters once it overflow the max memory.
So in theory, if you are memory starved and have swap on a fast disk, you could instead use MemoryHigh flag to create a limit from where systemd will start the swapping without any of the OOM killing (or use both, Max has to be higher then High obv).

[–] taaz@biglemmowski.win 4 points 4 days ago* (last edited 4 days ago) (2 children)

Fabric is one of many mod loaders ala Forge. It's newer and less bulky then Forge (but afaik it already did have it's own drama so now we also have a fork called Quilt, the same goes for Forge and NeoForge).

The mods I've specified above can be considered as a suite replacement for the (old) OptiFine.

E: For example this all the mod loaders modrinth (mod hosting website, curseforge alternative) currently lists:

 

Small disclaimer this is from the txt log which is not exactly complete, there are few pixels missing here and there.

One second of the video is about 30 minutes of drawing (one frame contains 1 minute of drawing, 30 frames per second)

Also a little bit of bragging - couldn't resist the challenge and got this all glued together in Python! Which is obviously a valid tool for this considering the rich data processing ecosystem.
Well maybe except the video generation part... definitely except the video generation - Pyav - bindings for ffmpeg, are really badly documented, luckily they have at least good enough examples.

The short story of how:

  • little bit of python script to convert the txt log into csv
  • from csv to pandas, there I made a few cleaning passes to get the "format" just right (mainly dealing with the mod_fill action)
  • pyav, ffmpeg and the world of video - oh boy:
    • for each one minute of drawing data
    • replay them over the canvas (numpy RGB array)
    • embed/copy the canvas into the video frame (another ndarray)
    • (add the timestamp above the canvas - cv2)
    • invoke pyav magic to mux/append it into the video
    • hope that your numpy array slices, splices, "broadcasts", pyav codec options and stream configurations are correct. Otherwise, watch as you end up with 1GB+ of mp4 file - 3 hours to watch whole (1s/30fps) with really bad resolution or inverted/wrong colors:)

If anyone wants to tweak this or has ideas how to make this better just hit me up. Can also put the code somewhere if wanted.

What a wild ride ha!

 

cross-posted from: https://biglemmowski.win/post/1465956

If you are using https://github.com/wereii/lemmy-thumbnail-cleaner please stop and disable it as soon as possible.

We have found a security issue that allows any user to make LTC delete any locally hosted image.

I will be posting more details soon and editing this to include the information.

E: https://github.com/wereii/lemmy-thumbnail-cleaner/issues/10

78
submitted 1 month ago* (last edited 1 month ago) by taaz@biglemmowski.win to c/lemmy@lemmy.ml
 

If you are using https://github.com/wereii/lemmy-thumbnail-cleaner please stop and disable it as soon as possible.

We have found a security issue that allows any user to make LTC delete any locally hosted image.

I will be posting more details soon and editing this to include the information.

E: More information here https://github.com/wereii/lemmy-thumbnail-cleaner/issues/10

 

So, finished RoW, I did not read the halfs (yet?) Edgedencer & Dawnshard - instead I cheated a bit and looked up the summary for these (Dawnshard mainly) as I was too hungry for more "spice" of the SA story so I wanted to continue with next SA book straight away. I did read all of the current Mistborn series we have before SA though about a year or something ago

So I do have some notion about the...shards, investiture and stuff but... I am still confused how the Cosmere magic works in general - I know that magic (Investiture) is different for each planet/system of the Cosmere and guessing it has something to do with the specific shards of that system... ?
⠀⠀

Well, if anyone wants to chime in with pointers I would be very thankful!
Meanwhile I will be scouring the wiki and WoBs to get a better picture.

 

The server does not even respond to pings but I can see some comments/posts from the instance made few days ago.

 

cross-posted from: https://biglemmowski.win/post/698732

I wanted to reminisce a bit and play something that has Forestry (for the bees) and while I am not new to technic modpacks (Tekkit mainly) I don't have that much time to sink into automation now.

I choose E2 because I heard good things about Enigmatica in general so if I wanted Forestry it seemed like a good "latest and somewhat up-to-date" choice.

Though, after breezing thru early game, going straight for dia pickaxe and making CC Turtle then excavate a bit to get a some ores, I found out I have no idea how to make some early-ish game generation and to top it of it looks like there is tons of different mods doing same thing, power generation, grinding, furnaces, pipes - so many different pipes and obviously three or four different energy units where I don't know what works with what.

I guess I am asking if this is normal (or maybe E2 is too old?), also any tips for a "dusted-off" tekkit like experience? Or maybe something more streamlined.
I would love something with forestry as my mid/end game plan is just bees.

Thanks for any tips!

 

I wanted to reminisce a bit and play something that has Forestry (for the bees) and while I am not new to technic modpacks (Tekkit mainly) I don't have that much time to sink into automation now/reading wikis (that are a bit barren bc of the old mods) or going thru tons of (240p) videos.

I choose E2 because I heard good things about Enigmatica in general so if I wanted Forestry it seemed like a good "latest and somewhat up-to-date" choice.

Though, after breezing thru early game, going straight for dia pickaxe and making CC Turtle then excavate a bit to get a some ores, I found out I have no idea how to make some early-ish power generation and to top it of it looks like there is tons of different mods doing same thing, power generation, grinding, furnaces, pipes - so many different pipes and obviously three or four different energy units where I don't know what works with what.

I guess I am asking if this is normal (or maybe E2 is too old?), also any tips for a "dusted-off" tekkit like experience? Or maybe something more streamlined.
I would love something with forestry as my mid/end game plan is just bees.

Thanks for any tips!

view more: next ›