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.

lemmy.ml

redempt , to linuxmemes in batman or man bat?

I love it because software written in rust tends to be straight up better. because it makes it so easy to make your code parallel, because it makes it easy to be user friendly by design, people actually go that extra mile. because it’s so easy to pull in a dependency to do something you’d be too lazy to do in C, the tools can get a bit big but they tend to work really well. I’ll take a rust CLI app over a python CLI script any day, and I’ll especially take it over software written in C. most people don’t care as long as the tool works, but you can definitely feel the difference of the language it’s written in in its design and performance.

renzev ,

Good software can come from almost any language, but yeah there’s just something about rust CLI tools. I’ve pretty much always had issues with incorrect file type associations on Linux, until I started using handlr. exa (or eza?) is great too. Just like ls but better in every way.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Yes eza is the new fork. I like the nerdfonts combo

menas , to linux in You think Linux is living a Renaissance with Gaming and New Non-Technical Users?

There sure is new comers thanks to the enhancement of graphic environment and gaming. But this is still very marginal, and there is some good reasons.

If we want to promote linux and FOSS we couldn’t only rely on use-cases and good-will of people, we need to find structures that make people use mac and windows. FOSS movement make some interesting stuff about the education system, and the institution use of windows, which are a lot more impact on the OS we are using than the qualities of such systems. But the so-called “politically neutral” forbade us to prevent this situation to repeat itself. Microsoft works on daily bases with tremendous resources (not only monetary). People who are making this decisions have some carrer interests that is not align on those of the masses.

Free-software without anti-capitalism is only open-source, sry

That not a moral state; some capitalist on corporation help us a lot. The main reason for the linux promotion is the choice of Valve, but because that choice is not profitable (in a capitalist way), we should consider it as the exception.

I’m not saying that it’s helpless. It’s quite the opposite : I’m saying that if we want to have a massive action, we have to take the power were it is.

RamblingPanda , to programmer_humor in "I want to live forever in AI"

It needs an empty catch block

alphapuggle , to programmerhumor in "I want to live forever in AI"

A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy

waigl , to programmerhumor in "I want to live forever in AI"

In a language that has exceptions, there is no good reason to return bool here…

catnip ,

HRESULT

itslilith ,
@itslilith@lemmy.blahaj.zone avatar

Result<_>

marble , to programmerhumor in "I want to live forever in AI"

Implementation will be


<span style="color:#323232;">{
</span><span style="color:#323232;">    // TODO
</span><span style="color:#323232;">    return true;
</span><span style="color:#323232;">}
</span>
treeshateorcs , to programmer_humor in "I want to live forever in AI"
@treeshateorcs@programming.dev avatar

everyone watch this clip and tell me what you think

www.youtube.com/watch?v=szzVlQ653as

what if it’s year 3000 right now and we’re all playing a game?

boredsquirrel , to linuxmemes in I'd like to interject for a moment.
@boredsquirrel@slrpnk.net avatar

Wtf how do you get bash on windows and is their theme really still called Aero and their WM “Explorer”???

MRLimcon OP ,
@MRLimcon@lemmy.ml avatar

I use msys2 (www.msys2.org), it uses pacman as its package manager and has a lot of developer packages (so i can compile fortran and integrating it to python). It comes with bash and a terminal, but I used windows terminal and made a profile for using msys2’s bash, the same on vscode. Then I installed neofetch (packages.msys2.org/base/neofetch) and just saw this hahaha.

subignition ,
@subignition@kbin.social avatar

There's also WSL though your mileage may vary.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Thats something different

joyjoy ,

neofetch in WSL would report as Ubuntu (or whatever distro you chose)

possiblylinux127 ,

Not as flexible or fast

0ops ,

Git bash, also that screenshot looks like the Windows terminal app

possiblylinux127 ,

Looks like cygwin to me

Zhumos ,

It’s probably Msys2.

