It’s more comparable to Snikket. Both Snikket and Prose use Prosody as server with their own extensions.
It’s more comparable to Snikket. Both Snikket and Prose use Prosody as server with their own extensions.
You could look into prose. The interface of slack/discord/mattermost, built on XMPP, with E2EE.
What’s wrong with that? Do you expect their backend to run off a single server with a little PHP script? The components seem pretty reasonable (with the actual business logic being just a small part).
Bitwardens local cache does not include attachments, though. If you rely on them, you have to rely on the server being available.
I don’t understand how that hybrid is supposed to work. Monospace is a binary attribute; either all chars have the same width or not. So what is the font now?
Why? What did Zenimax do to you?
Most people in my company use OSX, followed by a few dozen Linux users (various distros; whatever each one prefers), followed by a few Windows users (whyever they want that). So essentially: we can choose what we want to use.
Yes and no; you left out part of my quote. Stuff that can be put in a reminder is up to me (especially if I tell them “I’ll handle it”). But if for whatever reason that’s not possible and I tell them “you might have to remind me again next week” and they are fine with that, then they shouldn’t be pissed if I indeed needed a reminder. That’s what I meant with “I warned them”.
This doesn’t seem reasonable… If you accept some responsibility
But … that was the point. “Telling them your boundaries” implies not accepting something you are not up to. My managers know that I am not a good manager myself. I have a lot of qualities, at being a driving force in a project is not among them. So they don’t utilize me for that. Which is good.
Yes, it would be on me if I constantly tell them “sure, just let me handle it” and then not handle it. But that would be the opposite of what I wrote above.
I mostly agree, but (what else ^^):
No one has the right to make their internal turmoil everyone else’s problem, even if it may be particularly burdensome. The world should be far more sympathetic and empathetic, but at some point you have to take responsibility for you.
IMO you do take responsibility when you tell others about your boundaries and how they can work around them. If they don’t want to because it also costs them a little bit of energy and disrupts their typical workflows they have (again: IMO) no right to blame it all on you. If I tell them “I can’t do X” or something and they again and again expect me to do X, it’s also on them.
Simple example: I tell colleagues, family, whatever to please remind me again if they feel I missed something they expected of me. If they do, all is good. If they later are pissed that I missed something and immediately blame me … sorry my friend, I warned you. (If I had the ability to set a reminder, sure that’s on me for not doing that. But it doesn’t always work that way.)
They also fuck over their own OS. I don’t think they deliberately broke dual boot installs, they simply don’t put enough effort in QA. (See their recent problems with BitLocker after an update. Or that one update that fails because some internal partition is too small. And so on.)
Fli4l is still around?! Crazy. I used that back in 2002 or so to turn an old i386 with 3 ISA HP 100Mbit network cards into a router + fileserver combo. Good times.
glibc’s malloc
increases the stacksize of threads depending on the number of cpu cores you have. The JVM might spawn a shitload of threads. That can increase the memory usage outside of the JVMs heap considerably. You could try to run the jvm with tcmalloc (which will replace malloc
calls for the spawned process). Also different JVMs bundle different memory allocators. I think Zulu could also improve the situation out of the box. tcmalloc might still help additionally.
Software/Staff Engineer, as Architect and Solver. So I help design our system (from the technical side), I assist and to a degree coordinate teams, I jump in when know how or man power is needed, I rework or rebuild systems that have no clear ownership of a team, and so on. Oh and I always have an opinion no matter which (technical) topic.
I ran Arch on a convertible laptop around 2006-2010. Most notes I did using OpenOffice Writer, with hotkeys to quickly add formulas. Drawings were done with the pen. Homework (where speed didn’t matter as much but where I wanted high quality) were done in ConTeXt.
Programming was done in FreePascal using Lazarus IDE or Java using Netbeans IDE, depending on the course and my personal preference.
I think I had no complaints from anyone. Quite the contrary, one professor even gifted me a book as a thanks for the high quality typesetting in my homeworks, since most students didn’t give a shit and had no fucking clue how to really use their beloved MS Word.
Thanks for filling that gap of knowledge!
So they have two airflows? Then I assume in contrast to the ones with just one exhaust they need two fans? One for circulating (and cooling) the air from the room and one to circulate the air from (and to) the outside?
Then I assume that would make them even noisier then the single exhaust ones, right? (More moving parts.)
Two tubes still means it pulls in hot air from the outside that it then needs to cool down first. The split ACs are basically the only sane ones (but expensive).
That invitation confused me hard. With the picture of a city I expected to find a location somewhere. But then it was a relatively subtle word “online” on a link deeper down that finally gave away that it’s an online meetup.
But that’s the neat thing: the system is well structured into different layers and subcomponents. They are not all involved to control lightbulbs; that’s mostly your local hue bridge. One component will make sure, Alexa can control your bulbs (if you want that). If that component fails, only Alexa stops working. Another component handles push notifications to your mobile devices. If that fails, the rest is unimpacted. And so on.
That was, for a long time, the main reason I heavily recommended Hue: the bridge can be used completely offline and still offered a good local API and pairing system. Unfortunately last year that made online accounts a requirement. I assume besides the App you can still use many things even if your network connection is broken, though.