ture

joined 1 year ago
[–] [email protected] 2 points 1 year ago

Might be because the average Linux user is way more aware of how useful a crash report can be and therefore actually submitted them. At least most Linux users I know actually read error/ crash messages and not just call someone saying there was some pop-up, I just clicked ok and the game was gone.

[–] [email protected] 17 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

Lego StarWars ❤️❤️❤️ I loved it already as a kid and it's still one of the games I like to play from time to time. It's so nice that it's made in a way that you can play in coop with people who never used to game before but it's also fun for someone who has a fair share of gaming experience and it's still fun for everyone.

[–] [email protected] 5 points 1 year ago

The way I learned Spring was basically by just being pushed into a Java project that was using it right after I finished uni. Tbh it was a bit overwhelming but I was able to slowly wrap my head around it in about a month or two. It was also the first "real" framework I ever used. Ever since then I started to just jump right into projects and try to grasp the basic concepts of the frameworks used, since they are mostly quite similar and try to expand my knowledge from there on. At least for me this worked well for NestJS, Flask, Django and somehow also for stuff like angular and Android development but there I had to put up with some formerly unknown concepts.

[–] [email protected] 1 points 1 year ago

That one single song that played on the load screen of Boiling Point - Road to Hell. It was incredibly good and I still listen to it from time to time. Boiling Point Road to Hell Main Theme

[–] [email protected] 1 points 1 year ago

The first time federation is a bit slow in the beginning.

Since I don't know any better place to ask and I also setup my instance on Hetzner maybe some of you could provide me with some input regarding federation. I'm able to search new communities; the way I'm doing it right now is by searching for their handler (this !comunnityName@InstanceName thing) on my instance. For some reason if I haven't searched for the community before no search results show up but I can switch to the community all list and see the community there. After subscribing to a community everything works nicely, I see posts, comments everything. But my main question is, if there is a way to federate a server (e.g. lemmy.ml) in a way that I can just click on communities on my server and see every community on the federated servers without having to manually search them first?

This is something that I wasn't able to grasp from reading the lemmy docs and also didn't found a satisfying answer to when googleing.

[–] [email protected] 1 points 1 year ago

By default they block ports 25 and 465 afaik you can request getting them unblocked after you paid your first invoice and your account is at least one month old. For some reason they aren't blocking port 587 so you could connect to your mail server via that port if you don't want to wait for the first month to be over using starttls and after a month switch to 465 with normal tls. And as @[email protected] already mentioned you shouldn't use port 25 since you'd be sending your mails unencrypted.

[–] [email protected] 9 points 1 year ago (1 children)

That calls for a c/suicidebywords :D

[–] [email protected] 1 points 1 year ago

That would really be a dream come true. Went from Frankfurt to Rome by train last year and it actually worked like charm but it would have been nice to book it all in one portal instead of booking at DB for the first part till Basel and then booking the rest of trip, Basel - Milano - Rome, on Trenitalia. Would have provided me with some peace of mind to know that even if the first train is late in Basel I will be able to just take the next train and won't have to argue with some Swiss railroad guys about whether or not I'm on a single journey and missed a connecting train or if I booked to separate journeys. The later would mean that if I had missed the connecting train in Basel I would have to buy new tickets were being on a single journey means that by some (already really good) EU regulation I would have been able to take the next train southwards.

[–] [email protected] 0 points 1 year ago (6 children)

Ich glaube da vertust du dich. Die innenpolitischen Standpunkte Wagenknechts sind nicht die einer prolearischen/ proletariatsnahen Linken, sondern die einer Frau, die zwar manchen wirtschafspolitischen Feldern linke Positionen vertritt (wobei mMn auch hier von ihr, auf jeden Fall in den Jahren vor 2015 ( danach habe ich ihre wirtschafspolitischen Aussagen nicht weiter verfolgt), auch eher ordoliberale Positionen vertreten wurden), jedoch vor allem seit 2015 ansonsten gerade im Bereich Asyl zunehmen mehr in die Mitte, oder auch nach rechts gerückt ist, die eine stark Russlandfreundliche Position vertritt und deren Positionen sich generell mehr und mehr mit denen der AFD überschrieben. Ich möchte ihr noch nicht absprechen, dass sie dem Grunddogma einer linken Politk, nämlich der "Gleichheit" aller Menschen abgeschworen hat, aber sie vertritt eben Positionen, die dafür sorgen, dass Menschen sie wählen, mit denen man ich mich lieber nicht gemein machen will.
Forderungen nach Ende der Russlandsanktionen, ick hör dir trapsen.

