Awesome project! I've been playing through the archives, and they are challenging but fun. My criticism is that sometimes the answer is very ambiguous. For instance, (spoilers ahead), in this case > there[something…
Not to sound snarky but which phone do you carry that doesn't have apps in 2022 but does have WiFi?
I've been following Firefox Relay features for a bit now. Is there a difference between the service offered by Firefox Relay premium to the free DuckDuckGo Email Protection? Do you believe DDG will also eventually move…
To be fair, the 1% isn't off either. The figure available was "billions". For ease of calculation, say it was 7b. That means if each developer pays $100 and total revenue was 7b, 1% of the world must be a developer. (1%…
The issues with search start emerging as code base grows in size. For instance, in any decent sized C++ library likely has multiple definitions of functions, to be compiled with different compiler flags. In a simpler…
Most editors now have shortcuts for that. A simple F12 (customizable) will take you to the definition (and if paths are configured correctly, the correct definition for multiple definitions)
I disagree on this regard. According to the Twitter thread (which seems to be our only primary source here), PJ apologized last fall, saying "You were right about the union." [1] As for the language of the apology, you…
I dont think this is true. I just tried with the following program and it runs as expected (Run on Python 3.7.9). import logging got = "%d" logging.warning(f"hi {got}") logging.debug(f"hi {got}") Output WARNING:root:hi…
Awesome project! I've been playing through the archives, and they are challenging but fun. My criticism is that sometimes the answer is very ambiguous. For instance, (spoilers ahead), in this case > there[something…
Not to sound snarky but which phone do you carry that doesn't have apps in 2022 but does have WiFi?
I've been following Firefox Relay features for a bit now. Is there a difference between the service offered by Firefox Relay premium to the free DuckDuckGo Email Protection? Do you believe DDG will also eventually move…
To be fair, the 1% isn't off either. The figure available was "billions". For ease of calculation, say it was 7b. That means if each developer pays $100 and total revenue was 7b, 1% of the world must be a developer. (1%…
The issues with search start emerging as code base grows in size. For instance, in any decent sized C++ library likely has multiple definitions of functions, to be compiled with different compiler flags. In a simpler…
Most editors now have shortcuts for that. A simple F12 (customizable) will take you to the definition (and if paths are configured correctly, the correct definition for multiple definitions)
I disagree on this regard. According to the Twitter thread (which seems to be our only primary source here), PJ apologized last fall, saying "You were right about the union." [1] As for the language of the apology, you…
I dont think this is true. I just tried with the following program and it runs as expected (Run on Python 3.7.9). import logging got = "%d" logging.warning(f"hi {got}") logging.debug(f"hi {got}") Output WARNING:root:hi…