#php examples
Explore tagged Tumblr posts
Text
PHP Syntax Tutorial for Beginners | Basic PHP Syntax
Learn the basics of PHP syntax in this beginner-friendly guide. Understand PHP tags, variables, data types, echo, print, comments, and more with easy examples. Mastering PHP Syntax: A Beginner’s Guide PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language that is especially suited for web development. Before diving deep into PHP development, it’s essential to…
#learn PHP syntax#PHP basic syntax#PHP code structure#PHP echo vs print#PHP examples#PHP for beginners#PHP syntax#PHP syntax rules#PHP syntax tutorial#PHP variable syntax
0 notes
Text
Top 15 PHP Website Examples To Get Inspired
We thought it would be easier to show you what great PHP can do for websites by looking at Top 15 PHP Website Examples that are doing it right than to give you a long, boring explanation of best practices for PHP. Let’s begin.
0 notes
Text
i showed my father ao3 and his first response was essentially "disgusting. they still use PHP"
#he was just. IMMEDIATELY disgusted by the fact they use php apparently lmao#the context of me showing him ao3 was because he asked me about ideas for fanfic hosting websites#so i showed him ao3 as an example#his second response was ''i could do better'' btw#which is hilarious. he is certainly highly skilled and quite confident about it and that can easily translate to hubris lmao
17 notes
·
View notes
Text
felt like i was going crazy yesterday trying to set up a login system for this website 😭 it was like i was back in college again!
#im using supabase for auth and i was like someone pls...show me how to do this...with just vanilla js#every tutorial is with like react or next#im trying to do this site with just html css and js (and php)#so i can learn#and later if i wanna move things to a framework i wont be completely lost if something breaks!#but yea i pretty much settled on like using react for part of the website so i can get this login set up#i found some videos and articles so im pretty sure its possible#other options is to use the archived js example i finally found for supabase auth but#it scares me that its archived#fingers crossed next time i code this works#i think this has to be the hardest part of the coding#i wish i could do my own auth thing but thats super dangerous as a beginner#anyways if i get stuck again ill just try the archived js example#and if im still stuck...#idk find another auth thing to use ig#BF RALLY WILL HAPPEN IT WILL#if it doesnt it means i died or someshit lol#but yea im mainly just like ugh about react cause i seriously dont need all those libraries added rn#this sites not supposed to be that complicated imo like yea its dynamic but its like a neopets like thing#the partial react thing doesnt rely on installing a bunch of stuff (i think)#so maybe we r good#????#web development#webdev#coding#codebreakers#if someone has the magic video to hand hold me through these pls send lol
2 notes
·
View notes
Photo
The loss of forums is also part of why you have to add "reddit" to the end of search queries on Google to find any human answers to your questions, instead of article and article of AI generated slop. Go and create your own forums for shit, and fight back against Discord

#discords good for interpersonal stuff sure#but like#i shouldnt have to have a full folder of servers on discord of stuff like programming things and unreal engine#sometimes having open source information where you can easily find it is good actually yknow#like. its applicable to so much stuff#i know im not giving many examples but i just woke up#thinking of the pokemon rom hack forums that taught me about hex editing as a kid#also is that mastodon???? i see it a lot in the notes#ive never actually been on the site. idk how it is#fight against tech monoliths#discord#forums#forum vs discord#discord vs forum#reddit#google searches are so wack anymore. they can inject stuff that you didnt search for just to try to get you to buy stuff#but my point still stands#also PHP and MySQL isnt too hard to work with#and you know where you can learn how to use them for free?#ON FUCKING FORUMS
118K notes
·
View notes
Text
.
#vent#learning php on codecademy makes me feel so stupid#it says 'do this thing' so I do that thing using the examples it's provided and it says 'you did it wrong' so I look at the solution to fin#its saying to do the thing in a manner not shown in the examples#and it makes me feel like I missed something or I'm stupid for not knowing already. this is supposed to be for beginners...
1 note
·
View note
Text
The STEM major isn't STEMing 😾
#women in stem#stem#god forbid women do anything#for example coding badly#i see you phpstorm underlining every one of my mistakes#not a big fan#phpstorm plz let me delulu#php#coding
0 notes
Text
How do you fill a PHP array dynamically (PHP, array, development)?
To dynamically fill a PHP array, you can use various methods to add elements to the array during runtime. Here are some common approaches:
Using array_push() function:
The array_push() function allows you to add one or more elements to the end of an array.
phpCopy code
$myArray = array(); // Initialize an empty array
// Dynamically add elements to the array array_push($myArray, "Element 1"); array_push($myArray, "Element 2"); array_push($myArray, "Element 3");
// Resulting array: ["Element 1", "Element 2", "Element 3"]
Using square brackets:
You can also use square brackets to add elements directly to the array.
phpCopy code
$myArray = array(); // Initialize an empty array
// Dynamically add elements to the array $myArray[] = "Element 1"; $myArray[] = "Element 2"; $myArray[] = "Element 3";
// Resulting array: ["Element 1", "Element 2", "Element 3"]
Associative array:
For associative arrays, you can set values dynamically by specifying the key.
phpCopy code
$myArray = array(); // Initialize an empty associative array
// Dynamically add elements to the array $myArray["name"] = "John"; $myArray["age"] = 30; $myArray["email"] = "[email protected]";
// Resulting array: ["name" => "John", "age" => 30, "email" => "[email protected]"]
Using loop:
You can use a loop to dynamically populate the array with elements.
phpCopy code
$myArray = array(); // Initialize an empty array
// Use a loop to add elements to the array for ($i = 1; $i <= 5; $i++) { $myArray[] = "Element " . $i; }
// Resulting array: ["Element 1", "Element 2", "Element 3", "Element 4", "Element 5"]
These methods allow you to dynamically add elements to a PHP array during development, making your code flexible and adaptable to various data requirements.
#PHP#Array#Dynamic Array#Array Manipulation#Array Functions#PHP Development#PHP Programming#Web Development#Code Examples.#vinhjacker#mageplaza
1 note
·
View note
Text
gotta admit that making an API in PHP of all languages is the perfect level of unhinged for [tumblr]
Tuesday, November 28th, 2023
🌟 New
We’ve created a guide to writing a PHP script to access Tumblr, with an example of creating a way to list your mutuals and sort your followed blogs by last posting time. Check it out here.
The flow for Blazing a post on Android has been redesigned to be easier to use.
On web, using an old keyboard shortcut (ALT+C, ALT+R, or ALT+Q) no longer triggers a notification about what the new shortcut is. As a final reminder, the shortcut to create a new post is now just C, while the shortcuts to instantly reblog or queue the post in view are SHIFT+R and SHIFT+Q, respectively.
🛠 Fixed
Dashboard feeds and blogs weren’t showing posts for a little while earlier today, but we’ve fixed the issue. Reach out to Support if you’re still experiencing any trouble.
On web, we fixed an issue where the Explore page would not reload properly after logging in.
On web, we’ve fixed the timestamps on instant messages so that “Today” actually means “Today”, and not “under 24 hours ago”. Alternate description: The timestamps on instant messages no longer perform time travel.
🚧 Ongoing
The iOS app is crashing for some folks (specifically those using older devices). We’ve fixed the issue in an app update, which is currently under review. It’ll be released as soon as we get the green light from Apple.
🌱 Upcoming
Nothing to share here today.
Experiencing an issue? File a Support Request and we’ll get back to you as soon as we can!
Want to share your feedback about something? Check out our Work in Progress blog and start a discussion with the community.
Wanna support Tumblr directly with some money? Check out the new Supporter badge in TumblrMart!
#yes i know it's just a standard REST api and you can use other languages it's just their example that's in php#still i find it really funny
411 notes
·
View notes
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
#code#codeblr#css#html#javascript#java development company#python#studyblr#progblr#programming#comp sci#web design#web developers#web development#website design#webdev#website#tech#html css#learn to code
2K notes
·
View notes
Text
UPDATE 12/04: thank you so much for the support! i'll be closing donation channels now, as we have reached our goal. i really do appreciate the support!
i will be keeping the original post through a read more below for posterity.
hi everyone! i know i have a relatively small following but i wanted to take a chance to ask for help anyway.
my beloved cat alphinaud (alphy for short, alby if you're being cute) was a naughty boy and decided to go outside a few days ago (he's been an indoor cat all his life) and got into a fight with a stray, which led to a wound with an abscess above his right eye. on top of this, he has been struggling with urinary tract infection for the last year and the crystals in his bladder unfortunately flared up once more, so the vet recommended him to be confined at the clinic for the next few days as he undergoes testing.
so far our expenses has been PHP 23,600 (around USD 400) for all the tests he went through as well as the confinement fee, and i expect it to cost more as he stays in the vet for confinement. luckily i cobbled together enough money to pay for the 11.8k PHP downpayment for today, but i don't have any money left after that expense. i will be adding the receipt from the 50% downpayment under the read more below as proof of these expenses.
i hate to ask for help from strangers again, as i have already done so last year when his uti was first diagnosed. unfortunately i'm quite literally at the end of my rope here. i've recently lost my dad last month, which took quite a toll on me financially (and of course, emotionally) because of funeral expenses and the medical bill that we're still paying off.
my friends can attest that i don't really make a habit of asking for help even when i desperately need it, but i really can't lose another member of our family so soon after we lost my dad who i loved with all my heart. i hope whoever reads this finds it in their heart to understand where i'm coming from here, but thank you for reading up to this point despite how long it has gotten.
if you're willing to help, you can send donations at paypal.me/amunetis or if you are from the philippines like i am, you may send your donation through my gcash at 09175252352.
i will also be prepping a commissions post soon in case anyone is interested, if you need examples you can find it here in this link. i'll be updating this post when i'm done with preparations.
again, thank you so much for reading through this all. if you are unable to help financially, i would greatly appreciate sharing/spreading the word through reblogs or maybe even sharing this post through other sns like twitter or bsky.
^ 50% downpayment receipt that i paid today. i can also provide pictures of his test results and other things if needed as proof.
have another pic of alby as thanks for checking!
#alphy#i can't believe this is following some stupid thoughts i had on a jrpg. i'm the luckiest mf alive#more fanart soon i promise
235 notes
·
View notes
Text
PHP Operators Explained: Types, Examples, and Usage
Learn everything about PHP operators with this complete guide. Understand arithmetic, assignment, comparison, logical, string, array, and other PHP operators with examples and usage tips. 🧮 Mastering PHP Operators: A Complete Guide for Beginners Operators are essential building blocks of any programming language, including PHP. They help you perform operations on variables and values, such as…
#learn PHP#php arithmetic operators#php array operators#php assignment operators#PHP basics#php comparison operators#php logical operators#php operator examples#php operator precedence#php operators#php string operators#php tutorial for beginners
0 notes
Text
Explore Brilliance: Top 15 PHP Website Examples of Innovation
Dive into the world of PHP excellence with our curated list of the top 15 php websites examples. From dynamic e-commerce platforms to robust content management systems, witness the versatility and power of PHP in crafting innovative and successful online experiences. Discover inspiration for your next web project!
0 notes
Note
komaedas have you tried straw.page?
(i hope you don't mind if i make a big ollllle webdev post off this!)
i have never tried straw.page but it looks similar to carrd and other WYSIWYG editors (which is unappealing to me, since i know html/css/js and want full control of the code. and can't hide secrets in code comments.....)
my 2 cents as a web designer is if you're looking to learn web design or host long-term web projects, WYSIWYG editors suck doodooass. you don't learn the basics of coding, someone else does it for you! however, if you're just looking to quickly host images, links to your other social medias, write text entries/blogposts, WYSIWYG can be nice.
toyhouse, tumblr, deviantart, a lot of sites implement WYSIWYG for their post editors as well, but then you can run into issues relying on their main site features for things like the search system, user profiles, comments, etc. but it can be nice to just login to your account and host your information in one place, especially on a platform that's geared towards that specific type of information. (toyhouse is a better example of this, since you have a lot of control of how your profile/character pages look, even without a premium account) carrd can be nice if you just want to say "here's where to find me on other sites," for example. but sometimes you want a full website!
---------------------------------------
neocities hosting
currently, i host my website on neocities, but i would say the web2.0sphere has sucked some doodooass right now and i'm fiending for something better than it. it's a static web host, e.g. you can upload text, image, audio, and client-side (mostly javascript and css) files, and html pages. for the past few years, neocities' servers have gotten slower and slower and had total blackouts with no notices about why it's happening... and i'm realizing they host a lot of crypto sites that have crypto miners that eat up a ton of server resources. i don't think they're doing anything to limit bot or crypto mining activity and regular users are taking a hit.
↑ page 1 on neocitie's most viewed sites we find this site. this site has a crypto miner on it, just so i'm not making up claims without proof here. there is also a very populated #crypto tag on neocities (has porn in it tho so be warned...).
---------------------------------------
dynamic/server-side web hosting
$5/mo for neocities premium seems cheap until you realize... The Beautiful World of Server-side Web Hosting!
client-side AKA static web hosting (neocities, geocities) means you can upload images, audio, video, and other files that do not interact with the server where the website is hosted, like html, css, and javascript. the user reading your webpage does not send any information to the server like a username, password, their favourite colour, etc. - any variables handled by scripts like javascript will be forgotten when the page is reloaded, since there's no way to save it to the web server. server-side AKA dynamic web hosting can utilize any script like php, ruby, python, or perl, and has an SQL database to store variables like the aforementioned that would have previously had nowhere to be stored.
there are many places in 2024 you can host a website for free, including: infinityfree (i use this for my test websites :B has tons of subdomains to choose from) [unlimited sites, 5gb/unlimited storage], googiehost [1 site, 1gb/1mb storage], freehostia [5 sites/1 database, 250mb storage], freehosting [1 site, 10gb/unlimited storage]
if you want more features like extra websites, more storage, a dedicated e-mail, PHP configuration, etc, you can look into paying a lil shmoney for web hosting: there's hostinger (this is my promocode so i get. shmoney. if you. um. 🗿🗿🗿) [$2.40-3.99+/mo, 100 sites/300 databases, 100gb storage, 25k visits/mo], a2hosting [$1.75-12.99+/mo, 1 site/5 databases, 10gb/1gb storage], and cloudways [$10-11+/mo, 25gb/1gb]. i'm seeing people say to stay away from godaddy and hostgator. before you purchase a plan, look up coupons, too! (i usually renew my plan ahead of time when hostinger runs good sales/coupons LOL)
here's a big webhost comparison chart from r/HostingHostel circa jan 2024.
---------------------------------------
domain names
most of the free website hosts will give you a subdomain like yoursite.has-a-cool-website-69.org, and usually paid hosts expect you to bring your own domain name. i got my domain on namecheap (enticing registration prices, mid renewal prices), there's also porkbun, cloudflare, namesilo, and amazon route 53. don't use godaddy or squarespace. make sure you double check the promo price vs. the actual renewal price and don't get charged $120/mo when you thought it was $4/mo during a promo, certain TLDs (endings like .com, .org, .cool, etc) cost more and have a base price (.car costs $2,300?!?). look up coupons before you purchase these as well!
namecheap and porkbun offer something called "handshake domains," DO NOT BUY THESE. 🤣🤣🤣 they're usually cheaper and offer more appealing, hyper-specific endings like .iloveu, .8888, .catgirl, .dookie, .gethigh, .♥, .❣, and .✟. I WISH WE COULD HAVE THEM but they're literally unusable. in order to access a page using a handshake domain, you need to download a handshake resolver. every time the user connects to the site, they have to provide proof of work. aside from it being incredibly wasteful, you LITERALLY cannot just type in the URL and go to your own website, you need to download a handshake resolver, meaning everyday internet users cannot access your site.
---------------------------------------
hosting a static site on a dynamic webhost
you can host a static (html/css/js only) website on a dynamic web server without having to learn PHP and SQL! if you're coming from somewhere like neocities, the only thing you need to do is configure your website's properties. your hosting service will probably have tutorials to follow for this, and possibly already did some steps for you. you need to point the nameserver to your domain, install an SSL certificate, and connect to your site using FTP for future uploads. FTP is a faster, alternative way to upload files to your website instead of your webhost's file upload system; programs like WinSCP or FileZilla can upload using FTP for you.
if you wanna learn PHP and SQL and really get into webdev, i wrote a forum post at Mysidia Adoptables here, tho it's sorted geared at the mysidia script library itself (Mysidia Adoptables is a free virtual pet site script, tiny community. go check it out!)
---------------------------------------
file storage & backups
a problem i have run into a lot in my past like, 20 years of internet usage (/OLD) is that a site that is free, has a small community, and maybe sounds too good/cheap to be true, has a higher chance of going under. sometimes this happens to bigger sites like tinypic, photobucket, and imageshack, but for every site like that, there's like a million of baby sites that died with people's files. host your files/websites on a well-known site, or at least back it up and expect it to go under!
i used to host my images on something called "imgjoe" during the tinypic/imageshack era, it lasted about 3 years, and i lost everything hosted on there. more recently, komaedalovemail had its webpages hosted here on tumblr, and tumblr changed its UI so custom pages don't allow javascript, which prevented any new pages from being edited/added. another test site i made a couple years ago on hostinger's site called 000webhost went under/became a part of hostinger's paid-only plans, so i had to look very quickly for a new host or i'd lose my test site.
if you're broke like me, looking into physical file storage can be expensive. anything related to computers has gone through baaaaad inflation due to crypto, which again, I Freaquing Hate, and is killing mother nature. STOP MINING CRYPTO this is gonna be you in 1 year
...um i digress. ANYWAYS, you can archive your websites, which'll save your static assets on The Internet Archive (which could use your lovely donations right now btw), and/or archive.today (also taking donations). having a webhost service with lots of storage and automatic backups can be nice if you're worried about file loss or corruption, or just don't have enough storage on your computer at home!
if you're buying physical storage, be it hard drive, solid state drive, USB stick, whatever... get an actual brand like Western Digital or Seagate and don't fall for those cheap ones on Amazon that claim to have 8,000GB for $40 or you're going to spend 13 days in windows command prompt trying to repair the disk and thenthe power is gong to go out in your shit ass neighvborhood and you have to run it tagain and then Windows 10 tryes to update and itresets the /chkdsk agin while you're awayfrom town nad you're goig to start crytypting and kts just hnot going tot br the same aever agai nikt jus not ggiog to be the saeme
---------------------------------------
further webhosting options
there are other Advanced options when it comes to web hosting. for example, you can physically own and run your own webserver, e.g. with a computer or a raspberry pi. r/selfhosted might be a good place if you're looking into that!
if you know or are learning PHP, SQL, and other server-side languages, you can host a webserver on your computer using something like XAMPP (Apache, MariaDB, PHP, & Perl) with minimal storage space (the latest version takes up a little under 1gb on my computer rn). then, you can test your website without needing an internet connection or worrying about finding a hosting plan that can support your project until you've set everything up!
there's also many PHP frameworks which can be useful for beginners and wizards of the web alike. WordPress is one which you're no doubt familiar with for creating blog posts, and Bluehost is a decent hosting service tailored to WordPress specifically. there's full frameworks like Laravel, CakePHP, and Slim, which will usually handle security, user authentication, web routing, and database interactions that you can build off of. Laravel in particular is noob-friendly imo, and is used by a large populace, and it has many tutorials, example sites built with it, and specific app frameworks.
---------------------------------------
addendum: storing sensitive data
if you decide to host a server-side website, you'll most likely have a login/out functionality (user authentication), and have to store things like usernames, passwords, and e-mails. PLEASE don't launch your website until you're sure your site security is up to snuff!
when trying to check if your data is hackable... It's time to get into the Mind of a Hacker. OWASP has some good cheat sheets that list some of the bigger security concerns and how to mitigate them as a site owner, and you can look up filtered security issues on the Exploit Database.
this is kind of its own topic if you're coding a PHP website from scratch; most frameworks securely store sensitive data for you already. if you're writing your own PHP framework, refer to php.net's security articles and this guide on writing an .htaccess file.
---------------------------------------
but. i be on that phone... :(
ok one thing i see about straw.page that seems nice is that it advertises the ability to make webpages from your phone. WYSIWYG editors in general are more capable of this. i only started looking into this yesterday, but there ARE source code editor apps for mobile devices! if you have a webhosting plan, you can download/upload assets/code from your phone and whatnot and code on the go. i downloaded Runecode for iphone. it might suck ass to keep typing those brackets.... we'll see..... but sometimes you're stuck in the car and you're like damn i wanna code my site GRRRR I WANNA CODE MY SITE!!!


↑ code written in Runecode, then uploaded to Hostinger. Runecode didn't tell me i forgot a semicolon but Hostinger did... i guess you can code from your webhost's file uploader on mobile but i don't trust them since they tend not to autosave or prompt you before closing, and if the wifi dies idk what happens to your code.
---------------------------------------
ANYWAYS! HAPPY WEBSITE BUILDING~! HOPE THIS HELPS~!~!~!
-Mod 12 @eeyes
198 notes
·
View notes
Text
Why Spell Check (and some grammar check) isn't AI
So I've seen in the wake of Nanowrimo some people claim that spell check is AI and thus is like Gen AI, and I saw the claim originator on Twitter, but when I pressed them, they basically tried to say they had a degree in computer science, so when I pressed into them if they knew what they were talking about, they couldn't answer because obviously don't know about AI.
For some background I've done some light programming (If you look at the Korean name generator, that's all me). And I also have relatives that did programming.
Here, I can lay out how spell check works without AI or a fancy algorithm.
The oldest spellchecks didn't use AI or Gen AI, they used what is your basic corresponding tables.
If you use something like google sheets (database), you can do this pretty quickly yourself though with a lot of manpower.
Here is a list of commonly misspelled words.
Add that with another table with how they are commonly misspelled.
Then you need a table with "common typos"
Then you need one more table for "Words the user adds."
The algorithm is basically this: Set up a loop. A loop is a mechanism that has an algorithm (or set of instructions in it) which repeats until a certain instruction is met. This loop with this algorithm will check for words. In this case, anything with letters, usually encompassing ' and - (though some programs ignore dashes).
So[,][ ]it[ ]will[ ]look[ ]at[ ]letters[ ]in[ ]this[ ]sentence[ ]and[ ]figure[ ]out[ ]if[ ]it[ ]is[ ]spelled[ ]correctly.
The first loop in the previous sentence will look at the word "so" by selecting everything it knows to be a letter in English. Tada "S, o" Then correspond that to the dictionary. So shows up in the dictionary listing it has of English words. Thanks Webster. (If you're British, the OED)
The Algorithm concludes the word is spelled correctly. No more work needs to be done on So. The next word is it "i, t" correspond that to the dictionary and so on.
If you have a "bad word" for example "alot" then the work is, word is spelled incorrectly. Next "work to be done" is to find out if this word is in the "commonly misspelled" words list. If yes, then underline the word in red to get it corrected.
AKA run Algorithm to underline word (usually a few lines of code if you're doing it the old way).
Then the algorithm moves on. The function of right click/Cntrl click is saying, OK, this word, "alot" is it commonly misspelled? Here are a list of corrections according to this other table. This is the work that needs to be done: We need a popup table. We need to pull from the database this misspelling, and then we need to pull from this other database and pull corresponding correct spellings based on this. Then you set up an if-then If the user clicks on this word, change highlighted word.
This is your basic spelling algorithm. You do not need gen AI for this or AI.
Grammar works similarly. You need a table, the type of speech it is (n, v, adv, adj) and then to load in "rules" one should use. You do not need AI. You need some basic programming skills. On the table of somewhere between "Hello, world" (1) and "OMG, I created artificial intelligence like Data " (10) My "Korean name generator" is like 2.5? in difficulty (minus all of the language and cultural knowledge). Haha. Still mocking myself. But a Spellcheck is not far from that. it is like 3. You could build one fairly easily with PHP and database access to a dictionary and misspelled words with corrections.
But Google pulled from the Enron Emails.
In this case, you can sorta fuzzy logic it and create bigger algorithms, mostly to sort out the *grammar* and *New words* that were used that aren't already in the database, which basically is another loop, but with an add to database function. (i.e. table). Then you would correspond this with another loop to look at "odd grammar" and flag it.
You can use AI to sort it faster than a basic algorithm, but nope, you do not need AI to correspond it. A basic algorithm would do. You can also use AI for "words that look similar to this one" and "Words commonly used in place of this one"
But overall, You do not need AI for a grammar check. You only need a dictionary, a set of commonly held rules of English and exceptions (maybe some Noam Chomsky, though he's controversial), and then some programming skill to get past the hurdle.
But Grammar check could use AI
AI as it stands is basically a large algorithm to match large datasets to the words you use. But the problem is that the datasets are taken from users who did not volunteer to put in that information.
It is not Data on Enterprise have novel experiences of every day and learning how to function in the human world by processing it through a matrix of quantum computing.
So WHEN grammar check does use AI, the AI is mostly doing the crunching of the corresponding the information into a more neat table option, as I understand it. It is not the same thing as Gen AI or your average spell check and Microsoft algorithm from say 2000.
Those are not equal things. Instead, adding Gen AI to say, Microsoft Word, is more like stealing your words for the machine (which BTW, Microsoft absolutely did and you need to transfer out to Anti-AI programs/Apps.) and corresponding them for Gen AI future use for people who can't write worth a damn, and then "averaging" it out. Elew. Who wants to write to the average? That's anti-Creative.
And just because it uses an Algorithm, doesn't automatically use AI.
Look, I can write a algorithm now:
Loop: If you want to be strong...
Go outside.
Do cardio.
Go lift weights.
Make sure you eat a healthy diet and balanced which includes reducing refined sugars and do not eat bad fats.
That equally is a set of instructions, but that's not automatically AI.
I programmed my calculator to spit out the quadratic formula. And this isn't even officially programming, this is a script. Dudes, if you're going to call that AI, then you need help with learning computer programming.
The threshold for making AI v spellcheck is a lot, lot higher programming than a set of simple tables and a loop that looks for letters and spaces corresponding it to an existing dictionary. If that's you're threshold for AI, then when you type words, you are caught in an algorithm. Ooooooo... OMG, when you pull up a dictionary to spellcheck yourself, that's AI. C'mon. The threshold is a might higher to make AI or "victim of algorithm" as in Twitter.
So anytime someone says, "All Spellcheck uses genAI/AI" Laugh in their faces and say no. 'cause like, I'm a terrible programmer, and even I'm like, Meh, not that hard to set up spell check, give me a solid dictionary database and I'll do ya.
That said, A human will beat AI on grammar anytime and will be able to sort weird spellings faster and A-OK, or not.
146 notes
·
View notes
Text
COMMISSIONS OPEN!! $5-$40+ [0/3 SLOTS]
i can do fanart, ships, yumeships, character design, OCs, complex backgrounds, and more! feel free to ask!
payment methods: paypal, gcash, steam gifts, robux
--PRICES--
headshot - $15 / php 837 / 1200 robux
bust - $25 / php 1395 / 2000 robux
half body - $30 / php 1,674 / 2500 robux
full body - $40 / php 2232 / 3400 robux
surprise me! - starts at $30 / php 1674 / 2500 robux
chibi - starts at $5 / php 279 / 400 robux
other - to be discussed! feel free to ask!
commissions over $30 will get a free chibi!
DM me here or @/kindadeadish on discord if interested or for any questions!! ^__^ !!!
more info, examples, and TOS(terms of service):
carrd link!
24 notes
·
View notes