To represent 4 values, you only need 2 bits
- 00
- 01
- 10
- 11
To represent 4 values, you only need 2 bits
More buffer for the git pushin’


deleted by creator

“We have made a commitment to our employees that all of these efficiency gains, and especially the applications of AI, should also, to some degree, come back in their pay cheques so that they are fully … incentivised [and] aligned with the investors, to drive these changes through the company.”
All… to some degree




Also worth noting that you need to be on US soil in order to apply for asylum. It’s common for migrants to cross the border without permission and immediately turn themselves in, because it’s the only reliable way to initiate an asylum review.
If they are later granted asylum, would you still consider that illegal?


Like AI companies care about business ethics


Ever put a task in your todo list or calendar, but forget what it means later?
Todo:
only a tool
“The essence of technology is by no means anything technological”
Every tool contains within it a philosophy — a particular way of seeing the world.
But especially digital technologies… they give the developer the ability to embed their values into the tools. Like, is DoorDash just a tool?


My Lua experience is about 15 years old at this point, but back then I recall Luarocks had like 10 packages that were actually stable and maintained. Basically a ghost town. I’m gonna guess it hasn’t gotten much better.


Cuz health insurance and health care are both very expensive fields, and they’re in opposition to each other, so they both tend towards monopoly.
And from the consumer’s perspective:
$10-20mil in the year 2571 is like $0.15 today


There would be no incentive to become a billionaire if you have to give away 0.1% of it! It only grows at like 8% a year in the first place! 😭😭😭


Those additional requests will reuse the existing connection, so they’ll have more bandwidth at that point.


14kB club: “Amateurs!!!”
https://dev.to/shadowfaxrodeo/why-your-website-should-be-under-14kb-in-size-398n
a
14kBpage can load much faster than a15kBpage — maybe612msfaster — while the difference between a15kBand a16kBpage is trivial.This is because of the TCP slow start algorithm. This article will cover what that is, how it works, and why you should care.


You’re supposed to disable source maps in prod?
Asking for a friend
The trunk metaphor doesn’t work very well in Git, because branches aren’t long-lived containers of sequential commits the way they are in SVN. There is no “root” commit that is guaranteed to have a consistent relationship with main, because branches are just names attached to a commit and can be reassigned at will.