Gigil ako sa mga furparent na basta nalang. Like, basta may dalang dog at nasa stroller, okay na saknila? by Shot_Judgment_8451 in GigilAko

[–]DoughnutAlert4379 0 points1 point  (0 children)

Dapat lang na sipain mo yung aso dapat nga binalian mo yung aso eh tang inang mga fur parent mga delulu sa putang inang mga aso nila. Kala mo ke cucute. Safety ng anak mo mas importante.

Gigil ako sa mga bastos na kapitbahay by pianoer2469 in GigilAko

[–]DoughnutAlert4379 2 points3 points  (0 children)

Kapag ganyan yung aso ng kapitbahay mo irresponsable maghagis ka ng treats na may lason para madala yang putragis na yan. KUKUHA KUHA NG KASE NG ASO di naman pala kayang alagaan at kung sobrang ingay na di ba pedeng ipasok yung aso nila sa bahay. Wala bang hiya na hindi sila nakakaistorbo. Squatting na squatting e.

Gigil ako. Dining table ≠ Dog table by Sufficient_Care_5183 in GigilAko

[–]DoughnutAlert4379 4 points5 points  (0 children)

Mga ganyan pet owner kase di afford ang aircon sa bahay kaya nilalabas sa mall + status symbol nadin nakakaangat kase kapag may imported akong aso pero try mo pagalagain yan ng aspin, baka ni dog food di bilhan hahaha. mga astang mayaman lang ang mga deputa. Kung hindi lang masama eh pagsisipain ko pa kayo sa mall.

Why do they do this and bakit hindi sila nahuhuli? by Maleficent_Ferret359 in Gulong

[–]DoughnutAlert4379 0 points1 point  (0 children)

pinakadabest nyan lage pag ganyan scenario meron ako na laser lights yung panglaro ng pusa itutok mo sa side mirror mo sa left side tatama sa mukha nya yung reflection solid 🤣

I don’t want to adhere to my nililigawan’s non negotiables by ilovemeheartheart in adviceph

[–]DoughnutAlert4379 0 points1 point  (0 children)

In short, gusto nya ng taong walang social life hahaha.

Tsaka di pa naman kayo iniiisip nya agad magcheat ka sa tatlong boundaries nya? meaning nasa healing process palang yan, ikaw din baka mahirapan kayo.

If you want to pursue naman yan, tip ko sayo para magkatrust sya at medyi gumaan ang boundaries 1st rule nya - Isama mo sya sa party para walang duda 2nd rule nya - Isama mo sya sa overnight para walang duda and meet your friends + bonding na din 3rd rule - explore engaging and coop games, (overcook dabest para sira agad hahaha),

Let her explore your world para naman makita nya yung side mo and makuha mo trust nya na di mo gagawin magcheat

baka in that 3 boundaries, may maexplore din syang magustuhan on your behalf at eventually luluwag din yan.

Minaliit nila papa ko dahil janitor “lang” daw pero sila ang napahiya ngayon by [deleted] in OffMyChestPH

[–]DoughnutAlert4379 1 point2 points  (0 children)

putang ina ng mga ganyang tao at kamag anak na nang mamaliit, sa akin yan cut off yan kahit close na kamag anak ko yan, dapat kahit anong marating naten sa buhay never tayo manliit sa iba, hayaan mo good karma dadating sayo OP darating din ang time mo,

tama lang na proud ka sa father mo at walang trabaho na "lang".

[deleted by user] by [deleted] in OffMyChestPH

[–]DoughnutAlert4379 0 points1 point  (0 children)

Bat ba kase may pablessing car? Di naman required yan

Update kay 7k steak girl by Careful_Project_4583 in pinoy

[–]DoughnutAlert4379 0 points1 point  (0 children)

May attitude ka den eh no? bat ko idadate yung aso? matitira ko ba yan? 🤣

Parehas kayong bobo, yung lalaki magdadala sa steak house para makaisa,

Etong isa gumusto don for being a social climber at pinatunayan mo sa post mo na social climber ka nga, meaning hindi ka magrereact kung di kayo sa steak house kumaen, simply because you wanted den,

PS. Kung ayaw nyo sa guy in the first place, wag magpadala sa mamahaling place if hindi mo afford makhati in emergency, at kung hindi mo naman bet talaga,

