Viewing profile — B4TMAN
B4TMAN
HN member- Joined
- Sun, Aug 28, 2016, 9:46 PM UTC
- HN karma
- 3
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About B4TMAN
No profile information was provided.
Recent public activity
-
comment
Comment #20760825
The problem is most the interviews ask a question along the lines what if there are 10s of millions of rows. Would a SQL database be still preferable?
-
comment
Comment #20752747
Can you elaborate why is it slow? Shouldn't it be faster tham `std::ordered_set` which uses a Red Black Tree as the undelying data structure thus proviing a O(logn) time complexity…
-
comment
Comment #20752677
This problem gets more interesting when they ask you to remember the indices of that particular subarray. Wikipedia explains that scenario well.
-
comment
Comment #20694921
Link : https://root.cern/doc/master/glbox_8C.html I am seeing a lot of `new` expressions but no corresponding delete expression? Isn't this a bad practice of leaking memory?
-
comment
Comment #20638688
I have been trying to learn web dev on my own for a while and I just can't make it past CSS. I don't get it. How do I even organise it? I get JS as I have done significant C/C++?ja…
-
comment
Comment #16701872
I was working with Opencv's python wrapper a few months back and I didn't find a lot of options in it. It maybe because the wrapper didn't include most of the things from native C+…
-
story
Ask HN: Where do I start in Machine Learning?
I am a beginner and a little confused as words like AI/ML/Data Science are thrown at me as in everybody should have a degree in each of those fields by the time they graduate. Rese…
-
comment
Comment #16220491
I have never used vim/emacs before. While sshing I end up using nano. Does the job. What advantage does vim have over nano? Honestly curious.
-
comment
Comment #16220472
I am a newb and so far didn't care much about the editor I used. How do I learn vim? Any good resources? Do I need to memorise a lot of shortcuts?
-
comment
Comment #16198613
Can you elaborate on the things that you have enumerated?
-
comment
Comment #16198604
I am in the same boat. I tried learning js. I have a background in CS so its primitive part don't bother me much. Its just that after those primitive parts to see something in acti…
-
comment
Comment #16153718
I am a little lost. What effect does `typedef int func(int arg);` have on the code?
- story
-
comment
Comment #16141363
He died so young.
-
comment
Comment #16134775
I would love an invite.
-
comment
Comment #16126522
I would love to see the practice list.
-
comment
Comment #16096888
weird
-
comment
Comment #16090720
Is there any place to get a proper manual of all these uses?
-
comment
Comment #16059565
I was going to start learning webdev and I was suggested HTML/CSS/JS/PHP/MySql. Should I go ahead with PHP? What is the alternative?
-
comment
Comment #16059467
Interested. Is the experience criteria a must?
-
comment
Comment #16047628
Are there communities beside reddit/HN/SO?
-
comment
Comment #15999432
Text name by Albert Paul Malvino?
-
comment
Comment #15999428
I think it was supposed to minimize the number and kind of logic gates that would be required to build function.
-
comment
Comment #15947699
How do you start a new/big project? Lets say I want to read a codebase on github which is written in js. How doI go through it, given that I don’t know much js yet?
-
comment
Comment #15893376
This is awesome.