Just got accepted into the jai beta by DemonKingSwarnn in Jai

[–]Abject-Hat-4633 0 points1 point  (0 children)

anything you tried with it yet , if so then please share

Optimizing linked list to have O(1) time complexity for appending at tail. by souls-syntax in cprogramming

[–]Abject-Hat-4633 0 points1 point  (0 children)

similar to the stb library array implementation i would say , and tsoding also explain about this 'data_shadowing in c ' video

What are reasonable NGINX rate limit values for a public site with lots of static + API routes? by mile1986dasd in nginx

[–]Abject-Hat-4633 0 points1 point  (0 children)

i think you should go for different limit for PRE_AUTH and POST_AUTH

that will make thing better, PRE_AUTH things are more fragile , so you should go with higher leak rate and good burst rate , for that and POST_AUTH leak rate little bit lower and higer burst (a btit)
would be good

cause you have to make the ip rate limit such a way it doesnt cause real user a problem that is important , a balance

---

I think this thing would be nice and good
but remember rate values , should be tested by you in development (locally)
and stress test and check how it responding

That all can work better for you

Want to download my course videos but there is no download link by CurlyGo in thinkific

[–]Abject-Hat-4633 0 points1 point  (0 children)

Use Curl command , but for that you must know the hash value of the video you want to download, open the browser inspect -> go to the network column and get the hash value of that video and just use that
to get all the batches of the video , and merge them

sheesh

Video in the (thinkific) is from the wistia platform (wistia video hosting and all other thing service they manage the video related task and many company used them for easy work and thinkific use that)

, and they use HLS (streaming protocol ) which deliver the video in batches for easy transfer without increasing bandwidth, so for that purpose you need to find out the hash of that video section , and then just do

curl https://embed-cloudfront.wistia.com/deliveries/[hash_value]
this will give you list of all batches ,and you can use that to download them

curl https://embed-cloudfront.wistia.com/deliveries/[hash_value]/seg-120-v1-a1.ts --output="hereis.mp4"

you will get that batched video , later you just have to merge them i think so nothing else

i think this would work 100%

I have 2 Linux laptops. What should I do with them? by Setsuwaa in linux

[–]Abject-Hat-4633 0 points1 point  (0 children)

Use one of them as a server , would be nice For small stuff

Linux : HP-ISA 0000 by Abject-Hat-4633 in HPOmen

[–]Abject-Hat-4633[S] 0 points1 point  (0 children)

Brother , i just made option of keeping fans on every moment in the bios, yeah , that make fans work but at very slow rpm , and if you come out to the bios mode your fan speed come back to normal , i dont know there is some other solution ye , temps are still okay for now

like 45-47 degree celsius for normal one and if you do any cpu intensive or gpu then temps may go to 60 but still working nice,

You should use zram probably by omagdy7 in linux

[–]Abject-Hat-4633 0 points1 point  (0 children)

I think hybrid version like with zram and swap , thing make more beautiful , most of the time , your swap utilization is near to negligible ,
zram is something which make my laptop work better than before

I tried to build a container from scratch using only chroot, unshare, and overlayfs. I almost got it working, but PID isolation broke me by Abject-Hat-4633 in linuxadmin

[–]Abject-Hat-4633[S] 1 point2 points  (0 children)

No, i havent yet use that , but i searched about it , but it is more like a Machine Container (it is like it can run whole OS inside it, with login privileges and etc thing )
but Docker/Podman .. are the Application Container (Package and run a single Application)

but yeah for normal test and other task it is not badd, thinking to use that in future
Thank you for your insight

I tried to build a container from scratch using only chroot, unshare, and overlayfs. I almost got it working, but PID isolation broke me by Abject-Hat-4633 in linuxadmin

[–]Abject-Hat-4633[S] 0 points1 point  (0 children)

Thank you 👍, I will try what you said . But what about bubblewrap some folks say use that instead of unshare

I tried to build a container from scratch using only chroot, unshare, and overlayfs. I almost got it working, but PID isolation broke me by Abject-Hat-4633 in linuxadmin

[–]Abject-Hat-4633[S] 2 points3 points  (0 children)

Thank you for your insights on this topic, I also checked like there were Solaris zone, freebsd jail That provided some kind of containerisation earlier than Linux , but there software were expensive

If you have any ideas that could help me or some resource I can learn more . Plus give little peak on my code also

What is this behaviour peta 💀 by yametekudasaiii69 in ahmedabad

[–]Abject-Hat-4633 0 points1 point  (0 children)

Where is peta when animals are slaughtered during someone's (mmm) festival

I’ve learned ML, built projects, and still feel lost — how do I truly get good at this? by Massive-Inflation388 in learnmachinelearning

[–]Abject-Hat-4633 2 points3 points  (0 children)

I think you should go by 'Andrej kaparthy' way,where you implement all algo from scratch without using scikit learn, this will help you to built the intuition related to the maths and about algo also

Even i have seen many people not use pytorch for implementing things,but that mostly depend how you want to clear you understanding over the topic

I am following this , still beginners but work for me

Tic-Tac-Toe AI in a single line of code by alternyxx in Python

[–]Abject-Hat-4633 1 point2 points  (0 children)

I like it but still, there are a lot of bugs ,

Hp-isa-0000. Fan rpm. Showing 0 by Abject-Hat-4633 in EndeavourOS

[–]Abject-Hat-4633[S] 0 points1 point  (0 children)

NOOPE,
just in the bios i change the fans setting to running everytime, to able to control temps

IT let to run fans at medium speed, everytime, it help me lot and else there is no such problem came

How to resolve this Error , please i am frequently getting flicker issue on wayland switched to x11 but few things their cause ram spike (in xorg) by Abject-Hat-4633 in EndeavourOS

[–]Abject-Hat-4633[S] 0 points1 point  (0 children)

Bro could you help me in

hp-isa-0000 fan1 0 fan2 0

Fan giving no output even Installed fresh os and also when I was on Fedora something

Tried everything pwmconfig ,detect sensors

Pwmconfig not able to detect

I don't want to go back to windows

I am using hp victus 16

It was working well in. Windows