RIP Deis
HN user
tuldia
Try https://www.rainloop.net/ it remembers the previous Gmail webmail interface. Pretty nice IMO.
If that was the case, we wouldn't even plug anything on the internet, ffs.
Yes, and doesn't makes sense, I don't know, I run my own email server for more than 10 years and my experience has been "setup and forget".
I don't understand why so much frustration coming against owning your own stuff.
Less FUD, please, don't discourage people just because you couldn't do it :-)
EDIT:
When someone decides to run a persistent brute force attack from a botnet, eating up 100% of your CPU and you have no meaningful ways to block it.
postscreen? http://www.postfix.org/POSTSCREEN_README.html
BTW, there is soo much FUD in your comment, check http://www.postfix.org/ before claiming "someone will hack your email"
""" First of all, thank you for your interest in the Postfix project.
What is Postfix? It is Wietse Venema's mail server that started life at IBM research as an alternative to the widely-used Sendmail program. Now at Google, Wietse continues to support Postfix.
Postfix attempts to be fast, easy to administer, and secure. """
The nicest email stack is: postfix, dovecot, rspamd and rainloop.
EDIT: go check it out :-) https://www.rainloop.net/
EDIT 2: I don't understand why other comments are so agressive against the author for sharing how he runs his own mail server, I'm not sure if it comes from one's frustration, failures, unreasonable expectations about email, but I noticed that everything related to servers or email receives this hate (here on HN, eh?). Come on, let's start a new year where we appreciate someone sharing their experience in running a mail server :-)
Happy Holidays!
Nice! Thanks for the hard work everyone involved! I have nothing to complain, things just works for me so far, but great to see improvements in the pipe! :D
... multi region. Cheapest and quickest option if you want to have at least some fault tolerance.
That is simple not true, you have to adapt your application to be multi region aware to start with, and if you do that on AWS you are basically locked-in, and one of the most expensive cloud providers out there.
Excuse me, do we need all that complexity? Telling that it is "hard" is justifiable?
It is naive to assume people bashing AWS are uncapable to running things better, cheaper, faster, across many other vendors, on-prem, colocation or what not.
Outrage is the easy response.
That is what made AWS get the marketshare it has now in the first place, the easy responses.
The main selling point of AWS in the beginning was "how easy is to sping a virtual machine". After basically every layman started recommending AWS and we flocked there, AWS started making things more complex than it should. Was that to make harder to get out of it? IDK.
Empathy and learning is the valuable one.
When you run your infrastructure and something fails and you are not transparent, your users will bash you, independently who you are.
And that was another "easy response" used to drive companies towards AWS. We developers were echoing that "having a infrastructure team or person is not necessary", etc.
Now we are stuck in this learned helplessness where every outage is a complete disaster in terms of transparency, multiple services failing, even for multi-region and multi-az customers, we saying "this service here is also not working" and AWS simple states that service was fine, not affected, up and running.
If it was a sysadmin doing that, people will be asking for his/her neck with pitchforks.
... and be responsible for your own s*t
Don't miss the point of being able to do something about it instead of multi hours outage and being in the dark regarding what is going on.
You can now simply point to AWS is down
Heck, if that was even possible... "everything is green" dashboards... :-)
This!
Not to mention the amount of garbage in the cloud, the constant learned helplessness that we have to endure even knowing that the situation could have been avoided or even mitigated/solved if the access to the box was possible.
The status-quo of the cloud is uninspiring to say the least...
The learned helplessness in the cloud is stupefying, so many outages and downtime that could have been avoided by a competent admin.
Why hasn't the industry come up with an alternative?
We used to have that, some companies still have the capability and know-how to build and run infrastructure that is reliable, distributed across many hosting providers before "cloud" became the "norm", but it goes along with "use or lose it".
Gnome 41.1, it just works, has everything I need and is quite simple.
I'm impressed how a simple message lead to all these assumptions but I still don't understand where the connection is.
Yes, that is in the context of a giant and very successful team using this approach, believe or not. :)
Am I the only one that is not having issues with python and distributions in general?
I get all my dependencies from Debian and they all work, when I need something that is not yet packaged, I use pip.
What are people doing to get all this issues? I don't understand...
Infrastructure are like roads, if you have to change infrastructure every time a new car model comes out then you are doing it wrong.
Global state is global state.
The enemy is your own mind.
... a regular dev will do.
Oh, the classic "There is one administrator" falacy.
kubernatis if you feel fancy
I hear this mindset about kubernetes very often from people who can do some stuff with, but don't get infrastructure at all.
EDIT: thinking that a regular dev can do what an admin does is simply naive.
I bet he was using macos and with the Docker.app running at the same time...
Every software has bugs, and is easier to criticize than to help. Don't focus on the negativity of HN and keep it up!
Thanks for your hard work, Greg!
Seems that dracut upstream is hosted at kernel.org.
This is the regex used in the watch file for Debian to fetch new upstream tarballs: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-([\...
Simply having this surveillance tool come out the door shows that there is little or no consideration for people's privacy during the planning and development process.
Solid State _Drives_ degrades over time and require wear levelling[1] to avoid frying the chips.
You can also use:
\time -v ls
to skip the builtin version.Are you being difficult on purpose?
Programming is about paying the bare minimum attention to the details.
[...] two methods of accomplishing the same thing [...]
Absolutelly not.
one prints:
72000000 hello
72000000 world
the other hello 72000000
world 72000000
Now try both examples against a file with more than one column to understand what I'm talking about ;)Counting "words" vs sorting+counting "lines" are a complete different thing.
Heck, forget about RAM, the output of both programs don't even match.
That awk is pretty efficient and fast is no surprise ;)
You are also right.
Now that I saw tingletech comment I got your point :)
Not only GNU sort, but also postgresql, mysql and many more...
Please, "huge waste"? How do you sort something that does not fit in memory?