Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alisey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
alisey
3mo ago
And how is that even a fix? The problem is that a seemingly empty textarea has overflow in the first place. Adding `overflow: hidden` just sweeps the issue under the rug.
2.
▲
by
alisey
2y ago
In my experience, the results from those who claim they can judge skills based on a lunch conversation have not been good. I think people who can do it are the exception, not the norm.
3.
▲
Neural Network Follies (2003)
(neil.fraser.name)
29 points
by
alisey
4y ago
|
4 comments
4.
▲
by
alisey
6y ago
https://drafts.csswg.org/css-align-3/#overflow-values
5.
▲
by
alisey
6y ago
And yet six years later still no widespread support for the 'safe' keyword. Which means the content can overflow the container without a way to scroll to some parts of it: https://jsfiddle.net/r50qseah/
6.
▲
by
alisey
7y ago
How do people even read on Twitter? All I can see on their desktop website is a single tweet with a "Show this thread" link that doesn't do anything.
7.
▲
by
alisey
7y ago
This reminds me of vacuous truth ( https://en.wikipedia.org/wiki/Vacuous_truth ). 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 wh
8.
▲
by
alisey
7y ago
Surprisingly, yes, the video is exported as a sequence of JPEGs: https://jsbin.com/wodusuzeja/1/edit?js,output As for the tool, ffmpeg seems to work well enough.
9.
▲
by
alisey
10y ago
The most important reason is semantics. If "O" and "0" look alike in a certain font, should we use the same character code for both? No, because they have different meaning. Here are some contexts in which this semantic
10.
▲
by
alisey
10y ago
> But it covers many cases, including the one here. 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.
11.
▲
by
alisey
10y ago
Yes, a Method Object pattern http://c2.com/cgi/wiki?MethodObject
12.
▲
by
alisey
11y ago
https://jackschaedler.github.io/circles-sines-signals/
13.
▲
by
alisey
11y ago
Keep in mind that this algorithm is not in-place, so it wouldn't be fair to say that it's more 'elegant' than imperative quicksort implementations.
14.
▲
by
alisey
11y ago
In part 2 he writes about why it's not the essence of functional programming: http://blog.jenkster.com/2015/12/which-programming-languages...
15.
▲
by
alisey
11y ago
I think you define passion too narrowly. It's hard to monetize your passion if the only thing you enjoy is drawing pumpkins with charcoal on the walls of 18th century buildings. But flexibility helps. You could, for example, make a liv
16.
▲
by
alisey
11y ago
> Money is like gas in the car — you need to pay attention or you’ll end up on the side of the road — but a well-lived life is not a tour of gas stations! See, he acknowledges the importance of money. But once your basic needs are met, y
17.
▲
by
alisey
11y ago
Every basic emotions researcher comes up with a different list. But most of the lists include some version of fear, anger, disgust, and joy (but not sadness). "Emotional Brain" by Joseph LeDoux, chapter 5 has more info on various
18.
▲
by
alisey
12y ago
I gave this question to a friend and she came up with what I think is a beautiful answer. Remember min and max X and Y coordinates seen so far, and count the number of steps. When this number gets larger than (maxX - minX)*(maxY - minY) we
19.
▲
by
alisey
12y ago
The question starts with: "Consider a finite checkerboard of unknown size", which means you don't know the value of size-squared. Bitmap requires O(n) space, while the Carpenter's solution requires only O(1) space. And b
20.
▲
by
alisey
12y ago
Because you can't have tags inside of textarea. All data inside of textarea is interpreted as text.
21.
▲
by
alisey
12y ago
Do you have a '+' in your string? In URL it's interpreted as a space, use '%2B' instead.
22.
▲
by
alisey
13y ago
By using innerHTML you lose event bindings of all elements in the container you're appending data to, and the state of inputs.
23.
▲
by
alisey
13y ago
Here's a similar algorithm that creates patterns slightly resembling radiolarians: http://alisey.deviantart.com/art/Orbits-316110768 http://explord.com/experiments/orbits/
24.
▲
Pigeon-guided missiles
(cyberneticzoo.com)
3 points
by
alisey
14y ago
|
0 comments
25.
▲
How a mathematical phenomenon can help CPAs uncover fraud
(journalofaccountancy.com)
2 points
by
alisey
14y ago
|
0 comments
26.
▲
by
alisey
14y ago
And the more abstract your knowledge and understanding, the harder it becomes to visualize. It's relatively easy to visually explain classical mechanics, but not so for quantum mechanics.
27.
▲
by
alisey
14y ago
That was an amazing course and my first experience when video lectures didn't suck. I learned Python without even trying, as a by-product of solving interesting problems.
28.
▲
by
alisey
14y ago
It's hard, especially if you want to support IE8. You need a 100-line function simply to get cursor position in a cross-browser fashion.
29.
▲
by
alisey
14y ago
One thing that I use often: when execution hits breakpoint, you can switch to the Console tab and modify local variables, and run any code in the context of the current function. Also, files in the Scripts can be edited by double clicking.
30.
▲
by
alisey
15y ago
His "Art and Illusion" is very good too.
More ›