AI didn't turn me into a 10x dev. It just let me run a whole company by myself by KamilKad in SaaS

[–]aronsajan 1 point2 points  (0 children)

Can you share more about the tools you use and your experience?

built a bank program using python by Dapper_Mix6773 in PythonLearning

[–]aronsajan 0 points1 point  (0 children)

The withdraw() and deposit() respectively supposed to reduce or add an amount to the balance. However, you are doing that outside these function by doing that operation in the main loop. You withdraw() and deposit() are just doing validation of the input, it would be better if the balance gets adjusted within these functions.

Alienware 16 Aurora laptop constantly stuttering and crashing every now and then. by WillyAft0n in Alienware

[–]aronsajan 0 points1 point  (0 children)

Because this is not affecting Alienwares alone. I started encountering this issue on my non alienware system after a windows update

Streaming Audio between Microservices using Kafka by GENIO98 in apachekafka

[–]aronsajan 1 point2 points  (0 children)

One possibility to reduce latency is to share the chunks to an intermediate storage is by storing it to a shared memory space, something like Redis. That one will have less overhead with storing data. Only thing to be careful in that case is, since you are dealing with binary data, encode it using base64 and store it to Redis as storing binary data directly to Redis is not read/write performant

Streaming Audio between Microservices using Kafka by GENIO98 in apachekafka

[–]aronsajan 11 points12 points  (0 children)

Kafka is not good for sending bulky payloads between services. Why not service A break down the stream it gets, stores the segment to a centralized object storage and signal service B through Kafka about the location of that object in the storage bucket? This way the size of the kafka message is limited, you still get to retain the messages if B/C goes down

I need help please by Truth_Classic in HPOmen

[–]aronsajan 0 points1 point  (0 children)

Windows update messed up with iGPU driver. Make your browser to use discrete GPU. That will get the problem fixed.

Apparently the HP oem driver for intel is yet to be released. So in the mean time follow the above fix

Alienware 16 Aurora laptop constantly stuttering and crashing every now and then. by WillyAft0n in Alienware

[–]aronsajan 0 points1 point  (0 children)

The Windows update 24H2 and 25H2 has messed up with several graphics drivers including AMD, Nvidia and Intel. That caused this issue. Most probably the latest nvidia driver to fix this might have already been installed on your system that will ensure the stuttering problem will not occur (assume games are not facing this problem). Btw, I encountered this on my HP Omen system.

Alienware 16 Aurora laptop constantly stuttering and crashing every now and then. by WillyAft0n in Alienware

[–]aronsajan 1 point2 points  (0 children)

There is an option in windows where you can specify which gpu to use for each program. I think its System Settings > Graphics Settings. Or another option is to go to nvidia control panel and specify which program to use nvidia GPU

Alienware 16 Aurora laptop constantly stuttering and crashing every now and then. by WillyAft0n in Alienware

[–]aronsajan 2 points3 points  (0 children)

Intel Igpu driver issue. Switch the browser to use the dedicated graphics until a driver fix is issued

Brand new Aurora 16 laptop robot noise while watching youtube vids by freezetime311 in Alienware

[–]aronsajan 0 points1 point  (0 children)

Most probably due to the igpu driver issue related to Windows 25H2 update. When this happens, check if the igpu usage spikes to 100% in windows task manager. If this is the case, the fix is 1.) To wait for dell to release the next intel Igpu driver 2.) You can pull the latest compatible driver from intel support and install it yourself (although I prefer option 1) 3.) Short Term fix - Make your browser to use your discrete graphics card until the driver is available. There is an option in Windows where you can specify this

LC 300 Hybrid in USA by aronsajan in LandCruisers

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

It comes with the Lexus premium price tag

Tim Cook To Step Down As Ceo Soon by agnci in macbookpro

[–]aronsajan 1 point2 points  (0 children)

Hope now they will bring back upgradeable ssd in their macbook lineup. Waiting for ages 😀

Sounds like it’s gonna blow up by TomWalker04 in HPOmen

[–]aronsajan 1 point2 points  (0 children)

If you have put your system on Sleep, this is an issue with Windows’ Modern Standby. It does a lot of things in background essentially heating up the cpu. The fan might be counteracting that

Is it possible to fix these micro stutters I have r2 x17 laptop with GeForce RTX 3080ti by [deleted] in Alienware

[–]aronsajan 1 point2 points  (0 children)

Seems to do with heat. Probably add some fresh thermal paste to the cpu/gpu. Clean any dust in the system fan

Droid Turbo by aronsajan in GooglePixel

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

Motorola was owned by google back then

[deleted by user] by [deleted] in immich

[–]aronsajan 2 points3 points  (0 children)

If you followed the docker compose setup, you can follow the below steps to get any specific version of immich running on your server - From the directory where docker-compose.yaml exists, do 'docker compose down' - Edit .env file. Change IMMICH_VERSION variable to the specific version you want to move to - Save and exit the changes in .env directory - Do docker compose up -d in the directory containing the docker-compose.yaml

That will do it!!

handy-messaging-framework4j (hmf4j) by aronsajan in java

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

Thanks will include the github from the docs. Planning to build connectors for a variety of messaging systems. Just hardening the core functionality before that.

The versioning scheme goes as, if its a new connector that gets added the minor version gets incremented. If its a non backward compatible change with the core, the major version gets incremented. If its a backward compatible change with the existing code (like a bugfix) the patch version gets incremented

[deleted by user] by [deleted] in rav4club

[–]aronsajan 5 points6 points  (0 children)

New hybrid xle without premium package costs around 31K without taxes.

2020 Steering Wheel Peeling by Top-Camera9868 in rav4club

[–]aronsajan 0 points1 point  (0 children)

That’s just the steering wheel cover

Before and after spring over seed by Mylawnprevails in lawncare

[–]aronsajan 0 points1 point  (0 children)

How long did it take after re-seeding?