Viewing profile — brtv
brtv
HN member- Joined
- Sat, Jun 06, 2020, 5:12 PM UTC
- HN karma
- 21
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About brtv
No profile information was provided.
Recent public activity
-
comment
Comment #46579108
For C++ there's also: https://arewemodulesyet.org/
-
comment
Comment #46098853
I think this done to create a slight overpressure which helps keep the dust out.
-
comment
Comment #45550497
I've been using Firefox on desktop for decades and really want to like it on mobile, but I just can't get used to the behavior of new tabs . After just a bit of browsing, it opens …
-
comment
Comment #44354036
Interesting! Did you use a tool to do the conversion automatically? How did it pick up on custom packages and styling?
- comment
-
comment
Comment #43216593
> It also includes a nonexclusive, royalty-free, worldwide license for the purpose of doing as you request with the content you input in Firefox. Do I understand it correctly that …
-
comment
Comment #40849319
Nextcloud and Bitwarden come to mind.
-
comment
Comment #37800574
IMHO the best book on design patterns is: https://gameprogrammingpatterns.com/ Examples are in C++ but easy enough to understand even if you're not familiar with C++.
-
comment
Comment #37202378
You always know the actual dynamic type at construction time, how would you otherwise construct it? > For example shared-ptr to base can correctly invoke the correct derived type I…
-
comment
Comment #37202295
With polymorphism, you typically want base classes that provide a general interface, that many classes can derive. In places where you use this pointer-to-base, you don't need/want…
-
comment
Comment #37202094
> std::box addresses these issues by offering deep copying and automatic garbage collection This is pretty much impossible when holding a pointer of base class. However, this is a …
-
comment
Comment #37066397
I quite like NextCloud. It's a general purpose file hosting software, so you can dump anything in there. On Desktop I use VS code to write markdown, and on mobile I can edit and pr…
-
comment
Comment #36210688
Interesting! I'm currently working on a system that writes time series data to raw binary files, but we're considering switching to a different file format for the same reasons. Ha…
-
comment
Comment #35670134
Also the last one: "Negative mass is attracted to positive mass". How? With gravity 2 positive masses attract to each other. I don't know what happens if 1 mass is negative , but t…
-
comment
Comment #35285947
I feel the same way. For me, the worst part about new mobile is the overlay that appears on every page reload to force me to use their mobile app. And it's noticably slower to load…
-
comment
Comment #35285868
You could try the browser extension "Old reddit redirect".
-
comment
Comment #33627851
Transip Stack cloud storage, 6 euro/month for 1 tb of storage. Not as polished app and experience as Dropbox, but gets the job done for a descent price. They support both webdav an…
-
comment
Comment #27639746
I quite liked the book "C++ Concurrency in Action: Practical Multithreading". It has been a few years since I've read it, but it gave me a better understanding of both C++ and conc…