The last image: my dna hurts
Mark with a Z
- 0 Posts
- 22 Comments
Code blocks are for displaying raw text, ignoring all formatting.
Mark with a Z@suppo.fito Linux@lemmy.ml•Looking for a Desktop Environment recommendation for my Mother's new 2-1 laptop.5·8 days agoI guess just try gnome and then mint cinnamon if that doesn’t work out. Both are simple, but different kinds of simple.
Edit: yea I didn’t read the post perfectly the first time. Might still be a good idea, at least I’d try gnome first.
Communities generally spawn on whatever general purpose instance, and I’m fine with it because the only other option is usually nothing at all. Maintaining an instance takes hard work and money.
Sometimes there is enough will to spawn a specific instance. For example, rimmers have their own mbin instance. That’s the exception, though.
The only encouraging thing I can say here is Be the change you wish to see. If you want an instance to exist, run it yourself!
Mark with a Z@suppo.fito Ask Lemmy@lemmy.world•What kind of communities would you like to see either created or become more active on Lemmy?12·12 days agoWe have enough memes and politics and definitely US politics for three lifetimes.
Here’s a bunch that I enjoyed, or wish for, or just found by browsing the community list:
- [email protected] and local country subs in English
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] - Included mostly because I had a chuckle from the name, but I’d be interested for real too
Mark with a Z@suppo.fito Games@lemmy.world•After 18 years, a surprise Half-Life 2 update makes it once again possible to beat a honking train on Highway 17English12·12 days agoI thought I had done it, but I have only played it since after it was made impossible. I guess I didn’t
Mark with a Z@suppo.fito Godot@programming.dev•How can i make two 3D objects look at one another?4·13 days agoon a base object of type ‘null instance’."
Null instance means there’s no instance. If
$Beacon
gives you this, it means that such node doesn’t exist.As a side note, I dislike hardcoding nodes like this. Consider getting the beacon instance beforehand with
var
or such. If the beacon doesn’t exist, you’ll then see the error immediately instead of later when the script tries to use it.makes the character rotate around the world origin.
You’re using
position
, which is the relative position to the parent node. I don’t know how your node structure look like, but chances are that you should be usingglobal_position
(absolute world position) instead.and then adding or subtracting to its X and Y positions with beacon’s movement keys
oh boy. When find yourself building something like your own position tracking code instead of using builtin systems, it’s best to scrap it and rethink what you need.
how to either make TestChar use that that variable from Beacon’s script
Same was as position:
look_at(beacon.look_here_P1)
. Add a class name for the beacon script and type your variable as such (var beacon: Beacon = ...
) to get editor hints.Protip: speaking from experience, you might want to enable this setting:
screenshot
Making Beacon emit a signal every time it moves in a particular direction and then using those signals to update a Vector3 variable in TestChar’s script doesn’t seem to work
Rube Goldberg machine much? It should work though. Your problem is probably still relative vs absolute position.
Hope this helps
Mark with a Z@suppo.fito Programming@programming.dev•I want to make games someday but where do i start and what should i learn?9·16 days agoBased on personal experience, I’m a firm believer in that best way to learn and get good at something is to just do it and keep doing it.
So: download godot or such and try to make stuff. You’ll figure it out as you go.
Mark with a Z@suppo.fito Games@lemmy.world•Mass Effect 5 is "still in pre-production" says director as BioWare shifts full focus to the sci-fi RPG amid dev reshuffles and reported layoffsEnglish10·16 days agoThat’s the expectation. It’d be surprised if it makes it and then yet again if it’s good. I’ve already accepted that the series is done, so I guess I can only be positively surprised, which is nice.
Mark with a Z@suppo.fito Ask Lemmy@lemmy.world•What is the fastest way to get banned from a platform or community?34·20 days agoPost CP, probably*
disclaimer
*not recommended
wow, S P A R K L Y
Can’t wait to have chatgpt post my passwords online
Don’t let perfect be the enemy of good.
Funnily enough, I almost said that to the keepass person. But there are some upsides. I’ve seen people find the separate extension ui easier because it doesn’t blend into browser settings.
No need to pay
I didn’t say anything about paying. It’s free in both meanings of the word.
It’s also cross-platform and -browser and better than builtin ones.
I mentioned lemmy passwords in the other reply. Guess how I found out
Bitwarden is self-hostable and foss, with some unofficial software already out there. Not much opportunity for the company to entrap customers if it went evil.
IMO, for most people it’s best to just send them to register at bitwarden. It’s less hassle so they might actually follow through, while being infinitely better than what they were doing before.
In lemmy, password length is capped to 60. Weak.
Do yourself a favor and go to https://bitwarden.com/
I’d like to know what map projection bends a straight line into that