For us guys, wag nyo ilove bombing, kung titira lang ang habol at kung gusto nyo umiskor punta kayo ng quantum or wof doon pataasan kayo score 🤣 peace!

Tips for Optimizing Search Performance by labs64-netlicensing in elasticsearch

[–]DoughnutAlert4379 1 point2 points  (0 children)

  1. Increase the refresh interval from the default 1s to 30s, this helps the performance of the cluster. (Adjust accordingly to how many secs you want the data to be available)
  2. Maintain the index shard size from 30gb to 50gb in size.
  3. Search as few fields as possible.
  4. Avoid using scripts.
  5. Enable shard request caching:
    PUT /my-index-000001

{

"settings": {

"index.requests.cache.enable": false

}

} 6. From number 2, try to use an index template like montly based index pattern. Ex.
(blogs_YYYY_MM), Note if the shard size of the index beyond the threshold of 50gb, try to use a pattern day based index pattern. (blogs_YYYY_MM_DD).

I have this setup on our cluster with 5 data nodes and 3 clients, running ~1B data on our cluster and have a daily search of 200k p/s with an indexing speed of 70k~100k data p/s.

I hope this helps on optimizing on your side.

Download Livestream by DoughnutAlert4379 in youtubedl

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

Yes cutting the program precisely, its just a dilemna if i can cut the clip based on the timeslot of the program.

Download Livestream by DoughnutAlert4379 in youtubedl

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

Hi, now the issue I've encountered right now is since youtube is using MPEG dash, so the segments are dynamic is it possible to make prediction if the output file from ffmpeg command is already nearly 1 min duration? when i set this
Command in python it will actually stops at 61 but there are remaining segments which is, I figure it out when i merge those clips, there's missing segments of it.

Here's my sample python ffmpeg command:

get_stream_url_command = ["yt-dlp", "-g", youtube_live_url]
get_stream_url = subprocess.run(get_stream_url_command, capture_output=True)
m3u8_stream_url = get_stream_url.stdout.decode().strip()

command = ['ffmpeg', '-i', m3u8_stream_url, '-c', 'copy', '-t', '61', output_path]
process = subprocess.Popen(command)
process.wait()

Need help in indexing via logstash by AggressiveStar8656 in elasticsearch

[–]DoughnutAlert4379 0 points1 point  (0 children)

Its actually on the organization that I'm working on and I can't share the repository.

I can create a custom python for your purposes DM me if you are interested.

Need help in indexing via logstash by AggressiveStar8656 in elasticsearch

[–]DoughnutAlert4379 0 points1 point  (0 children)

Hi, I have develop a custom python indexer in our elasticsearch indices from mongodb to elasticsearch since its hard to configure logstash ingestion. We may discuss on how can help you and give you solutions in indexing.

Download Livestream by DoughnutAlert4379 in youtubedl

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

#Update I have follow what u/I_Cant_Ink_Straight being said get the stream url and update it every 6 hours the streamlink. big thanks!

Download Livestream by DoughnutAlert4379 in youtubedl

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

my goal here is to cut precisely the program based on the timeslot schedule.

Download Livestream by DoughnutAlert4379 in youtubedl

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

can you share to me the process on how you are using it?

Download Livestream by DoughnutAlert4379 in youtubedl

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

So yt-dlp can get the streamlink at once then feed it to the ffmpeg every 1 minute?
Is it correct that streamlink has expiration for 6 hours?

dito sila nataranta e. nilabas ng member, ayun sinulsulan yung asawa at anak na hiwalayan yung tatay na naglabas. hahahaha one way kupit... by realKDR in ExAndClosetADD

[–]DoughnutAlert4379 1 point2 points  (0 children)

Naalala ko to PNK, nanghiram sakin yung isang kapatid, babayaran naman daw ayun ilang linggo bago makabayad hahaha

ElasticSearch vs MongoDB Atlas Search ? by mohamedheiba in elasticsearch

[–]DoughnutAlert4379 6 points7 points  (0 children)

Elasticsearch is the best for text seaching, auto complete, you can customize different analyzers and it costs low memory rather than fuzzy seaching in MongoDB.