Experienced it. Sound was very eerie. House shook a little. Was raining and thought it was thunder, but there was no other thunder after. r/boston has a bunch of ring footage of you want to hear the boom
HN user
cauterize
kache helps
Or tokei
Love this given my favorite record store is in a basement with bad cell service!
I’m partial to https://gitlab.com/simple-nixos-mailserver/nixos-mailserver
Does require some NixOS knowledge, but is nice for upgrades.
Oops :) I was so excited for the release I forgot how to read!
It has IPv6 support
# uname -a OpenBSD xxx 7.1 GENERIC.MP#3 amd64
# ifconfig em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr x:x:x:x:x description: xxx index 2 priority 0 llprio 3 media: Ethernet autoselect (1000baseT full-duplex) status: active inet x.x.x.x netmask 0xffffff00 broadcast x.x.x.x inet6 fe80::x:x:x%em0 prefixlen 64 scopeid 0x2 inet6 2601:x:x:x::1 prefixlen 64 pltime 301996 vltime 301996
The SMP improvements look interesting. Anyone know of performance results from 7.1 to 7.2?
I chose it due to the type system. Nearly every piece of data is optional. I need to compose these pieces of data to form a full set and apply that set of rules to a system. Haskell made a lot of things work out really well:
* embedded DSL for describing things with minimal syntax * types to enforce my invariants * immutable data + STM to protect my shared data structures * multithreaded/async code is easy to work with * deterministic outputs given inputs
but it was headaches in a lot of ways:
* exceptions - still not sure I’ve handled all exceptions gracefully * culture - most teammates are intimidated by Haskell (and types) * ecosystem is behind (Rust has exponential usb acceleration vs Haskell’s constant pace)
While I’m proud of the outcome I would have chosen differently now that I’ve seen the other side and have the project done. The inertia I was fighting required far too much energy
We failed to build Linode like things internally. We innovate through acquisition.
[ source: I was a part of those failures ]
A different take -- drugs. Especially marijuana and hallucinogens. Helped me better understand how to think about abstract computations vs the nitty gritty details like pointers. Not for everyone, but helped me.
Then you've never been bitten by bugs in the runtime. I wait a few point releases (or when I see the runtime bugs stop being fixed) to start using a major version.
I’ll take a little more pollution over attending a drunk driving funeral
Kubernetes.
FWIW, I'm keeping your name in the back of my head for when my current company inevitably fails at their big data revolution. Biggest product produces 10-15 PB/day that must be processed. Our existing solution is 20 years old and relies on navigating C code with function line counts on the orders of 10k. Rust would've saved me a lot of time from living in gdb.
Really enjoyed the article. Keep it up!
Oof. My mobile client cut off the best part. It was supposed to be `sleep 45m && xeyes`.
The most barebones pomodoro for Linux: ‘sleep 45m
We (big internet company) still use Perforce. It works quite well for a 20 year old company that never deleted anything.
For old and painful see Accurev. And yes, I believe it is still used.
terminology is another great terminal emulator I use daily on Linux https://www.enlightenment.org/about-terminology.md
1. The security camera to watch your pets while you're away too! I like the Dog Monitor iOS app
2. Shower music player
Great idea! Another idea I've wanted for awhile, setlist.fm based Spotify playlists for concerts I liked.
http://haskellbook.com/ is a great modern deep dive catered to folks like you! It is long, but guides you along the way
This is really great. I'd love to see a follow up covering other topics. Such as testing (with hedgehog), modeling SQL, etc. Or -- anything that helps open up the world to see how Haskell is a beautiful language to build on.
There is an effort to update the standard with the language extensions https://prime.haskell.org/
Try `seq 1 n`
There might be a better word than "crashing" when describing airline computer systems malfunctioning. Nevertheless, was happy to hear it wasn't a plane.
I wonder if anyone has worked on a Prelude replacement which has these replacements (along with renaming functions where appropriate)...
stack uses cabal underneath, but your point stills stands that cabal has been historically hard to use.