There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

OsrsNeedsF2P , (edited ) to linux in HD video playback from streaming services
xmunk , to nostupidquestions in Need a catfood/treat dispenser that can do like hourly for 12 hours

Two six slots feels like the best answer unless you can score a programmable auto-feeder and your treats are dry food.

It may feel absurd but your scenario is quite out there so there aren’t great solutions readily available.

nfsm , to linux in Linux Gaming PC 2024 (with Coreboot-Support)?

Thank you for the write up. It’s very helpful.
I’d pick another CPU (even Intel) but I understand that you’re bound to the motherboard. I’m looking for a SFF build, what’s your PC-case?

B0g3nNutz3r OP ,

That is sort of a surprise. Sort of, because I am not yet sure, if I can make it work. It will be part of a later post, but first I need to make sure the internal parts work. The linked articles and videos, suggest buying Intel 13th/14th generation is like playing lottery and the faulty vender bios configurations do not make things easier.

Jumuta ,

why not get the z690 and a 12th gen? I don’t think Intel’s improved their single thread performance that much with 13th and 14th, which is what matters with most games

i have a 12th gen and it’s pretty nice

B0g3nNutz3r OP ,

There are two reasons why I chose a newer CPU. The first is, that I wanted to future-proof it, that was before I knew of the 13th/14th-gen issues. The second is, that I intend to use this machine for emulation. More specifically PS3-emulation. Because this requires a powerful CPU, I thought newer is better. But I will look, if a 12th generation CPU is enough to get the job done. Which CPU from the 12th gen would you choose?

Jumuta ,

idk, I have the 12400 and it works perfectly fine for me but i’d guess the prices would’ve come down on the 12th gen ones and you’re spending so much on the motherboard anyway so maybe look into the 12600k or 12700?

btw, for this generation the 12600 is very different from the 12600k because the 12600k has a few more core iirc

halvar , to startrek in The "Friendship is Universal" poster from SDCC

I find this really cool and I’m really not here to whine, but like, two doctors from Who and THE Doctor from ST is missing.

xmunk , to asklemmy in To those who know about writing and such: Does a Mary Sue/Gary Stu NEVER fail? or their failings are to minimal to take account on them?

The most very Mary Sue characters will fail as part of winning. “Oh gosh, I flipped the evil villain’s wall switch that forced all the robots into hard mode - I guess instead of an underwhelming fight scene I now have to go full badass.” Basically their flaws are usually just vehicles for even more exaggerated strengths.

tdawg , to science_memes in Rock Art

“exploits”

lugal , to science_memes in this one goes out to the urban planning nerds

Tell me more about your evil master plan to make the world a better place for everyone

Avg ,

Tell it to my neighbors, my tree has slowly become treeless, I planted one in the middle of my front yard so that the house can stay cool in the mornings

stepan , to lemmyshitpost in I think this AED is threatening me

But you moved first, didn’t you?

bhamlin OP ,

Sí 😭

magic_lobster_party , to programming in Are SW design patterns guilty until proven otherwise?

I think applying design patterns blindly without understanding what problems they’re supposed to solve is often more harmful than not using them. It can lead to difficult to manage code bases because the program is over engineered for problems that don’t exist.

My general rule of thumb is to write code that can be easily adapted to unexpected changes in requirements. Avoid writing code that paints yourself into a corner. Simple solutions are often easier to work with than complex solutions. If what you’re doing adds a lot of complexity, take a step back and seek other options. Maybe you’re overlooking an obviously simple solution to the problem?

I think inheritance almost always has this “painting yourself into the corner” tendency. Once the design is set, it’s often difficult to break free from it. Composition along with interfaces is generally the better choice. Often not even interfaces are needed.

This comes with experience. You learn what works, and what doesn’t. Often you do it the hard way.

Databases are tricky. I have no good advice for that.

netvor OP ,
@netvor@lemmy.world avatar

I love Christopher Okhravi’s take on inheritance:

