

A few favorites:
- Constantine
- The Last Jedi
- Jupiter Ascending
- Minority Report
- Prometheus
- Valerian
- Logan’s Run
Many fall in the face of chaos, but not this one, not today
A few favorites:
A wedding can cost almost nothing. I found a very small local poor church and offered them $100 bucks to use the place on a Saturday. I baked a big cake, decorated it plain white. I overnight smoked a brisket, made a pan of Mac and cheese.
Got a friend to officiate, and told our friends and families a month in advance. We told everyone it was a potluck. We got $100 plain rings. My grandmother ended up buying some cool flowers for decorations. A friend played some music on the church speakers.
All in, it probably cost us $400 out of pocket, and we got enough cash from attendees to cover that and pay for us to take off work for the week to just hang out and move in together, staycation style. To be fair, I don’t think either of us would have wanted a vacation style honeymoon, we did that kind of thing later. That first week was a lot of figuring out how to live together, so that took time.
So it’s possible to have a big party with friends and family, but spend very little. Just have everyone bring some food and it’ll work out.
Studies show that folks are less likely to have a happy long term marriage the more they spend on a wedding. It’s a pretty clear correlation that expensive weddings typically make folks more unhappy and starts the relationship off with more financial stress. So, don’t feel bad about being frugal! As long as you are both happy, it can be very inexpensive.
Let’s be real, Witcher 3 is just a Gwent launcher.
Also I’ve definitely played more Pazaak than KOTOR.
I’m sure someone will be like “um akchuly” to my explanation. But for me it’s good enough to think if it that way.
I’ve worked in Haskell and F# for a decade, and added some of the original code to the Unison compiler, so I’m at least passingly familiar with the subject. Enough that I’ve had to explain it to new hires a bunch of times to get them to to speed. I find it easier to learn something when I’m given a practical use for it and how it solves that problem.
In practical terms, it’s most commonly a code pattern where any function that interacts with something outside your code (database, filesystem, external API) is “given permission” so all the external interactions are accounted for. You have to pass around something like a permission to allow a function to interact with anything external. Kind of like dependency injection on steroids.
This allows the compiler to enhance the code in ways it otherwise couldn’t. It also prevents many kinds of bugs. However, it’s quite a bit of extra hassle, so it’s frustrating if you’re not used to it. The way you pass around the “permission” is unusual, so it gives a lot of people a headache at first.
This is also used for internal permissions like grabbing the first element of an array. You only get permission if the array has at least one thing inside. If it’s empty, you can’t get permission. As such there’s a lot of code around checking for permission. Languages like Haskell or Unison have a lot of tricks that make it much easier than you’d think, but you still have to account for it. That’s where you see all the weird functions in Haskell like fmap
and >=
. It’s helpers to make it easier to pass around those “permissions”.
What’s the point you ask? There’s all kinds of powerful performance optimizations when you know a certain block of code never touches the outside world. You can split execution between different CPU cores, etc. This is still in it’s infancy, but new languages like Unison are breaking incredible ground here. As this is developed further it will be much easier to build software that uses up multiple cores or even multiple machines in distributed swarms without having to build microservice hell. It’ll all just be one program, but it runs across as many machines as needed. Monads are just one of the first features that needed to exist to allow these later features.
There’s a whole math background to it, but I’m much more a “get things done” engineer than a “show me the original math that inspired this language feature” engineer, so I think if it more practically. Same way I explain functions as a way to group a bunch of related actions, and not as an implementation of a lambda calculus. I think people who start talking about burritos and endofunctors are just hazing.
So much gardening!
Here’s my starts!
At work Rider, at home Emacs. Also trying out Zed at home.
Ooo a new Neal book, how was it?!
THE ORANGUTAN IS A STAND USER?!
(JoJo’s Bizarre Adventures Stardust Crusaders rewatch)
I love that show so much. I rewatch it all the time
Thanks for getting me to laugh this early
Bingeing Brooklyn 99 for the first time. Just started season three, and WILL THEY WON’T THEY is going strong. Oh the romantic tension.
You know what, everyone’s saying is cringe to bring up being a maintainer. But I say be proud of it!
You volunteer on this project for free, to build us this awesome place to be. Thanks for doing that, keep it up, be the best contributor you can! I’m happy to have Lemmy, thanks for helping make it possible!
CrossFit, running club, November project, hiking club, board game clubs, DND clubs, Meetup.com events. Coed sports leagues like: disc golf, infinite Frisbee, soccer.
There’s also things like live figure drawing, music jam clubs, acting in local plays.
I suppose this is a hot take, but I’d never intentionally select a closed source paid database or programming language. Your data is the most valuable thing you have. The idea that you’d lock yourself into a contract with a third party is extremely risky.
For example, I’ve never seen a product on Oracle that didn’t want to migrate off, but every one has tightly coupled everything Oracle so it’s nearly impossible. Why start with Oracle in the first place? Just stay away from paid databases, they are always the wrong decision. It’s a tax on people who think they need something special, when at most they just need to hire experts in an open source database. It’ll be much much cheaper to just hire talent.
Meanwhile I’ve done two major database shifts in my career, and you are correct, keeping to ANSI standard SQL is extremely important. If you’re on a project that isn’t disciplined about that, chances are they are undisciplined about so many other things the whole project is a mess that’ll be gone in ten years anyway. I know so few projects that have survived more than fifteen years without calls for a “rewrite”. Those few projects have been extremely disciplined about 50% of all effort is tech debt repayment, open source everything, and continuous modernization.
I don’t think it’s going away until ECMA supports native types. Until then it’s the best game in town.
If a team decides to move away from it, it’s only few hours work to entirely remove. So even if it’s going away, it’s risk free until then.
But I cannot imagine why any team would elect to remove Typescript without moving to something else similar. Unless it’s just a personal preference by the developers who aren’t willing to learn it. It removes so many issues and bugs. It makes refactoring possible again. I think teams that want to remove all types are nostalgic, like a woodworker who wants to use hand tools instead of power tools. It’s perfectly fine, and for some jobs it’s better. But it’s not the most efficient use of a team to build a house.
This is quite accurate
Seems like it increases cancer risk, but it’s the cheapest way we have to sanitize water so
https://www.cancercenter.com/community/blog/2020/05/drinking-water-cancer-risk
I’m putting the water in glass containers, so no need to worry about it leeching materials. Also, I am positive I get all the micronutrients (the paper your cited refers to magnesium and iron) I need from vegetables, without needing to resort to tap water that contains high levels of microplastics. I also brush my teeth with floride, so no need to worry about dental caries.
In Costa Rica elections are a whole thing, like everyone’s out with flags on cars and megaphones yelling about one of the 20+ political parties.
Also Semana Santa is a week long Catholic holiday.