[-] [email protected] 45 points 1 month ago

Das geht ja noch viel tiefer als nur das falsch abstellen.

Der Typ regt sich ja auf, dass es Strafen gibt, wenn man Eigentum der Firma (Fahrtenbuch) irgendwo verliert, wenn man drinnen raucht und wenn man den Wagen beschädigt.

Also so ignorant und eingebildet muss man mal sein, dass man so einen Vertrag eingeht, gegen Bedingungen verstößt und dann die Vermieter als die Arschlöcher sieht.

24
submitted 2 months ago by [email protected] to c/[email protected]

I hope this doesn't come across as bragging, but I'm really looking forward to my expanded roster of warframes 😄

Admittedly I didn't farm them myself, I just bought the blueprints from the market. Saryn I randomly got this week from the circuit as only warframe I didn't have yet. But my Helminth will finally get something to munch on at least.

[-] [email protected] 195 points 4 months ago

I don't necessarily like a few takes in the comments here.

Vibes wise the Obsidian team seems to be great and they don't seem to have shown any reason why I should distrust them. I love FOSS but gifting others my work doesn't put food on my table, so in that sense they need to have a lucrative business model which they seem to have established.

I could use SyncThing, Git or other solutions to do synchronisation between my devices but I choose to buy their Sync offer, since I want to support them (they also have EU servers, which need to be GDPR compliant by law afaik).

The closest comparison I could make is NextCloud. NextCloud open sources their software, but they sell convenience. Sure, you could self host it, but paying them to do so for you may be more attractive. In comparison Obsidian is not really complicated to set up or maintain. It's literally just a MD-editor. So the only convenient thing to sell is synchronisation if you don't want to put a price tag on the software.

If they open source all their code, some tech wizard will implement a self hosted obsidian sync server with the same convenience as theirs in a day, and the company will lose their revenue stream.

We've all been burned by tech bros in one way or another, but I think it's ok for people to profit off of their IP. And they seem to be doing so with a positive vision. Feel free to let me eat my words if they ever go rogue, but that's my 2 cents.

[-] [email protected] 40 points 11 months ago

It's so christians can eat bees during fasting. duh.

[-] [email protected] 103 points 1 year ago

I mean yeah, funny greentext, fake and gay and all, but is that an actual thing that happens across the big pond?

If someone did that in Europe they'd be in serious legal trouble if the threatened party sues.

[-] [email protected] 71 points 1 year ago

Hamster are much like lobsters, in that they just keep growing forever until they can't molt anymore.

If you don't laser explode hamsters, they would eventually be able to eat humans. Which is quite scary if you think about it.

[-] [email protected] 78 points 1 year ago

Meme is funny, but that exception used as flow control hurts.

[-] [email protected] 128 points 1 year ago

That's why he's not worried about stuff running out

[-] [email protected] 84 points 1 year ago

While I certainly agree with you that discrimination based on sex is unacceptable im most contexts, I believe that gender exclusive spaces, unless they hinder people directly, sometimes are a good thing.

My dad is a mental health professional and founded a weekly 'only-men' self help group. He found that some things they talked about there wouldn't have worked with women involved. That group existed for about 5 years or so and helped quite a few struggling men.

So yeah, unless there's any maliciousness involved, I'd argue that gender exclusiity is not bad in every context.

341
submitted 1 year ago by [email protected] to c/[email protected]

Totally not based on a true story.

519
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

Insert <it's not much but it's honest work> meme. It only supports ints and bools, some logic and simple arithmetics and it compiles to Java but damn was it hard to get that far.

Can you guess what everything does?

69
submitted 1 year ago by [email protected] to c/[email protected]

As the title says, you probably guessed it already. For work I mainly develop on the .NET platform using a Windows device, but at home I enjoy all the benefits of a good OS.

Now I kinda want to get my C# skills "sharper" and have some projects in mind utilising it, but I'm a bit miffed about the development tools and possibilities of deployment available for me on Linux.

Also I may want to coerce my boss to let me work on a device with my OS of choice.

