Mars

joined 1 year ago
[–] [email protected] 3 points 7 months ago (1 children)

Yeah, writing prompts it’s the long term goal, programming will be obsolete.

Nobody that can write a problem in a structured language, taking edge cases into account, will be able to write a prompt for a LLM.

Prompt writers will be the useful professionals, because NO big tech company is trying to make it obsolete making AI ubiquitous and transparent, aiming it to work for natural language requests made by normal users or simply from context clues. /s

Prompt engineering it’s the griftiest side of the latest AI summer. Look a who is selling the courses. The same people that sold crypto courses, metaverse courses, Amazon dropship store courses…

[–] [email protected] 3 points 10 months ago

A tree can be seen as a formal language. Look into L-systems.

If you generalize what a symbol is (the rgb value of a pixel) you can write a grammar that ends producing a list of pixels. You can then place it in a 2d matrix and you have an image.

I guess a better approach would be wave function colapse, but seems to me like it could be formally described as a grammar (CS or CF, dunno, would have to look into it)

[–] [email protected] 2 points 10 months ago (1 children)

Didn’t you go into Turing machines and the Halting problem from that?

That was my intro into computation: regex, automatas, state machines, stack state machines, formal languages, grammars, Turing machines, Hanting Problem, P NP.

[–] [email protected] 17 points 11 months ago (8 children)

It’s funny how computers are almost the only human invention that for some reason must be able to be used without learning anything.

We don’t do that for almost anything else. We expect people to learn how to drive, how to fill taxes, how to buy things on the store, how to cook, how to play chess. It seems like the only cases when someone decides learning stuff is an inconvenience is when tech people get into another field and tries to disrupt it.

I am all about making things as simple as they can be, but not simpler. Intuitive is a super relative term that depends on your knowledge and life experience. People find Office intuitive after using it for twenty years, but for me is a nightmare where legacy features intermingle with weird cloud and AI shit, and most of the time I only need a markdown file. No interface is intuitive, they are only familiar, clear, accesible, discovereable, etc.

Interface Design goes in cycles of skeuomorphism and simplification because computer stuff is not Intuitive, you have to open the way with metaphors people can understand, and when they are part of everyday life you can make the app for the virtual credit cards not look like it’s made of leather.

[–] [email protected] 2 points 1 year ago

Daily quests. Missions that you can repeat every day for some recompense. Maybe they are always the same, maybe you get a different selection from the pool each day.

It’s MMO/Phone Game design that has bleed into every other games as a service to ensure engagement.

[–] [email protected] 2 points 1 year ago

So why would anyone hate Denuvo? Nobody is forcing you to play Denuvo-using games. It was your choice.

[–] [email protected] 0 points 1 year ago (1 children)

I know it’s a joke, but it’s an old one and it doesn’t make a lot of sense in this day and age.

Why are you comparing null to numbers? Shouldn’t you be assuring your values are valid first? Why are you using the “cast everything to the type you see fit and compare” operator?

Other languages would simply fail. Once more JavaScript greatest sin is not throwing an exception when you ask it to do things that don’t make sense.