Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)Q
Posts
1
Comments
31
Joined
2 yr. ago

  • I also cant use deepsleep with linux, suspend ro ram or disk doesnt work well and my pc will hang but i can live with this since i never had anny other issues with endeavoros. Being in charge of when and how updates happen and how fast they install is enough to never go back to winodws. I just need freecad to become good.

  • What do you feel like are the issues that normal users dont get?

  • Removed Deleted

    Permanently Deleted

    Jump
  • This is ragebait right? If not reply and we can talk about it.

  • Programmer Humor @programming.dev

    What's everyone's favorite bug?

  • I cant get my epson ecotank et2710 to work under arch/endevaouros.

  • Maybe read the original blog post from the gnome dev then? The post the article references.... it says right there why the ai code is a problem, it has to much unnessecery code in it and reviewing that takes time. The author also says the submitted ai code doesnt adhere to good practices.

  • Have you read the first paragraph if the lidnked articel? It quotes the criteria right there: "Extensions must not be AI-generated

    While it is not prohibited to use AI as a learning aid or a development tool (i.e. code completions), extension developers should be able to justify and explain the code they submit, within reason.

    Submissions with large amounts of unnecessary code, inconsistent code style, imaginary API usage, comments serving as LLM prompts, or other indications of AI-generated output will be rejected."

    Maybe instead of commenting under every comment that lines this change read the articlw first? Ai is fine if your code is fine and you uderstand it. If the reviewer has to argue with a llm because the submitter just pasts the text into his llm and then posts the output of said llm back to the reviwer it is a huge waste of time. Thiss doesnt happen if the person submitting the code understands it and made shure that the code is fine.

  • Locked

    I dunno

    Jump
  • Ahhh ok now i see it, sorry :)

  • Locked

    I dunno

    Jump
  • Are you trolling? The bracket says (8-5) not (8-3)

  • Locked

    I dunno

    Jump
  • Yes thank you! If you have a sum it is really great to order it in a way that makes it better to ad in your head and i think that lots of people do that without thinking about it. X=2+3+1+6+2+4+7+5 X=2+3+5+4+6+7+1+2 X=5+5 + 10 +7+1+2 X=10 + 10 + 7+3 X=10 + 10 + 10

  • Locked

    I dunno

    Jump
  • Yea that is true but a lot of these questions use the division sign when they should just use a fraction and everything would have been easy to understand. If i see the devision sign and there are more than 2 elements like x=a÷b+5 i cry because if they just used x=a/(b+5) or x=a/b +5 it is just visible no ambiguity. (a/b as in a over b, idk how to do fractions on the phone if you know tell me!)

  • Locked

    I dunno

    Jump
  • Using parenthesis can really help if you want to simplify a term or need to rewrite something. I do that all the time because a lot of times you then can just cross stuff out fast on equations or get a common term that just has some factor instead of having a convolutet equation.

  • Deleted

    Permanently Deleted

    Jump
  • Yea thats them, they have a channel where they do lots of cool stuff with resin, can only recommend!

  • Deleted

    Permanently Deleted

    Jump
  • Even and katelyn?

  • The last person that startet in our department and decided to go while they still can said "you can only stack shit that high.." and i think its beatifull... imagine a codebast that startet in assembly bad c code with lots of hardware specific shit and the demand to always ship features to old systems build byy electrical engineers who didnt know better.

    I hope in like 10 years i will understand how all of the stacked shit works...

  • First energy usage is not watts, second you can look via tools like hwinfo or others how much power your cpu draws. Where did i say it would draw 6.5w at 10%?

  • Dude go measure your cpu usage while scrolling a site i can watch a high res video with cpu usage under 10% measuring the difference between no active program and only the os is nearly impossible. Why dont you go and log your cpu power for doing this vs only your os running and report back? If your cpu usage keeps being above say 25% while loading a normal site without funky stuff going on, something is weird. Also keep in mind that even if one of your cores is boosting for a second you cpu usage as a whole over time is still low and low power draw at low clocks will benefit you.

  • Yea exactly, you load a page your cpu will boost for 1% of the time you spend on that page while loading it and then idle at a few Mhz for your os. I dont get the "it doesnt idle". With a slim linux system it propably idles a lot more than with win11.

  • If the system is powered the cpu is always doing something. Idle doesnt mean that your pc is off it just means no "real" load. Modern cpus are so powerfull that browsing the web is no real cpu load. It may be a few % difference than just the os itself but windows backround tasks will propably make more impakt on the cpu load.

  • Enlighten me! When is a cpu idleing?