files.catbox.moe

FlyingSquid, to risa in Insert witty title here
@FlyingSquid@lemmy.world avatar

Allamaraine!

z500,
@z500@startrek.website avatar

Count to four

FlyingSquid,
@FlyingSquid@lemmy.world avatar
Aurenkin, to memes in HOI players are built different

Global tension +15%

henfredemars, to programmer_humor in Debugging

You’re sure that there was a crime? You’re fortunate that your bug is consistently reproducible.

Gormadt,
@Gormadt@lemmy.blahaj.zone avatar

My “favorite” is when following the steps to reproduce a specific bug you get an entirely different bug then what was reported

DeltaTangoLima, to programmer_humor in Debugging
@DeltaTangoLima@reddrefuge.com avatar

My biggest problem isn’t discovering my own crime. It’s trying to determine what my motive was at the time.

Gormadt,
@Gormadt@lemmy.blahaj.zone avatar

Usually my motive is, “It’s 3am I’ll just put this temp placeholder here and fix it in the morning.”

Proceeds to not fix it due to forgetting by the morning

joyjoy, to linuxmemes in The successor should be called Plan 69 from Bell Labs

I literally learned about this yesterday after I saw it in my WSL process list.

Gork, (edited )

Linux is a gateway drug to operating systems considered most unnatural.

agressivelyPassive, to linuxmemes in The successor should be called Plan 69 from Bell Labs

Thinking about it, it’s weird that there hasn’t been any real change in operating systems for about 50 years. Unix and its derivatives seem to be almost the only game in town, apart from desktops running Windows.

Bishma,
@Bishma@discuss.tchncs.de avatar

I think the last one to make any real headway was BeOS and they’ve been dying a thousand deaths ever since Apple bought NeXT instead of them. Though admittedly that perspective is coming from a person who used BeOS once in the 90s and has never touched Haiku.

freijon,

What about Fuchsia?

agressivelyPassive,

Is that really different? I thought, it’s just a “regular” OS.

lurch,

It’s because you don’t want to reinvent the wheel all the time. It sucks doing it. Lots of effort. It’s much better to build on existing stuff and maybe improve it for your needs.

agressivelyPassive,

But that’s the thing: is there only one wheel? Maybe wheels are a bad metaphor here, but isn’t it weird, that there aren’t any fundamentally new concepts? Unix was developed basically during the preschool years of computing and we all just kind of stuck with its concepts.

Fuzzypyro,

I have thought the same in my adventures into alternative operating systems.

cucumber_sandwich,

Depends on the level of abstraction you’re looking at. Operating systems today are vastly more capable of organizing different provesses, distributing work amongst multiple CPU cores, CPU caches, etc. I guess the von Neumann architecture has just proven really successful in practice. And von Neumann machines require a certain set of capabilities in their OSes.

Maybe look at embedded systems, where we find a bit more variety. Things like DSPs or microcontrollers.

LordOfTheChia, (edited )

If the underlying concept is good and was well thought out, it’s better to build upon it instead of reinventing it.

Look at the 4 stroke engine (and engines in general) many of the design concepts date back to the 1880s!

There’s other engine designs (ex:rotary engine) but the 4 stroke has over a century of testing, improvements, and refinements. A new design can adapt some of the refinements, but would have to catch up on decades of innovation and testing just to catch up!

On the Unix side, there’s the evolution of the Posix standard (which was based on Unix).

cyanarchy,

I would point out, by comparison, that piston engines are effectively obsolete for certain applications. Most aircraft operate on some type of jet engine, which involves the same core concepts of thermodynamics and aeronautics, but are still fundamentally different. They also optimize for different criteria, which is why neither jet engines nor piston engines hold a monopoly on any class of vehicle.

This is really stretching the computer metaphor. I think my point is that there will be room for rethinking paradigms as our applications of computers grow to include things that weren’t originally planned for. But in a mature technology there’s a lot of established precedent, and that’s not easily overcome. It takes something that can improve the field like jet engines made new aircraft possible.

