Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
windowojji
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
windowojji
5y ago
For other small JS engines similar to QuickJS see Hermes: https://github.com/facebook/hermes
2.
▲
by
windowojji
5y ago
Not just that: > Please don't comment on whether someone read an article. "Did you even read the article? It mentions that" can be shortened to "The article mentions that."
3.
▲
by
windowojji
5y ago
What makes you think that everyone who wrote the Constitution and relevant documents 250 years ago was infallible? The founding fathers got plenty of things wrong, knowing they were designing an imperfect system. For example, first past the
4.
▲
by
windowojji
5y ago
I'm amazed that DDG/Brave don't understand that typing something immediately after a "!" on a smartphone is annoying and difficult. DDG only supports "!" after the character for a small subset of bangs. Th
5.
▲
by
windowojji
5y ago
`hg` literally already has `hg undo` as a command. It's good that `git` can have a similar tool
6.
▲
Christmas Bullet
(en.wikipedia.org)
1 points
by
windowojji
5y ago
|
0 comments
7.
▲
by
windowojji
5y ago
> promote you right out of software development and into management At good companies, these two jobs run parallel, not one on top of the other. Management should be viewed as a sidegrade, not a promotion.
8.
▲
by
windowojji
5y ago
Please say which country you're referring to when you say "in my country" on the internet. It allows others to contextualize and verify otherwise useless information.
9.
▲
by
windowojji
5y ago
See the grandparent, which rightly asserts that reddit search is bad.
10.
▲
by
windowojji
5y ago
The problem with this is that schools tend to very specifically teach TI calculators while leaving other calculators to the children to self-teach. This is fine if you're a kid who likes/understands/cares about calculators, b
11.
▲
by
windowojji
5y ago
I don't think parent was saying Robinhood was good at executing trades, just that its UI was more functional than other brokers'.
12.
▲
by
windowojji
5y ago
It should be 0.
13.
▲
by
windowojji
5y ago
I appreciate my custom CSS just fine, thanks.
14.
▲
by
windowojji
5y ago
[bgcolor="#ff6600"] { background: #008 !important; } body > center > table > tbody > tr:first-child > td { background: #008 !important; } Here's some CSS rules if you wan
15.
▲
by
windowojji
5y ago
Here's some more Baader Meinhof from me: Omnibus did an episode on B Traven[0], but also did episodes on Baader Meinhof[1][2]! [0] https://www.omnibusproject.com/317 [1] https://www.omnibusproject.com/3
16.
▲
by
windowojji
6y ago
Can you elaborate on this? const and let should be interchangeable from a performance perspective because it's not like the engine needs your input to know whether a binding is reassigned ever (that's a fundamentally easy thing fo
17.
▲
by
windowojji
6y ago
For some reason people who cook in the USA believe that food isn't worth eating unless it looks like meat. I'm astonished at the amount of time that I go to eat "vegetarian" food anywhere and it's just the meat dish
18.
▲
by
windowojji
6y ago
Does C have destructors?
19.
▲
by
windowojji
6y ago
I like that the website you linked still has Google Analytics JS embedded.
20.
▲
by
windowojji
6y ago
Read the user manual . I'm not trying to be snarky - the user manual is explicitly something that isn't the same as the reference and the user manual is called out as the next step after `vimtutor`. Start with `:h user-manual`
21.
▲
by
windowojji
6y ago
> it's applied to a small enough input The whole point of big-O notation is to analyze algorithms as they're applied to input of size `n` larger than some `n_0`. Of course it's not useful for small inputs - it's expli
22.
▲
by
windowojji
6y ago
> Lim [x -> inf] O(f(x))/O(g(x)) I understand both limits and I've taught asymptotic analysis in the past. O(f(x)) and O(g(x)) are sets. How does one divide two sets? This explanation is ill formed.
23.
▲
by
windowojji
6y ago
See also Vim koans https://sanctum.geek.nz/arabesque/vim-koans/
24.
▲
by
windowojji
6y ago
I worked on a game boy emulator a while ago to learn C. I did pretty well and was able to run most games I came across just fine, but never got audio working...I just couldn't understand any of the stuff online about how it worked, and
25.
▲
by
windowojji
6y ago
Project Euler is very specifically a website that requires both math knowledge and programming ability. It's designed to expose people to difficult math concepts, while advent of code is mostly explicitly for programmers.
26.
▲
by
windowojji
6y ago
I'd hardly say it relies _heavily_ on obscure math tricks. Typically there's one or two days which require, perhaps, an undergraduate level of math which people would likely get in an intro class during a CS degree. Most of the pr