linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

dion_starfire, in Three Chapters in. While its pretty cool to hear about the history, im still waiting on the connection with Debian.

This is clearly humor, but for anyone wondering what the actual connection is, it’s that Mark Shuttleworth, the billionaire founder and CEO of Canonical (the company that maintains Ubuntu), is from South Africa. He liked the word, and decided to name his new Debian fork after it.

pastaPersona, in Distros bad

What would a percolator represent here? IE Something like this https://lemmy.world/pictrs/image/dd781285-22ee-4c57-b2f6-9a57d29732da.png

FreeLikeGNU,

MSDOS 5?

HessiaNerd,
bitwaba,

OpenSUSE.

it works, but no one’s heard of it.

uis,
@uis@lemmy.world avatar

Works for me

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

Some dead distro like Mandrake or something. “No one uses it anymore but it was the best we had at the time.”

woobie,

SunOS / Solaris, AIX, HPUX, AT&T…

KpntAutismus, (edited ) in Distros bad

all of these are valid options for making coffe.

but what distro is this?

https://lemmy.world/pictrs/image/ef3cad13-8eaa-401e-9a19-f908fee80c04.jpeg

ring_raitch, (edited )

Nixos? Lol maybe that’s aeropress tho

ohlaph,

Probably.

recently_Coco,
@recently_Coco@lemmy.blahaj.zone avatar

This is what I use. I just downloaded Mint Cinnamon yesterday. Not sure if that means anything.

KpntAutismus, (edited )

i was about to say linux mint as well. dump some coffe in, some water, press it down and off you go!

non-proprietary and very reliable.

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

I’m a Mint Cinnamon user, and to me, Mint Cinnamon is a typical drip machine with a built in timer and some nice extra features. It’s a bit fancier than Debian but still simple and reliable to use.

A french press I think represents Pop!_OS.

FreeLikeGNU,

Slackware probably.

Pantherina,

No matter what this is but its truly based.

uis,
@uis@lemmy.world avatar

OpenSUSE Thumbleweed?

Octopus1348, in Just because it’s better than windows doesn’t make it good

As a macOS user I don’t agree.

Centaur,
bfg9k,
@bfg9k@lemmy.world avatar

As a carrot I half-agree.

xia,

Me: “ls ~/Downloads”, mac-gui: Would you like to give “Terminal” access to the “Downloads” folder?

adrian783,

click yes when this happens. this one is a freebie.

custard_swollower,

I really like it, and I miss it on Linux. On Linux, I have to trust that each and every sh/bash script, package install script, or some stuff you download from internet are actually safe and don’t access your private stuff. On mac I get the prompt when some software needs to access a specific folder.

CapeWearingAeroplane,

Ok, it’s true that you have to spend 15 mins after setting up to “install developer tools”, and remove some safety rails. However, the mac doesn’t prevent you from doing that, and doesn’t really even try to make it hard (if you’ve ever touched a terminal before). Once it’s set up, you’re good to go…

GeniusIsme,

Depends on what you are doing. My company was using clang for c++ compilation and it was a drag to make all this clicks for each .so every is update. And there is no way to automate the process. And those occasional compatibility breaks didn’t help either.

CapeWearingAeroplane,

what do you mean? clang is a command line tool, can’t you write some cmake and a bash script to automate the build process? That’s what I always do when I writing any C++ that needs to be compiled/updated fairly regularly.

GeniusIsme,

It has nothing to do with clang being command line. It consists of many binaries, all of them untrusted. Any time new dynamic lib is loaded Mac stops the process and complains. Then you need to do manual stuff, as you can’t automatically trust a binary, for obvious reasons. This happened almost two years ago, maybe clang got apple certificates or some shit to combat the issue. But my point was that every OS update on Mac brings annoying issues for developers.

CapeWearingAeroplane, (edited )

I have to admit, I’ve never touched the kind of issue where I need to load a bunch of binaries I can’t automatically trust as part of a build process, so I won’t speak on that.

On the part about OS updates being a PITA, yes: I’ll admit that I offset updating the macOS major version for as long as possible. As long as my major version is maintained/get’s security updates, and the newer versions are backwards compatible enough that I can compile stuff for them without any hassle, I’ll stay on macOS 13. Judging by historical data, that means I have about two more years before I might need to spend an hour or two fixing up stuff that bugs out with the eventual major update.

xrun_detected, in Distros bad

This needs a coffee siphon as well, might even fit gentoo better than the espresso maker. harder to set up, takes longer but it’s different from what everyone else is using ;) great coffee, too

woobie,

And also an Aeropress, and a cold brew thingy whatever they are called.

alomsimoy, in Distros bad

If you’ve used an espresso machine you will know that every single small change, even new fresh beans, fucks up the setup and you have to dial everything again, so I think it fits better with another one. I use arch btw.

Creatortray,

OMG, i was right!!!

kttnpunk, in They caught us
@kttnpunk@lemmy.world avatar

I find ASCII incredibly readable honestly. I use pixel fonts too, but I love the sharp blocky characters it’s so much easier on the eyes than whatever windows or iOS has going on by default

bruhduh,
@bruhduh@lemmy.world avatar

I still didn’t learned how to comprehend dwarf fortress native ASCII

superbirra,

mh mh, but I’m afraid ASCII isn’t what you suppose it is

ChickenLadyLovesLife,

Not really relevant, but as a kid I though the “II” part of ASCII was roman numerals. I was all the way to graduate school before my prof literally on the floor laughing because I had said “asskey two” set me straight.