[–] [email protected] 1 points 1 year ago

I got it solved, I'll write a better summary in a edit for the post above.

Regarding your question, **Error logs: ** There was no error msg in the backend logs on the (got it solved before digging more into the nginx, front end or what ever logs). Imho the request anyway never reached the server so there should have been no msg. But since I'm earning my money as a dev and not as a (dev)ops, and just operate such things on a hobby base I'm not 100% sure. Also the browser just showed lots of status 301 and using ping I just got timeouts.

What do I mean by proxies? Yeah I mean these Cloudflare caching and whatsoever magic proxy thing that also hides your ip and exposes some Cloudflare IP instead. Makes it e.g. impossible to just do smth like ssh [email protected].

CNAME Yes it's against RFC to CNAME an APEX domain, you kinda can do this in Cloudflares UI but it's not actually doing it under hood. It uses CNAME flattening which causes Cloudflare to directly return the IP you're pointing to.

For the final solution see above, will post an edit in a few minutes.

 
 

Hi guys, would be happy to receive some input on my current problem. I spun up my own Lemmy instance yesterday using the ansible playbook on newly set up VPS with it's own IPv4. Since I also had an unused domain I choose to use it exclusively for Lemmy. I therefore set the domain in the hosts file to exactly that one. I created the follwing DNS entries in Cloudflare for it:

  • A Record with name www pointing towards the ip
  • A CName pointing the domain without subdomain towards the www.subdomain.de thing

Both without a activating their proxies. As soon as I'm activating their proxies my instances becomes unreachable and if I'm calling www.my-domain.de I'm seeing an Nginx error page. Is there a smart way anyone of you knows how I could setup my dns records in a way that I'm able to use Cloudflare proxies to kinda encapsulate my vps a bit more?

EDIT: I got it solved, first on, I was most probably an idiot when setting the SSL settings. I could be possible that I changed them for the wrong domain. So in the end I did two things. First on I changed the CNAME thing into another A record pointing directly towards the server ip. I suspect this was not the root cause. Because after changing the DNS settings I discovered that again the SSL settings were set to Flexible this is basically a setting where Cloudflare assumes you are somehow unable to get your own SSL certificate on your server and therefore only the traffic between the users browser and them is encrypted but the traffic towards your server is not. That was most probably the main reason since this should cause an infinite forwarding of Cloudflare trying http but my server was redirecting them to https (for more info see here). I set it to Full (strict) meaning now all the traffic is encrypted using my certificate.

After both changes it works now, and when pinging the url some random Cloudflare IP shows up and "my" ip is hidden.

Old DNS settings: Old DNS settings

New DNS settings: New DNS settings

EDIT 1: Changed the title from xyz (SOLVED) to [SOLVED] xyz

 

Hi, I hope it's okay to ask for recommendations on this sub, if not please just delete my post, or lock it down.

So back to the topic, I came here to ask if anyone could recommend me keyboard. I'm a software dev working 100% from home, therefore the keyboard I'm looking for is mainly used for work related stuff. Outside of work I'll also mainly do browsing, some office stuff and a bit of leisure coding. Gaming is (sadly) nothing I'm doing anymore beside maybe the single day once a year were I'm playing a few hours of factorio or something alike.

Currently I'm mainly using a Logitech MX Keys since my girlfriend got stressed by the sound of my beloved Corsair K70 with blue clicky switches. Since she's not working from home anymore I'm able to go back to a mechanical keyboard. I would like to switch to one of those fancy split keyboard things since their ergonomics actually seems to be way better then the one of a classical keyboard. I'd also like it to be wireless since I reorganized my desk and actually managed to get a nice cable free desk. Thing is, when I was looking around I found some wireless ergonomic keyboards but most of them were no real split keyboards and almost all of them had rubber domes and no mechanical switches. The mechanical ones I found were all cabled bound and for some reason also incredibly expansive. E.g. I'd really liked the Moonlander thing but it's already at close to 400 euros, I also liked the ultimate hacking keyboard even more, since one is able to attach a small trackball to it but it's also cable bound and incl. vat and shipping to Germany it's above 600 euros...

So to sum it up, I'd be really thankful if anyone of you has some suggestion for a nice mechanical wireless split keyboard.

Thanks

 
view more: next ›