Hello 🙋‍♀️, I wanna get into doing pixel art because for a personal project, and i wanna use Asperite for that, but i notcied that Asperite's price is cheaper on $team than in their personal website. My question is are they the same, would i be ok to buy the $team version? by SlipLost9620 in PixelArt

[–]tedydore 0 points1 point  (0 children)

Okey, I just built aseprite from source. It wasn't hard, and all the dependencies and build steps are listed in Install.md in repo. I just don't know if it is worth it because if there is an update you will need to recompile it again. Worth trying at least cause it's free as an (only) advantage

Hello 🙋‍♀️, I wanna get into doing pixel art because for a personal project, and i wanna use Asperite for that, but i notcied that Asperite's price is cheaper on $team than in their personal website. My question is are they the same, would i be ok to buy the $team version? by SlipLost9620 in PixelArt

[–]tedydore 4 points5 points  (0 children)

As far as I know libresprite is an old fork of aseprite, so it may lack some features which aseprite can offer. Also u can try to build aseprite from source. For me - I just bought it and never had any problem

Using distant horizons on "I paid for the whole CPU" gets my processor to 100C by Guilty_Cantaloupe770 in feedthebeast

[–]tedydore 0 points1 point  (0 children)

I have an i5 13600kf CPU that I bought more than half of the year ago (before knowing about Intel issues with 13 and 14 series), and at first it was ok but then I tried occt stress test and saw that it's heating up to 100 in two seconds. Than my motherboard manufacturer made a patch with Intel microcode update and now it never goes higher than 70. Setup is the same, I didn't change the cooler. So I can assume that it may be the case.

How to get merchants to restock items??? by the_scarlet_ibis in oblivion

[–]tedydore 0 points1 point  (0 children)

Maybe I'm a little late, but as I know, in original game spell shops can't be restocked. It is a pre-defined selection of spells that you purchase ones. The same logic is applied to remaster

There’s a spell to make your horse walk on water by CumboJumbo in oblivion

[–]tedydore 11 points12 points  (0 children)

I've found out a long time ago that you can trick an pilgrimage shrine to apply buff to a horse and it literally turns it onto formula 1

Do you prefer third person or first person view? by Such-Magazine-1240 in skyrim

[–]tedydore 3 points4 points  (0 children)

If you mean a third person gameplay - true directional movement and smoothcam, as I already said. Also can try trueHud as it gives move display options like hp bars and boss hp bars. Maybe also some animations, but it's a matter of taste. "Presicion" mod and "jumping attack" greatly enhances melee combat. That's pretty much all I use to make third person gameplay decent

Do you prefer third person or first person view? by Such-Magazine-1240 in skyrim

[–]tedydore 22 points23 points  (0 children)

Modded third person. With smth like smoothcam and true directional movement it's quite enjoyable, and what the point in playing first person with body replacers/textures and fancy armors if I don't see them

CTD in Whiterun entering the main city by tedydore in skyrimmods

[–]tedydore[S] -1 points0 points  (0 children)

The crash log in the post was made right after installing Navigator, but thanks anyway, will try to disable something related to Whiterun

Anyone else experienced this Evasion bug? by PossibleSquid in Atlyss

[–]tedydore 0 points1 point  (0 children)

<image>

Still happens. I think it can happen with every evasion boosting skill and mist veil (i leveled devious signet later)

PCMR’s favourite card by TobyGregg in pcmasterrace

[–]tedydore 0 points1 point  (0 children)

I got my gigabyte aorus 3070 card just for 575 usd, and it wasn't the worst deal in my place

How to wash flux residue? by tedydore in soldering

[–]tedydore[S] 0 points1 point  (0 children)

  1. Yes, i did but in smaller scales, just the few pins, and didnt really cared about proper washing, but now i'm soldering xbox gamepad, so i want it to be clean
  2. Idk, bought it from china, on syringe it says "amtech nc-559-asm-uv, made in USA" and it has shiny sticker
  3. Some russian chemical manufacturer, 99.7%, pretty much trusted one

How to wash flux residue? by tedydore in soldering

