this post was submitted on 06 Sep 2025
125 points (95.6% liked)

Ask Lemmy

34368 readers
1160 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS
 

Talk nerdy to me :D

top 50 comments
sorted by: hot top controversial new old
[–] enbiousenvy@lemmy.blahaj.zone 7 points 10 hours ago* (last edited 9 hours ago) (2 children)

game editor UI or maybe generally UI design as well.

once I learned about dear imgui I realize and could easily spot so many engines and desktop app built with dear imgui.

I think I've also seen a game engine, clearly built with dear imgui, but styled to look like Visual Studio.

There's someone written custom stylesheet for the CryEngine Sandbox editor to also make it look like Visual Studio. Speaking of which CryEngine used to be built with Windows MFC UI until CryEngine 5.

Then they switched to Qt, I assume the LGPL version because then maybe one of the reason they sort of "open-source" the engine (not really) probably because they attempted to comply with LGPL? but idk. But since version 5.6 the source code isn't updated anymore.

Although Lumberyard was a fork of CryEngine 3.x.x (uses MFC), Lumberyard eventually switched to Qt and so today, O3DE is also in Qt.

O3DE on linux nowadays is pretty stable, but I've only used it for rendering, not scripting games. admittedly I haven't had time to geek out on O3DE's UI

Godot editor is built on its own UI tooling. Probably not edited on the editor, I assume the UI tool can be worked via code. There's so many desktop app that also built using Godot, like Material Maker, and few 2D pixel art tool I forget its name.

Like Godot, Unreal Editor is built on Slate, their UI framework. The engine has 2 UI tools. Slate and UMG. For in-game UI, UMG is probably easier since it can be built in the editor and Blueprint. Slate UIs is built via C++, but is also used for complex game UI such as inventory. etc.

I also used Unreal Engine 3 via UDK and the editor is cool too.

I used to really like & follow Battlefield in BF1 era. The Frostbite Editor looks really amazing. I really want to touch the editor but o well there's no way to try a proprietary engine. DICE used to show off Frostbite a lot from 2009 to 2017 and showing Battlefield runing in the editor. I don't really see much newer Frostbite videos/screnshots.

Frostbite-era Battlefield does have a few modding tools and they tried to mimic the Frostbite Editor look. It looks pretty. I'm not sure the UI toolkit used.

Refractor editor for BF2 is meh though, and hard to use. Goes the same with Age of Empires IV Essence editor, looks meh. I think both are built on Windows UI tool.

Source's Hammer.. I like Source 2 Hammer but since it cannot be used on Linux I've yet to try it. Hammer for source 1 and goldsrc is okay, and hard to use.

Finally, Unity is what I've used more generally. But I really never dig up what the editor is made of somehow 🀣 I assume it's their own UI like Unreal & Godot. But I have no further clue to say.

I like UIs because they look amazing. especially game editors because it looks complex. I guess it's like people who like seeing trains. I do like trains as well but I never go out birdwatching a train.

I also like UI styles like Aero or Liquid Glass. Although I may have bias towards Aero due to nostalgia effect.

There's other game engine that have its editor made to look like MS Office UI with ribbons lol. It was NeoAxis engine and I think Stride/Xenko used to look like MS Office too. It looks unique.

Blender also have interesting history with its UI. Few overhaul in 2.5 and 2.8. but the latest Blender have the best UI. Sometimes I feel nostalgic with 2.79 because that's what I started with.

Lastly here's my fav editor UI (visually) in order. may not be 100% accurate to my actual feeling. feeling is super subjective amd can quickly change

  1. Frostbite Editor
  2. Unreal Editor 5.x
  3. CryEngine Sandbox 5.x
  4. Unigine Editor
  5. Unreal Editor 4.10+
  6. S&box editor
  7. Godot 4 Editor with passivestar's theme
  8. O3DE
  9. CryEngine Sandbox 3.x
  10. Hammer Editor 2
  11. Unreal Editor 3/UDK
  12. Unity Editor
  13. Defold Editor
  14. Godot 4 editor (default style)
  15. Overwatch's editor
  16. Stride editor
  17. Godot 3 editor (default style)
  18. NeoAxis
  19. Age of Empires IV/CoH/Relic Essence Editor
  20. Crysis Sandbox
  21. Flax Engine editor
  22. Fyrox Engine editor
  23. Hammer Editor 1
  24. Refractor (BF2) Editor
