Jump to content

ekv

Member
  • Posts

    84
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About ekv

  • Birthday Jul 26, 1995

Profile Information

  • Gender
    Male
  • Location
    localhost
  • Occupation
    Director of IT Department

Recent Profile Visitors

714 profile views
  1. Sure but to use sidetone I have to connect 3.5mm cable from mic to headphones. I'm looking for a way to do it without. I cannot use other source than headset microphone for sidetone.
  2. Hi folks. I own Logitech pro x wireless and Blue Yeticaster and would like to do sidetone (It's how Logi calls there 0-latency voice feedback) but without any wires. There is an option to use 2x male 3.5mm to microphone and headset as microphone is detachable with Pro X wireless, but it's kind of shitty solution as then I have cable from my microphone that's a bit above my head with boomarm and headset, it's comically weird at best and it kinda defeats whole "wireless" thing. I'm open to suggestions, as both products are own by Logitech I've honestly expected they made some software trickery for this, but I don't think there is any option in "G Hub" or however they call there software.
  3. CPU: AMD Ryzen 9 5950x AIO: Fractal Celsius s24 RAM: 64gb 3200MHz GPU: EVGA RTX 3080 PSU: CM V1000 I'm not into spending money on computer cases and also am lazy.
  4. Sure, but this can get messy at best. In 90% of cases you can't remove booting partition from windows drive manager and windows wont let you format some partition if he "smells" his old files on drive. So it's best just to backup all files 1st on other device and then format everything in installation part. I know it's tedious work but it will definitely work.
  5. Looks like i got bigger one 10h folding this one :"D Still 2h left!
  6. As a self taught lead software and full stack developer I can tell you right away if you don't feel like doing it don't do it. Developer job sounds good in every advertisement there is: High salaries, flexible hours, playgrounds all of that is true and even more, but it's not easy job and requires a lot of thinking. Tho you will not need a math or algorithams at most of positions, but u will need a logic and you will need a lot of it. I still tell the story of me getting into programming when I was just 7-8 years old and 1st thing that made me love it is kind of "God complex" where something did what you told it to do, and to be honest it was "love on 1st run/debug". I really love programming and security and is the only thing I'm really good with. I even droped out of height school to get a full time programming job when I was 16 years old, and even I get enough of it from time to time, so trust me you need to really be into programming to do it as full time job for years. Because if you are just practising programming on your own you can do whatever you like, but if you are doing it for money and salary you will do what are you told to, and that's not going to be some fun bot or AI, it's probobly going to be some kind of SaaS for large corporations, so yea, don't wast your time if you don't feel like doing it, better to find youself in somthing else.
  7. I'm Note fan boy since version one. Got new Note10+ last summer and it's best Note model for now rly. But only if you are not looking for price = value, ther's defentely better power per $ with other manufacturers.
  8. With CSS and Video it would be possible to re-create most of parts. But you should use JS anyways, because there's no reason really not to.
  9. Well that's weird, I maybe had this issue once before and it was due to some power blackout, but now I can't even boot without doing that little trick. I suppose it's ok as long as it allows me to boot properly at some point. Thanks!
  10. I think this is combination of video in background and CSS animation over the top of it. CSS animations are simple, and they are done over "keyframes" url: https://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp So like in w3school example this is how one animation looks like: @keyframes mymove { 0% {top: 0px;} 50% {top: 100px;} 100% {top: 200px;} } @keyframes [name-of-animation] then you continue with specifying what would happen in center processing of animation time. This is just behavior of animation, to stick this to element, you need to provide "animation" to element like: "animation: [name-of-animation] [time-in-seconds]s infinite;" exp: animation: move-element 2s infinite; Ther's a lot of different animation-* propetyies you can use like animation-delay (dealay time before animation will fire), animation-time (amount of time animation will take), animation-name... Tho animation you posted link for would take a shit tone of lines (my guesstimation is around 500 lines of css code)
  11. Here is a weird problem that I'm encountering with ASUS's ROG V5 Extreme edition. I have this MB for over 2-3 years now and it was always working as a charm until half a year ago. So it's not something that is preventing me from using PC or anything but is getting really annoying and I was unable to find anything related to this problem. I'm using older gen. of 2011-v3 socket - i7-5820K and I have it overclocked on 4.0GHz since day one, and everything works as a charm until u try to restart PC or have to shut it off. Next boot will ALWAYS return in "Overclocking failed" then I would have to enter BIOS, load same 4.0GHz profile I'm using for years and then it would boot without problem? And that's it, nothing special, but then I found lot of posts with similar problems (Not exactly the same), 'cuz people always try to OC less and get it to work, but it looks like it's working always just load profile again? Like this is weird, and I was wondering is there any know bug about this? I'm not sure what my BIOS version is, tho it should not be older than 2 years and I really don't think they had any updates after that it's kind of old MB at the moment so I think it's probbobly out of support Any link or info would help.
  12. As security engineer and developer i can tell you that anti-virus is far from a joke. This isn't a marketing post so i will not name any anti-virus that i usually recommend but in a last few years anti-virus softwares becomes so sophisticated that even some virus developer gives up from few coding languages and they was forced to use other ones, wich end up dropping number of FUD (Fully Undetected) marvels and malicious softwares. So if you are not advanced PC user i would warmly recommend you to spend few bucks on some AV software. Especially because ransomware is on killing spree in this moment.
  13. With little of PHP/MySQL you can do whatever you want. You can even read from folders, and let your clients to just upload using FTP (but this is bad idea)
  14. More then year ago I had a client who asked me if i can make website in next few hours. (He had a big meeting for some contract, whatever) So I did, here is address: http://rolenddoo.rs/ It's made in pure bootstrap with minimal changes, that is what you need i hope. Feel free to copy code.
  15. Those softwares are very simple to make. You can create alt. in 2-3 days.
×