stinerman, in Three Chapters in. While its pretty cool to hear about the history, im still waiting on the connection with Debian.
@stinerman@midwest.social avatar

The old joke is that “Ubuntu” is a Bantu word meaning “can’t install Debian.”

soupuos, in Just because it’s better than windows doesn’t make it good

I know a lot of people like macOS, and I’m sure they get a lot done with it. For me however, it’s easily my least favorite popular OS. That’s even considering the terminal running zsh by default, which is miles ahead of Windows.

A quirk that recently bit us at work is that Safari has a maximum allowed version based off your OS version. Now if it was just me as a user, I’d download a 3rd party browser. However, as a developer, I have to build solutions that work for every “reasonable” browser. This means I can’t use features that every modern browser has, including Safari, because Safari from 4 years ago didn’t have it.

BURN,

This used to be the case with IE. you’re always going to have to support at least one legacy browser.that’s one of the few real benefits of everyone moving to chromium based browsers.

soupuos, (edited )

Yeah, thankfully I never had to develop with IE in mind. Though I have heard a lot of people dislike it for that reason.

You’re totally right about that being a benefit to everyone moving to chromium. Thankfully Firefox has kept pretty up to date with new features/standards too.

xtapa, in Distros bad

It does not recommend a coffee prep method for Tumbleweed and I really need some caffeine. Please help. Quick.

Pantherina,

Cocaine. Stay rolling

xtapa,

Sure. As long as Suse keeps releasing :)

Bishma, in No tearing support discussions for me
@Bishma@discuss.tchncs.de avatar

My wife complains about not being able to hear the TV over the teletype, but I keep telling her it’s the only way to get the true user experience.

agent_flounder,
@agent_flounder@lemmy.world avatar

I should really upgrade to 300 baud. These posts are taking forever to read.

Andrew15_5, (edited )
@Andrew15_5@mander.xyz avatar

I also want to have a clicky mechanical keyboard! /s

Bishma,
@Bishma@discuss.tchncs.de avatar

And a clicky mechanical display!

InternetCitizen2, in Three Chapters in. While its pretty cool to hear about the history, im still waiting on the connection with Debian.

Hmmm

cupcakezealot, in alias 2024='echo "YEAR OF THE DESKTOP"'
@cupcakezealot@lemmy.blahaj.zone avatar

microsoft: ill just put linux in the windows

Andrew15_5, (edited )
@Andrew15_5@mander.xyz avatar

Imagine no WSL, no nothing. The only way to use Bash/Zsh is to use either a full blown VM or switch to Linux. All coders would 100% move to Linux, except that code in C++++.

BURN,

I just develop in a VM that I SSH into from windows. No need for anything beyond the initial use of a windows terminal

baseless_discourse, (edited )

I am probably going to get downvoted to hell for this, but powershell is pretty good.

You can write a whole project in powershell with proper intellisense. I think microsoft also sprinkled some f# type provider magic in it, so the programming experience is rather nice.

imagine writing complex logic in bash, zsh or even fish.

PlasticExistence,

Even as the world’s biggest Microsoft hater I can admit that Powershell is pretty slick.

The bad doesn’t always negate the good. Take birth control for instance. It was developed in a highly unethical way (tested on a large population in Puerto Rico without their knowledge or consent IIRC). That was a bad thing, but birth control by itself is a good thing that improves people’s lives.

Andrew15_5,
@Andrew15_5@mander.xyz avatar

powershell is pretty good.

Pretty good by Windows standards, but it’s awful and too verbose and ugly by UNIX standards.

imagine writing complex logic in bash, zsh or even fish.

There are a lot of Bash wrappers for a lot of programs or the programs themselves are written in Bash. Maybe complex logic in Bash wouldn’t look pretty, but it is much easier than POSIX shell. And there is a LSP server for shellscript. If a custom command is present on the host, then the server will also see it and you can autocomplete it.

Some things are easier done with shell than python, so it all depends.

SocialMediaRefugee, (edited ) in Can you install thid 25 year old program?

At my job we shut down a system with v4 of RHEL that had an uptime of a few years (we have generator power backups).

noxy,
@noxy@yiffit.net avatar

my worst day was a RHEL 4 server running COBOL for 911 going down because my idiot former boss didn’t RAID the system volume at all

thankfully I found a matching CentOS 4.4 image and made it work

pete_the_cat,

We have a Solaris 5 server with an uptime of over 5 years a few more were close to that.

m3t00, (edited )
@m3t00@lemmy.world avatar

replaced a $20,000 cd rack with 15 cd drives + windows os for network sharing, with a desktop PC running redhat(bureaucracy wanted a support contract). Ripped all their cds w/ dd bash script I wrote for automating add/delete cds for the non-cli types.

dudinax, in Just because it’s better than windows doesn’t make it good

MacOS is way worse than Windows.

SRo,

Yep

tubaruco,

mac is way more new user friendly and polished though

aidan,

Depriving the user of information is helpful until you hide information they want.

ColdWater,
@ColdWater@lemmy.ca avatar

How’s MacOS user friendly?

tubaruco,

cant do anything thatll mess everything up (unless you really know what youre doing)

Stumblinbear,
@Stumblinbear@pawb.social avatar

It’s more user friendly in a thousand minor ways, such as installing programs, which makes it much more user friendly overall. At least MacOS has a consistent UI that doesn’t massively change every single update

dudinax,

The primary goal of MacOS is to prevent your eight-year-old from messing it up too much.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #