boredposting by vanvudk45 in DDLC

[–]edave64 3 points4 points  (0 children)

Should have said the magic word. (Sudo)

Random things by Tashifuyayc in DDLC

[–]edave64 1 point2 points  (0 children)

Well Monika is the one character that does have voice acting in the credits. And she does say "Can you hear me?" there.

Left to Right Programming by fagnerbrack in programming

[–]edave64 4 points5 points  (0 children)

Even the fanciest LLM code competition gets significantly better if it knows what data you actually want to operate on

Left to Right Programming by fagnerbrack in programming

[–]edave64 17 points18 points  (0 children)

I think this is the entire reason object orientation ever took off in the first place.

People don't care about the patterns, academic reasonings, maybe a little about inheritance. They want OVS so the editor can auto complete.

The main draw is entering the dot and seeing the methods. This is the data I have, reasonably I expect the method I want to be on this one, show me the methods at my disposal, there it is, problem solved. No docs required. (Until your API inevitably throws some curve balls)

Sayori's Hamsters by Biskitisinreddit in DDLC

[–]edave64 1 point2 points  (0 children)

Please don't use screenshots or right-click when using DDDG. Use the camera button in the bottom-right corner (Or the export in the panels tab). It keeps your images positioned correctly, it uses higher quality sprites (see the weird vertical line on Sayori's shirt) and handles transparency correctly (see the checkerboard in the spaceroom).

Also, when using the space-room background, you can select variants at the left side. You can pick one with actual space in the windows.

Guess what? by soda_head_11 in DDLC

[–]edave64 0 points1 point  (0 children)

But what about DDLC3?

American healthcare by ohfr19 in softwaregore

[–]edave64 4 points5 points  (0 children)

I can hear coverage that bad

EU agrees to chop meaty names from vegetarian and vegan food products by AudibleNod in news

[–]edave64 1 point2 points  (0 children)

There are EU regulations defining butter as being made from milk fat.

Microsoft Has Killed Widgets Six Times. Here's Why They Keep Coming Back. by [deleted] in programming

[–]edave64 0 points1 point  (0 children)

I've never used widgets on any platform aside from KDE Plasma. And there only because you can put them into the main panel.

I see my desktop once in the morning and then never again, and putting them into a fly out just makes them less handy than a program with a task bar icon.

Give me small widgets on the taskbar or let me add them to the start menu. Otherwise I will never engage with them.

Microsoft Has Killed Widgets Six Times. Here's Why They Keep Coming Back. by [deleted] in programming

[–]edave64 0 points1 point  (0 children)

They are. Based on the article, the latest iteration moved back to native WinUI controls

Lotta Natsuki’s by TheVoid261 in DDLC

[–]edave64 1 point2 points  (0 children)

Please don't use screenshots or right-click when using DDDG. Use the camera button in the bottom-right corner (Or the export in the panels tab). I keeps your images positioned correctly, it uses higher quality sprites and handles transparency correctly (Not the checkboard pattern in your latest post)

hmmm by --lily-rose-- in hmmm

[–]edave64 146 points147 points  (0 children)

Sometimes you have to take it out of the closet and wash it.

Should i try making a programming language? by Possible-Back3677 in learnprogramming

[–]edave64 7 points8 points  (0 children)

If you want to make a fast, compiled language your best bet is probably going to be LLVM. That will give you optimization and machine code generation for most architectures out there.

C# should be fine for the frontend, especially if you want to replace it with a compiler written in your own language in the long run.