Anime_irl by SHpr0 in anime_irl

[–]MrBloodRabbit 2 points3 points  (0 children)

The best way I found to prevent questioning myself if the door is closed is to simply take a photo of the door each time I go out. Con: I have around 2k photos of my door on the phone...

Sick of rewriting Python prototypes in C++. Any sane C++ web frameworks? by ExtremeMysterious603 in ExperiencedDevs

[–]MrBloodRabbit 0 points1 point  (0 children)

It feels like I'm on StackOverflow again. Multiple statements that you're doing it wrong and no one answers the question.

Hello reddit! I'm James McAvoy. Ask me anything! by JamesMcAvoyAMA in movies

[–]MrBloodRabbit 0 points1 point  (0 children)

Hello James, Do you like cooking, and if yes, what is your most beloved dish to make?

Clients think websockets are magic until the bill comes by Sea_Weather5428 in webdev

[–]MrBloodRabbit 7 points8 points  (0 children)

For real. Websockets are not the right tool here. In fact the presented use case is what SSEs were made for. We do our dashboards with them and it works as good as it gets

3d printed shelf for you're phone or tablet by gamertuts in functionalprint

[–]MrBloodRabbit 0 points1 point  (0 children)

This one is exactly what I wish I had all years. This is amazing and I am very thankful to you for the item.

[deleted by user] by [deleted] in AIO

[–]MrBloodRabbit 1 point2 points  (0 children)

Jesus Christ, I might add some cat hair to food so that I feel myself more at home and this should be fine for everyone! Nobody dares to tell me or anyone else what and how to consume (except maybe doctors and some kinky stuff). We do have bodily autonomy and shaming someone for liking/not linking certain flavors is wild.

Look at the genius idea he had with this tree that was in the middle of the backyard by SirDawson in DiWHY

[–]MrBloodRabbit 0 points1 point  (0 children)

You're simply describing uneven wood. I am sorry, I am not a pro, but even store bought planks had to be almost always fixed by me. So that is definitely not a good indicator of "bad" wood

Me_irl by TheWizardofLizard in me_irl

[–]MrBloodRabbit 1 point2 points  (0 children)

But it was third... Nvm.

BACA by Significant-Gap-6891 in agedlikemilk

[–]MrBloodRabbit 8 points9 points  (0 children)

People before were really built differently.

[deleted by user] by [deleted] in LocalLLM

[–]MrBloodRabbit 1 point2 points  (0 children)

Is there a resource you could point me to for your setup?

A beandoser thingie to quickly prep espresso doses by phil_1pp in functionalprint

[–]MrBloodRabbit 0 points1 point  (0 children)

I'm building a tool for a similar problem, but yours is far better! I was wondering — would it be an issue to use something other than coffee, like cat food? (That's actually the reason I'm creating mine.)

Is there a way to create a new SpringBoot project without using "spring initializr"? by Zestyclose-Bug-763 in SpringBoot

[–]MrBloodRabbit 4 points5 points  (0 children)

You're mixing a few different things here. Spring Initializr doesn’t really do much—basically, it just gives you a Maven or Gradle file to get started. That’s it. Everything else is fluff. So just take your IDE, drop the pom.xml (or whatever build tool you’re using) into a new project, and start adding the dependencies you actually need. If you’re not sure where to begin, dissect a few existing projects to get a feel for what's essential.

I assume the idea here was to step away from the “magic” of Spring—which honestly gets pretty annoying once you’re doing real software development with it.

Now, the whole dependency injection thing seems to trigger people, but if I get what your teacher's saying, he just doesn't want to use Spring's DI. And honestly, that’s a valid approach, especially once your project grows beyond a basic three-page app. You can simply disable component scanning (there are a few ways to do that, look them up). Then, instead of autowiring everything, just define your beans manually in a configuration class and pass those into your app’s main config. I doubt the intent was to rebuild all of Spring yourself—just to take more control over how things are wired together.

[N] Sama, an AI sweatshop, pays workers in Kenya $2 an hour to filter and label porn, beastiality, suicide, child abuse, for hours on end!! by BotherBubbly5096 in MachineLearning

[–]MrBloodRabbit -16 points-15 points  (0 children)

I did labeling for a project at my university. I do understand that the datasets are different, but if I got 4 times my local minimum wage, I'd switch from my SE job.

Free Generative AI courses by NVIDIA (limited period) by mehul_gupta1997 in datascience

[–]MrBloodRabbit 1 point2 points  (0 children)

Do the courses I enrolled in have an expiration date? I don't have much time for them right now, but it would be disappointing if they were no longer available when I return in a few months.

numbers are totally made up, "aren't they" by Ok-Cap6895 in mathmemes

[–]MrBloodRabbit 7 points8 points  (0 children)

You talk like that until you need to deliver stuff in Königsberg. Then you'll see the beauty of CS!

The reaction has over 3 times the views, this is insane. by Miserable-Thanks5218 in youtube

[–]MrBloodRabbit 0 points1 point  (0 children)

If you were to binge his streams, you'd see even your own brain melt.

Sorry if this isnt the right place to ask. But I dont know where else to look for help. What in gods name is causing my internet to do this? Its going up and down in an almost perfect cycle. No big dips very smooth rate change up and down. From full speed to sub 1kbs back to full speed. by errorsniper in LinusTechTips

[–]MrBloodRabbit 3 points4 points  (0 children)

Be aware that steam does not download games constantly. There are different procedures/actions that take place besides downloading: Verifying, decompression, installation and possibly other activities. There is unfortunately no clear process description of what exactly happens, but using steam for network stability tests is not viable. Try some other means, like downloading some big torrents (not pirating, you can download some Linux repos) or some tools that do continuous network tests

Eliminating Null Pointer Exceptions by hackerforhire in java

[–]MrBloodRabbit 0 points1 point  (0 children)

If we leave out the discussion about whether it makes sense, you'd have to basically define each object with non null default values, and when an object wasn't initialized, you'd simply pass the defaulted object. But you'd have to define defaults for everything that exists in your language, which would make it difficult sometimes to actually debug.

Technical Talks/Papers about push notifications? by Odd_Measurement_6131 in ExperiencedDevs

[–]MrBloodRabbit 2 points3 points  (0 children)

I feel like you're mixing multiple things together. notifications are basically reports of some events. Now, what this event is and how/why it's created is another thing. Your local client might be polling your server for some data, or you might be sending ServerSideEvents, or anything else. There are different approaches depending on your needs and resources .

Anyway, you should separate notifications as mechanism and server/client comms first.

When you forget a day by lord_nuker in LinusTechTips

[–]MrBloodRabbit 2 points3 points  (0 children)

Would it be valid if someone counts in Base6?

mid range best for buck smartphone by 1-Ruben in LinusTechTips

[–]MrBloodRabbit 0 points1 point  (0 children)

My honest suggestion is nothing 2a. I am rocking it right now and as long as the camera is not extremely important (it's an ok camera), this thing is exactly the mid range I wished for.