Adorable fella :)
His front legs look like how mine feel getting up in the morning. We’re here for you bud.
I once met a person that never drank water, only soft drinks. It’s not the unhealthiness of this that disturbed me, but the fact they did it without the requisite paperwork.
Unlike those disorganised people I have a formal waiver. I primarily drink steam and crushed glaciers.
Adorable fella :)
His front legs look like how mine feel getting up in the morning. We’re here for you bud.
OP HAS BEEN REPLACED
Absolutely amazing. Going to go for the offline port though, I don’t trust my save data to my browser.
N.B. Only worked in Chromium (not Firefox) for me. Could be due to addons though, not sure.
Yeah Bruce we’re gonna need to double-check that boundary, put the totalstation over on that rock. Nah mate they can’t have the macadamia, that’s ours.
$BILLIONS
I mentally read this in the same voice I read $VARIABLE with.
FWIW there are dozens of university ranking systems and every university says “look how well we rank in X!”. It’s been 10 years since I looked, but I think I recall some of them being funded by unis too.
Nonetheless I agree they’re doing stupid stuff that’s not in the interests of students, staff, the country, humanity and education in general. Alas it takes them many years to feel the bad effects of bad decisions.
not the reality
Knowing how, when and why something was altered is very important. It tells you a lot about the people involved, their motivations and even their “voice” as you put it.
I asked my grandparents about some B&W photos of their wedding where their faces looked suspiciously smooth compared to the rest of the image. Apparently they were touched up by hand.
(Not saying that’s what has happened here, you could be right)
That (chinook-style solution) only works if both rotors are the same size and speed.
Perhaps Sikorsky’s tethers to the ground worked around the problem for that photo anyway. Not sure.
Every news website is covering it. I think I’ve spotted most of 10 articles around the place.
The law of well-marketed unreleased goods dictates that this vehicle is not going to meet any of the promises mentioned in the articles. I hope to be proven wrong, but just like video games: don’t pre-order, wait for it to come out and be reviewed.
The headline and text of this article were amended on 24 March 2025 after the Guardian was notified of a significant calculation error in the Queensland Conservation Council research. An earlier version said the dams that supply the proposed Callide and Tarong nuclear plants “could not access enough water” to cool them in the event of a meltdown; our article has been amended in line with the organisation’s revised analysis.
Source: bottom of amended article.
Welcome to security news theatre :(
I don’t think espressif would bother suing, these kind of misshapen claims get constantly made against popular projects all of the time. It’s just unusual to see so much coverage about this particular one.
Not so say that externally attackable vulnerabilities in an ESP32 don’t exist, they might. Bluetooth devices have an awful track record. But making them up doesn’t help the world.
Bleepingcomputer’s title and article are very misleading, the presentation did NOT reveal a backdoor into an ESP32. It looks like Bleepingcomputer completely misunderstood what was presented (EDIT: and tarlogic isn’t helping with the first sentence on their site).
Instead the presentation was about using an ESP32 as a tool to attack other devices. Additionally they discovered some undocumented commands that you can send from the ESP32 processor to the ESP32 radio peripheral that let you take control of it and potentially send some extra forms of traffic that could be useful. They did NOT present anything about the ESP32 bluetooth radio being externally attackable.
Another perspective that might help: imagine you have a cheap bluetooth chipset that is open source and well documented. That would give you more than what the presentation just found. Would Bleepingcomputer then be reporting it’s a backdoor threatening millions of devices?
Changing virtual desktops works for me, no patches needed. I have to use it often because of how many games don’t understand multiple monitors.
Technically they have some differences, but the biggest from a user’s perspective is how they are delivered and by whom. Wine is manually installed by you from your distro’s package repo. Proton is provided by steam when you install a windows game on a Linux steam instance. If one breaks then you complain to the relevant party.
Might be worth checking out ReThawed.. You can choose the physics models, UI, characters, tricks and maps from all of the old THPS games.
I tried THUGPRO previously (another community mod in similar vein) and it was fun, especially the mods to the park editor (overlapping objects!) and Sonic Adventure maps.
It looks identical to me. Same size before clicking, same size after right clicking -> Open image in new tab.
Ooh thankyou for the link.
“We can leverage it [ray tracing] for things we haven’t been able to do in the past, which is giving accurate hit detection”
“So when you fire your weapon, the [hit] detection would be able to tell if you’re hitting a pixel that is leather sitting next to a pixel that is metal”
“Before ray tracing, we couldn’t distinguish between two pixels very easily, and we would pick one or the other because the materials were too complex. Ray tracing can do this on a per-pixel basis and showcase if you’re hitting metal or even something that’s fur. It makes the game more immersive, and you get that direct feedback as the player.”
It sounds like they’re assigning materials based off the pixels of a texture map, rather than each mesh in a model being a different material. ie you paint materials onto a character rather than selecting chunks of the character and assigning them.
I suspect this either won’t be noticeable at all to players or it will be a very minor improvement (at best). It’s not something worth going for in exchange for losing compatibility with other GPUs. It will require a different work pipeline for the 3D modellers (they have to paint materials on now rather than assign them per-mesh), but that’s neither here nor there, it might be easier for them or it might be hell-awful depending on the tooling.
This particular sentence upsets me:
Before ray tracing, we couldn’t distinguish between two pixels very easily
Uhuh. You’re not selling me on your game company.
“Before” ray tracing, the technology that has been around for decades. That you could do on a CPU or GPU for this very material-sensing task without the players noticing for around 20 years. Interpolate UVs across the colliding triangle and sample a texture.
I suspect the “more immersion” and “direct feedback” are veils over the real reasoning:
During NVIDIA’s big GeForce RTX 50 Series reveal, we learned that id has been working closely with the GeForce team on the game for several years (source)
With such a strong emphasis on RT and DLSS, it remains to be seen how these games will perform for AMD Radeon users
No-one sane implements Nvidia or AMD (or anyone else) exclusive libraries into their games unless they’re paid to do it. A game dev that cares about its players will make their game run well on all brands and flavours of graphics card.
At the end of the day this hurts consumers. If your games work on all GPU brands competitively then you have more choice and card companies are better motivated to compete. Whatever amount of money Nvidia is paying the gamedevs to do this must be smaller than what they earn back from consumers buying more of their product instead of competitors.
really flashy guns and there is a very intricate damage system that runs at least partially on the GPU.
Short opinion: no, CPU’s can do that fine (possibly better) and it’s a tiny corner of game logic.
Long opinion: Intersecting projectile paths with geometry will not gain advantages being moved from CPU to GPU unless you’re dealing with a ridiculous amount of projectiles every single frame. In most games this is less than 1% of CPU time and moving it to the GPU will probably reduce overall performance due to the latency costs (…but a lot of modern engines already have awful frame latency, so it might fit right in fine).
You would only do this if you have been told by higher ups that you have to OR if you have a really unusual and new game design (thousands of new projectile paths every frame? ie hundreds of thousands of bullets per second). Even detailed multi-layer enemy models with vital components is just a few extra traces, using a GPU to calc that would make the job harder for the engine dev for no gain.
Fun answer: checkout CNlohr’s noeuclid. Sadly no windows build (I tried cross compiling but ended up in dependency hell), but still compiles and runs under Linux. Physics are on the GPU and world geometry is very non-traditional. https://github.com/cnlohr/noeuclid
Read-only, or the ability to edit filenames & upload files?
Read only: as per other answers here, basically any HTTP server. The easiest one I know would be darkhttpd, because it requires no config files and can be run without root.
Read write: I like WFM https://github.com/tenox7/wfm