Only Use Inheritance If You Want Both of These

spoilerthe “only use inheritance when …” turns out as pretty much “never use inheritance”

davel ,
@davel@lemmy.ml avatar
netvor OP ,
@netvor@lemmy.world avatar

I mean, the guy has some good points (and a good microphone and a radio voice) but I don’t think the first video you linked is very well done, especially the intro. Starting with “this is the most important video because it’s going to tell you something that nobody tells you” is a great way to sound …kind of like a narcissistic crackpot.

E.g. the one with 3800 lines is pretty good. (BTW I realized already subbed to his channel earlier…)

magic_lobster_party ,

Haven’t properly watched the videos, but I don’t think OOP is that bad. I even think encapsulation is one of the core strengths of OOP.

I’ve worked with systems where no thought was put into encapsulation, and those are often incredibly difficult to work with because everything is heavily interconnected. Can’t make a change in a small thing without risking breaking something else at the other side of the program.

I like to see encapsulation as a workspace. It defines the tools we have direct access to. Changing one thing in a workspace shouldn’t affect anything on the other side of the program. Makes it much easier to collaborate in large teams. Minimizes the risk of interfering each other’s work.

BB84 , to science_memes in vibe check

Phonon Spectroscopy

felsiq , to linux in Linux Gaming PC 2024 (with Coreboot-Support)?

Your build looks good (setting the ongoing intel issues that somebody else already mentioned aside), but personally I’d consider a different drive than the Samsung - it’s a great drive, but usually overpriced imo. If you can get it for a good price then absolutely go for it, but most times I find sn850x drives significantly cheaper and insignificantly slower. Otherwise, the only other note I’d make is that grub is abysmally slow at higher resolutions on chips with no igpu, at least when using a nvidia gpu. I’m not certain if this would apply to an AMD gpu, and either way you can just use something better (cough cough refind) to avoid the problem, but for anyone who just wants the default out-of-the-box bootloader on most distros to just work properly it might be worth spending the extra ~$40 for the K series instead of the KF to get the igpu. It’s not something I’d recommend doing personally, but it’s at least worthwhile to know about when you’re making the K/KF choice imo. Anyway, good luck with your build and have fun with setting everything up!

B0g3nNutz3r OP , (edited )

Thank you for this interesting information. I use systemd-boot with secure-boot. I do not know if it has the same issue, but I hope not. If it does, I might consider switching my boot loader or when nmbl is ready ditch it entirely. Like thingsiplay mentioned though, it still might be a good idea to use an iGPU for debugging purposes.

olafurp , to android in 10 years of android and I never managed to share files via WiFi direct

I use KDE Connect with my laptop and it just works (Linux with KDE required)

cyberpunk007 ,

Or gnome with gsconnect. I think it’s actually even out on windows now…

800XL ,

Works wih bspwm too

the_crotch ,

Linux with KDE required

Not true, it’s available for all major distros regardless of DE as well as Windows and Mac OS

kdeconnect.kde.org/download.html

solrize , to news in Media Bias Fact Check - Automation

A timely article about why this type of “rating” is a really bad idea:

The most chilling words today: I’m from NewsGuard and I am here to rate you by Jonathan Turley.

awesome_lowlander , (edited )

The guy is a Trump / Musk supporter, he’s half the problem as it is.

While I have criticized Trump in the past, I have also objected to some of the efforts to impeach or convict him on dubious legal theories.

Yeah, those 34 duuuuubious felony convictions!

solrize ,

Turley has written a lot about the NY trial and his analysis looked ok to me. IANAL of course. But, those convictions didn’t seem to change Trump’s polling noticeably. We will see what happens with Harris.

tiefling , to asklemmy in Who the hell is MrBeast?

A guy who sells chocolate bars or something

HootinNHollerin , (edited ) to nostupidquestions in How do I create a new /thing? (a sublemmy?)

!newtolemmy has all the info u need

Don_Dickle ,

ask a question of them and they said they don’t support lemmy world.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines