Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
henshao
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
henshao
8mo ago
I think in 2026 it's hard to make a video look this "bad" without it being a clear aesthetic choice, so not sure you could find this video in another setting.
2.
▲
by
henshao
2y ago
I have trouble with code reviews because I can't run the code from the review GUI, so I usually look at the tests run in CI or pull and run it myself, if possible. Is this not a problem other people have? Is this a tooling problem? By
3.
▲
by
henshao
2y ago
For coordinate transforms specifically, I also like to run through the whole chain of available, implemented transforms and back again - asserting I have the same coordinate at the end. One method might be wrong, but they "can't&q
4.
▲
by
henshao
2y ago
Really interesting that nlohmann isn't fully compliant. What cases are these? It seems to me though that if you're encountering the edges of json where nlohmann or simple parsing doesn't work properly, a binary format might b
5.
▲
by
henshao
2y ago
I'm going to assume you have about as many years of experience as me based on your profile, but if you're going to argue that maintaining this script - for the sole convenience of deleting a branch out from underneath you - is w
6.
▲
by
henshao
2y ago
Hey. I think my point is that writing and maintaining 900 lines of code is an option, and another option is to figure out how to not write and rely on 900 lines of code. I looked through git-more-restore a bit and I think you're trying
7.
▲
by
henshao
2y ago
Just for anyone else following along..you're right. Here it is. git fetch -p && git branch -vv | awk '/: gone]/{print $1}' | xargs git branch -d
8.
▲
by
henshao
2y ago
Thanks for keeping me honest. I just read the first line of the stackoverflow, but the one liner is still in the comments. I just tested it. https://stackoverflow.com/questions/7726949/remove-tracking-... gi
9.
▲
by
henshao
2y ago
Yeah I am just finding it hard to believe that there are so many people who don't. Maybe we are 10x engineers w.r.t. git aliases. Congratulations
10.
▲
by
henshao
2y ago
These should be aliases in your git config. git config --global alias.<cmd> <cmd> I'm really trying to understand, and not to be too negative. I get coming up with a solution to a problem, and finding it neat local
11.
▲
by
henshao
2y ago
"git delete gone branches" is a one liner that you can google. first stack overflow result gives you the answer: git remote prune origin Why would you use this 50 line script to do the same?
12.
▲
by
henshao
2y ago
This was my first thought as well. This might be an indictment of how obscure/confusing some git invocations are...hence the alias to human readable names. It is kind of interesting that there is much interest, work and maintenance on
13.
▲
by
henshao
3y ago
https://github.com/Card-Forge/forge/pulls
14.
▲
by
henshao
3y ago
As someone of asian descent, I find it interesting how so many of these comments have such a stereotypical software engineer's "why don't they just XYZ" statement and its pretty eye opening. I know I'm guilty of thi
15.
▲
by
henshao
4y ago
To hop on this tagline train...open to any critiques. "Share any link with ads and tracking removed." Rationale: Sharing = most important verb/subject. Followed by the subject (links) Ads and tracking - people know what ads a
16.
▲
by
henshao
4y ago
I had the same thought about the twitter link. I also find that many people decide to disconnect from the "rat race" and explore the mountains and be one with the earth...often after you're already set up from your racing day
17.
▲
by
henshao
4y ago
https://www.sensorscall.com/#HowItWorks Plug in "night light" smart devices that detect pattern of life and deviations from it, reporting to a connected smart phone. I like it.
18.
▲
by
henshao
4y ago
Associate professor of medical physics & molecular imaging In their profile
19.
▲
by
henshao
4y ago
This seems like the right thread to ask. I love the idea of tools like these to be able to easily and programmatically draw diagrams, but eventually it gets thrown into a powerpoint, where then it is locked behind some tool and arcane DSL t
20.
▲
by
henshao
4y ago
Thanks for the grep tip! Unfortunately I've not put in the effort to learn awk past printing the n-th column of ls (my typical use) - the extra syntax required to properly 'quote' and {} things puts me off.
21.
▲
by
henshao
4y ago
Just posting this without trying it out...grep -nH gives you line numbers and full filepath context, and as another commenter said, -ve allows you to string multiple excludes, so grep -inH <search> -ve not_this -ve nor_this -ve nor_th
22.
▲
by
henshao
5y ago
I think splendor gets more interesting if your opponents are also trying to be strategic. You can see what color chips they are picking up, which lets you know what they are aiming for, which influences what card you want to aim for or rese
23.
▲
by
henshao
5y ago
I don't know about you, but for my tests on a curve where I might not be able to answer all the questions, doing the quick skim to answer the low hanging fruit before getting to the harder problems is a good way to make sure you don&#x
24.
▲
by
henshao
5y ago
back of envelope: 450k man hours = 225 people full time, 1 year @ ~ 70k a year = 15m They added 34 more suites * 2 people * $1000 per person per cruise week = 78000 more per trip ~200 trips to pay back the cost - not sure what the utilizati
25.
▲
by
henshao
7y ago
What kind of reoccurring microsoft expenses would an organization be able to shed? Can't really cut back on costs for word and excel/office suite. If your data is in Azure already, it would cost even more probably to move it all o
26.
▲
by
henshao
8y ago
It might change your results if this were done based on drive times instead. I noticed because Chatham seems to be furthest from Boston radially, but Provincetown is definitely further by car.
27.
▲
by
henshao
9y ago
Don't browsers generally use more RAM when more is available? I only have 12 GB on my laptop and I've never really noticed anything. It's not like I'm using all 50 tabs and 20 applications at once, and the split second t
28.
▲
by
henshao
10y ago
They included an annotation that says that it was a "scheduled stop".
29.
▲
by
henshao
10y ago
Is it just me, or is the usual "copy title, paste into google search" not working this time? I can't manage to find the google search result for this article, even after trying many combinations of google filters/date fi
30.
▲
by
henshao
10y ago
The main thing is that it's what facebook SHOULD be - a window into the lives of my friends and the people I care about. Facebook now just shows me constant shares of auto-playing videos from various click-bait and viral sites. Every s
More ›