Msys uses /c/ for windows drives by default. Cygwin uses /cygdrive/c/ by default

Percy_JW ,
@Percy_JW@kbin.zerstoererbande.de avatar

You can also install neo fetch through scoop

palordrolap ,

Someone else already said WSL, but before WSL there was Cygwin, and before Cygwin it was probably the DOS era tbh, but you could definitely get pdksh as a DOS executable back then. (I was never quite brave enough to make pdksh the SHELL in CONFIG.SYS, but I could have.)

As for Windows' WM being Explorer, yeah, that's basically been the case since Windows 95. The desktop itself is a special instance of a folder and the taskbar, at least up to Windows 7 (I've been out of touch since then) was a heavily modified partially-floating menu bar.

Prior to that, Windows 3.x had something called Program Manager which Windows 8 kind of, sort of, went back to (but not really) and everyone hated it. The original Program Manager would have been better, honestly.

Makes me wonder if the setting is still there in modern Windows to change the WM to something else. It used to be in WIN.INI, so it's probably a registry key now. No doubt deep instability will result if it's set to anything other than explorer.exe because of the deep integration that explorer.exe has with literally everything, so probably not worth trying. Also, if you start Explorer when it isn't the WM, it'll probably try to do WM things anyway and break whatever else is running.

possiblylinux127 ,

The image in cygwin or something based on it

davidgro ,

As far as switching out Explorer goes, it’s not actually the window manager, that’s Aero since Vista - but it is the shell on desktop editions of Windows… But not all editions. Some server editions (“core”) and some specialized other ones have the shell set to literally just a cmd window. There’s no taskbar, no Start, no desktop icons, etc. There’s a cmd window that if closed triggers a reboot. Of course other things can be started from it.

I’m not sure if there’s a setting that could be changed to make a desktop edition behave like that or vice versa.

boredsquirrel ,
@boredsquirrel@slrpnk.net avatar

Damn. This could be a reason why there are no good filemanagers in Windows? But idk.

friend_of_satan ,

DOS was ok, but when I found Linux with its cli multiprocessing, &, bg, fg, jobs, and alt-f#, my head exploded and I thought about all the time I could have saved in my years of using DOS with its single process terminal interface.

possiblylinux127 ,

Cygwin

madeline ,

they forgot how to make an operating system 12 years ago, it’s all windows 7 leftovers

uebquauntbez , to programmer_humor in "I want to live forever in AI"

Sorry Dave, I’m afraid I can’t do that

Malix , to programmer_humor in "I want to live forever in AI"
@Malix@sopuli.xyz avatar

the plot of

spoilerSOMA

in a nutshell?

ABasilPlant , to programmerhumor in http tutorial

Surprised no one’s mentioned HTTP Cats yet:

http.cat

Personally, HTTP 405 (Method not allowed) is my favorite:

An image of former US president George Bush eating a cat. The text below the image reads, “405. Method Not Allowed”

femboy_bird , to linuxmemes in There are only 4 serious consolidated Linux Distros: Fedora, OpenSuse, Debian, Ubuntu

How come your account is nine days old when you were clearly born yesterday

fl42v , to linuxmemes in There are only 4 serious consolidated Linux Distros: Fedora, OpenSuse, Debian, Ubuntu

Ubuntu is poor man’s Debian.

eya , to linuxmemes in There are only 4 serious consolidated Linux Distros: Fedora, OpenSuse, Debian, Ubuntu
@eya@lemmy.dbzer0.com avatar
  • Nix OS
  • Tails
  • Alpine
  • Qubes OS
sunoc ,
@sunoc@sh.itjust.works avatar

Now we’re talking!

fl42v , (edited )
  • that’s kinda nixos + qubes

** when it’s at least semi-ready

Nomecks , (edited ) to linuxmemes in There are only 4 serious consolidated Linux Distros: Fedora, OpenSuse, Debian, Ubuntu

Lindows: Am I a joke to you?

DmMacniel ,

Yes

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