HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mckeed

no profile record

comments

mckeed
·3 месяца назад·discuss
Someone on twitter had the idea that he could use the camera to take a picture of the character (or his whole password) and copy/paste it using the built-in ocr feature.

I don't have a text password on my iphone so I don't know whether you can paste into that field.
mckeed
·5 месяцев назад·discuss
In a cold climate it's essential to have air/insulation between the floor and ground.
mckeed
·6 месяцев назад·discuss
I wonder if you could partially get around this by using the "ghost kitchen" model. Offer food only for delivery, but then "hire" customers to deliver their own meals if they want it cheap.
mckeed
·9 месяцев назад·discuss
Curious how you set it up. Do you have to manually update it when inflation data comes out, or is it automatic?
mckeed
·9 месяцев назад·discuss
Seems like YT is mostly focusing on the interaction between streamer and audience (which makes sense because streaming is big with young ppl rn).

I understand "ambient streams" to be more like a setting for a group chat or chat room, where you're interacting with friends or strangers only, there's no focus on a single creator/streamer. Like hanging out at an interesting location instead of a featureless room.
mckeed
·9 месяцев назад·discuss
I think you're right that contributed, but at least the federal EV subsidy was trying to mitigate that effect by also subsidizing used EV purchases. I just bought a used PHEV and got a subsidy right before the cutoff. So the effect might get worse now that the program has ended, though I suppose new EV prices should come down too.
mckeed
·10 месяцев назад·discuss
I do wonder if early world explorers had been from the southern hemisphere and a tradition of "south up" was already established, if it would still look better to us to have more land on top.
mckeed
·10 месяцев назад·discuss
Also if the map is flat on a table, more stuff is closer to you.
mckeed
·10 месяцев назад·discuss
Careful, though. There isn't a constant "pi" for all metric spaces. Using distance along the surface of a sphere, the ratio of a circle's diameter to circumference depends on the size of the circle.
mckeed
·в прошлом году·discuss
With tetration you're not dealing with orders of magnitude anymore, but orders of magnitude of orders of magnitude.
mckeed
·в прошлом году·discuss
Fun post! I drew the first 5 iterations by hand myself and I'm finding it easiest to think of as a self-similar coloring of a square tesselation.

If you start with the shape of iteration 3, it tessellates as a 5x5 square tile. Make an infinite grid of those tile shapes with one iteration 3 version in the center. Treat that center tile as the center square in the iteration 3 pattern and color the tiles around it according to how the 2nd and 3rd iterations were built of squares. This gives you the 4th and 5th iteration and you can continue to iterate on the coloring outwards to color the grid of tiles in the wallflower pattern.
mckeed
·в прошлом году·discuss
Centered circle wave: https://tixy.land/?code=Math.sin%28-2*t%2B0.045*%28x-7.5%29*...
mckeed
·в прошлом году·discuss
As someone who doesn't develop in python but occasionally tries to run python projects, it's pretty annoying to have to look up how to use venv every time.

I finally added two scripts to my path for `python` and `pip` that automatically create and activate a virtual env at `./.venv` if there isn't one active already. It would be nice if something like that was just built into pip so there could be a single command to run like Ruby has now with Bundler.