alisey | 1 year ago | on: In Defense of LeetCode Interviews
alisey's comments
alisey | 5 years ago | on: How to Center in CSS (2015)
alisey | 5 years ago | on: How to Center in CSS (2015)
alisey | 6 years ago | on: Let me give you a list of the top scams coding bootcamps use to steal your money
alisey | 6 years ago | on: Show HN: Made this with my daughter to help kids ages 2 to 4 learn logic
I was recently writing a function that returns early if all items in a list meet a certain condition. It was interesting to think about what should happen if that list is empty.
alisey | 6 years ago | on: AirPods Pro Page Performance
As for the tool, ffmpeg seems to work well enough.
alisey | 9 years ago | on: Watch out: ɢoogle.com isn’t the same as Google.com
Here are some contexts in which this semantic difference is important: search (compare search results for "cop" and "сор"), alphabetical sorting, text-to-speech, spellchecking, case conversion ("ATOM" -> "atom", but "АТОМ" -> "атом", note the difference between t-т and m-м).
alisey | 9 years ago | on: Obtaining Wildcard SSL Certificates from Comodo via Dangling Markup Injection
In my experience, it doesn't even cover cases such as this one, but it certainly makes developers confident they don't need to apply contextual escaping.
alisey | 9 years ago | on: Simple Ways of Reducing the Cognitive Load in Code
alisey | 10 years ago | on: Fourier Visualizations
alisey | 10 years ago | on: Ask HN: What's the most elegant piece of code you've seen?
alisey | 10 years ago | on: What is functional programming?
alisey | 10 years ago | on: Work on stuff that matters, first principles (2009)
But flexibility helps. You could, for example, make a living working on V8 or SpiderMonkey, and work on your programming language as a hobby.
alisey | 10 years ago | on: Work on stuff that matters, first principles (2009)
See, he acknowledges the importance of money. But once your basic needs are met, you can start discovering what matters to you. Music and creating your programming language are just to points in a huge space of things you could potentially enjoy. There are many jobs that, even though they don't sound sexy, allow you to explore this space and gravitate to things you like. The choice is not always between being a slave or dying from starvation.
alisey | 10 years ago | on: The Science of Pixar's ‘Inside Out’
James Averill, a major proponent of social constructivism, describes a behavior pattern, called “being a wild pig”, that is quite unusual by Western standards, but is common and even “normal” among the Gururumba, a horticultural people living in the highlands of New Zealand. The behavior gets its name by analogy. There are no undomesticated pigs in this culture, but occasionally, and for unknown reasons, a domesticated one will go through a temporary condition in which it runs wild. But the pig can, with appropriate measures, be redomesticated and returned to the normal pig life among the villagers. And, in a similar vein, Gururumba people can act this way, becoming violent and aggressive and looting and stealing, but seldom causing harm or taking anything of importance, and eventually returning to routine life. In some instances, after several days of living in the forest, during which time the stolen objects are destroyed, the person returns to the village spontaneously with no memory of the experience and is never reminded of the event by the villagers. Others, though, have to be captured and treated like a wild pig - held over a smoking fire until the old self returns […]
Averill uses “being a wild pig” to support his claim that “most standard emotional reactions are socially constructed or institutionalized patterns of response” rather than biologically determined events.
alisey | 11 years ago | on: Interviewing for a JavaScript Job
It's an extension of your idea of counting the total number of visited positions. What I like most about it is that it can work with streamed data.
alisey | 11 years ago | on: Interviewing for a JavaScript Job
alisey | 12 years ago | on: Google's XSS game
alisey | 12 years ago | on: Google's XSS game
alisey | 13 years ago | on: Native equivalents of jQuery functions