this post was submitted on 09 Mar 2024
499 points (95.8% liked)

memes

17384 readers
1506 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
all 50 comments
sorted by: hot top controversial new old
[–] Thorry84@feddit.nl 118 points 2 years ago (5 children)

It's really simple, it's a container containing a virtual os, which runs a browser and a webserver to run the app. The app connects to several external api services to do it's thing.

It's like, really simple!

[–] haui_lemmy@lemmy.giftedmc.com 31 points 2 years ago (1 children)

I‘m very scared that this might actually be the case in some apps out there.

[–] PatMustard@feddit.uk 10 points 2 years ago

It probably was very simple for the kid who wrote it, just import everything and write a couple of lines to use all this stuff that already exists!

[–] Dasnap@lemmy.world 6 points 2 years ago (1 children)

Gotta love using a base container image that is far too overkill for what you're trying to run.

[–] jj4211@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I get to witness to enterprise services flavor of that. Where the company pays software architects that aren't actually coding and coders not allowed to make architectural decisions.

You have software that takes http? You need to rewrite it so that you only speak rabbitmq, and use it for every http request or Web socket message, don't worry, we have a team that specializes in making http translate to rabbit mq, so you only have to rewrite the server code, another team will handle the http listener that translates to you.

What's that, you have a non http protocol? Well, the other team isn't scoped to handle that, so you'll need to convert your listener to rabbitmq and create a whole separate container to actually receive the packets in udp and then translate to rabbitmq. No "processing" software is allowed to speak anything but rabbitmq, and network listener containers are only allowed to dumb receive and Forward.

[–] SpaceCadet@feddit.nl 2 points 2 years ago

Tech hipsters be like: you had me at container!

[–] smileyhead@discuss.tchncs.de 46 points 2 years ago (2 children)
[–] jj4211@lemmy.world 40 points 2 years ago (2 children)

You left "sudo" off that last frame.

[–] AnUnusualRelic@lemmy.world 5 points 2 years ago

The script will prompt you.

[–] bruhduh@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Blackarch be like

[–] oce@jlai.lu 8 points 2 years ago (2 children)

Some of those can be good if you want a single command to install on any OS.

[–] jbk@discuss.tchncs.de 2 points 2 years ago (2 children)

Bash/Sh on Windows? And what's so bad about 2-3 separate commands anyway?

[–] jj4211@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I assume he refers to npm/pip/cargo to be the multiple os option, not saying the last one is obviously better for multiple os. At least that has to be because that's the only option that is os independent.

Of course it sucks because the essentially uncurated dependency trees result in either instability on updates, or missing updates. Of course also the natural OS updater won't help you out with pip/cargo/npm, but it will help with apt, yum, snap, and flatpak.

[–] oce@jlai.lu 1 points 2 years ago* (last edited 2 years ago)

I was talking about the other ones, but since you mention it, yeah, many people use Bash on Windows, from Git Bash which is part of Git on Windows, which pretty much any developer forced to use Windows will install in order to use Git.
Developers often prefer to have less interfaces to maintain when possible.

[–] smileyhead@discuss.tchncs.de 1 points 2 years ago

Gets the job done, but shoudn't and isn't intended for non-programmer end user.
I'm not mad at small programs or developers with not much time to setup a distribution pipeline, they should be praised for their work at the program itself. But different OSes have different places to unpack a program and this allows simple updates, we should respect that for consistency at user end. Expect it's Windows, which is a unspecified mess anyway, let's go and unpack everything raw on C:\ or into user directory.

[–] Heavybell@lemmy.world 41 points 2 years ago

How much you wanna bet the "dev" doesn't realise chromium is a dependency, in this scenario?

[–] whaleross@lemmy.world 27 points 2 years ago

What do you mean you don't have to restart your terminal software every afternoon when the four windows consume six gigabytes of RAM?

[–] thegreekgeek@midwest.social 26 points 2 years ago (2 children)

I saw a terminal app a few weeks ago that had AI INTEGRATION of all things.

[–] Z4rK@lemmy.world 5 points 2 years ago (2 children)

Warp.dev! It’s the best terminal I’ve used so far, and the best use of AI as well! It’s extremely useful with some AI help for the thousands of small commands you know exist but rarely uses. And it’s very well implemented.

[–] lseif@sopuli.xyz 2 points 2 years ago (1 children)
[–] Z4rK@lemmy.world 2 points 2 years ago

Alas. They have said they plan to open some of the source and potentially everything, but it’s little progress.

They recently ported to Linux, which I think will give them much more negative feedback here, so hopefully with more pressure they’ll find the correct copy left license and open up their source to build trust.

[–] TopRamenBinLaden@sh.itjust.works 1 points 2 years ago* (last edited 2 years ago)

I don't understand what is the benefit here over a terminal with a good non-LLM based autocomplete. I understand that, theoretically, LLMs can produce better autocomplete, but idk if it is really that big of a difference with terminal commands. I guess its a small shortcut to have the AI there to ask questions, too. It's good to hear its well implemented, though.

[–] Random_internet_user@lemmy.today 16 points 2 years ago (5 children)
[–] blue_struct@feddit.de 18 points 2 years ago (2 children)

https://hyper.is

came to mind. It uses web technology to make a terminal. I've never used it, so I have no idea if it works well or not.

[–] MashedTech@lemmy.world 2 points 2 years ago (1 children)

I stopped using iTerm because it was using too much power while I was on battery. Kitty is by far the best terminal.

[–] blue_struct@feddit.de 3 points 2 years ago

Kitty is really popular. I'm using foot, as long a terminal has the basic functionality I need, best latency is what I care about.

[–] ShadowCat@lemmy.dbzer0.com 2 points 2 years ago

I've used it a while back, it works fine, probably not as effecient as other emulators but works well enough

[–] catch22@startrek.website 2 points 2 years ago
[–] victorz@lemmy.world 1 points 2 years ago

Also curious.

load more comments (2 replies)