Jump to content

manikyath

Member
  • Posts

    32,168
  • Joined

  • Last visited

Awards

About manikyath

Profile Information

  • Gender
    Male
  • Location
    commonwealth in the former soviet banana republic of belgium
  • Interests
    Breaking stuff, to make it better.
  • Biography
    Microsoft Certified Ass..ociate.
  • Occupation
    Not causing lithium fires.
  • Member title
    keeper of the magical rowenta space heater

System

  • CPU
    Ryzen 7 5800x
  • Motherboard
    Asus ROG STRIX X570-E GAMING
  • RAM
    32GB DDR4 3200 (corsair vengeance LPX)
  • GPU
    asus GTX970 strix
  • Case
    Fractal Design Define R5 (black, no window)
  • Storage
    2TB Samsung 970 EVO PLUS M.2
  • PSU
    corsair RM750
  • Display(s)
    2x BenQ BL2420PT, Dell UP2414Q
  • Cooling
    Noctua NH-D15 chromax.black
  • Keyboard
    logitech G512
  • Mouse
    logitech MX master 2S
  • Sound
    hyperx cloud | pioneer vsx-c300 | PE HSV 40T
  • Operating System
    MSX brickware edition.
  • Laptop
    Asus ZenBook flip 15 | Asus transformer book T101HA

Recent Profile Visitors

