Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hn_acc_2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
hn_acc_2
1y ago
I prefer this to having app.use / router.use scattered anywhere throughout the app init (i.e. Express)
2.
▲
by
hn_acc_2
3y ago
Success is a lousy teacher. Mr. Musk has been dreaming about his "everything app" i.e. X.com for a very long time. The fact that he thinks the sinking Twitter ship will bring it to fruition is laughable.
3.
▲
by
hn_acc_2
4y ago
Looks like the top comment was spot on. Were HN users the "Avengers" mentioned in OP?
4.
▲
by
hn_acc_2
4y ago
There are a limited number of people willing to spend a limited amount of time fuzzing, reviewing, and scrutinizing crypto libraries. The more libraries exist, the more their efforts are divided, and the total scrutiny each library receives
5.
▲
by
hn_acc_2
4y ago
Actually, among the MAGMA companies I've found the _least_ bias for leetcode-memorization at Amazon. My interview with Meta was exactly as you described (a CS riddle taken from a textbook, to be solved without running the code or recei
6.
▲
by
hn_acc_2
4y ago
Obviously this is true but CK doesn't sell dollar bills for 90 cents.
7.
▲
by
hn_acc_2
4y ago
Yes..... and the only way a $444M quarterly revenue company "aren't profitable at all" is if their costs are >$444M / quarter. That's what my comment was getting at. Does GP really think a business like CK costs
8.
▲
by
hn_acc_2
4y ago
Your guess is wrong, their Q2 revenue this year was reported $444M
9.
▲
by
hn_acc_2
5y ago
Having seen several projects written by people who "happen to know some code," I can tell you there's a good reason this hasn't caught on. These sort of people can work the very foundations of the company into an ungodly
10.
▲
by
hn_acc_2
5y ago
The difference will be painfully clear once you try to walk a junior developer through installing and linking new files to a large project in Visual Studio, vs "copy this .h file here and include it". Whether or not a "good b
11.
▲
by
hn_acc_2
5y ago
1) Include it wherever it's used. The convention is to use the preprocessor[1] so it only appears once in the final binary 2) Most developers just want to compile to a single binary. Any developer who for some reason needs separately c
12.
▲
by
hn_acc_2
5y ago
There is a stigma amongst "real programmers" against "web developers". So a "real programmer" will never become adept at CSS because it doesn't appeal to their ego
13.
▲
by
hn_acc_2
5y ago
Sure, high salaries are justified for this minority. The people mentioned specifically in the comment are of more concern; sales, admin, etc. salaries in this field are also inflated compared to other industries.
14.
▲
by
hn_acc_2
6y ago
What other packages have you seen abusing import side effects? Shopify is the first one I've seen, so I don't think it's quite as common as you are implying, but I'm curious to know what other bad behavior you have found
15.
▲
by
hn_acc_2
6y ago
What "moat" does Bitcoin have protecting it from other crypto which may have more attractive features? It seems to me that it's just the first one that everyone's grandma has heard the name of. Some journalists will say
16.
▲
by
hn_acc_2
6y ago
Unfortunately the Python package ecosystem is enough of a headache. Now we add additional complication "OK, these pip package authors have upstreamed Alpine packages, and these other ones are only on PyPi". Maybe this approach wou
17.
▲
by
hn_acc_2
6y ago
If you ask me, installing glibc / compat layers defeats the purpose of using Alpine, especially since Alpine ultimately only saved me ~50 MB on image size versus a similarly configured debian:slim-buster image
18.
▲
by
hn_acc_2
6y ago
I did settle on Debian, using i.e. python:3.9-slim-buster (though you can just as easily start from debian and install your python version)
19.
▲
by
hn_acc_2
6y ago
Another "I want to love Alpine but can't" user here. Their use of musl libc makes it a very poor choice for running python in a container, because it forces a lot of manual rebuilding since the PyPi wheels don't work on
20.
▲
by
hn_acc_2
6y ago
Thanks, that makes sense. The computer terms helped :)
21.
▲
by
hn_acc_2
6y ago
> Results showed that attention lapses in the moment prior to remembering impacted on behavioural and neural memory signals and were associated with greater likelihood of forgetting. Can anyone translate this for me? This sounds like som
22.
▲
by
hn_acc_2
6y ago
If the atom bombs had no effect in forcing surrender, why then are they mentioned specifically in the Japanese surrender broadcast (with no mention of Soviet aggression at all)? https://en.wikipedia.org/wiki/Jewel_Voice
23.
▲
by
hn_acc_2
6y ago
Not sure about the first part...How is Python's approachable design "so limiting" to all those dimensions? Nobody writes performance-critical code in pure python. Not sure how "tooling" is bad, what would you say is
24.
▲
by
hn_acc_2
6y ago
It depends on your compiler. But as a general rule, the programmer will have a hard time "outsmarting" the compiler by using different objects or abstractions. Compiler authors have spent many hundreds of combined hours making C c
25.
▲
by
hn_acc_2
6y ago
This is not a case of gallivanting engineers running free. All of the moonshot projects are done at the direction of executive leadership in the hopes to open new profit streams. In fact some of the more technically promising projects (like
26.
▲
by
hn_acc_2
6y ago
Just curious, what problems does fail2ban suffer with thousands of unique ips? (A crowded iptables I guess...) I still use it with a super oppressive jail time and few retries, with a few whitelisted IPs and it seems to work ok.
27.
▲
by
hn_acc_2
6y ago
That's not fair... 1) Costs were not zero for the re-release. The only version of the game data (stats, items, enemy spawns etc.) was in the form of an original database backup (from an old employee's personal stash!). Classic ru
28.
▲
by
hn_acc_2
6y ago
Just like a two-year old enjoys their newfound power over their parents by screaming in public until they are appeased. So too do students with authority issues enjoy exerting newfound power over the authorities they oppose by complaining t
29.
▲
by
hn_acc_2
6y ago
No, the drive motor rpm is not controlled by OS drivers but by the drive controller. You'd have to write custom firmware and flash it onto the drive controller (inside the HDD) to change the rpm
30.
▲
by
hn_acc_2
6y ago
You could use this technique to estimate the remaining capacity starting from a full charge / known charge , but not to arbitrarily measure the remaining capacity of the battery
More ›