1
625
flubba86

@lemmy.world

flubba86 37 points a day ago

Reminds me of this

path: 0 24373546 24375395, hotness: undefined, score: 37, children: 6
flubba86 6 points a day ago

I see both perspectives.

Before I had kids of my own, I couldn't stand their noise. I was irrationally angered by their behaviour.

But now being a father of 2, I'm totally the opposite. I can listen to kids shriek and screech all day and it doesn't bother me at all. I think it's a biological thing.

path: 0 24375455 24375991 24376168, hotness: undefined, score: 6, children: 1
flubba86 3 points 2 days ago

Thats right. The word "computer" in this article can mean anything with a microcontroller in it. Any car built after 1996 legally must have an OBD port, so it has a diagnostic computer at least. All cars with fuel injectors have an engine computer. All cars with air bags will have a computer that controls when they go off. Even some cars with cruise control in the 90s had a cruise computer that monitors and controls the speed.

I don't know what my point is, just that I agree, having lots of microcontrollers in your car is not necessarily bad thing, they provide many facets of basic functionality and don't collect your data. And journalists like sensational headlines and fear mongering.

path: 0 24348947 24358272 24359736, hotness: undefined, score: 3, children: 0
flubba86 98 points a year ago

Mandriva is the new kid on the block. Real classic Linux users will remember Mandrake.

path: 0 15396035, hotness: undefined, score: 98, children: 17
flubba86 91 points 3 years ago

Kinda weird that it details how badly this affected the girls' mothers. The girls don't get a say, but won't someone please think of the mothers?!

path: 0 3613545, hotness: undefined, score: 91, children: 3
flubba86 87 points 3 years ago

That's what the two prongs at the top are for. Flip the caliper upside down, use the prongs to measure the inside dimension, and read it off the same scale.

path: 0 2675435 2675526, hotness: undefined, score: 87, children: 8
flubba86 75 points 2 years ago

Sounds like your friend is absolutely not the target audience for a linux-based operating system. If he wants to play Windows games and use software designed for Windows, then he should be using a Windows OS. Anything else would be providing a suboptimal experience for him.

Personally, I've been using various Linux-based systems since 2004, as a software developer I use a lot of command-line utilities, and many tools and applications designed for Linux. If I were using predominantly tools and applications designed for Windows, then I would be using Windows. No need to make life more difficult for yourself and others.

path: 0 10326146, hotness: undefined, score: 75, children: 6
flubba86 65 points 2 years ago

Dude, it's common knowledge that NSA has contributed significant portions of (security related) code to the kernel. No tin foil hat required.

path: 0 13087856 13088095, hotness: undefined, score: 65, children: 3
flubba86 63 points 2 years ago

Leslie I typed your symptoms into this box and it says you might have network connectivity issues?

path: 0 7311383, hotness: undefined, score: 63, children: 0
flubba86 62 points 3 years ago

Clearly fake. Those slots were desoldered from a board, and DIMMs placed in them for the lulz.

path: 0 2677986, hotness: undefined, score: 62, children: 3
flubba86 60 points 3 years ago

That's why upvotes exist. If somebody helps you, upvote their comment.

path: 0 3679094, hotness: undefined, score: 60, children: 0
flubba86 59 points 3 years ago

Every Lemmy update:

"We fixed some performance issues by optimising some queries."

Also: "To balance it out, we added some new even more inefficient queries."

path: 0 1900402, hotness: undefined, score: 59, children: 11
flubba86 57 points 2 years ago

What makes you say the windows version is better? The lighting looks more accurate in the top one to me.

path: 0 13823509, hotness: undefined, score: 57, children: 3
flubba86 54 points 3 years ago

Every car I've owned has been used. Some are better than others. In general, I've had really good luck and have bought some great cars, but some have been money pits. You get better at spotting a good buy, but it's still possible to get a bad one, it does come down do luck.

path: 0 5117305 5117412, hotness: undefined, score: 54, children: 0
flubba86 50 points a year ago

I get how this could be interpreted as offensive, but I think it is just poorly worded.

This option is for if you are using a legacy version of Linux such as 2.6.x (eg, on an old RedHat distro that your business systems are designed to be run on).

This enables a compatibility mode so the old kernels don't complain.

path: 0 17394552, hotness: undefined, score: 50, children: 3
flubba86 48 points 2 years ago

Your loop had a race condition, so we let the smoke out for you.

path: 0 7990308 7992265, hotness: undefined, score: 48, children: 2
flubba86 40 points a year ago

In my early 20s I had a part-time job as a pizza delivery driver. When there were no deliveries, I would answer phones or take orders at the counter. One day one of the touchscreen monitors at the counter stopped working. It was just black all the time. So we were told not to use it.

A few days later I was on lunch shift and bored, I was trying random things to see if I could fix the monitor. Switched the inputs, switched to a different VGA cable, etc. At one point I discovered the touch panel was still working, I could interact with the OS, even though nothing was displaying. I was pressing around different areas of the screen and I accidentally found that pressing right in the centre of the screen caused the display to re-appear! It would disappear again after a few seconds. Press that spot again, it came back. I was fascinated by this, I showed some coworkers, they didn't care.

Over the course of the day it was getting harder to make the display re-appear. It gradually needed to be pressed quite forcefully to come back. I started using my knuckles to knock sharply on the spot, and that was working.

When my manager arrived for the night shift, I was excited to show him my discovery. I said "hey man, I kinda fixed this monitor, watch this!" And I enthusiastically knocked hard on the centre of the screen with my fist. The LCD lit up and showed the display, but at the same time shattered in a rainbow ring the shape of my fist.

The look on my manager's face was of awe and horror. I was trying to explain what I had meant to do, but I realised what it must've looked like to him. "Hey man, watch me fix this monitor!" Before smashing the screen with a swift punch. It wasn't possible to explain it a way that didn't sound crazy.

In the end I convinced him that the monitor was faulty anyway, and we were going to replace it anyway, so my accident breaking it more is not a big deal.

path: 0 15579195, hotness: undefined, score: 40, children: 2
flubba86 40 points 3 years ago

It's not really a standalone file format, it's executable Lua code.

It returns a new item with the given table contents.

That syntax with the keys in square brackets is the "long-form" method of creating a new table, that's allows the use of spaces and dashes in the key name.

https://stackoverflow.com/...

Maybe this is the lua-equivelent of a python Pickle file?

path: 0 5955153, hotness: undefined, score: 40, children: 9
flubba86 39 points 2 years ago

Ah yes, H'taln'k from J'briom-4, flying his Zal't M'lort class Winger to the Mont Bronl'n port with the day's haul of Sea Crom't. Oh won't his mabs'k be pleased with this delivery.

path: 0 9218913 9224886, hotness: undefined, score: 39, children: 2
flubba86 38 points 3 years ago

I've been using Alacritty for the last 4 years, it's kinda the opposite of this nonsense. It's written in Rust, it's super light weight, highly optimised, and uses hardware acceleration to render the terminal. It's top of the chart for every terminal performance benchmark conceived.

However, that lightness and fastness comes at a cost. There are some basic features they just won't add because they're outside the scope of the project. Eg, tabs ("just use a tiling wm and do your own tabs in the wm") or a scrollbar ("just use a shell with a scrolling screen buffer like Tmux"), or different coloured backgrounds for each opened window ("why would anyone ever want to do that?").

My holy grail terminal would be something like Alacritty, written in Rust, blisteringly fast and light weight, but with tabs, scrollbar, bookmarks, etc.

I find myself falling back to using Konsole a lot these days, it's got all the features I want, is fast enough, and already installed on every system I use Plasma on.

path: 0 5852599 5855810, hotness: undefined, score: 38, children: 18

thanks for using Leebra!

go to feed...