158,529 profile views
  1. does it have the appropriate number of 8-pîn plugs on it?
  2. i have a theory that the included 12Vhfr to 8 pin adapter is safer than just using a straight 12Vhfr cable. beyond that, if your psu could handle multi-8-pin cards of comparable wattage, there's not really much concern there either?
  3. that looks like one hell of a bad idea
  4. the only notifications i get on my phone are for things i want to be notified of. that's how notifications work. also, the only thing that's more than a "click" notification sound is phone calls.. and as cold calling marketeers can tell you, i dont respond well to people calling me without valid reason.
  5. this at some point pushed me away from twitch, because they started to shove ads over a livestream, and if they were done by algorithm at all, it seemingly always managed to stick an ad overtop of a very key moment... just got your nose glued to the screen to see if the speedrunner will manage this amazingly difficult trick first try and... SPORTS BETTING.. TAMPAX.. THE NEW BMW NECK WARMER.. and by the time you're back you've no idea what happened or where they are anymore.
  6. "usually there's some ads on the WAN show" to "the show now has 15 ad breaks with 4 consecutive unskippable ads" sometimes youtube on my TV does this, and it just goes to the point i watch something else instead because you cant get into a podcast when it has more longer adbreaks than linear TV, except on TV at least has the adbreaks scheduled so they dont appear mid-sentence... probably youtube's having one entire moment with ad placement again, iirc last time youtube started going way out of line with ad placement on WAN show linus chimed in on WAN the week after, and the conclusion was they have no control over this, other than manually going in and manually going to the process of removing them one by one. and to make sure you're not misunderstanding.. no one here is saying "no ads", what people in this thread are saying is "the amount of ads this week is making the content unwatchable"... and the fact people are discussing the amount of ads, implies a willingness to watch ads instead of running adblock.
  7. some months ago i spent some time vibecoding with an *actual* for-profit vibecoding tool built to make websites, that seemed to have a fairly decent understanding of what it is it was making..

     

    on a friend's recommendation i tried gemini, mostly because i'm not stuck doing 5 free tokens per day...

     

    holy hell it has no f*cking idea what it's doing... i thought the *actual* tool had issues with object permanence.. gemini's just doing crap like resizing stuff to weird sizes, straight up hallucinating things that dont exist, "for each" requests go trough most of them, but not all... menu buttons overlapping..

     

    it's like developing by using an unmotivated junior developer with poor eyesight...

    1.   Show previous replies  3 more
    2. Biohazard777

      Biohazard777

      3 hours ago, Levent said:

      I whip chatgpt into making me shit that I am too lazy to do myself. I made myself a msi afterburner plugin to feed data into a 1602 display with esp8266 just today. It would have easily taken me a week to do so myself and it took less than hour to get it right with codex.
       

       

      Codex, claude code, antigravity... (and their models), or open code (& something local like qwen3-coder-next q8),
      they can all be pretty good for this sort of application:
      - Low complexity
      - No team
      - No maintenance
      I use them myself for stuff I don't really care about, and I'm starting from a blank slate.
      Because, they rarely produce quality... unless I spend a considerable amount of time describing (or writing plan/docs) on how to achieve the goal, and correcting them along the way.
      At which point, like @AbydosOne pointed out, I start questioning am I actually saving any time.

      Anyhow, a couple suggestions for your 1602:
      1)
      It can store up to 8 custom characters in CGRAM.
      So essentially you could make 8 icons, or 4 icons (if you want them bigger, by combining 2).
      Would look nicer IMO, also would leave more space on the screen for additional metrics.

      2)
      Backlight is just an LED, you could PWM it for brightness control.
      Bonus points if you add a light sensor, so it auto changes brightness. 😀

      PS I find it odd that frequency of whatever is at 200 MHz, while usage of whatever (else?) is close to 50%.

    3. Levent

      Levent

      7 hours ago, Biohazard777 said:

      It can store up to 8 custom characters in CGRAM.

      wouldnt make sense as resolution is too low to make any legible custom characters, it makes sense to me as is

      7 hours ago, Biohazard777 said:

      Backlight is just an LED, you could PWM it for brightness control.

      if it doesnt receive any data, I just turn off the backlight automatically so i dont really need it.

      7 hours ago, Biohazard777 said:

      open code (& something local like qwen3-coder-next q8),

      I tried a whole lot of those, none can do as complex or hands-off programming as closed source ones.

      7 hours ago, Biohazard777 said:

      PS I find it odd that frequency of whatever is at 200 MHz, while usage of whatever (else?) is close to 50%.

      4070TiS paired with a 3440x1440p185hz display while watching video. Its not as demanding to trigger the next power stage

    4. Biohazard777

      Biohazard777

      18 hours ago, Levent said:

      wouldnt make sense as resolution is too low to make any legible custom characters, it makes sense to me as is

      Sure, 5x8 and even 10x8 isn't much to work with...
      But I like pixel art heh, would change this from:
      image.png.838e00ac49b9cd710ab53321776346b1.png
      to something like:
      image.jpeg.d03d88e493ea4a14ea6f15386917404e.jpeg
      After all, beauty will always be in the eye of the beholder.
       

      18 hours ago, Levent said:

      if it doesnt receive any data, I just turn off the backlight automatically so i dont really need it.

      Just that I dislike their glow, especially in dimly lit enviorements.
      But that is a personal preference, and yours isn't as dark.
      Makes sense.
       

      18 hours ago, Levent said:

      I tried a whole lot of those, none can do as complex or hands-off programming as closed source ones.

      I don't find any of them (closed or open) to be hands-off,
      unless we are talking about some simple refactoring, boilerplate, and stuff like that.. then maybe, but not that big of a difference IMO.
      Then again, I am not in DevOps.
       

  8. so.. i'm preparing to join a DnD campaign next week, and i got to say, even with 2024 rules supposedly being more noob friendly, the learning cliff here is seriously intense...

     

    i'm at a point i might actually start putting stuff in excel, just to wrap my head around the workings of the character sheet...

     

    or as Ginny Di on youtube put it: "why did i choose fantasy bookkeeping as a hobby?"

  9. you know.. if noctua makes a tool that does repeated thermal cycles to break in the carbon pad, that'd be seriously cool. i'd imagine the tool would cycle between a benchmark load with reduced fan speed, and idle with high fan speed, repeatedly taking the cpu between 50 and 70 degrees, or whatever the numbers end up being.
  10. contact an IT partner, and have someone who knows what they're doing and will support it do the setup for you.
  11. AMD did that with a workstation card once, and even there it was in quite a niche of a niche...
  12. because the claim is the E cores are fast enough to handle the sort of gaming workload the iGPU is capable of handling.
  13. mini pc sure.. but in laptops that's a strong "depends".. let's say your 60 watt laptop goes from a 3 watt cooler to a 6 watt cooler (from what i've googled, that might be a fairly accurate comparison), you're basicly adding 5% to the power budget. assuming their example power supply is also fairly close to expected levels of miniaturization, this would also put them at an amount of board space not too far away from the size of two fans? it's still more flexible in layout.. but it's also 6 watts of 5-10kv that you now need to shield from your sensitive electronics. i'd usually follow you on less moving parts more better, but in this case the moving parts are a block of plastic and sealed bearings, two things we've mastered over the past decades... compared to a hair-thin wire of a mystery alloy in a contraption sensitive enough to dust that they built in an automatic dust wiper arm... which is a moving part, that sounds quite important to the design. oh, and from their research paper it appears that these need to live in a farraday cage because EMI?
  14. this is why you dont let AI take actual decisions. or maybe in this case it means "Actually Inexcusible".. who knows.
  15. i recall some youtuber exploring ionic airflow to propel an RC boat, and while that guy defenately wasnt a team of super clever engineers, the power supply compared to a fan was *ridiculous* for the same amount of propulsion (aka air moved) i found a paper describing 0.5-1 watt of power for 5-10 watts of heat dissipation... which is probably (?) less energy efficien than a fan, from a cursory search. there's also problems with humidity decreasing the effectiveness of ionic wind generators, and EMI concerns around wireless communication. while this defenately has size as a benefit, the question is "at what cost", and that cost is more than just dollars.
×