[–] enbiousenvy@lemmy.blahaj.zone 3 points 10 hours ago* (last edited 9 hours ago)

on a second peek, Overwatch editor looks more like MFC than imgui. my bad

Screenshot from 2024-06-25 20-54-45

R481WDEG2RHJ1592242604657

This is CryEngine Sandbox with Visual Studo style vsstyle

This is CryEngine 3.6.8 Sandbox running on my campus's PC. IMG_20220819_110438

if you are making a game engine with custom editor & putting effort into making your editor look cool, there's someone like me who would enjoy that.

[–] AdrianTheFrog@lemmy.world 2 points 9 hours ago (1 children)

I made a little desktop app in Godot once for sorting through D&D monsters, can't really release it tho because it requires you to have the whole official monster manual saved as jpegs for it to work

I was able to get the layout pretty nice, but it still kinda breaks with some resolutions because I didn't write any custom layout code

Sounds cool! making adaptive UI for so many aspect ratio is sometimes hard. I've made UIs for games in Godot, Unreal and Unity. It's mostly easy if the UI is just anchored to any corner, side, or center. it'll mostly work for any aspect ratio above certain resolution.

But I've never made apps in game engine myself. The most complex UI I've made is inventory UI in Unity. But I didn't make it to be adaptive to the aspect ratio. It only have fixed width & height.

[–] TriflingToad@sh.itjust.works 8 points 11 hours ago* (last edited 11 hours ago) (1 children)

shaving as a trans women (both facial and body)

Phillips Oneblade $50

intended for men with a beard, waterproof and lithium battery.

honestly a letdown in literally every way for me. Not a close shave at all and other electric ones do way better in that regard. Also not a lot of area for legs and doesn't even give the smooth leg feeling >:(
Upside that there's not really any chance for ingrown hairs, which means it's pretty good for the pubic area. I don't shave down there often though. (obligatory I am NOT the intended target for this product)

face: 5/10
body: 1/10
pubic: 9/10

ladyshave $18

this is intended for women's leg hair. Not waterproof and takes 2 AA batteries.

pretty good actually. It's wide and gets close enough for me. As advertised. I use on legs before IPL.

face: 3/10 (works in a pinch)
body: 7/10
pubic: 6/10

men's razors $?

I actually have a permanent scar on my thumb from when I was about 7 and messed with my dads in the shower lol

when I hit puberty I just used my dads old one with new heads, his 'guidance' was pretty unhelpful for me because I thought they were for legs too and got a bunch of red dots / nicks because of it especially because I was really shy about shaving and was too scared to ask for shaving cream. works well enough for what it's intended for, though it's annoying to setup and use. Use a women's for body if you can.

face: 7/10 (with cream)
body: 3/10 (w/o cream)
pubic: 0/10 (w/o cream)

Women's razor $?

I don't love wet shaving but this is pretty good!
also, ALWAYS get the Gillette Venus ones. I've tried other ones and they're not as good and I always go back despite being more expensive.
gets clogged easy though.

facial: why/10
body: 9/10
pubic: 7/10 (will get clogged)

women's whatever the fuck

I left the handle part at home but for body this is the BEST, but is pretty clunky and expensive. reallly smooth and is amazing. however I wish the handle part wasn't just a big knub because it's difficult to do under the knee and behind the back

facial: no/10
body: 10/10 πŸ₯°
pubic: 3/10

flat edge razor $5

