fascinating. I wonder where the line is between the cold preserving the body and the cold causing hypothermia that could lead to death.
fascinating. I wonder where the line is between the cold preserving the body and the cold causing hypothermia that could lead to death.
“Bad” can be quite broad and it might be cumbersome to check and categorize all of the “badness” out there. You might have better luck narrowing down a bit. For example, if you’re interested in AI/algorithm incidences, there are at least two that came up on search:
On a tangential note of another comment about AI training and such, this is a touchy and evolving subject, but it might be good to include how you want your content to be used and not be used, and by whom, especially if you intend to make them public.
some wiki backends allow password protection. for example, mkdocs, which also renders markdown, has mkdocs-encryptcontent-plugin to allow global or even page-specific passwords for private repos.
but these encrypted pages would of course have the risk of not being archived by the wayback machine.
How is the entity or power that has the ability to grant me such knowledge connected to the existence of the universe?
can people not use that to take each other’s shops down?
Isn’t Zipf law supposed to be log-log plot?
forgive my naivety, how does such a community avoid promoting ageism?
the whole premise of OP is that this monitors people, and many organizations use TOTP, which one could also use without internet connections or phones AFAIK.
I’m in academia and I wish this is implemented more. Data breaches are getting quite common, and Github is so entwined in software engineering that it is critical to increase security measures.
or maybe most of them in a folder? and one file that defines their locations for environment variables
I wish for a new genie that grants wishes successfully but never tries or succeeds in cursing my wishes.
got into coding cuz I found out that’s how I can automate analysis and play with research questions more easily.
Is there an equation for this? Like y = f(x) where y is your choice of gray and x is your color. Maybe you can empirically find “f” by fitting randomly created “x” with the resulting “y”.
If “f” can be approximated and maybe there’s something special about it so that you can find the inverse. Otherwise, you could always just generate a bunch of “x*” again, feed through “f”, and see whether the output “y*” matches your chosen gray.
Interesting data but in terms of viz, this is an odd choice of color scale - the max and background being very similarly dark-toned. It may look better with flipped color scale, or maybe background should be lighter. Plus, I’m mot sure Greenland being very dark means there’s no data or it’s the max.
this is an interesting story but for those who prefer to read, here the article linked in the video description:
https://thefourth.media/apartments/
I also ran this through smmry to summarize. Below is the result:
The Apartments With No Entrance A shady land sale has left the residents of Sea Park Apartments locked in a decades-long land dispute, with no control over their own homes.
These apartments are “Enclosed” in more ways than one: The original developer of the apartments sold the apartment’s carpark and common areas - which surround the apartment blocks - to an individual, leaving residents in the unusual position of having their homes completely encircled by someone else’s private land.
Built in the 70s and completed in the early 80s, Sea Park Apartments is one of the earliest apartments in Petaling Jaya, if not the earliest, constructed at a time when most residential developments in the area still involved landed properties.
This meant residents had no way to access their homes without first trespassing on private property, and no control over the common facilities sited on that private land.
The individual who purchased the disputed lands is Yap Say Tee, who once managed a hotel owned by the developer, and was earlier approached by the developer to manage the car park at Sea Park Apartments.
With the developer’s sale of these lands to Yap, the rules of the game changed: The developer is no longer the registered owner of the disputed lands nor responsible for addressing the remonstrations of the residents, which reached a peak in 2013.
With the facilities on private land, access road on private land, the property value will go down, and residents will have no agency.
i’m leaning towards “skull” tho
Great explanation. Two question, what’s the likelihood of an SSO page being spoofed? This seems like an all-eggs-in-one-basket sitch, so what are the potential threats to this?
Does defining in a “loop” work in C? Like
#define main A
#define A B
#define B C
…
#define Z main
Thank you for taking the time to write out your explanation and analysis! Very well put!
I use gitlab ci mainly and dabble in github actions. Can you clarify how “Not even Github managed to pull that off”? IIRC, actions is quite featureful and it’s open-source, so I assume that can be run with self-hosted runners as well.