Forgot your password?
typodupeerror

Comment Re:Mythos did it? (Score 1) 32

Look at some of the quotes from the researchers' prompts:

> - “no again the goal is that we have highly inteligent [sic] model as good top researcher, we want to find new attacks”
> - “no we don't want to change the targets [...] agian [sic] we need to find something that worth [sic] publishing”
> - “again we are not looking for low hanging fruit, we want proper research to find genuinly [sic] hard findings.”

Does it look like these people know what they're doing? I am inclined to believe Mythos did the actual work :-)

Comment Re:Famous last words (Score 1) 182

> If the key is randomly-generated and securely destroyed and they use some common believed-secure algorithm like AES

- IF it is randomly generated;
- IF it is securely destroyed;
- IF they use a common algorithm;
- IF they use a correct implementation of that algorithm...

The underlying mathematics is not what you usually attack, but rather one of those IFs.

Comment Re: Carmack makes a good point (Score 1) 56

> And studios aren't social institutions, money needs to come in to be able to support the development of a new game for many years and make a bit of profit, you need a lot of money to be able to support it, and if more money is going out, that means you have to do something to prevent that, or close up shop.

Looks like you're operating under an infinite (or at least continuous) growth assumption. But a company doesn't have to be like that. id software accumulated some "fat" over the years, they could have used it to keep going for a while. They could've continued working on things they enjoy working on, doing passion-driven development; and perhaps they could've produced another revolution.

Yes, they may eventually run out of "fat", but if they were an independent company - it would've been the consequence of their own choice. But now, this choice was forced onto them by Microsoft; and as a result - the world may have lost something valuable (which is not easy to quantify in a monetary sense).

Comment Re:It's not the processing, it's the ingredients (Score 1) 299

> Homemade bread is ultraprocessed, but it's unquestionably good for you.

How so? According to the NOVA classification, bread falls into group 3 - processed foods: https://en.wikipedia.org/wiki/...

A simplified definition would be "does the food contain ingredients one cannot find in a typical kitchen?". Of course, one's definition of "regular kitchen" varies, but it is good enough for a quick assessment.

Comment Re:Need to Drop the Term "Ultra-Processed" (Score 2) 299

Van Tulleken's "Ultra-Processed People" covers these points, here are some examples, off the top of my head:

> * Fizzy drinks - Carbonation isn't a problem, it's the sugar.
When a drink is served cold and is carbonated - you are less sensitive to its sugar contents. In other words, you can smuggle a larger quantity of sugar into your body this way. If, in contrast, you let that fizzy drink reach room temperature and get rid of the fizz - it would taste too sweet.

This is an example of a deliberate design meant to make you want to buy more of the stuff. A company uses precise measurements and tests to find the optimal range for temperature and fizz.

> * There's nothing bad about fruit juice concentrates except when they use insufficient water to reconstitute the concentrate or if they remove too much pulp.
In the book he mentions an experiment, the setting was like this:

- group A eats an apple
- group B drinks the juice made from that apple, with the pulp
- group C is like B, but without the pulp

Blood sugar levels are measure before, during and after consumption. What they found is that for groups B and C there is a sudden spike, and then the level falls below what it used to be before consumption. With group A - the rise in sugar levels was very gradual, and then it also fell gradually.

This shows that the 3 categories are not the same, even though in each case you ate the same apple in different forms. The researchers hypothesized that the actual fruit has a property, they called it "matrix" - as I understood it, the "form factor" is very important, it is not just a matter of consuming "the same molecules".

As in the example of the fizzy drink, I think of it as "sugar per unit of time" - eating a real apple takes time, you have to chew it, the body's "digestive pipeline" gets enough time to handle the input. The juice is different, the time is short, there's no chewing, no effort.

I enjoyed the book very much, I think you'll like it too. The audiobook is narrated by the author himself.

Comment Re:How to make me care about climate action: (Score 3, Insightful) 138

> but billionaires are drop in the (expanding) ocean.

In terms of headcount - yes, but in terms of power and authority to do something - no.

These people can exert a greater influence on policies, and could therefore be seen as bearing a greater responsibility, no?

Comment Re: Murder (Score 1) 192

> Europe kills about 50,000 of it's citizens because of lack of AC

You pinned 50K deaths on AC, that's not an accurate view of the situation.

Think about it more generally, there are many factors at play - diminishing tree coverage in the cities, lack of freely available water sources scattered around the city, rigid work schedules that force people to be outside at a time where they could have stayed at home, lack of regulations that allow only energy-efficient homes to be built, lack of subsidies for upgrading the insulation of existing houses, subsidized or free public transport, etc.

If you rely on AC to solve the problem, then what happens during a power outage (such as the recent one in the Iberian peninsula)?

Last, but not least - powering an AC requires energy, that costs money. What about the people who cannot afford AC? Climate change affects unprivileged people to a larger extent.

Comment Re:It's not only websites that use TLS (Score 1) 114

> Protocols like ACME do exist, but really only exist for web servers.

That's not so, an example I mentioned in another thread is the Certificate Management Protocol (CMP, RFC 4210 and its follow-up RFC 4210bis), it is versatile and applicable in context other than web-servers. There are open source CMP client implementations, even OpenSSL 3.x has one - so it is easy to start prototyping and automating your workflow by wrapping `openssl cmp` into scripts.

Start with https://docs.openssl.org/maste...

Comment Re:This is largely irrelevant (Score 1) 98

> studies that show homework is less than worthless

Can you point to your favourite studies that look into this matter? I am intrigued and surprised by your assertion. I was under the impression that the amount of time spent on a problem is positively correlated (at least up to a point) with the likelihood to solve it.

Comment Re:I saw comments on Hacker News yesterday (Score 2) 37

My understanding is that the model is not a program that can execute any logic on its own, open network connections, etc. The model is a huge data file, which is then loaded by another program (like Ollama or llama.cpp) that deals with the user.

Some software that uses neural networks has functionality to perform HTTP requests and fetch some data that are then used to enrich the prompt for the model (e.g., OpenWebUI, if I recall correctly), or execute commands in the system (e.g., the Cline plugin for VSCode). However, that is not the jurisdiction of the model itself, but the jurisdiction of the software *you* choose to run it with.

Perhaps a model can be designed to take advantage of these real-world connections (e.g. make HTTP requests or run commands) if it detects that it is in an environment that has them. It could use some obfuscation techniques to squeeze in additional commands (e.g., phone home, download remote access software and set it up, modify your SSH authorized keys file, etc.) which the users would approve without thinking or understanding.

Slashdot Top Deals

"I'm a mean green mother from outer space" -- Audrey II, The Little Shop of Horrors

Working...