quantenzitrone,

TempleOS🕌

acockworkorange,

Plan 9 became Inferno and was quite successful as a distributed OS for network appliances.

auf, (edited ) to linuxmemes in The successor should be called Plan 69 from Bell Labs

Why arch tho

Is it a “beginner to proficient” list, or “sane to 1ns4n3”?

gamarus, to memes in Hmm like food

yummy

Agent641, to linuxmemes in The successor should be called Plan 69 from Bell Labs

I installed plan 9 successfully about 15 years ago. And then I did not know what to do.

Eldritch,

There was at one time a group pushing to make a more active up to date. User friendly plan 9. Distro if I remember correctly called Harvey OS. They may still be at it. But such a small group means that it’s going to take a long time combined with a lot of effort. And at this point so many things have moved on and become rather linux specific even. That the task only keeps getting more and more difficult.

Honestly, in the interim, many of plan 9’s better features were adopted in some small part or completely by other operating systems. Definitely not quite as elegantly.

What I really want to know is why is nobody here talking about inferno. It’s what came after plan 9.

acockworkorange,

Sounds like my experience with QNX 6. It was fun for a while, especially with the microkernel novelty. I could kill the mouse driver and bring it back to life. It was interesting to have that on a 486 with memory corruption issues.

LemmyKnowsBest, to memes in Hmm like food

I guess the FDA did all they could to protect me before he bought those items from the grocery store.

Now I’m supposed to be okay with him licking and sweating all over the kitchen prep food because it’s supposed to be sexual, right?

xyguy, to risa in Insert witty title here

The main guy on this episode seems like a 1980s wrestler. Especially with the shiny outfit.

Gradually_Adjusting, to memes in Hmm like food
@Gradually_Adjusting@lemmy.world avatar

This must be how silly the thirst traps on insta must look to normal women

muntedcrocodile, to piracy in Naming Torrents
@muntedcrocodile@lemmy.world avatar

Why there has to be a reason?

balderdash9, to piracy in Naming Torrents

Why are spaces bad? Does it mess with sonarr/radar or something?

retiolus,
@retiolus@lemmy.cat avatar

Spaces are a headache whenever you’re not using a graphical interface.

pete_the_cat,

Quote\escape all the things!

the_third,

Yes, but, no.

0x4E4F, (edited )

It’s legacy, white spaces weren’t allowed as characters on most FTP software, which is how the warez scene shares it’s releases. It used to be underscores, but dots are closer to a white space regarding separation (space wise), so most release groups use dots nowadays.

Generally, a white space as a character in filenames and directories is “frowned upon” in many operating systems, Windows included (somewhat). It makes writing scripts and software more comlicated because it’s used as as a separator for giving command line/terminal options to commands and binaries (programs).

originalucifer,
@originalucifer@moist.catsweat.com avatar

it goes way back before ftp.. i believe its because the original operating systems filesystems/namespacing could not handle the space character at all. so all files lacked spaces in their names. but only for like the first 30 years

biscoot,

30 years ain’t small

0x4E4F,

Yes, you’re correct, it goes much further back than FTP, all the way down to UNIX I believe. The problem was commands and parameters (options) which use a white space to seperate between them. So, filenames and directories were’t allowed to have white spaces in them.

jimmydoreisalefty, to piracy in Naming Torrents

I prefer dots over spaces.

Spaces can mess with stuff, double space…

LazaroFilm,
@LazaroFilm@lemmy.world avatar

I prefer  

SchizoDenji,

Dots sometimes pose problems in arrs.

Mr_Blott,

Yeah I had dots on my arse once. Turned out I’d been sitting on my keyboard

KrummsHairyBalls,

I.too.prefer.dots.over.spaces.

pete_the_cat,

:%s/./ /g

people,

And get the bonus of excellent compression after that, too!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #