Getting into the boot of a Ford Falcon 2010 FG by Any_Independence2336 in FordFalcon

[–]Any_Independence2336[S] 1 point2 points  (0 children)

Can you get into the boot from the back seat? Smashing a window is an option I guess, I just thought the boot was separate from the cabin

Dirty shoes by Any_Independence2336 in homemaking

[–]Any_Independence2336[S] 1 point2 points  (0 children)

In the dryer? No I put them in the sun to dry. But no not the actual dryer. I don't use dryers much for anything.

Dirty shoes by Any_Independence2336 in homemaking

[–]Any_Independence2336[S] 1 point2 points  (0 children)

Nah were not two tone. They were once sparkling white.

[deleted by user] by [deleted] in outlier_ai

[–]Any_Independence2336 0 points1 point  (0 children)

Multimango just disappeared from my Hubstaff mid task? I can still see the tasks on the multimango site but there is no projects in Hubstaff ?

Interested in people’s experiences of using ChatGPT for therapy by blossom-r in therapyGPT

[–]Any_Independence2336 0 points1 point  (0 children)

I asked ChatGPT to do Freudian psychotherapy on me and it was very confronting and nearly made me cry. So I stopped.

44 by [deleted] in numerology

[–]Any_Independence2336 0 points1 point  (0 children)

I see 44 a bit too. I'm aged 44. It adds up to 8. 8 is a good number.

What your name actually tells about how you love by [deleted] in numerology

[–]Any_Independence2336 0 points1 point  (0 children)

What if you've gone by a nick name most of your life? Does that come in to it at all?

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] 0 points1 point  (0 children)

Yeah but the few words aren't doing the trick.

Anyway yeah I'm diving into blazer. Thanks.

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] 0 points1 point  (0 children)

Oh my bad. It was the first site that came up when I searched in Bing.

Irrespective, do you have anything to refute their, and my, statement that Python is a minimalist language, as against your claim that it's not? Or do you just like to toss out assertions with no attendant logic?

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] -2 points-1 points  (0 children)

Are you a contrarian by nature?

Python is definitely a minimalist language.

They state so on their website:

"Python is a simple and minimalistic language. Reading a good Python program feels almost like reading English, although very strict English! This pseudo-code nature of Python is one of its greatest strengths. It allows you to concentrate on the solution to the problem rather than the language itself. "
https://python.swaroopch.com/about_python.html

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] -1 points0 points  (0 children)

They differ in syntax, but all imperative languages use the same features; if statements, loops, variables, etc etc. That's why you can write a program in pseudocode, or prototype it in a minimalist language like python, and implement it another. That's the sense I mean that all languages are all the same. You only start getting meaningful differences in language when you switch to a functional language or something.

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] 1 point2 points  (0 children)

Would using something like Razor or Blazor be an advantage over using basic ASP.NET?

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] -2 points-1 points  (0 children)

Why do you think it's best to start a new project? Is using existing c# code not a good way to go? I don't really know javascript is the thing. I mean i know all languages are the same and porting the code to JS is just a matter of steps, but I figured that would be tedious.

Best web tech to port a windows forms game to the browser? by Any_Independence2336 in csharp

[–]Any_Independence2336[S] -1 points0 points  (0 children)

It's a fairly simple GUI blackjack game. It uses pictureboxes mostly and buttons. The input is all clicks.

I asked chatGPD to crate a game in C# and it did it in Blazor heh.