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

obosob,
@obosob@feddit.uk avatar

It’s a nonsensical statement to us programmers too.

obosob,
@obosob@feddit.uk avatar

Most of the time it’s not exactly useful and some of the positions are awkward (e.g. 8, 9, 10), counting to 31 on one hand is maybe useful.

More useful IMO is counting in base 6 and treating each hand as a single digit. i.e counting to 35 on 2 hands without awkward fingerings. Better than 10, less awkward than binary.

obosob,
@obosob@feddit.uk avatar

Even with AI models that can identify that there are birds in the picture. Having it decide with accuracy that the picture is of a bird is still a hard problem.

obosob,
@obosob@feddit.uk avatar

I presume the reason they didn’t use GPL3 is because they wanted the attribution and non-commercial clauses offered by CC-BY-NC.

Not suggesting that they should not prefer to drop those clauses in favour of a copyleft free software licence. but you asked “why not” and losing those clauses is clearly an obvious candidate for why they might not want to.

obosob,
@obosob@feddit.uk avatar

I agree, I’m just answering the why question. Free software licenses don’t have non-commercial clauses and they want an NC clause.

obosob,
@obosob@feddit.uk avatar

Ricardo was testing in production

obosob,
@obosob@feddit.uk avatar

I know this doesn’t answer the question but I want to offer some advice instead.

In my opinion just don’t. If the company want you to have access to emails on the go then they should give you a company phone. If they don’t, why are you trying to? Don’t put work things on your personal phone.

obosob,
@obosob@feddit.uk avatar

Yeah, just use a char for card and test


<span style="color:#323232;">if(card &lt; '7') count++;
</span><span style="color:#323232;">else count--;
</span>

Or something, don’t mix types.

obosob,
@obosob@feddit.uk avatar

Chars are just numbers, but yeah, an enum would work fine too, sure. The only advantage with using a char for it is that there’s no conversion needed for outputting them into strings so it’s a little easier. Less code, very readable, etc. Though yeah, thinking about it JQKA wouldn’t be numerically in the right order which could cause issues if the program did more than just implement HiLo

obosob,
@obosob@feddit.uk avatar

I didn’t notice that 7,8,9 had no effect on the count. My bad.

Searching for Communities like a DNS finds URLs?

So, I’m new to the fediverse and Lemmy, and I’m still trying to wrap my brain around it all. I’m sure people have talked about this, but by far my biggest issue so far has been finding communities. I specifically didn’t want t to join a large instance, but that has led to issues of finding communities. I often need to go...

obosob,
@obosob@feddit.uk avatar

Pretty sure they’re stone or maybe ceramic.

obosob,
@obosob@feddit.uk avatar

You just use three backticks to start and end a code block, it’s just markdown.

e.g.


<span style="color:#323232;">version: '3.4' 
</span><span style="color:#323232;">  
</span><span style="color:#323232;">services:
</span><span style="color:#323232;">   vaultwarden: 
</span><span style="color:#323232;">     image: vaultwarden/server:latest 
</span><span style="color:#323232;">     restart: always 
</span><span style="color:#323232;">     # environment: 
</span><span style="color:#323232;">     #   SIGNUPS_ALLOWED: 'false' 
</span><span style="color:#323232;">     #   ADMIN_TOKEN: 'your authentication token' 
</span><span style="color:#323232;">     ports: 
</span><span style="color:#323232;">       - '127.0.0.1:8200:80' 
</span><span style="color:#323232;">     volumes: 
</span><span style="color:#323232;">       - vaultwarden-data:/data/ 
</span><span style="color:#323232;">...
</span>
obosob,
@obosob@feddit.uk avatar

It’s pretty good, a bit dark for my tastes.

obosob,
@obosob@feddit.uk avatar

waaaaayyyyy ahead of ya.

obosob,
@obosob@feddit.uk avatar

Aeropress mostly. Or caffetierre, both immersion brews. I’ve not got into pour-over (don’t really want another kettle) nor espresso. I’ll probably end up there one day, when finances and space permit it.

obosob,
@obosob@feddit.uk avatar

Whoever designed this keyboard is a weirdo.

obosob,
@obosob@feddit.uk avatar

As others said, you’re talking about CGI

obosob,
@obosob@feddit.uk avatar

Does your lemmy instance have a character limit?

obosob,
@obosob@feddit.uk avatar

I think a lot of the issue is the widespread use of the term Intellectual Property which, arguably deliberately, conflates a few completely distinct legal concepts under one umbrella.

obosob,
@obosob@feddit.uk avatar

If you don’t like the gestures (like me) the most recent version has options to turn them off and give you buttons instead. For me thunder is nearly there in terms of being the experience I want. I wish it handled that back button better, but all the other apps like Jerboa also suffer poor back button behaviour too.

[Rant] I hate the modern internet

I am fucking scared of the mass surveilence nightmare direction that the internet and the world as a whole is going towards… C2PA, france hacking itself into citizen phones, the UK anti encryption law, EU’s chat control, etc. Im also sick of and hate the “you will own nothing and be happy” mentality that corpos try to...

obosob,
@obosob@feddit.uk avatar

UK law makers won’t be able to enforce their law even if it’s passed.

that said, we should also always remember that unenforceable law is law that can and will be selectively applied. Something they can whip out against people when they don’t have anything else.

obosob,
@obosob@feddit.uk avatar

lemmyverse.net is the most complete list you’re likely to find since it uses a crawler to find federated instances and their communities from an initial seed list of known instances. So unless an instance is defederated from all of the instances in their seed list then it should appear on there. It also counts subscriber numbers, etc. as a sum across all the instances it finds, which should give a sense of where the majority of the community are gathered if there are duplicates.

obosob,
@obosob@feddit.uk avatar

There is a more performant C++ implementation but it’s been a long while since I’ve used either it or the java implementation. Worth checking out.

obosob,
@obosob@feddit.uk avatar

IIRC it doesn’t need a display, it’s a Web-based UI that you can use from another computer on the network if it doesn’t have a display, VNC would be overkill. Maybe they changed that.

obosob,
@obosob@feddit.uk avatar

I think this is related to the recent security vulnerability that affected, notably, lemmy.world. Even unaffected instances mostly decided to invalidate existing user sessions just to be sure and this required resetting Jerboa and some other apps that presumably hold onto a cached version of your auth token even if you remove the account and re-add it or something. So it was necessary to clear the app cache and storage to reset it and add accounts again.

obosob,
@obosob@feddit.uk avatar

Thunder has the gestures. Personally I’ve not really got on with them so I’m using Jerboa even though I prefer many other aspects of Thunder. Maybe give it a shot yourself.

EpicFailGuy, to RedditMigration
@EpicFailGuy@kbin.social avatar

What are we?

What do Lemmy users call themselves? What do Kbin users call themselves? What about Mast?

So far I can't come up with anything better than "Fediziens"

obosob,
@obosob@feddit.uk avatar

My best shot has been “Lemmings”. Also I, personally, hate “Fedizens” so let’s hope that one doesn’t catch on.

obosob,
@obosob@feddit.uk avatar

Well now you need to show the keyboards

obosob,
@obosob@feddit.uk avatar

Yeah, it’s only communities that people on your instance search for/subscribe to afaik. So if you’re the only one on your instance then you have control over that.

Further to that it’s only the post objects (and comments, etc.) that is replicated all pics and videos are just URLs. even when you upload a picture with the post, that’s just uploaded to the instance and the link to it is the link of the post, even on other instances the images are fetched from the original source from the client side. I do believe each instance does local thumbnaling.

lemmy apps you should try and experiment with (lemmy.world)

I made a folder with my fav lemmy apps that I tried so far, and they are sorted by favorite to less favorite. By far, wefwef is my most used and I do switch to lifoff sometimes. Also, the official lemmy app is really not bad compared to reddit’s official app. I would say try all of them and see which one works the best for...

obosob,
@obosob@feddit.uk avatar

Yeah, I like it for the most part but really am not a fan of the swipe gestures.

obosob,
@obosob@feddit.uk avatar

It’s not really a bug, per say. 429 is the HTTP statuscode for “Too Many Requests”, i.e. The API is not serving the request due to it hitting the rate limit (for the free tier in this instance). RIF is accurately displaying the status it’s getting from the reddit API.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines