HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ataylor32

no profile record

comments

ataylor32
·पिछला वर्ष·discuss
Here is a relevant discussion: https://news.ycombinator.com/item?id=15256890
ataylor32
·3 वर्ष पहले·discuss
Here are a couple quotes from https://developer.chrome.com/articles/css-nth-child-of-s/#pr... :

New in CSS Selectors Level 4 is the ability to optionally pass a selector list into :nth-child() and :nth-last-child().

For example, :nth-child(2 of .highlight) selects the second matching element that has the .highlight class. Put differently: out of all children with the class .highlight, select the second one.
ataylor32
·4 वर्ष पहले·discuss
Do you do anything to handle "hidden tracks" (i.e. the last track has some audio, then some silence, and then some more audio)?
ataylor32
·4 वर्ष पहले·discuss
Are you sure? It's my understanding that screen readers know to ignore elements with display:none;
ataylor32
·4 वर्ष पहले·discuss
Not to be confused with https://github.com/microsoft/pyright
ataylor32
·5 वर्ष पहले·discuss
Agreed. Here is a video titled "How a simple Django application works" that is 8 minutes long. It has 29 likes and 27 dislikes. It's a pretty poor quality video, in my opinion.

https://www.youtube.com/watch?v=JU2SeliQvMM
ataylor32
·5 वर्ष पहले·discuss
> why not just do a bash script with a switch in it?

Here is another alternative:

https://github.com/TekWizely/run
ataylor32
·5 वर्ष पहले·discuss
I wonder how it handles cases like this:

<sc<script>ript>alert('XSS')</sc</script>ript>

...and other strings from https://github.com/minimaxir/big-list-of-naughty-strings
ataylor32
·5 वर्ष पहले·discuss
I think if that was ever said by a core member, it was stated as a goal, not a for sure thing. I believe I've only ever heard it as speculation / wishful thinking.
ataylor32
·5 वर्ष पहले·discuss
There have been multiple links to the "how is prangent formed" video, but let's not forget about the "Curse of The Weggy Board" video:

https://www.youtube.com/watch?v=15nNY7uofNw
ataylor32
·5 वर्ष पहले·discuss
Yes, and it works in previous versions of macOS as well
ataylor32
·5 वर्ष पहले·discuss
Hold the command key while clicking the title of the Finder window
ataylor32
·5 वर्ष पहले·discuss
Thanks! This sounds like a great setup.
ataylor32
·5 वर्ष पहले·discuss
Can you elaborate on this?:

> I do all of my development remotely via ssh and local forwards

I do a little with SSH tunnels, but not much. Do you mean you have it set up so that on your Mac you can go to localhost:8080 (or whatever) in your browser and it will actually go to the remote machine?
ataylor32
·7 वर्ष पहले·discuss
I remember reading in 2003 that bananas could be extinct by 2013.