My mother always made chicken soup when I was sick with a cold/flu. I always felt worse afterwards and she would be upset when I told her because “that’s so unkind to say”, like it was a criticism of her cooking. It took me so many years to figure out that I am slightly allergic to celery which I was only fed when I was already sick …
If you want to add tea (sometimes I add black tea), just let it steep for the normal duration after cooking the rest and before adding the orange juice and honey. For the best result/taste you should grind the spices right before cooking. (Pre-)ground spices work to; you might use a little bit more of them. A word of warning on the pepper: use very little at first. Cooked it the water it is a lot hotter/more stinging than you might expect.
I like to cook a spice tea with cinnamon, star anise, cloves, and black pepper (cook it all for 10 minutes), and then add some fresh orange juice and honey. Goes well with deliriously binge-watching a series from my “to do” list.
When I was studying CS I had a few courses on UX/UI design and the most interesting fact I learned there when looking for papers is: ~half the high profile researchers in the UX/UI field are on Microsoft payroll, and everything Microsoft does is highly inconsistent to contrary to all the insights of their own researchers. I think they buy as many of those people off the market as they can, just so they don’t work for somebody else, while shitting on their work, so their UX/UI just doesn’t look as bad in comparison to others.
That’s a fair choice; you do you. For me it felt weird that feddit.de chose what I could see and what not and I found it outright disturbing when I noticed I couldn’t see half the comments in some discussions. So I went for a tiny instance that defederates from nothing. I block some communities so I don’t see their content in the all feed. I like it much better that way: me choosing what I see and what not. But I guess that’s part of the charm of lemmy with all its (de-)federation: There’s a nook for each and everyone of us.
I switched instances early on because feddit.de defederated too much. I noticed, that even on communities from instances that feddit was not defederated from, I could sometimes only see like half the comments. That’s not a good basis to try and partake in discussions. Then again, feddit’s defederation list is only ~half as long as blahaj’s.
Yah, it’s really sad that that opportunity was taken from blahaj.
Only because they were quicker.
Smort comments are common, smart comments are rare.
I love me some shorks; especially dorky ones like in the picture. I still think blahaj is defederating overzealously.
Blahaj isn’t exactly frugal with defederation either. Or is an echochamber better if you call it “safe space”?
There is the fully open source debugger from Samsung, the Red Hat derivate/extension for eclipse and others are in the works. I’m happily debugging .NET applications with JetBrains’ debugger on linux. One tool by Microsoft for the ecosystem not being open source, doesn’t change .NET (Core/5+) being open source. Embedding a stripped down .NET Framework in browsers as a replacement/alternative to JavaScript, even if not required, would likely lead to the development of one or more new debuggers anyways, to have an in-browser development experience similar to how it is now with JavaScript.
Little add-on re viable alternative: Silverlight could have been nice, hadn’t Microsoft fucked it up and implemented it as a Windows-only ActiveX control.
With .NET Core/.NET 5+ being open source and platform independent, that idea/concept could be revisited. A trimmed down .NET framework in a sandbox with proper DOM integration would be a massive upgrade over all the JavaScript garbage.
It’s also ludicrously expensive, so as far as I’m concerned, it doesn’t exist.
QT, writing C++, or both? Paying for a good technology can be cheaper in the long run if you save development time. And sure, developing in C++ is more expensive than JavaScript, because you can’t let cheap web code monkeys do it.
Madness
Indeed. But, very common madness.
Maybe it would if one existed.
I think I made it quite clear, that I set the scope for the desktop. There are several. At least QT even includes mobile.
I don’t disagree, but I also don’t see any viable alternative.
It’s nice to “agree to agree” sometimes ;-)
Sounds like something a web developer would say. Don’t kid yourself; none of these play in the same ballpark as proper desktop applications they try to imitate. Saying otherwise is as cringe and sad as linux fanboys suggesting GIMP was a fully featured alternative to and on par with Photoshop. And I say that as a linux user who loves to use GIMP for hobby graphics editing since ~25 years.
Hundreds of companies have tried to solve this exact problem for years and already did the cost/benefit analysis. It turns out that writing almost all of your code exactly once is cheaper than doing it in the multiple stacks that would be required with whatever your dream architecture is.
Right … that must be why no website ever is trying push their mobile app on me, and why all complex software for developing, video and graphics editing, CAD, … is implemented on web stacks.
You sound like someone with zero practical experience in this area […]
You sound like someone who’s replacable by ChatGPT.
[…] who just wants to rant
about code purity.
At least you got that (partially) right.
The rest of us are trying to get shit done […]
Exactly my point: all you get done in web stacks is shit. And the trying is spot on: what do you really expect to come out the other end when the input is shit?
[…] while you pine for a perfect technology stack that will never exist.
I don’t even have to do that, though improvements never hurt. Just take any C-Style language other than JavaScript or any other dynamically typed abomination of a scripting language, and you’re bound to be happier and more productive.
At least C has a working equals operator. Go on, tell me about ===, invite the ridicule. I bet I know more about JavaScript than you do. I hate it because I am intimately familiar with it.
console.log(null==0)
console.log(null>0)
console.log(null>=0)
console.log(0==[])
console.log(0=='0')
console.log('0'==[])
// no equality comparison, but that shit is funny
console.log("2"+"2"-"2")
Any proper programming language wouldn’t even compile any of that nonsense.
And something being widespread doesn’t mean it’s either right or good - look at religions.
You forgot to read the very small fineprint after the rant hyperbole: *) true for desktop applications. You could go with C++ and QT. Though, writing C++ code is never easy/fun (still better than JavaScript, though). Any argument about natively compiled multi platform GUI applications regarding mobile is moot either way for multiple reasons. The angle I’m going to push here is: Everybody and his mother tries to push their custom iOS and Android apps, relegating web sites to the desktop. Any multi platform GUI toolkit with a cross-compilable language will give you twice the functionality in half the development time over HTML+CSS+JavaScript. And don’t get me wrong: I’m not really suggesting that websites have no place. And there are good reasons to want websites. I’m trying to paint a picture what a horrible absolute clusterfuck the web GUI technology stack is.
I remember this working really well on google. Recently (several months?) it didn’t as I would expect. Fictional example: when searching for “asdf123” google would show results just containing ‘asdf’. One particular thing I noticed was that google seems to omit underscores from verbatim strings. So for example when searching for “asdf_qwertz” it would show results that contained asdf and qwertz without the underscore.