Any advice from devs that are in a similar spot? What do you use for .NET development on Linux? And are there any cool multiplatform deployment possibilities (next to Xamarin/Maui) that actually let me build natively on Linux?

[-] [email protected] 46 points 1 year ago

Recently switched jobs from maintaining a 15 year old Windows Forms .NET Framework legacy codebase.

At the new job we stick to Clean Architecture, use unit and integration tests, have a code generation tool, actually make nice use of generics and use dependency injection. Also agile processes, automatic build tools, whatever. The difference is night and day and I'm so glad my ex boss fired me because I told him he's an asshole and his codebase is shit.

204
Blåhaj ruleadise (infosec.pub)
submitted 2 years ago by [email protected] to c/[email protected]
[-] [email protected] 52 points 2 years ago* (last edited 2 years ago)

Ha! I'm partially looking at this issue in my bachelor's thesis.

It's not at all necessary to embed a browser, but it's really easy to transfer your web app to a "near native" experience with stuff like electron, ionic, cordova, react native or whatever other web stuff is out there. The issue is mostly that native APIs are complicated and relying on web views or just providing your own "browser" is a relatively easy approach.

Stuff like Flutter, Xamarin or .NET MAUI compile depending on the platform to native or are interpreted by a runtime. There's a study I use that compares Flutter to React Native, native Java and Ionic on Android and finds that unsurprisingly the native implementation is best, but is closely followed by Flutter (with a few hiccups), with the remainder being significantly slower.

The thing is. I don't think these compiled frameworks lag behind in any way. But when you have a dev team, that's competent in web development, you won't make them learn C#, Xaml, Dart or C++, just to get native API access - you'll just let a framework handle that for you because it's cheaper and easier.

Edit: To add some further reading. This paper and this one explore the different approaches out there and suggest which one might be "the best". I don't feel like they're good papers, but there's almost no other write up of cross-platform dev approaches out there.

Edit2: I also believe that the approach "we are web devs that want access to native APIs" may be turned around in the future, since Flutter and now also .NET offer ways to deploy cross-platforn apps as web apps. I'll get back to writing the thesis now and stop editing.

287
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

... and I absolutely love it.

After my previous post where I asked for advice on distros I have tried Mint and EndeavourOS first as VM's and afterwards I gave them their own partition and tried it on my real hardware.

Something about EndeavourOS just sat right though and I promptly replaced my windows install with it. KDE Plasma also blows me away with the amount of customisation that is possible.

I've spent some time configuring today but mostly aesthetic stuff as my hardware worked 95% out of the box. Some odd dependencies were missing for steam to work properly but I'm really not missing anything that windows had right now.

I'm curious how my uni workflow will look like now, but I'm sure I can make it work.

Thanks a lot for the support and advice you've given me. I really love the community on here.

I'll get back to customising my bash prompt now. 😄

Edit: Due to popular demand:

I use Arch, btw.

73
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

Hey guys, I'm an entry-level IT professional and tech enthusiast.

I'm getting a bit sick of windows for a multitude of reasons and want to try out some Linux distros.

I use my pc for web browsing, university (which uses office 365) where I study software design, software development (vs code, visual studio, jetbrains stuff) and gaming (99% of the time via steam).

My main concerns for switching are that I'll have a hard time with university work because we mostly use teams for video conferences and work together with word, and other office stuff. We also are required to do some virtual machine stuff where we use virtualbox.

Also I'm a bit worried that some games on uplay, epic and other platforms aren't available anymore.

For distros I've been mainly looking at Manjaro, Linux Mint or plain old Ubuntu. Can you recommend anything that might fit for me or will I maybe run into any issues with my chosen three?

Edit: Thanks a lot for all the replies. I've read through all of them even if I didn't reply and it was very helpful. I will test most of your suggestions in a VM before I jump into completely changing my OS. And I'll probably try booting from a USB Drive first. What I didn't mention is that I've already worked with Ubuntu, Debian and CentOS, so I'm not scared about having to use a CLI.

[-] [email protected] 236 points 2 years ago

Eh, they can't be honest about wanting you to use the app to be able to collect your data better.

view more: next ›

prof

0 post score
0 comment score
joined 2 years ago