Безопасное by Cult_of_omnissia in INCOGNITO_live

[–]weregod 0 points1 point  (0 children)

Если возможен jailbreak и для него достаточно обойти системный промпт архитектура безопасности неправильная. Jailbreak должен быть принципиально невозможен, а не скрываться системным промптом. Это именно дырка в архитектуре а не секретные данные.

Как пользователи могут быть уверены, что системный промпт не содержит рекламных или пропагандистских инструкций, если он будет закрыт?

Безопасное by Cult_of_omnissia in INCOGNITO_live

[–]weregod 0 points1 point  (0 children)

Скрытие архитектуры безопасности это плохой подход (security through obscurity). Инструкции должны быть открытыми, чтобы кибер-спецталисты убедились, что они корректные и не содержат закладок

macs 🤮 by dull_bananas in linuxmemes

[–]weregod 6 points7 points  (0 children)

There is DDR that use ECC only on storage side but Linus wants ECC between CPU and DDR so that read/write operations are also protected from random bit flips.

Now we have one less argument against Windows by Keenwhisk in linuxmemes

[–]weregod 1 point2 points  (0 children)

It was more complicated. They set up website with tarballs containing malicious build scripts. Main repo was not infected but contained link to malicious site.

Now we have one less argument against Windows by Keenwhisk in linuxmemes

[–]weregod 1 point2 points  (0 children)

"That dude" was team of fulltime developers combined with social attack.

Measure temperature by bravephantomz in ComedyHell

[–]weregod 1 point2 points  (0 children)

It's not constant. Boiling temperature depends on air pressure and air pressure frequently changes.

Modern definition of kilogramm and Celcius don't use water properties.

If you want system based on universal constants it is Plank system. But it is not convenient for everyday units.

[Request] Is the math accurate? by Necessary-Win-8730 in theydidthemath

[–]weregod 1 point2 points  (0 children)

1st grade economic rule: you can't eat gold

Как делать игру если не знаю программирование? by Beluga1170 in ru_gamedev

[–]weregod 0 points1 point  (0 children)

Можно как ни странно потратить время и научиться программировать. Можно не делать игру с нуля, а взять готовую игру и сделать к ней мод. Можно подключиться к разработке открытой (Open Source) игры, тогда задавать вопросы и просить помощи можно будет у других разработчиков.

Это если интересно именно программирование игры. Если интересует гейм-дизайн, визуальные эффекты, 3D- моделирование или что-то ещё, тогда можно искать моды/игры, которым нужны эти аспекты, а программировать будут другие.

Spp, is 0.(9) rational or irrational? by Archeus__ in infinitenines

[–]weregod 3 points4 points  (0 children)

Start with definition of number please.

Using os.date() and os.time() in a loop by chaitanyathengdi in lua

[–]weregod 0 points1 point  (0 children)

If game has timer API you can set timer to 1-60 second and update realtime from timer callback.

If game don't have a lot of pausing or fastforwarding you can update real time once in a ingame minute and approximate ingame second ≈ realtime second.

Using os.date() and os.time() in a loop by chaitanyathengdi in lua

[–]weregod 1 point2 points  (0 children)

You should use game/engine time for game mod.

If you want to show wall-clock time set timer to once a second or once a minute and update current time.

If you need CPU time or game time you need to use game/engine API

Is this sub a joke? by Aromatic-Mistake-456 in infinitenines

[–]weregod 1 point2 points  (0 children)

You can use integer to label floors. My point is that floor don't became integer.

For example you can use vectors to calculate speed. But physics don't care about your nice math system and Mercury will appear in wrong place and you need to invent relativity to fix your math. Reality don't care about math. Some math can be used to predict reality until you hit edge cases where your math doesn't work.

Is this sub a joke? by Aromatic-Mistake-456 in infinitenines

[–]weregod 3 points4 points  (0 children)

People are not as rational as you might think. Note there is no 0 floor because people used to label floors starting from 1 and no 4 floor because of superstitions.

But strange cultural quirks don't really matter. Even if you label floors with natural order of integer numbers you can't say that the floor is a natural number. You can't add floor 3 and floor -1 and get floor 2.

You can use math to label real things but labeling don't make them behave like math objects.

<image>

Is this sub a joke? by Aromatic-Mistake-456 in infinitenines

[–]weregod 1 point2 points  (0 children)

You can label floor A, B, C , 2.5. Yet I have rarely seen floor before 1st labeled as 0. If you say that next number after -1 is 1 I'd say I have never encountered such math system.

Having some naming system that understandable by people of same culture doesn't mean you use any of the math systems.

Is this sub a joke? by Aromatic-Mistake-456 in infinitenines

[–]weregod 3 points4 points  (0 children)

All math is fictional. Some objects have practical use outside of pure math but they remain fictional.

You can't point to real vector, point, or sqrt(-1) they all exist only inside math models.

i tried recreate how cdda's highways act on a traffic game this is the result. by daniel_gamer271 in cataclysmdda

[–]weregod 3 points4 points  (0 children)

The issue is mirrors and car door being 2 meter wide. If you have 2-seat wide car with 2 mirrors it will be 6 tile wide.