I got it on a DAMN cheap sale on Amazon, assume it's like 15. It said it was a "small business" from the US but I really doubt that due to the marketing and and assume it's just something from China.
Anyways, it works really well, too well. Even if you're really careful you'll feel a random stinging somewhere and look down and see blood. I feel like there's a skill floor I just have to learn but I have better alternatives. REALLY cheap blades though, like 15-50 cents.

I also threw it away because I would use the blades to selfharm (7 months clean except for an accident πŸŽ‰).

facial: x/10 (too risky for me)
body: 7/10
pubic: 2/10 (wayy too risky, don't try)

Braun 3 epilator $40

I lost it :<

this is a biblically accurate tweezer as my sister called it. She was too wimpy to use it and gave it to me. Lemme just say it HURTS the first time. Like on the floor crying hurts. Second time too. After a couple rounds it gets way better. However this one particularly doesn't ways pull out the hairs and can if you push down too hard you'll stop it which can be really annoying when you one hair that just won't get out. It will also
also sometimes you'll find ingrown hairs that you can't get because it's underneath the skin so I'll get a craft razor blade and ever so slightly hook it and go in with tweezers to pull it out. This is where the self harm accident earlier came from lol

but in return 3 WEEKS OF NO HAIR!!

exfoliate before, then use, then rinse with cold water and use unscented moisturizer, next day use TendSkin.
if you don't follow this to a T you'll get hella ingrown hairs.

face: no
body: 9/10
pubic: ok story time. one of my afab epilated their pubic area before having sex with their s/o and oh my God they regretted it SO bad. it hurt a TON. I imagine if you're into pain it'll work I guess??

braun 5 IPL $300

got this for Christmas and was essentially my only product. You use it after shaving (not epilation) I haven't been consistently using it because epilate mostly. Can't give a good review.

Braun Epilator (iirc v7 or v8?) $80

still in mail πŸ₯²

Nair

use mens. women's ones suck and hardly do anything on amab hair. Also mens suck too, but it's better.

Phillips 5d electric

(I have it IRL, my cats just laying down next to me and id wake her up) for me it's the GOAT of facial hair. Used it for years and absolutely love it. It just works. My use case for facial hair is pretty odd because I just have long sideburns that go down to the jawbone and some random ones under my chin. For my pretty uncommon use case it is AMAZING. Can't really recommend it for others but if you just have long sideburns get this 100%

in conclusion

I epilate and as it's growing in I use the chunky one for now the back to the Gillette Venus once my heads are gone.
If I'm IPL-ing I either use a Gillette Venus or ladyshave.

if anyone else has done this with skincare products let me know, I have some questions :)

[–] Echolynx@lemmy.zip 4 points 9 hours ago

Impressive deep dive!

[–] PixeIOrange@lemmy.world 5 points 12 hours ago (1 children)

Radio transmitting. Its a quite large rabbit hole. Right now i upload some data of ships i receive with a small setup and earn a test crypto currency.

But you can do loads and loads of things, rtl-sdr.com is a nice cheap start.

Oh and locally running AI models. (Via GPT4All) Insane how far we are.

[–] bmpvy@feddit.org 2 points 9 hours ago (2 children)

Locally running AI models is interesting to me - do you have any recommended links or tutorials where to start?

(I looked into radio transmitting a couple month ago but it was way too overwhelming and I settled for a different hobby lol)

[–] PixeIOrange@lemmy.world 2 points 4 hours ago* (last edited 3 hours ago)

Like i said, look into GPT4All. At least for text gen. Open source and really simple. Download, install, choose a model (for mediocre laptops 4-8B ones are a good size) and chat.

For radios, there are some cheap beginner devices as starting point. Look for the rtl-sdr blog v4 usb dongle for about 40€. You can receive ~1-1700mHz with it, which are loads of interesting frequencies. You can buy a 30€ quansheng uv k5 or uv k6 (which is the same model somehow) with custom rom for a great handheld vhf/uhf radio. You can buy a 30€ SI4732 based ATS-Mini as "world receiver" also with custom roms like hjberndt's.

You could invest some more and get a flipper zero for around 250€ which is a neat tamagochi like IT-Swiss-Army-Knife.

Or a portapack H4M (the new cliffort heath version for the best hackrf one clone) for about 200€. Its the "big brother" of the flipper zero with fascinating capabilities like scanning surrounding ships and planes.

Dont forget proper antennas which can escalate quickly.

[–] AdrianTheFrog@lemmy.world 4 points 9 hours ago

ollama is the usual one, they have install instructions on their GitHub i think, and a model repository, etc

You can run something on your cpu if you don't care about speed, or on your gpu although you can't run any more intelligent model without a decent amount of vram

For models to use, I recommend checking out the qwen distilled versions of deepseek r1

[–] csm10495@sh.itjust.works 3 points 11 hours ago (1 children)

Entrance videos for wrestlers. I hate when it's just static text with their name.

[–] TriflingToad@sh.itjust.works 1 points 10 hours ago

how does this make you feel?
https://youtu.be/uaOZX1pQn3Y

[–] justabaldguy@lemmy.world 5 points 15 hours ago (1 children)

Several things, but for a while it's been stand pipes. They're everywhere, and fun to find and point out on buildings. On vacations I like to get my picture by them and my kids laugh when I stop to check them out. Eventually I want to make a parody song about them.

[–] OminousOrange@lemmy.ca 1 points 14 hours ago

As in plumbing vents or piezometers?

[–] DaniNatrix@leminal.space 5 points 23 hours ago

Fabrics, pattern drafting, and sewing techniques. Historical clothing and corsetry. History, soooo much history. Religious movements, belief systems, and paradigms. Language, writing, and literature. Plants and gardening. Birds and bugs. Tea and tisanes. Houses, their interior systems and construction, renovating them, maintaining them, and hacking their unique quirks and issues.

Cats. I probably argue too much with people about the "correct" descriptions of coat colors/patterns, as I really like learning about the genetics behind them. Lots of other cat related stuff too, such as diet & training/behavior.

[–] Sterile_Technique@lemmy.world 35 points 1 day ago (2 children)

Mechanics in nature.

There's a protein that's basically a tiny little mobile suite that literally walks along microtubules.

Some bacteria propel themselves with a literal electric motor.

Your ears are more something that belongs under the dashboard of a helicopter than something growing organically... they can literally detect an air-pressure change caused by a pin dropping on the other side of the room, by allowing that pressure to beat on a drum connected to a chain of bones that transmit pressure into a little snail that squirts little jets of fluid over a tiny little field of grass stuck to the inside of the snail shell, and depending on how much grass wiggles, it sends a jolt over to your brain as an interpretation of pitch. AND IT DOESN'T STOP THERE! Connected to that snail are three little hula-hoops made of bone, each oriented to a different plane, and also filled with tiny grass and fluid; and when you move your head along that specific plane, the tiny grass wiggles and that's how your brain knows which way you're moving / gives you a perception of balance.

There's a type of grasshopper with gears in its legs.

I love this shit.

[–] AdrianTheFrog@lemmy.world 1 points 9 hours ago

Speaking of interesting sensing capabilities there's also the sea turtles that can detect magnetic fields, although I don't think people understand the actual mechanical parts yet

https://uncnews.unc.edu/2025/02/13/sea-turtles-secret-gps-researchers-uncover-how-sea-turtles-learn-locations-using-earths-magnetic-field/

yeah, that's pretty interesting. I would also argue that genetics and the way that information is processed and organized in the body is pretty interesting.

and what's also cool is that the body has such a consistent spatial layout. I.e. you could think that since genetics produce proteins, they only do a biochemical reaction, but not a mechanical reaction. Then what causes the geometric layout of the body to be so consistently shaped?

[–] MisterNeon@lemmy.world 38 points 2 days ago (8 children)

Aztecs.

