Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nazri1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nazri1
3y ago
I have given up on all hope of UI/UX getting better on general consumer devices. The downward trend started since smartphone became mainstream.
2.
▲
by
nazri1
3y ago
I know I’m going to miss reading his goofy email signatures. Rest in peace Bram.
3.
▲
by
nazri1
6y ago
Use mutt! Now you can read each post as if it was part of an email thread. But first you have to get the comments saved as a maildir email conversations... that’s where my fetchpost[1] tool comes in. Demo: https://asciinema.org&#
4.
▲
by
nazri1
7y ago
time_ns = t[1].tv_nsec - t[0].tv_nsec + 1000000 * (t[1].tv_sec - t[0].tv_sec); ^^^^^^^ should be 1E9 instead
5.
▲
Resolving deltas dominates clone time
(public-inbox.org)
1 points
by
nazri1
7y ago
|
0 comments
6.
▲
Ask HN: What Easter Eggs Have You Written for Your $Dayjob
13 points
by
nazri1
8y ago
|
15 comments
7.
▲
by
nazri1
8y ago
I feel you. https://xkcd.com/1172/
8.
▲
by
nazri1
8y ago
You can use numfmt to parse the number: $ seq -w 0001 0005|numfmt 1 2 3 4 5 Or just use plain sed: $ seq -w 0001 0005|sed 's/^0*//' 1 2 3 4 5
9.
▲
by
nazri1
8y ago
Ha I could say the same thing about my $EDITOR, which happens to be vim. I learned how to use it about 2 decades ago and I still use it almost daily since. Some things are really worth investing your time learning them.
10.
▲
by
nazri1
8y ago
Blank space at the bottom - just so when you page down through the page and reach the end, the last readable content would correctly shift up the same amount as the previous shift.
11.
▲
by
nazri1
8y ago
I used the default one in CmakeLists.txt (-O3). I ran the comparison again on another machine that I have and this time their performances are about the same: c++: $ time ./tinykaboom ./tinykaboom 46.72s user 0.01s syst
12.
▲
by
nazri1
8y ago
I saw the openmp pragma and thought to myself "neat! should be fun to watch the cores work hard at this" and went ahead and compiled and run it and smiled at the 400% cpu usage in top. $ time ./tinykaboom ./ti
13.
▲
The Errors of TeX (1978-2014) [pdf]
(texdoc.net)
22 points
by
nazri1
8y ago
|
9 comments
14.
▲
by
nazri1
8y ago
(shameless plug) git number: https://github.com/holygeek/git-number Use numbers for dealing with files in git.
15.
▲
by
nazri1
8y ago
For any OSS products that claims to make money you can check their product page and see if they put out some pricing information. For example https://www.hashicorp.com/products/consul
16.
▲
by
nazri1
8y ago
Truestory. I graduated with EE degree and a few years after that I still get a kick out of making an LED, connected directly to my desktop printer port, blink on and off. Different strokes for different folks, yeah?
17.
▲
by
nazri1
8y ago
DEFUN ("atan", Fatan, Satan, 1, 2, 0, Hah I couldn't read that with a straight face!
18.
▲
by
nazri1
8y ago
The kind of work where you need to run javascript loaded from third party sites and make it do stuff to the user (advertisements, chat).
19.
▲
by
nazri1
8y ago
With the old UI I don’t have to scroll down to see the labels that I frequently go to. The new UI uses a heavier font that the labels list takes up more vertical space than they used to which is becoming a nag for me.
20.
▲
by
nazri1
8y ago
Not unlike systemd, not too long ago...
21.
▲
by
nazri1
8y ago
Does assembly count? Prince of Persia's source code (not really open source...): https://github.com/jmechner/Prince-of-Persia-Apple-II One look at any of the assembly files and you can get a sense of how properly
22.
▲
by
nazri1
8y ago
I’ve read on some forum somewhere that women who have given birth rate labor pain as less painful than passing kidney stone.
23.
▲
by
nazri1
8y ago
Someone I know swears by rowatinex https://www.ncbi.nlm.nih.gov/m/pubmed/1431192 I pray that I won’t ever need to consider taking it though (passed one stone last year)
24.
▲
by
nazri1
8y ago
If they allow people to vote on which artist to be chosen then my vote would go to Andy Weir[1] (author of The Martian[2])... but then in his talks he stated quite clearly of his fear of flying, so ... :D [1] https://en.wikipedia
25.
▲
by
nazri1
8y ago
A good joke consists of an introduction, which establishes the story to be told and gracefully segues into the punchline. Your post here demostrate that very well sir.
26.
▲
by
nazri1
8y ago
Mine is 16 each for two flights per floor at work, 19 floors. I do it 5 days a week, only for going up, so far. I’ve yet to do the same for when going down.
27.
▲
by
nazri1
8y ago
Go one step further and add these to you vimrc: command Tab1 set ts=1 sts=1 sw=1 command Tab2 set ts=2 sts=2 sw=2 command Tab4 set ts=4 sts=4 sw=4 command Tab8 set ts=8 sts=8 sw=8
28.
▲
Ten Rules for Writing Cross Platform 'C' Code (2008)
(ski-epic.com)
3 points
by
nazri1
8y ago
|
2 comments
29.
▲
by
nazri1
8y ago
See also: Shlemiel the painter [1] [1] https://www.joelonsoftware.com/2001/12/11/back-to-basics/
30.
▲
by
nazri1
8y ago
https://thedailywtf.com/articles/What_Is_Truth_0x3f_
More ›