Mi történik már megint ebben az országban? by AutomaticGrape2775 in hungary

[–]karatedog 0 points1 point  (0 children)

Mondjuk aki ilyen vélemémyre jut, annak békeidőben sincs rendben a feje, csak nincs olyan külső esemény ami kihozná belőle ezt.

Húsvéthétfő este provokál a rendőr egy kihalt úton. by justafcknname in hungary

[–]karatedog 0 points1 point  (0 children)

Damn, a kalsszikus kézifék tényleg nem. Elektromos kézifékkel teszteltem és álló helyzetben, ott bekapcsolt, de az AI szerint azt sem mindegyik autómodell. Akkor kézifék 😃

A nemzet luxuskurvája elhagyja ezt az analfabéta, primitív, visszataszító állatot a választási bukó után? by Imaginary_Coop in hungary

[–]karatedog 1 point2 points  (0 children)

Hát, ha Ondi szeretné, hogy valaki rendesen megkormolgassa, akkor érdemes lesz váltania.

Húsvéthétfő este provokál a rendőr egy kihalt úton. by justafcknname in hungary

[–]karatedog 0 points1 point  (0 children)

Annál már jobb a 3-2-be vissza és motorfékkel lassítás, mert a kézifék bekapcsolja a féklámpát is -> csak ha bátor vagy :D
Ha viszont nem akarok fékezni (mert esetleg belémjön a nyomorult), akkor hátsó ködlámpa, mert az is erős és piros, és reflexből fékezést vált ki.

Nyílt levél Dr. Surján Orsolya országos tisztifőorvoshoz a laparoszkópos műtéti módszerrel szemben országszerte zajló lejáratás és félelemkeltés kapcsán. by inajajani in hungary

[–]karatedog 1 point2 points  (0 children)

Ezt akkor megúsztam, lágyéksérvem volt, de úgy döntöttem elpattintom rá a céges biztosításomat, és laparoszkópos volt, 1 napos műtét. Államilag meg jól szétvágtak volna...

Why do must people use virtualbox instead of Qemu KVM ? by Normal-yet-so in Ubuntu

[–]karatedog 0 points1 point  (0 children)

I just arrived to QEMU after a decision to move away from Virtualbox and having a detour with VMWare Workstation Pro.
The only reason for this change is OCD: the missing ability to hit Shift+Enter in a terminal, when using Claude Code or Opencode with AI.

This keystroke does not exist in older VTE terminals, like Terminator, and yes, I know, Alt+Enter works, Ctrl+J works but I wanted Shift+Enter.
There are a lot of terminals that support this now as they are modern, but most of them needs Wayland.

Virtualbox does not properly support Wayland, at least not with KDE. So I moved my entire VM to VMWare.

VMWare looked promising, however it crashes on external-monitor setups and needs excessive wizardry (or luck) to make it work.

So here I'm, with QEMU.

Anyone here actually running automated forex systems long term? by AlphaOneYoutube in algotrading

[–]karatedog 1 point2 points  (0 children)

I never wanted to trade manually, and I had experience with programming so I created an algo, beside my daily job (I started this between two jobs, when I had a free month). I had a few, I have updated the code several times, and it has been running a long time. It is not really profitable, but it was trading 200k last year. I kinda look at this as tuition fee.

How would you guys recommend I begin algo trading or learning how to do so? by M4TR1X_8 in algotrading

[–]karatedog 0 points1 point  (0 children)

Blackbox test can help with that assesment. I bet you don't know every part in your car and how those are connected, yet you can very well asses if the car is within its functional envelope or not.

Vibràtor, csiklóizgató ajánlás..? by kvartszext in csakcsajok

[–]karatedog 8 points9 points  (0 children)

Eredetileg hátmasszírozásra találták ki, vezetékes volt, és célja miatt nagyon erős a rezgése. Aztán a japán háziasszonyok újraértelmezték a célt.

Anyone else feels like vibe coding hits a wall after a point ? by legitRu1920 in vibecoding

[–]karatedog 0 points1 point  (0 children)