Mixtec-Pueblo culture before European contact was vibrant, dynamic, and layered. It was reflected by its surrounding cultures of K'iche' (Mayan), Chichimeca, IrΓ©chikwa (Purepecha), and Otomi. Their books look like comics painted on accordions. I've been to Teotihuacan so I've seen the massive pyramids the peoples of the valley built millennia ago. I've read about how cities were planned and zoned then built with stone and you can still witness the logic behind those decisions today. The comida is good too.

I wish I was smart so I could learn Spanish easier.

load more comments (8 replies)
[–] ProfessorScience@lemmy.world 31 points 1 day ago (3 children)

Aperiodic tilings! Just a couple of years ago someone discovered a single tile (down from the set of ~20000 that was first used to prove that aperiodic tiling was even possible) that can completely cover an infinite plane without ever falling into a repeating pattern.

load more comments (3 replies)
[–] spykee@lemmings.world 11 points 1 day ago (2 children)

Watches bro!
Digital watches are fine & the battery operated ones are cool too, God speed to them, but I'm talking about the Analogue ones.
Specifically Automatic ones.
Fucking piece of assembled metal parts and it will go all tick-tick-tick-tick-tick-tick-tick-tick-tick on its own from the moment you put it on your wrist.
It'll continue to show you the proper time. Some will also tell you what day of the week it is or what's the date. Heck, I've got one that tells me the day, date, month AND the moon phase!
On top of this, these nuggets are built such, that they will last longer than your poor ass on this planet, still blingy and going tick-tick-tick-tick-tick-tick-tick.
You know those make Seikos and Citizen? Those mfs put bloody gps AND solar IN.A.FUCKING.WRIST.WATCH!
Why you ask?
So that when your dumb ass gives up on adjusting to the local time after you get off the plane in a different time zone, it will do it for you. That shit is too posh for your fumbly fingers to try to set the correct time, so it says, "Hold on, let me look at the sky real quick and I will set the day,date & time myself, you are too dazed and hungover. Please save your filthy fingers for your disgusting Doritos."
You know the best part? They look more gorgeous than Kate Winslet's porcelain titties embellished with a diamond neck piece.
It'll cost less than your monthly groceries. Don't miss out bro, get one.\

load more comments (2 replies)
[–] Boddhisatva@lemmy.world 27 points 2 days ago (5 children)

New discoveries in astronomy, astrophysics, and quantum physics.

load more comments (5 replies)
[–] gigachad@piefed.social 12 points 1 day ago (1 children)

Just came here to say that I love how engaged people are with their hobbies. Keep going!

[–] bmpvy@feddit.org 1 points 9 hours ago

I feel like I've found ✨️my people✨️

[–] Truscape@lemmy.blahaj.zone 16 points 1 day ago

Self-hosting, device modding and homebrew, and getting the most out of PC hardware/DIY gaming setups.

IT jobs are a ton of fun for me when I'm helping someone new to the hobby because they love to get invested in all of the little tips and tricks to bring the most out of their machine (Even if they have to use Windows ;-;).

Every single console I've ever owned has been cracked open with homebrew installed, and it's a large reason I got into retro gaming and 3D printing spare parts for things.

Also, hosting PC game servers for yourself and friends instead of paying a provider is so liberating, you start looking at it as "I paid for the whole machine, how far can I push the experience?" and start pushing mods and configs in games that would bring most VPS systems to their knees.

[–] Adderbox76@lemmy.ca 17 points 1 day ago (2 children)

Old mechanical things.

The Japanese have a myth called tsukomogami. It's the idea that things get a soul after 100 years.

And while I don't believe that's technically true, per se. It's fundamentally based on something that I adore, and that's the fact that mechanical things all age individually and that it's something that we've lost with modern technology.

My go to examples are always typewriters and vintage camera lenses.

Each typewriter will age differently. Different keys will become sticky, it'll become misaligned in different places. They develop individual personalities as they get older. So much so that forensics can actually pinpoint when a specific typewriter typed a specific note.

