Why the poor and working class? Increasing benefits on local products maybe will, maybe not, move to salaries. But first necessity goods are not very elastic making that products more expensive.
HN user
dasloop
I`m pretty sure that most of us will be alive after that final act ;)
So true and valid of almost all software development:
In retrospect, if we knew at the time how much we didn’t know, we may not have even started the project!
Size against everything else?. image quality will be better in a TV with similar price. Also convenience.
I've probably been reading too much lately about FOSS developers not being able to find help maintaining packages. But yeah, it's not a helpful comment.
Why a new lib instead of using or contributing to an existing one as spdlog?
"Here at Dioxus Labs, we have an unofficial rule: only one rewrite per year."
If you have to rewrite your code once a year, maybe it helps to plan ahead before coding.
But, if you can rewrite your code once a year, you might not have too much code to worry about.
Eric Prydz show Holo is, to me, like an Amiga demo but using gigantic holographic projectors. Updated graphics and sound but same vibes.
$4k / ($your-total-cost * 3). Assuming 3 years of ownership. Tools are not only a laptop but the idea, I believe, is valid.
Money in the pocket. If you trust the company you assume that the stock will recover the value eventually.
Take decisions :). Customization as a way to make an app better for my personal needs versus me (as a designer) not knowing how the app should be used and shifting the responsibility to the end user.
Downvoted because you do not have the HN subscription to write swear words?
I had an Amiga 500, I love the computer very much. The problem with these projects is that you end up with a keyboard at an angle that is not ergonomic at all.
Like, for example an OS, hardware even electricity! But if you give things for granted, why not docker or APISIX?
“From 1991 through 1994, Sergey Bubka topped his own mark nine times, each time besting his previous mark by only 0.01 meters.”
Using what metric? Taking into account externalities? Taking into account the price of the car, maintenance and insurance?
In many HN publications the label "In USA" is applicable, the equivalent of "In mice" for many medical studies :)
We no longer ask candidates to write code. Instead we give them code to review and plenty of time. After that we do a meeting to discuss the changes. Works quite well for us.
ExternalProject_Add -> vcpkg or Conan. I have more experience with vcpkg and the steps are:
1) declare your dependencies in a vcpkg.json file (similar to npm's package.json). Example:
{ ... "dependencies": [ "openssl" ] }
2) Add it to your CMakeLists.txt file. Example:
find_package(OpenSSL REQUIRED)
target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)With the exception of CMake evolution (now days a defacto standard), package managers (as Conan or vcpkg) or the support for new C++ standards in major compilers (clang, gcc, Visual) ;)
And you can use multipass in the M1 to generate, for example, ARM64 docker images that you can run in a Graviton CPU. Win Win :)
Unless you have an external display, keyboard, and mouse. I have my laptop always connected to a screen (34'') unless I need mobility (a meeting room, a plane). A desktop cannot be turned into a mobile solution ;)
We used to buy Precision 5500 series laptops (latest model: 5560), but they have issues with thermal management. Over time, the battery expands due to temperature to the point of moving the trackpad up. Now we are giving Dell a new chance using the 7500 series (now 7760).
The 5560 is between 7.7mm (0.30") (front) and 11.64mm (0.56") (rear) thick. The thickness of the 7560 is between 25 mm (0.98") and 27.36 mm (1.08"). The increased thickness should solve (or help solve) the overheating.
Paris is leading the way: https://www.theverge.com/2022/2/18/22940512/paris-car-ban-20...
And the general idea is the 15 minute city: https://en.wikipedia.org/wiki/15-minute_city
Smaller note: Barcelona can be decomposed in three Catalan words (a happy accident): Bar, Cel, Ona, meaning Bar (yeah, this one is easy), Sky and Wave. Being a mediterranean city, fits quite well :)
Windows is crap, Linux is crap, macOS is crap... the crap frat in action. Maybe I'm too pragmatic, maybe OSs are difficult and engineers working on them deserve some credit. Maybe...
Ulysses is like a very funny joke that you don't understand. Well, a lot of jokes actually.
Optimizing other’s culture
And irrelevant to the conversation unless managers are better protected for cognitive loss (I doubt it) or managers requires less cognitive load (I doubt that too, but you can make a joke about that :)
What happens to [pilots,doctors,actors...] who never go into management?