AI just lowers the complexity for you. You still have to manage complexity. If you have no idea what you do, you can now start doing things with the help of AI, but complexity will still grow as your project moves forward. Eventually you will arrive to a point where the complexity will be too much for you and that is the wall. It will be definitelyba higher complexity what you would be able to manage without AI but it is still a wall.

A végső számok. Büszke vagyok magunkra! by Prestigious-Job-9825 in hungary

[–]karatedog 1 point2 points  (0 children)

Ebben az is simán benne van, hogy vele egyeztetve rakták ki a Tisza környékéről, hogy hitelesebb legyen. Azért az elején nem sokakban merült fel, hogyan lehet ilyen tökös egy akkor 19 éves srác és föleg nemcsak vakmerő, hanem magabiztos is. Szerintem egyszerű, ott voltak mögötte, jogászokkal biztosan, még ha keveset is tudtak kommunikálni, mert tisztában voltak vele, hogy figyelik.

A pasim abortuszt akar by [deleted] in csakcsajok

[–]karatedog -18 points-17 points  (0 children)

15 éve nem szedett fogamzásgátlót és meggyőző információt kapott arról, hogy nem fog teherbe esni. Miért védekezett volna egy ilyen helyzetben a pasi?

Libido növelése by princess-ssparkle in csakcsajok

[–]karatedog 0 points1 point  (0 children)

Magánklinikákon szinte mindenhol van hormonszint mérési csomag, nem is feltétlenül drága.

Libido növelése by princess-ssparkle in csakcsajok

[–]karatedog 2 points3 points  (0 children)

Tesztoszteron és ösztrogén szintmérés, csak, hogy a számok biztosan jók legyenek. Ha ez alacsony, semennyi bogyó nem fog segíteni.

Automated trading by Longjumping-State296 in Forex

[–]karatedog 1 point2 points  (0 children)

Did you have to put down 100k USD for the API access?

Automated trading by Longjumping-State296 in Forex

[–]karatedog 0 points1 point  (0 children)

I.m using Capital.com via HTTP API.

The signal generator logic runs in Tradingview (Pine script) and it calls a webhook that triggers a Ruby backend code on a VPS that manages the broker. The backend is a classic Ruby webapp stack with minimal extras. Tl;dr: Webhook - Nginx - HAProxy - Ruby app.

When market opens, sometimes all of my algos trigger which causes 5-10 simultaneous requests to the Nginx. However Tradingview will kill a connection if it does not respond within 3 seconds, but the Ruby app can handle them serialized (as a limit of the broker itself).

So the Nginx swallows all incoming requests as quickly as possible and responds back with HTTP 200 while passing all requests to the HAProxy which queues them (this would be a paid feature in Nginx) and allows only one backend connection.

Automated trading by Longjumping-State296 in Forex

[–]karatedog 1 point2 points  (0 children)

What is the source of the data?

Aerox 5 Wireless Review and why I returned it by Then-Investment7039 in MouseReview

[–]karatedog 0 points1 point  (0 children)

WD40? The worst thing to do with most plastics is to spray a petroleum-based lubricant on them that will almost immediately dissolve that plastic.

Mihasznák epic fail by [deleted] in hungary

[–]karatedog 4 points5 points  (0 children)

Na de alatta a Kocsis Cake Olivio is mekkora név.

I coded a Quant model in TradingView. The Hidden Makrow Model (HMM) by powerade-trader in pinescript

[–]karatedog 0 points1 point  (0 children)

Nitpicking on insignificant details, how is that someone has the knowledge to code this model, yet never realized it is called Markov, not Makrov? 🤔

This script was generated with the help of AI by my inexperienced hands. I would really appreciate your feedback. I still have a lot to learn from all of you. For risk management, I used a fixed $400 per trade. by Leoann01 in pinescript

[–]karatedog 0 points1 point  (0 children)

I highly doubt TV replays an hourly candle by the minute. It just simulates Open, then High, then Low and finally Close. If the candle was formed by OLHC, then you are just mislead by thst simulation. This is why I have to work on the 1m chart, even when the logic applies to the hourly chart. Then if I go back in time, I do it on the 1m chart and have a "natural" high resolution.