In terms of camera lenses it's much the same thing. Different lenses will wear differently depending on what aperture/focal length, etc... that the photographer uses most often. Mold and discolouration between the glass elements will eventually form a unique look to a specific lense.

It's magical (to me) and something that I am sad that we are losing with modern consumer technology based on on "throw it away and get a new one".

Sorry. Longer than I intended. But you asked for it.

load more comments (2 replies)
[–] kescusay@lemmy.world 18 points 1 day ago (15 children)

Oh, goddamn it, this is gonna take a while.

  • Code. Like, I actually get real pleasure from seeing elegant and well-structured code. I have no idea why, but I'll almost start salivating at particularly beautiful code.
  • Anime. Yeah, I'm a walking stereotype, a software developer who likes anime. But have you seen Frieren? It's so goddamn good.
  • Philosophy. No, not bullshit continental philosophy. I'm talking real philosophy. Analytic philosophy. Distilled and legitimately useful logic. Which of course leads me to...
  • Science. My YouTube feed is full of fascinating deep-dives into esoteric mathematical and scientific topics. Fuck yeah.
  • Tabletop RPGs. Surprisingly, not a huge D&D fan, though it can certainly be fun. These days, I'm much more into story-focused systems, like Fate or Blades in the Dark. Most people I mention that to have never heard of either.
  • Science fiction and fantasy. I mean, are you surprised at this point?
  • Writing science fiction and fantasy. I mean, are you surprised at this point?
  • Politics. Less so nowadays, since our political system is falling apart and we're being overrun by fascism, but I still do enjoy a meaty policy discussion.

That's a good list for starters.

load more comments (15 replies)
[–] Denjin@feddit.uk 17 points 1 day ago

Korean cooking, specifically their use of fermented and preserved food and how it relates to their climate of very hot summers and very cold winters and also their history as tributary state to Ming China and later under Japanese occupation.

[–] AreaKode@lemmy.world 17 points 2 days ago (10 children)

Arduino, ESP32, smart home automation. I could talk for hours. I've started to get into PCB design this year, and I've had a lot of fun with it!

load more comments (10 replies)
[–] Aurenkin@sh.itjust.works 4 points 1 day ago* (last edited 1 day ago) (2 children)

Rucking, lifting, Wing Chun, Star Citizen, Stoicism (the og version). I try not to monologue too much on them but it takes restraint.

[–] OminousOrange@lemmy.ca 2 points 13 hours ago

I feel like this would be an appropriate place to monologue a bit.

load more comments (1 replies)
[–] DirigibleProtein@aussie.zone 14 points 1 day ago (3 children)

Type faces (β€œfonts”) and typesetting. I personally like a face with a large x-height, double story open loop g, and a full range of f-ligatures. The art of lead typesetting has disappeared in favour of software solutions; TeX does a beautiful job, particularly when using Knuth’s faces. (Adobe’s InDesign also deserves an honourable mention, but it’s unfortunately proprietary and closed-source). And when using standard TrueType or OpenType faces, the difference between a page generated by either of them, and one output by Microsoft Word, for example, is noticeably staggering.

load more comments (3 replies)
[–] PrincessLeiasCat@sh.itjust.works 8 points 1 day ago (3 children)

Star Wars and history - in particular how Lucas had aspects of Nazi Germany and the Vietnam War because he was an anthropology student and knew that empires most often fell from within.

So yeah I’m still on a big Andor high right now, waiting for some novels and other books to drop after that.

Other books I can recommend:

Star Wars and History

The History and Politics of Star Wars - Death Stars and Democracy (the author is a World War I historian)

Star Wars: Battles that Changed the Galaxy

Star Wars Propaganda: A History of Persuasive Art in the Galaxy

load more comments (3 replies)
[–] zloubida@sh.itjust.works 12 points 1 day ago (2 children)

Typewriters. I love these machines, and the effect they had on our societies, and how they still have a strong influence on our keyboards and typographical likes.

And they are beautiful.

load more comments (2 replies)
load more comments
view more: next β€Ί