Viewing profile — iteratorloopmap
iteratorloopmap
HN member- Joined
- Sun, Nov 24, 2019, 10:13 AM UTC
- HN karma
- 16
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About iteratorloopmap
No profile information was provided.
Recent public activity
-
comment
Comment #21856204
I'd like to add that we can use ublock origin as well with JS-Off-By-Default.
- comment
-
comment
Comment #21845999
I don't feel like linux is expensive investment for everyone. I am a first year CS student. when I got my first laptop recently, I got crazy and installed debian (had some prior ex…
-
comment
Comment #21845943
This. What he suggested wasn't viable in terms of productivity either. One may be programmer but don't want to spend time administering the insignificant parts of the system. I nev…
-
comment
Comment #21845877
7z file explorer works well for me. Now I am mostly using Linux though.
-
comment
Comment #21809369
Curiosly, which chromebook? You can install linux on some chromebooks.
- story
-
comment
Comment #21751891
Not even open source. But it tries to mislead people into thinking it is open source. Stay away from it.
-
comment
Comment #21712316
I think `micro` will do.. not sure about cursor based cut-paste though..
-
comment
Comment #21712302
nano isn't very weak, I have modified nanorc substantially and also have binded many keys. It works better than, say, notepad++ on windows. For those who aren't touch typists, or o…
-
comment
Comment #21704826
I use ubo and have used AMP in past. UBO is an excellent ad blocker, but as far as bandwidth savings are concerned, it doesn't come close to AMP. Of course I use UBO with JS off by…
-
comment
Comment #21704776
Not everyone can buy $800 iPhone or close to that. Being from a third world country, I understand how valuable it was to have a cheap smartphone (umm laptops were too costly) so my…
- story
-
comment
Comment #21693912
I can pretty much agree with you. Especially in state boards, it is just knowing how to solve problems given at end of textbook..
-
story
To What Degree Is It Possible to Do Memory Management at Compile Time?
Memory management is usually offloaded to runtime (tracing GC / Reference Counting) except those variables which can be stack allocated by escape analysis. While rust claims to eli…
-
comment
Comment #21645559
I use text browsers because they are efficient and fast. Also Static content shouldn't ideally need js because it is a security concern. AFAIK most of us don't complain when a dyna…
-
comment
Comment #21645527
And all those 'IIT' Q/A tho
-
comment
Comment #21645510
In some browsers which store search urls as string with a %s qualifier it should be easy I guess.