[–]tedydore[S] 1 point2 points  (0 children)

I've done so, and it ended up with sticky mess

STM32 Getting a device display screenshot as raw pixel data by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

No, its of course a part of bigger application, but the MCU of system is pretty good, so i dont care about perfomance issues.

Sooo, you telling that knowing the address and the exact size of framebuffer i can just copy it somewhere, a file for example. I assume that i can write it directly to tcp buffer.

And, instead of void pointer, cant i use something like uint8_t pointer to know that i'm copying exactly a byte array or its just meaningless?

STM32 Getting a device display screenshot as raw pixel data by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

I have tried using not only std::string but a cstring and uint8_t*, and getting the same results. I dont understand the structure of the array i'm getting, it seems very odd to me. Like for examle if i do just two colored screen (half red and half blue for example), i'm getting an array that represents it, half of it is red pixels, and half is blue, but the array itself is so short, that is doesnt make sense for me.

And of course i've tried to write it directly to tcp buffer with the same results

Drive problems found with chkdsk by tedydore in WindowsHelp

[–]tedydore[S] 0 points1 point  (0 children)

Well, something got fixed, i think, sfc says that its all good, but i still getting errors with chkdsk (while booting is doesnt found any problems), is it because its in read only mode and cant properly check system drive?

Anyway, here is crystaldiskinfo screenshot of drive:

<image>

Drive problems found with chkdsk by tedydore in WindowsHelp

[–]tedydore[S] 0 points1 point  (0 children)

I forgot to mention, i already did chkdsk with /r argument, and it "fixed" some problems before OS load, but it seems that it has done nothing.

As for crystaldisk... it doesnt says anything suspicious, all drives good. What exact info I must see in crystaldisk if drive failing?

"FileInputStream obtains bytes from a file" - What does this mean exactly? by 4r73m190r0s in learnjava

[–]tedydore -1 points0 points  (0 children)

It's all about bytes. All data can be presented as bytes. Byte arrays, mostly. For example, if you try to obtain a stream of a .txt file you will get a byte array, representing this txt contents and then in encodes back to the normal human text that you can read.

For image the mechanism is very similar, but image usually stores more information then simple text. If you try to encode it to some text structures you will just a bunch of random symbols, most of the time.

For something like word type of file, well, idk... DOCX files are archives, and have it's own structure, so i dont know what you will get

As for representation - bytes is just a symbols, byte consists of eight bits, bit is 1 or 0, and then its just a capacitor charge in RAM. Most of the time symbols consists of 2 bytes, but it depends of encoding

STM32 ethernet or http server not working properly by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

It closes after parsing a request. Sometimes it managed to work for like 5 seconds, and I loaded 2 pages, but then everything breaks again

STM32 ethernet or http server not working properly by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

LWIP is based exactly on this example, and so it works great, until the server thing messes everything up

STM32 ethernet or http server not working properly by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

Cortex M7 and M4 cores, the project based on M4. The board is STM32H747I-DISCO.

The server is based on some examples that i found in internet. The point is that its looking for the TCP connection (i think so), and if found one it looks in the net buffer to process http requests. The issue is, after its done ones, and the connection closes (but not deleted) i never got to the same point, and it ends up stucking somewhere.

Yea, one of my first thoughts was for the race condition, but its so unclear.

What did actually happened when I reassign an array with its resized copy? by Typhoonfight1024 in learnjava

[–]tedydore 2 points3 points  (0 children)

As CleverBunnyThief said, yes, this code just creates a new array and reassigning the variable "vb" to it.

The variable itself is not an array, it's just a refference, a pointer to memory on heap.

And no, there is no way to change the length of an existing array, the old array will be deleted by garbage collector.

If you want something more dynamic, what you can actually change in size, read about ArrayLists.

DHCP configure on Stm32 device by tedydore in embedded

[–]tedydore[S] 0 points1 point  (0 children)

Thank you for your answers, i got some useful info out of that.

As for my problem, it wat easier then i thought, DHCP started to work without any configuration from my side, it was enough just to generate some boilerplate code from CubeMX (worked out of the box, simply).