Sorry if I’m missing some sarcasm here, but if this is all you have to contribute, then as a professional software developer, I’d much rather work with the author of the article on a daily basis.
Sorry if I’m missing some sarcasm here, but if this is all you have to contribute, then as a professional software developer, I’d much rather work with the author of the article on a daily basis.
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.
Biden gets a rousing tribute from Democrats as he passes
I knew he was sick, but holy crap.
the torch to Harris in 2024 DNC speech
Oh, phew
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.
Two can play at this game.
Their GPUs are already bricks. Just throw the GPUs.
Two thoughts come to mind for 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?
Or look at Python and their urllib, urllib2, new urllib, and the requests package on PyPi.
We already sort of saw this in Rust with crossbeam and standard channels, until of course they replaced the standard lib implementation with crossbeam’s implementation.
Hey look, the classic “America bad” comment on a post critical of China!
Are these people bots or something? It’s possible to be critical of both at different times.
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:
//
or #
would have made the code just as readable.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?
My friend’s homophobic dad was diagnosed with HIV right before his wife filed for divorce. They had a long discussion about how he got it, and he admitted to it being another guy. She was very lucky not to have HIV as well.
There does exist a correlation, but like all generalizations, it does not apply to all cases and can come off dismissive, rude, or minimizing when it isn’t actually true. I find that it’s best to avoid sweeping generalizations for people at all.
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™ 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…?
What’s wrong with putting tampons in the men’s restrooms at schools? Won’t they come in handy if there is a shooting?
Anyway, this reads to me like free advertising for Walz.
(Disclaimer: do not try to use a tampon to patch a bullet wound)
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.
I think MH3 is really just showcasing the absurd powercreep in these MH sets. MH2 turned Modern into a MH2 format, and now we’re seeing that with MH3. The difference with MH3 is they released it to more formats (arena ones, like historic, timeless, and brawl).
I know they just want to sell packs, but format warping cards should be banned. They shouldn’t just print more format warping cards to replace them.
Still working on an assertions library that I started a few weeks ago. I finally managed to get async assertions working:
expect!(foo(), when_ready, all, not, to_equal(0)).await;
It also captures values passed down the assertion chain and reports them on failure (without requiring all types to implement Debug
since it uses autoref specialization).
Hopefully it’ll be ready for a release soon.
I was expecting a meme about how few cards actually have “phasing” (and phase in/out automatically in the untap step). Instead it’s a list of cards that make things phase out.
The list is a little more practical this way, but I’m still disappointed that WOTC dropped “phasing” itself entirely instead of trying to revisit it now that they’ve started printing cards that phase things out. They could have revisited the phasing lands idea with a tapped Ancient Tomb with phasing (and no self damage), or added cards that grant your opponent’s permanents phasing (like [[Teferi’s Curse]]).