Viewing profile — Jiig
Jiig
HN member- Joined
- Wed, Mar 11, 2015, 3:27 PM UTC
- HN karma
- 29
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About Jiig
No profile information was provided.
Recent public activity
-
comment
Comment #36919505
I think they added it pretty recently, but you can change your whole profile per server now if you have nitro https://support.discord.com/hc/en-us/articles/4409388345495-...
-
comment
Comment #22122466
These posts usually have insightful comments about the persons life that I never would have read had it not been posted here. I would have read about his death in a headline, and m…
-
comment
Comment #21865550
Thank you, this is very helpful. Its a decompression algorithm with a thin CLI around it, lots of parallelization,and lots of different config options.
-
story
Ask HN: How to start learning large 20 year old code base?
I've been tasked to try and learn how some very old C++ code base (30k plus lines) at my job, I've heard that its originally from the late 90s and has been updated periodically, si…
-
comment
Comment #21566606
I wouldn't blanket all Mechanical Keyboards into this, its absolutely possible to build one that is no louder then your standard membrane keyboards.
-
comment
Comment #21259994
There is something seriously wrong the with the idea that its ok to underpay these very important jobs because they can eek out a living wage by working every hour of their waking …
-
comment
Comment #17183257
My town just recently put in the Diverging Diamond Intersection (or at least something very similar) on a major highway and major road interchange and the extra throughput was very…
-
comment
Comment #15177904
I think the compelling part of pokemon go is not the game its self, but the social interactions it created.
-
comment
Comment #14187605
There is a way to manually open the falcon wing doors [1]. Granted it could probably be in a more visible location. [1]: http://assets.teslastatic.com/2016_Model_X_Emergency_Respon…
-
comment
Comment #13393036
I would say stay away from any 4chan pet projects.
- comment
-
comment
Comment #12753213
Maybe this would be a problem sometime in the future when autonomous cars don't have manual controls anymore, but if the cameras were disabled for some reason you can just take con…
-
comment
Comment #12701718
Its worst case is O(n^2) sure, so heap sort would be better if you know that your data would hit the worst case scenario of quick sort every time.
-
comment
Comment #12646846
There's a page[1] detailing how to get get the .deb file without apt, and then use dpkg for arch [2] to install it if you wanted to. Of course you'd have to manually update, and pa…
-
comment
Comment #9490777
Used the euterpea library in a class about computer music. Super fun, great way to learn haskell.