Framework 16 laptops come with a 180W charger. The laptop itself might not draw that much (depends on your laptop configuration and settings), but the charger can draw that much to charge the laptop if needed.
Not quite 200W, but there are more powerful laptops on the market than the ones Framework sells.
Someone I know failed an algebra exam for using calculus to get the vertex of a parabola. It'd be one thing if the reason was that it wasn't a method that was taught yet, but the teacher straight up didn't know any calculus and failed them by saying it was nonsense.
Pushing HTML even further, one could say it's a declarative programming language that programs a UI in a mostly-stateless manner (inputs aren't really stateless but you can argue the state is provided by the UI rather than managed by HTML).
I'm not sure I'd make this leap myself though, I have a hard time classifying it (or any other markup language) as a PL. As far as I am aware, you can't really program a state machine with pure HTML, though you can accept inputs and return outputs at least.
I'm not sure I see the issue. Is there something wrong with them reporting on Ukraine's Kursk region? Doesn't seem like an illegal border crossing to me.
Would it work to write the query as a common table expression, then select your columns from that table and join it with a count(*) aggregation of the table?
I think it's good to document why things are done, but extracting things out into another function is just documenting what is being done with extra steps. This also comes with a number of problems:
Not all languages are readable. Documenting what is being done is important in some C, or when working with some libraries that have confusing usage syntax.
Not all people reading the code know the language or libraries well. Those people need guidance to understand what the code is trying to do. Function names can of course do this, but...
Not all types can be named in all languages. Some languages have a concept of "opaque types", which explicitly have no name. If parameter and return types must be specified in that language, working around that restriction may result in unnecessarily complicated code.
Longer files (the result of having dozens of single-use functions) are less readable. Related logic is now detached into pointers that go all over the file all because of an allergic reaction to code comments, where a simple // or # would have made the code just as readable.
Function names can be just as outdated as code comments. Both require upkeep. Speaking from personal experience, I've seen some truly misleading/incorrect function names.
If those functions are huge units of work or pretty complex, I can agree. For most cases though, a simple code comment should do to explain what's going on?
I think accessibility is widely misunderstood. The way I view it, it's not only about giving people who need them more ways to access something, but also giving people who want/prefer them those methods as well.
One example of this is wheelchair ramps. Building the ramps benefits those who need them by giving those people a way to go up/down an incline, but many people use the ramps. The ramps are also for those who would prefer to avoid the stairs.
Digital tools are another example of this, and a great one. Keyboard accessibility is a must for people with visual impairments, but also a preference for many who prefer not to move their hand to the mouse constantly. Keyboard-accessible tools are almost always a better experience to all users as a result.
Not building for accessibility is honestly just lazy. It shows that you don't care about your customers, and you don't want them to have a good experience. At best, you want to force your experience on them and only your experience is allowed (my biggest gripe with Apple products honestly).
As for digital art, I've seen a lot of what you mentioned, and I think it's honestly been going on for centuries at this point. It's problematic, especially because not everyone wants to create art in the One True Manner(TM) and may want to experiment with new ways to create art, or may want the art as a part of a larger project and don't really care about the means (as long as it's ethical).
While impressive, a minifier can bring it down to 1 line of JS! I do like that this can function as a reference for making simple canvas-based games though.
While I agree, it makes connecting to localhost as easy as http://0:8080/ (for port 8080, but omit for port 80).
I worry that changing this will cause more CVEs like the octal IP addresses incident.
Edit: looks like it's only being blocked for outgoing requests from websites, which seems like it'll have a much more reasonable impact.
Edit 2: skimming through these PRs, at least for WebKit, I don't see tests for shorthand IPs like 0 (and no Apple device to test with). What are the chances they missed those..?
Imagine how different the story would be if they compensated people for this data. "10% off Geforce NOW if you let us use your gameplay footage as training data!" (for example)
This is obviously cheaper and there's way more data to train with, but it just continues to skirt a line in copyright law that desperately needs to be tested.
Honestly, regardless of what happens to Intel, I'm hopeful for Qualcomm providing a real alternative in the CPU space, especially an alternative as meaningfully different as using an entirely different instruction set. More diversity between competing products in the space can only be a good thing since it gives consumers more meaningful choices to make when deciding between products.
Reminds me of a card game my brother taught me once. I managed to take two games off him after dozens. He was using me to test some decks he was deciding between taking to a world championship, that he won 4th in. It's technically possible to win a game, but there's practically a 0% chance I'd have won a match.
People on Chrome adding Reddit to their Google searches already use Google. People not using Google who don't search "Reddit" are going to see fewer Reddit results.
No, this won't kill Reddit, but it certainly isn't helping them get more traffic.
Framework 16 laptops come with a 180W charger. The laptop itself might not draw that much (depends on your laptop configuration and settings), but the charger can draw that much to charge the laptop if needed.
Not quite 200W, but there are more powerful laptops on the market than the ones Framework sells.