Yes instead of investing everything in AI the USA should invest in electric versions of their vehicles and in trains that can safely carry them because of their lack of range.
HN user
dominicrose
HTTP was designed for multi-page applications/websites but I think it makes sense that Facebook migrated from basic PHP/MySQL to something more complex including React and making less full-page navigation events, for performance reasons (server costs and mobile loading time). There's also UX because a PHP website can feel a bit static, with less animations.
But yes the web has evolved since then and the HTTP protocol has newer versions and most apps don't serve as many users as Facebook.
There's a Wheeler Dealers episode where Edd China takes care of a WWII Jeep.
You can go a long way with just javascript, eslint and prettier if you work solo, but IME work is a low-trust environment which means that either you're a wolf and you do what you want or you have to use C# and enable nullable checks.
My car (EU, 2018) makes a noise when I cross a line without using the blinkers but it doesn't actually do anything.
page doesn't load "En attente de la réponse de chronicle.software."
And to see the status (Ile-de-France only): https://ratpstatus.fr/trains.html
The equivalent of a "used" game now is a game that was release more than a year ago and is on sale or at least has a price tag cheaper than it used to be.
The playstore is a bit more dynamic than real stores with physical disks which means it's easier to get lower prices for some games.
On complaint I have is that storage is extremely expensive, but I can't blame that on Sony.
I reckon the Switch 2 still has cartridges although not all of them actually contain the game.
Lots of breaking changes but I like where they landed, the config file is now clearly an mjs, no longer a hidden file, allows JSX without a plugin. I reckon the best way to upgrade is to generate a new project that has everything configured and copy that and stay close to defaults unless there's a good reason not to.
Personal ethics is personal which means other people won't likely understand it nor truly think it's really ethical.
Trust me you don't want to work with Laravel Livewire and Alpine.js, that would still require keeping up and for a less than satisfying result.
Making all this (for example) work nicely together can be tricky: Vite, ESLint, Prettier, Typescript and React, especially if it's full stack with SSR.
If you only focus on the front-end and remove Typescript from the equation it becomes easy enough. We'll have to see if Vite+ helps for the more complex cases.
Does turning a laptop off to carry it and starting it on afterwards count? It's a poor reason to turn off a computer but hey it's a reason.
The log scale is nice to compare decades. Wether it's inflation-adjusted or not isn't too important but it's still a factor of 10, which would show in a linear recent graph. The fact that we're comparing GBs instead of the average RAM stick shows how much the price has decreased per GB rather than per unit (much smaller decrease).
But a linear graph that represents only the last decade and where the bottom is 0 (not the min value) would tell a different story, but I guess we already know that story because we're living it.
With Visual Studio and Photino, after some tweaking I managed to publish everything in a single .exe file. In Debug mode it produces more files to have source maps that work well. There's no hot-reload but at least it works well.
The Photino app is 18 Mb and it's a real app not a hello world. I'm not sure how much RAM it used since maybe it uses a secondary process (edge webview).
I tried deno desktop with the minimal js file to see if I can avoid relying on VS and C# but it's really bad currently, at least on Windows.
Both the webview and the cef backend produce multiple files and are we supposed to launch a .bat file? It opens a terminal Window (what the hell?) and a UI that doesn't even work. I got to see the Hello message in cef mode but the unicode emoticon doesn't work.
Compared to current computers, the ones from 10 years ago are not that different, especially with all the software updates, unless you want an edgy graphics card or Apple processor. In terms of durability I guess the battery is the less durable part but the rest should be fine if handled with care
Granny says one can't benefit from the experience of others. Not entirely accurate but she has a point.
Some "obvious" things come with experience, sometimes it's the opposite: beginner's luck.
Even for a math teacher the math isn't the hard part of the job.
Someone I know rented a flat in Draguignan to a "friend" of a "friend". After some time he stopped paying the rent and bought alcohol instead. It was a tiny rent but it lasted for a long time. She didn't have a mortgage on it but still I don't think I would be that patient as a landlord.
I would need my family be able to live on one salary to feel safe expanding the family, or have close family that can help us.
To remove the future from the equation, the current situation at least must be able to handle it nicely.
It is frustrating to not be able to predict the future. How can you get married, have children, get a 25 year mortgage on a house, buy a car for comfort even though you don't absolutely need it? Even if you do consider buying a home, how do you know it's worth anything if you can't predict this particular place's future situation? Some countries tax enough to make the risk of buying quite high.
A leap of faith is required and sometimes things don't happen the way we expect but it's better than aiming for nothing.
this is good while the founder is alive
Are we still talking about Facebook?
Using a very lightweight lock for the frame and ideally having a saddle and wheels that can't come off without tools would change things economically, especially if the bike is cheap but good enough.
The issue is having to rely on luck and the fact that humans are risk and loss aversive even when the risk is worth it.
Does it do anything DBeaver doesn't do?
Donald Trump Wants His Blue Blazer "Black" | Friends
The Playstation store subscriptions have different tiers and within each tier different prices depending on the number of months.
These psychological tricks don't need to work every time (or on everyone) to be effective.
Maybe you should try Paypal next time, if allowed by the seller
It renders really well! Sad not to see the Ferrari Luce though.
I like scripting so I like having a <div id=root> and then do everything in JS. No need for Typescript or React, innerHTML=`...` works fine. For a serious project, React and Typescript make sense but it can still be used wrong. The default Laravel project that's generated when choosing React looks really bad to me. Too many files and comments and tests. It's over-engineered.