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.

programmerhumor

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

jecxjo , in Wirth's law
@jecxjo@midwest.social avatar

It is quite interesting how games came out in the past that never got updates. Now you install a game and the first thing it does is downloads updates for a day before you can play.

Kalothar ,

Games are far larger and much more complex, its hard to plan for what goes wrong in production for these games.

jecxjo ,
@jecxjo@midwest.social avatar

Oh I get that. Just noticed that developers I work with today rather than the ones I worked with 20+ years ago have a very different understanding of development.

TeaHands , in Wirth's law
@TeaHands@lemmy.world avatar

As a hobbyist game dev, can confirm I am basically just splashing around cluelessly making a mess.

reversed95 , in why why why

It’s called the theory of Gravity after all

Fafner , in why why why
@Fafner@yiffit.net avatar

Because no one can agree what way up is!!

Two_Wheels , in QUIT VIM Because Modern IDES are magic

I use the VIM plugin in my IDE. The best of both worlds!

dotslashme ,

Yup me too.

zurohki , in Binary

There are 10 kinds of people in the world. Those who understand binary, those who don’t, and those who didn’t realise this joke is in base 3.

aaiding OP ,

Actually, there’s 2 more:

  1. People making off-by-one errors
Pirtatogna , in Wirth's law

In the eighties we dealt with a few kilobytes, only dreaming about megabytes…

Rozauhtuno ,
@Rozauhtuno@lemmy.blahaj.zone avatar

“Cool, what’s a kilobyte?” - Rockstar before filling your hard drive

ggnoredo , in Lemmy

that’s Jerboa issue but probably because It received something from the server that it shouldn’t

Atemu ,
@Atemu@lemmy.ml avatar

No, the server gave a 502 instead of a JSON and Jerboa doesn’t handle that gracefully.

ggnoredo ,

Actually i was trying to say similar issue

KD_14 ,

Seems like the 4 apps I use all have the same issue though which makes me wonder if it’s something in Lemmy causing the issue (not the apps).

Atemu , (edited )
@Atemu@lemmy.ml avatar

Well, Lemmy shouldn’t 502 in the first place. That’s the root cause. The apps should handle that gracefully though, especially given how commonly Lemmy throws a 502.

Atemu ,
@Atemu@lemmy.ml avatar

Well, Lemmy shouldn’t 502 in the first place. That’s the root cause. The apps should handle that gracefully though, especially given how commonly Lemmy throws a 502.

rimorso , in Lemmy

Lemmy is written in rust, that’s a java error so the issue lies with the app you’re using not Lemmy itself (maybe)

Atemu ,
@Atemu@lemmy.ml avatar

The cause is a 502 from lemmy.

Jerboa’s handling of that error is also terrible but that’s another issue.

4am ,
@4am@lemmy.world avatar

Memmy doesn’t do well with it either.

Of course it doesn’t bode well for the instance itself that it’s throwing so many…but it’s unclear if that’s an operator problem or a code base problem.

T156 ,

It could also just be a server load issue.

Lemmy.world, the community the instance is hosted on, has been having a few issues between the 0.18.1 update, and the amount of users on the platform.

Marxine ,
@Marxine@lemmy.world avatar

Mostly the user count at this point, although things have become more stable the last few hours

dukk ,

Yeah, I’ve only experienced this issue when dealing with Lemmy.world. Building my own client, and I get the same issue all the time.

Binderfullofpizza ,

Is there a good Lenny app because so far wefwef hasn’t been great for me.

balls_expert ,

Thunder but features aren’t all there

yads ,

Jerboa or just in the browser. Honestly though most people’s issues are likely to be because they joined a huge instance which is falling over due to load. Consider making a new account on a smaller instance.

Sylocule ,

I am using Memmy at the moment and it’s well decent

github.com/Memmy-App/memmy

_thisdot ,
@_thisdot@infosec.pub avatar

Can you explain why? Are you using wefwef on Android?

Binderfullofpizza ,

I’m using it on iOS and don’t get me wrong the app looks beautiful. I’m finding issues with communities not loading posts, comments or general sync issues. I have an issue where trying to reply to a comment would overlay the comments over the textfield.

wason ,

That might be a server issue. Lemmy.world is still having performance issues and just like the picture in this post we are all seeing many errors often.

Binderfullofpizza ,

I appreciate the explanation.

RoundSparrow ,

I’m finding issues with communities not loading posts, comments or general sync issues.

Lemmy’s Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn’t doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.

Distributed ,

That sounds like a server issue. Try a smaller server

Binderfullofpizza ,

Can I change servers without changing my account?

Distributed ,

At this time, no. This is a limitation on lemmy’s side though

brettrick ,
@brettrick@infosec.exchange avatar

@Binderfullofpizza In my opinion, Memmy is the best native app at the moment (for iOS).

Binderfullofpizza ,

Thanks I’ll give that a shot.

foxrumor ,

Wefwef has been the best for me so far. I’m a previous Boost for Reddit user, so I’m still waiting for their official Lemmy release and then I’ll switch.

LeylaaLovee ,
@LeylaaLovee@lemmy.fmhy.ml avatar

Liftoff is the best I’ve found so far. Waiting for Sync to come though

kras ,
@kras@lemmy.world avatar

Same. RIP sync, long live sync!

klyde ,
@klyde@lemmy.world avatar

Hopefully it doesn’t take long. These other apps aren’t bad but they aren’t great either.

uthredii ,

I am quite liking liftoff. It has a slightly different layout to wefwef and you can customize it a bit if you don’t like the default colours.

dukk ,

What’s so bad with wefwef? I’m using it righty now and enjoying it.

(Also, Memmy is another great Apollo-based app.)

alcasa , in QUIT VIM Because Modern IDES are magic

ed is the only true editor

baronvonj ,
@baronvonj@lemmy.world avatar

That’s why I use a vimitor instead.

grysbok ,
@grysbok@lemmy.sdf.org avatar

nano for me, please.

digger , (edited )
@digger@latte.isnot.coffee avatar

You can't spell vim without ed and em.

makr_alland ,

Do you all seriously edit text files directly

I use hexedit for all my programming, that way I can see my text’s source code. It allows things that are impossible with lesser editors, like differentiate l and 1. Newer versions even provide a “live view” that shows your text’s output right beside its source, updated almost instantly. I don’t personally use it as it consumes a lot of resources but it’s a great help if you’re just starting out.

walthervonstolzing ,
@walthervonstolzing@lemmy.ml avatar

butterflies. I use butterflies.

JebanuusPisusII ,

Meh, there is an Emacs command for that.

CaptainJack42 , in H4ck0r

On the upside, if he’s finished with this he has literally solved chess.

On the downside, the heat death of the universe will probably happen before he’s able to finish this.

Johanno ,

Mhh since we want to map every single possible situation we could auto generate it on parallel threads.

CaptainJack42 ,

Go for it, I’m pretty sure there’s a ton of people that would pay a shitload of money if you’re able to achieve this for every possible position

Johanno ,

parallelization does not solve the problem of the missing Hardware in the costs of millions.

SinJab0n , in Maybe one day I'll learn how to use Vim

VSCodium

ArtVandelay , in All modern digital infrastructure
@ArtVandelay@lemmy.world avatar

Reminds me of nginx

catsup ,

Nginx is a massive project with thousands of stars on github

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

Yes, but it was created by one guy to solve a problem at work, and he maintained it solo for a while.

linuxiac.com/nginx-author-step-back-from-the-comp…

SinJab0n , in AI might take over the world, but probably not funeral services.

Wow, and they tolds us AI wasn’t ready

quicken , in Naming things is hard

Don’t get me started on trying to use ssh on windows and it complaining the file permissions are wrong 🤕

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines