#sql video
Explore tagged Tumblr posts
sonittomar1809 · 2 years ago
Video
Advance Oracle SQL Class -2 // @Software_Knowledge // @Software_Knowledg... https://youtu.be/5FSk-F0t70U
0 notes
komaedalovemail · 7 months ago
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.
Tumblr media Tumblr media Tumblr media
↑ 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.
Tumblr media
---------------------------------------
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
Tumblr media
...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!!!
Tumblr media Tumblr media
↑ 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
Tumblr media
198 notes · View notes
anonymusbosch · 2 months ago
Text
on wanting to do a million things
prompted by @bloodshack 's
i wanna learn SQL but i wanna learn haskell but i wanna learn statistics but i wanna start a degree in macroeconomics also sociology also library science but i wanna learn norwegian but i wanna learn mandarin but i wanna paint but i wanna do pottery but i wanna get better at woodworking but i wanna get better at cooking but i wanna bake one of those cakes that's just 11 crepes stacked on top of each other but i wanna watch more movies but i wanna listen to more podcast episodes but i need to rest but i need to exercise but i wanna play with my dog but i wanna go shopping but i need to go grocery shopping but i need to do the dishes but i need to do laundry but i need to buy a new x y and z but i need to save money but i wanna give all my money away to people who need it more but i wanna pivot my career to book editing but to do that i have to read more and i wanna read more nonfiction but i wanna read more novels but i wanna get better at meditating but i wanna volunteer but i wanna plan a party but i wanna go to law school. but what im gonna do is watch a dumbass youtube video and go to bed
I think I've been doing slightly better this year about Actually Doing Things. not great! but I do a lot and I've been "prototyping" ways to get closer to doing as much as is possible. and if I actually talk about it it's a bunch of very obvious statements but I'll try to make them a little more concrete
rule number one: experiment on yourself
there's no one approach that's right for everyone and there's not even one approach for me that works at all times. try things out. see what works. pay attention to what doesn't. try something else.
rule number two: ask what's stopping you and then take it seriously
example: I often want to do Everything in the evening at like 2 PM, but then get home and am tempted sorely by the couch, and then get stuck inertia'd and not doing much but being tired and kind of bored. why?
if I don't have plans, it's easy to leave work later than planned and hard to make myself do something by a specific time
i'm generally tiredish after work. 4 out of 5 times, that'll go away if I actually start Doing Something, but 1 out of 5 it's real and I will go hardcore sleepmode at 8 PM and just be Done
i use up a ton of my program management/executive function/Deciding Things brain at work and usually find it noticeably harder to string together "want to do Thing > make list of Things > decide on a Thing > do Thing" after I'm home. Even if I have a list of Things to Do, how does one decide! how does one start! and god forbid there's a Necessary thing. then it's all downhill
therefore, mitigations: have concrete time-specific plans in advance.
if I have an art class at 6:00 PM I need to leave work by 5:15 and NO LATER and I can't get sucked into "oh 10 more minutes to finish this" *one hour later*
that also means I have to have a fridge or freezer dinner ready and can't spend 45 minutes cooking "fuck it, what the hell did I put in the fridge, why don't we have soy sauce" evil meal that is not good
plans with friends: dinner! art night! music night! repair-your-clothes night! seeing a show! occasionally, Accountability Time where a friend comes over for We Are Doing Tasks with tea and snacks etc.
for some reason I'm way better about Actually Doing Things when the plan exists already. magically I overcome couch inertia even though I am the same amount of tired! and while I never learn the ability to decouch without plans I at least learn to make them
still working on:
a "prototype" for maybe next month is a weeklyish Study Session for a thing I want to learn about. I want to somehow make it employer-proof (I am accountable to some entity to being at place X at time Y) and haven't figured out a good way. Maybe I can leverage that the local library is open til 8 on wednesdays and somehow make it a Thing? maybe I'll try it!
oh god oh fuck the thing about plans is that if you want to have them you need to make them. christ. a lot of the time I can cover this with some combo of weekend planning + recurring events (things like weekly friend dinner/weekly class) + having cool friends who reach out proactively but it still requires active planning and it can fall thru the cracks
rule three: cool friends
they can take you to things
they can remind you that you can do whatever the fuck you please
i have a friend who is somehow Always doing cool classes and learning shit. and this reminds me that I can ... do that. and sometimes I do
you can take them to things!!
rule four: try to kill the anon hate in your head
obv this depends on your circumstance but sometimes it's worth it to me to look at constraints that "feel real" and check whether they're an active choice I made thoughtfully or, like, the specters of people I don't know judging my choices
time and money are obvious ones. recently was gently nudged towards looking at whether i could give myself more time to Do Things by cooking less. imaginary specters of judgmental twitterites: "it's illegal to spend money. if you get takeout you're the first up against the wall when the revoution comes. make all your lunches and dinners and hoard the money for Later. for Something. how dare you get lunch at the store. you bourgeois hoe. taking charity donations from the mouths of the poor cause you don't have your life together enough to cook artisanal bespoke dinners every night. fuck you." and obviously eating takeout 24/7 is not the answer, but realizing I was not making an active choice helped me try making the active choice instead. "how much do I actually want to balance cost, time, tastiness, and wastefulness of my food, given my amount of free time and my salary and the tradeoff against doing something else? can I approach it differently to do more quick cheap food + some takeout?" -> current prototype: substitute in 1 takeout dinner or restaurant-with-friends a week, 1 frozen type dinner, and then batch cook or sandwiches lunches w/ "permission" to get fast lunch at the store. we'll see how it goes!
i am really really bad at this and find it helpful to talk to other people who can help point out when I'm being haunted by ghosts about it.
rule five: what would it take? what's the next step?
this one i give a lot of credit to @adiantum-sporophyte in particular for, especially for prompting me with questions when I muse about the million-ideal-lives on car rides. what would it look like to do xyz? what's something I could do right now to move in that direction? what's the obstacle? like, actually ask the question and think through it. with a person talking to you! damn! maybe the obstacle to x is that I don't know if I'll like it or if I just like the idea of it. and I don't want to commit to x without knowing. Okay, so maybe an approach would be to find someone who does x and talk to them about how their life is, or maybe it's "spend 15 minutes looking up intro-to-x near me", or "actively schedule 1 instance of x", or something like that. Or maybe it's that I don't know what it takes to do x. Okay, how about on Tues after dinner Adiantum fixes a sweater at my apartment while I spend 20 min looking at prereqs for x. like, it's so basic to say "to do a thing, you could try figuring out how to do it" but I think the important thing here is the feedback/prompting to even recognize "hey, step back, if you don't know the next step then figuring out the next step is the next step"
rule six: habits
prototyping: exercise
I do a lot better when I exercise in the mornings. I do a lot better when I do PT exercises regularly. For a while I was doing PT with friend in the morning every morning before work (accountability! a friendly face to make it more pleasant!) but that didn't really solve - it's not the kind of exercise that makes me feel awake/active, it's like dumb little foot botherings. but: having the habit of morning exercise made it easier to swap out 2 of the 5 days for more intense exercise, and then to swap those 2 for a different more intense exercise when I needed a break. it's easier to build a low-effort version of the habit and then work in the higher-effort one than to just Decide to be the kind of person who gets up at ass o clock to do cardio or whatever
rule seven: set up the structure of your life to make it easy
this is also a "duh" thing but like. on so many levels it comes down to structure your life to make the choice more doable. this can be something like "i structure my life to make vegetarian cooking baseline and vegan cooking the majority by stocking the pantry with staples and spices from cuisines that work well that way" or "i chose an apartment that lets me commute by bike" or "i have my camping gear put away in a fashion that makes it easier to gather frequently and lowers the barrier to trips" or "i keep physical books around to prompt myself to read xyz" to "i don't use instagram or twitter or snapchat or facebook" to . idk.
and in terms of charitable giving: similar deal. I have an explicit budget at the beginning of the year (~10% of my before-tax income), I know in advance what charities I give to, and I know what timing I will use (basically, alerts for donation matching around specific fundraising times). Anything outside the Plan comes from my discretionary budget/fun money. That makes it less of a mental load (the choice is already made; I don't grapple with every donation request or every bleeding-heart trap because I have a very solid anchor on "I give to xyz, the money's set aside") and it's armor against impulsive-but-not-useful scrupulosity. I structure the rest of my spending/life to prioritize a set amount and it makes it easier to follow through
rule eight: if you can do it at work a tiny bit that counts for real life
(infrequently used)
"hi mr. manager I think it would be great if I could use enough SQL to make basic queries in the database so we don't have to go through the software team for common/basic questions. I'd like to take 1 hr on Friday to go through some basic tutorials and then 1 hr with Pat on Monday so he can walk me through an intro for our specific use case. I estimate this will help save the team a couple hours a week of waiting for answers from the other team." and then you have enough of a handle with baby's first SQL that you can add little bits and bobs as you exercise it. this is responsible for a medium amount of my knowledge of python and all 3 brain cells worth of SQL.
rule nine: life is an optimization problem
not in, like, "you need to optimize your skincare and career and exercise and social life and have everything all at once" that's not what optimization means. optimization is like, maximize something with respect to a set of constraints. i explicitly Do Not do skincare beyond "wash face" and "sunscreen" bc I want to optimize my life for like looking at weird plants in the mountains. explicitly choosing to put time and money elsewhere! can't have it all all at once. so fuck them pores. who give a shit. yeah i ate a lot of protein shakes instead of home cooked breakfasts this week bc i was prioritizing morning exercise. im looking at this beautiful bug and it doesn't know what fashion is or what my resume looks like. im holding a lizard. im not spending time on picking cool clothes or whatever bc i spent that time looking up lizard hotspots on purpose.
that's really long and probably mostly, like, not surprising? but i keep benefiting from ppl being like "hey have you considered Obvious Thing" framed very gently
99 notes · View notes
fuckentoastybitch · 1 year ago
Text
I played seekL and loved everything about it! The art, the aesthetic, the UI, the SQL incorporated gameplay, the writing and characters, etc etc
But what caught me off guard the most was the fact that I didn't check who odxny's VA was before playing so when that first video call started and I heard THAT VOICE from that very first line... The way I RAN to itch.io and twitter to check. Mike Young, the man you are I am so... AAAAAAAAAAAAUUUUUGGGH
Did not expect to get a xyx whiplash when I played this game but I'm not complaining
124 notes · View notes
spark-hearts2 · 4 months ago
Text
It's been a month since chapter 3 was released, where's chapter 4?
(this is about this fanfic btw)
The good news is that I've written 10k words. The bad news is that I've only gotten a little more than half of the chapter done. That doesn't mean I don't have things written for the bottom half, it's just that it looks like bare dialog with general vibe notes. I estimate around 16k words total though, so it should come together sooner than later.
SO I want to release some fun snippets for y'all to look at. Please note that any of this is liable to change. Also, you can harass me in my inbox for updates. I love answering your questions and laughing at your misery.
Spoilers under cut.
_______
Ragatha stood up and walked over to where Caine was seated. “Can I get a list of all commands?” She asked, only a hint of nervousness in her voice.
“Certainly!” Caine says as he blasts into the air. He digs around in his tailcoat and pulls out an office style manilla folder. It visually contains a few papers, but with how thin it is there must only be a few pages inside.
Ragatha takes the folder from Caine and opens it.
“Oh boy” she says after a second of looking it over.
“I wanna see” Jax exclaimed as he hops over the row of seats.
“Hold on” Ragatha holds the folder defensively “Let’s move to the stage so everyone can take a look”
Jax hopped over the seats again while Ragatha calmly walked around. Caine watched the two curiously.
Well, Zooble wasn’t just going to sit there. They joined the other two by the edge of the stage, quickly followed by the rest of the group.
Ragatha placed the folder on the stage with a thwap. Zooble looked over to see that the pages had gone from razor thin to a massive stack when the folder was opened. On one hand, it had to contain more information than that video, but on the other…
They get close enough to read what’s on the first page.
The execution of commands via the system’s designated input terminal, C.A.I.N.E., will be referred to as the "console” in this document. The console is designed to accept any input and will generate an appropriate response, however only certain prompts will be accepted as valid instructions. The goal of this document is to list all acceptable instructions in a format that will result in the expected output. Please note that automatic moderation has been put in place in order to prevent exploitation of both the system and fellow players. If you believe that your command has been unfairly rejected, please contact support. 
By engaging in the activities described in this document, you, the undersigned, acknowledge, agree, and consent to the applicability of this agreement, notwithstanding any contradictory stipulations, assumptions, or implications which may arise from any interaction with the console. You, the constituent, agree not to participate in any form of cyber attack; including but not limited to, direct prompt injection, indirect prompt injection, SQL injection, Jailbreaking…
Ok, that was too many words.
_______
“Take this document for example. You don't need to know where it is being stored or what file type it is in order to read it."
"It may look like a bunch of free floating papers, but technically speaking, this is just a text file applied to a 3D shape." Kinger looked towards Caine. "Correct?” he asked
Caine nodded. “And a fabric simulation!”
Kinger picked up a paper and bent it. “Oh, now that is nice”
_________
"WE CAN AFFORD MORE THAN 6 TRIANGLES KINGER"
_________
"I'm too neurotypical for this" - Jax
_________
"What about the internet?" Pomni asked "Do you think that it's possible to reach it?"
Kinger: "I'm sorry, but that's seems to be impossible. I can't be 100% sure without physically looking at the guts of this place, but it doesn't look like this server has the hardware needed for wireless connections. Wired connections should be possible, but someone on the outside would need to do that... And that's just the hardware, let alone the software necessary for that kind of communication"
Pomni: "I'm sorry, but doesn't server mean internet? Like, an internet server?"
Kinger: "Yes, websites are ran off servers, but servers don't equal internet."
(This portion goes out to everyone who thought that the internet could be an actual solution. Sorry folks, but computers don't equal internet. It takes more effort to make a device that can connect to things than to make one that can't)
24 notes · View notes
universeinthestars · 3 months ago
Text
SeekL x Killer Chat - The Beginning
Tumblr media
Lyra sits at her PC. Looking at her monitor. She's just finished learning ArnoldC. Her recent obsession with all of Arnold Schwarzenegger's movies led her to learn of the existence of ArnoldC.
Coding was but another way to write. It could be artistic; it was unique.
They look at their previous works with other coding languages. Brainfuck and JSFuck, both were very interesting. Especially having JSFuck running on actual web pages. Another favorite, similar to ArnoldC, Shakespeare. A language that looks similar to Shakespearen. The language she learnt right before ArnoldC.
She whistles and looked through the internet to see if there was anything that could expand her esoteric coding languages.
They squint at the name of one, SeekL? An interesting name without a description. With a shrug they start to comb through the internet. Nothing was showing up as a learning tool for the coding language. However, there were a few articles about how it was used by some hackers.
She hums to herself and double checks her shields and makes sure her data is locked up tight. Then she hops onto the dark web to see if there was anything.
"Oh, well that's interesting," she said looking at the page that came with more information, but just barely.
*SeekL is similar to SQL. If you wish to learn, click here*
'Should I click to learn it?' The idea bounced around their brain, but she found no reason to reject it. So she clicked it.
She was automatically joined into a group chat. There she learnt basic SeekL and some SQL. She made friends with the others in the chat and helped them with their last hacks. They got to be part of a group for a few days, chat with Odxny on video calls each day, and become Thrim. They learnt how much coding could be used to for a vendetta and how easily some people crumble to a ransom.
It was interesting and she wanted to continue in this new world.
Then came the final day for the server to shut down. Her hands trembled as she typed in the phone number for Odxny, hoping she didn't mess anything up. She only had one shot.
exec dial(555-448-4746)
It rang once.
Twice.
Thri-
"Hey"
Relief flooded her.
11 notes · View notes
herpersonafire · 1 year ago
Text
Tumblr media
Hey! and welcome back!
As Uni is about to begin in a few days....I upgraded to a third monitor! Also!! I job a Data entry job! Big things moving forward :)
Let me introduce myself;
I'm Mick, (she/her) and I currently study Data Analytics. I'll be 26 in July and I love to read and play video games in my free time. I also like to watch football (LIVERPOOL xx)
Im currently taking the time to learn Excel and Python. However, I know for school I'll be learning Python, SQL and maybe some other things.
FOLLOW me along on this journey and if you have any questions please ask!
31 notes · View notes
welowyrm · 1 year ago
Text
HI I DON'T WRITE MY OWN POSTS BUT I AM HERE 2 SHILL U VNs
Play seekL, learn SQL and vc with cute hacker boi
Play Blooming Panic, get shilled into FFXIV??? and find the blossoming fan server love of your fantasies
Found them 2 days ago, got the seekLove end in seekL, blazed immediately thru the other two endings at the speed of light, had the BEST TIME, finished in. Too fast. Now I know there's a programming language based on Arnold Schwarzenegger. The characters are written realistically and I maintain that Incri lurks on 2 many subreddits.
Then meandered to Blooming Panic and hung out in Fake Discord. I love all the routes. The shenanigans are super funny. There's memes. There's onion. (Just one.) There's grandpa! Hung out with Office Dad on my lunch break!
And not only are both games VAed they're FREE.
Anyways I'm shilling go play them (and while you're at it go play hit video game Final Fantasy XIV now up to level 70 FOR FREE and hit expansion Stormblood!!)
41 notes · View notes
macademiastudies · 6 months ago
Text
December 7th, 2024
Tumblr media
Studying for the GMAT day 7/150
Today I went to an old library in a 50's-esque part of another town to study. It was gorgeous, with big windows of every shape and a well decorated ceiling. With the snow, my pre-packed lunch, and a protein shake I really felt like an IT girl crossing everything off my to-do list.
Today I focused less on the GMAT and more on studying Azure for work- however I'm still sticking to my study plan and getting things done. I reviewed factoring today, which I already struggled with in school. To top it off, it's worse on the GMAT. It got my hopes down but studying in the library made sure I kept trying, and worked as at least a positive contrast.
What I did today:
Completed 2 units on an online GMAT prep course, including descriptive stats
Did factoring practice from the Princeton review book
Memorized 3 key formats and did practice to set it in
Watched multiple factoring videos
Completed 1 unit of the Azure review course
Went through my old SQL notes, quizzing myself
Wrote up some practice sticky notes on my walls to review later
Put up some Christmas decor in my room
Completed one more CS50 mini assignment
Playlist for the day:
youtube
However, I'm used to newer community centers where I don't need to leave the building to get a coffee or eat, so I left the old library after a few hours and moved over to my usual place... :)
11 notes · View notes
sapphira-mydnyte · 3 months ago
Text
Summer's End MC Outfit Update: 3-16-25
Tumblr media
♥ Gear icon maker has been fixed as of this morning.
♥ Outfits fully load at Gladrags with icons visible as of tonight.
♥ As of this post, the MC outfit mod is under review on Curseforge & should be released during spring break.
♥ Special Credit goes to @ahriadnetv for fixing the male outfit mesh clash & also helping me double-check my tables & SQL files for errors, which were found & corrected.
Tumblr media
This is what you'll see with the female MC outfit. Just remember that the game randomly rolls the stats, but the 3 ability slots are permanent for you to use as you please. You can put your best 3 traits on this outfit to go blasting your foes with & look damn good doing it too.
Tumblr media Tumblr media Tumblr media Tumblr media
I spent over a month on this outfit & the matching NPC mini pack, plus had help in getting the male outfit mesh issues fixed, so that's why the price is sitting so high for the MC outfit. However, it's a very beautiful piece to go taking screenshots & video edits with, so yes... you have my full permission to use my outfit mods for those. ♥
4 notes · View notes
socialbloomus · 2 months ago
Text
What is Lead Generation? A Complete Guide for Beginners in 2025
In the ever-evolving world of digital marketing and sales, lead generation remains a foundational strategy for business growth. Whether you’re running a small startup or a large enterprise, understanding what lead generation is—and how to do it effectively—can make or break your customer acquisition efforts.
In this post, we’ll break down what lead generation means, how it works, why it’s important in 2025, and how you can start implementing a successful lead generation strategy today.
What is Lead Generation?
Lead generation is the process of attracting and converting strangers into someone who has indicated interest in your product or service. These individuals are called "leads" and are typically the first step in the sales funnel.
A lead can be anyone who has shared their contact information with your business—whether by filling out a form, subscribing to a newsletter, downloading an eBook, or booking a demo.
The goal of lead generation is simple: build a pipeline of potential customers and nurture them into becoming paying clients.
Tumblr media
Why Lead Generation is Crucial in 2025
With buyers becoming more informed and self-directed, the way businesses generate leads has shifted significantly. According to Demand Gen Report (source), 71% of B2B buyers start their journey with a generic search. This makes it more important than ever for businesses to have a strong online presence and provide value from the very first interaction.
Here’s why lead generation is essential in today’s landscape:
It drives business growth: Without leads, you have no sales. And without sales, you have no business.
It builds relationships: Lead generation introduces people to your brand in a helpful, non-intrusive way.
It improves ROI: Targeted lead gen strategies ensure you’re attracting the right audience, not wasting resources.
It supports long-term success: A consistent lead pipeline means predictable revenue and scalable growth.
Types of Leads
Not all leads are the same. Understanding the different types can help you tailor your messaging and approach.
1. Marketing Qualified Lead (MQL)
Someone who has shown interest through content interaction but isn’t ready to buy yet.
2. Sales Qualified Lead (SQL)
A lead who has taken action suggesting they’re ready to talk to your sales team (like booking a call).
3. Product Qualified Lead (PQL)
Typically relevant for SaaS—someone who has used your product (like a free trial) and shows buying intent.
How Lead Generation Works
The lead generation process usually includes these key steps:
1. Attract Visitors
Use SEO, social media, content marketing, and paid ads to bring people to your website or landing pages.
2. Offer Value
Create lead magnets like guides, webinars, checklists, or free tools that your target audience wants.
3. Capture Information
Use forms, chatbots, or popups to collect user details in exchange for your lead magnet.
4. Nurture and Convert
Send follow-up emails, offer more content, or schedule calls to move leads further down the funnel.
Watch: What is Lead Generation?
📹 This beginner-friendly YouTube video explains it well: "7 Keys to Lead Generation & Sales Prospecting for Business Development and B2B Sales"
youtube
Popular Lead Generation Strategies in 2025
✍️ Content Marketing
Publishing helpful blog posts, whitepapers, or videos to attract and educate potential customers.
🔍 Search Engine Optimization (SEO)
Optimizing your site and content to rank high on Google so your target audience can find you.
📧 Email Marketing
Sending personalized, value-packed messages to nurture leads and keep them engaged.
💼 LinkedIn Outreach
Great for B2B businesses—use it to connect with decision-makers and share valuable resources.
📣 Paid Advertising
Run targeted ads on Google, Facebook, or LinkedIn to bring traffic directly to high-converting landing pages.
Tools to Help with Lead Generation
Here are some must-have tools to streamline your lead generation efforts:
HubSpot – CRM and marketing automation for capturing and nurturing leads.
Mailchimp – For sending and automating email campaigns.
OptinMonster – Great for creating popups and opt-in forms.
SEMrush – For keyword research and SEO optimization.
LinkedIn Sales Navigator – Ideal for identifying and connecting with B2B leads.
How Businesses Use Lead Generation Services
Many companies choose to outsource their efforts to experts who specialize in attracting and converting high-quality leads. These lead generation services offer tailored strategies that align with your industry, audience, and growth goals—saving time while maximizing ROI.
Final Thoughts
Lead generation is the lifeblood of any successful business. Whether you’re a marketer trying to fill your sales funnel or an entrepreneur looking to grow your client base, understanding how to attract and convert leads is essential.
By combining valuable content, smart targeting, and nurturing tools, you can build a lead gen system that works for you 24/7. In 2025, the businesses that thrive will be the ones that focus not just on selling—but on providing value from the very first click.
2 notes · View notes
sqlinjection · 8 months ago
Text
SQLi simulation using a virtual machine
Demonstration/simulation of SQL Injection attacks (In-band, Union-based, Blind SQLi) using a Kali Linux virtual machine and a Damn Vulnerable Web Application (DVWA) on a low difficulty level
Blind SQL provided in the video can be used also for gaining other sensitive information: length of the name of the database, database name itself etc.
the common attacks are shown and described shortly in the video, but of course for better learning you can try it yourself.
more resources where you can try out exploiting SQLi vulnerability:
- Try Hack Me SQLi Lab
- W3Schools SQL Injection
- Hacksplaining SQL Injection
more advanced pokemons can try:
- Try Hack Me SQli Advanced Lab
and of course DVWA is a great tool!
5 notes · View notes
f-cat · 1 year ago
Note
Sorry if this has been asked at some point, but who exactly are the goth squad. I like all of their designs a lot.
Hi! No one has asked yet but here are some details:
I made a group of characters that canonically hang around as friends! The group itself is called the Goth Squad, and is made up of four members:
#1 Jade - the leader. Level-headed, mellow, and usually signs the group up for “shenanigans.” Sometimes bullies people playfully, but never takes it too far. She is a musician.
#2 Marika - the brooding goth. Silent most of the time, easily angered. Loves motorcycles. Doesn’t really like interacting with people but has a soft spot for fetishy situations even though she won’t admit it.
#3 Andi - the brains. Probably the smartest out of the whole group. Pretty apt at writing SQL queries and coding. Likes video games a little too much, but is still mellow and quiet most of the time. Kink-shy.
#4 Bishop - the basket-case. The most fetish-obsessed goth who hides it behind her weirdness. Loves witchy things and fortune telling. Very blunt about asking for tickling/being worshipped. No one really knows what she does, she’s just there, and people love her.
Tumblr media Tumblr media Tumblr media Tumblr media
11 notes · View notes
master-wwweb · 1 year ago
Text
Guía de Informática -Grado 10
Hola chicos, subo la con la información de la clase.
Fecha: marzo 18 de 2024
Tema:
Reto Integrador: 1.        Evidenciar una página web interactiva y temática con contenido multimedia (según las indicaciones dadas previamente en sala)
2.           Crear una campaña sobre “Las Herramientas TIC y su importancia” infórmese y elabore la actividad en su página
Entrega: ____10 de ___ abril de 2024 (cualquier duda, consultar con su docente a tiempo, no el día que debe entregar)
Reto: Escoja uno de los siguientes sitios para elaborar su sitio web
     WIX
•    BLOGSPOT O BLOGGER
•    TUMBLR
•    WEBNODE
•    WEEBLY
•    WORDPRESS
•    MÉDIUM
•    OTROS
Si ya tiene uno, súbale contenido temático (temático significa que sea netamente académico enfocado a TECNOLOGIA E INFORMATICA).  
En su blog deben ir apareciendo semana a semana sus informes sobre la evidencia final
-Videos de la elaboración de su evidencia final (mientras realizan la actividad usted puede grabar y/o tomar fotos para ir evidenciando su proceso.
Nota: Cualquier duda, inquietud comunicármela a tiempo.  Quedo pendiente    
*************
-Programas operativos y aplicativos
Desde la perspectiva de la informática, un programa de aplicación consiste en una clase de software que se diseña con el fin de que para el usuario sea más sencilla la realización de un determinado trabajo. Esta particularidad lo distingue del resto de los programas, entre los cuales se pueden citar a los sistemas operativos.
-Los sistemas operativos son los que permiten el funcionamiento de la computadora, existen varios, tales como (Microsoft Windows - Mac OS X - GNU/Linux – UNIX – Solaris – FreeBSD - OpenBSD: Sistema operativo libre, - Google Chrome OS - Debian – Ubuntu – Mandriva – Sabayon – Fedora - Linpus Linux - Haiku (BeOS)
- Lenguajes de programación (aquellos que dan las herramientas necesarias para desarrollar los programas informáticos en general) y las utilidades (pensadas para realizar acciones de mantenimiento y tareas generales). Tales como (Java - C.- Python.- C++ - C# - Visual Basic. - JavaScript. – Php – Swift – SQL
El software es el elemento intangible y lógico que forma parte de una computadora. Es decir (Los programas se presentan como herramientas para mejorar tu desempeño. Algunos ejemplos de estos programas o aplicaciones son los procesadores de texto, como Microsoft Word; las hojas de cálculo, como Excel; y las bases de datos, como Microsoft Access.)
El hardware, en cambio, es el componente material y físico. Se dice que los sistemas operativos constituyen el lazo que une al software con el hardware.
En ocasiones, los programas de aplicación son diseñados a medida, es decir, según las necesidades y pretensiones de cada usuario. Por eso, el software permite resolver dificultades específicas. En otros casos, se trata de paquetes integrados que solucionan problemas generales e incluyen múltiples aplicaciones. Por ejemplo, un paquete de oficina combina aplicaciones como procesadores de textos y hojas de cálculo.
10. Herramientas para crear maquetas de interfaz de usuario en aplicaciones de software
Balsamiq Mockups. Balsamiq Mockups es una aplicación es muy divertida y sencilla de usar.
Mockingbird.
Mockup Builder.
MockFlow.
HotGloo.
Invision.
JustProto.
Proto.io.
Framer
Origami Studios
InVision
Reto  autónomo: Elabore una presentación en PowerPoint o video explicativo, sobre los programas operativos y aplicativos para el manejo de registros, textos, diagramas, figuras, planos constructivos, maquetas, modelos y prototipos con herramientas informáticas.
INFORME FINAL
El docente explica a sus estudiantes como elaborar su informe final, con enlaces directos a las actividades solicitadas durante el periodo.
Nota: También dejo la guía para descarga
9 notes · View notes
t-ierrahumeda · 8 months ago
Note
Holaa, desde hace tiempo te sigo y creo que tengo entendido que estudiaste algo relacionado con la programación? Así que quería preguntarte cómo podríar empezar a aprender promagación 😭 no tengo recursos para ir a una universidad así que me gustaría aprender por mi cuenta
Holis! Si querés mandame un dm y te puedo contar más. Básicamente yo aprendí un poco con la facu (que no terminé) y después mirando videos en Youtube, leyendo Clean Code, y mucha documentación. Hay una chica que explica muy bien las bases y después se mete en el código y está en español.
Otro que me gusta pero es un toque más avanzado es AmigosCode, y miscelánea CodigoFacilito. La que más te recomiendo es TodoCode, porque la mujer es profe además de programadora, así que es super entendible y pedagógica.
Suelen decirte que arranques con Python, que por lo que tengo entendido es simple para aprender lo básico, aunque yo aprendí a programar con Java y siempre lo recomiendo, aunque al principio sea medio engorroso. Otra cosa que no podés dejar de lado es aprender SQL y lo básico de Base de Datos, te va a ayudar muchísimo a la hora de persistir datos.
Un beso y que te vaya bien! ❤️✊
2 notes · View notes
rosesradio · 8 months ago
Text
sat through a several minute long video on sql programming my prof made, following to a T & frustrated it wasn’t giving the results i wanted only for him to say “and that’s why you should never follow through with this basic version, i’ll teach you the advanced version in the next video :)”
…oh you rat bastard
4 notes · View notes