Viewing profile — nemanjaboric
nemanjaboric
HN member- Joined
- Mon, Aug 14, 2017, 8:06 AM UTC
- HN karma
- 75
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About nemanjaboric
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #30443599
The old website for Gyros stand in Berlin: https://grandegyros.de/alt/standort.htm There's also a new one https://grandegyros.de/
-
comment
Comment #27887259
There's a sizable portion of people believing that spherical coordinates can be directly converted to planar coordinates :-).
-
comment
Comment #26143931
There's a proposal to add fibers (akin to Boost.Fiber) to std C++, and of course, don't forget about coroutines :-)
-
comment
Comment #25584305
This is very common in Germany. I worked (and work) with several people across different employers that worked 2, 3, and (this is the most common variant) 4 days per week. All folk…
-
comment
Comment #25326016
Generally Available
-
comment
Comment #22889066
According to https://news.ycombinator.com/item?id=22865842 #embed proposal is in the review process http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2499.pdf . This similar (same?)…
- comment
-
comment
Comment #20435788
Small note that this is fixed in C++17: https://stackoverflow.com/questions/38501587/what-are-the-ev...
-
comment
Comment #20380509
This is similar to idx/sub files from DVD which are just images and they are OCRd to text sub/srt file. I assume it's just easier for them to render the image than to mess up with …
-
comment
Comment #20318163
I used to go to stackoverflow.com to check for the new questions and write answers.
-
comment
Comment #20282995
Given his user name he may be from the Funkwerk: https://dlang.org/blog/2018/03/14/user-stories-funkwerk/
-
comment
Comment #19936817
Yeah, the article is somewhat confusing, or wrong? I didn't see much people driving on pavement as well (I can't recall any), but had to move four of these to the side so that the …
-
comment
Comment #18147432
One of the available garbage collector implementations in D (version 1) (and there's a work in progress to port it to D2) is a concurrent garbage collector which performs a mark ph…
-
comment
Comment #17833235
I have (and I wear them at the moment) a single pair, while my wife has several pairs, so it might be we're biassed, but... here in Berlin, pretty much you can see them everywhere.…
-
comment
Comment #17399883
It seems that the author followed the same logic as the author of the "English As She Is Spoke"[1] phrase book between Portuguese and English, with the French dictionary in between…
-
comment
Comment #17371696
I guess this would be in line with the Linus' description of GitHub: > I think github does a stellar job at the actual hosting part. I really do. There is no question in my mind th…
-
comment
Comment #17304412
> By default, docker containers run as root which causes a breakout risk. If your container becomes compromised as root it has root access to the host. Is this really true, unless …
-
comment
Comment #17101794
Nevermind. If you check `vim-use` mailing group release email, you can see that there's `help version8.1` command which discusses the new release in more details.
-
comment
Comment #17100647
Where can I find this "terminal debugger plugin"? Btw, terminal can be opened using `:terminal`, in case you're wondering (the release notes should really show how to use the new f…
-
comment
Comment #16617918
> Luckily it's easy enough to support IPv6: just replace AF_INET by AF_INET6 and it will work with both IPv4 and IPv6 ! So don't you dare to ever use AF_INET anymore without a good…
-
comment
Comment #16467443
I live and work in Berlin for years now, working in startups, and I haven't met anybody that (openly) uses anything harder than tobacco or coffee, nor I met anybody who said they k…
-
comment
Comment #15643547
We're using this technique to stuff the file descriptor with the accompanying object for the epoll registration, so one can check if the (reusable) object was reused for something …
-
comment
Comment #15292670
I think the point is high CO_2 exhaustion rate of the gasoline cars, so that entire industry (and customers) switched towards the diesel engines, actively promoting them to be supe…
-
comment
Comment #15044739
Thanks!