#machine learning no code
Explore tagged Tumblr posts
Text
Discover how no code machine learning is revolutionizing the way non technical staff can harness the power of AI. This guide will walk you through the basics!
#no code ml#no code machine learning#no code machine learning tools#machine learning no code#no code ml platforms
0 notes
Text
the hatred for anything labeled as “AI” is truly fucking insane 😭 just saw someone berating spotify’s “AI generated playlists” you mean the fucking recommendations? the fucking algorithm? the same brand of algorithm that recommends you new youtube videos or nextlfix shows or for you page tweets? the “you might like this” feature? that fucking AI generation?
#icarus speaks#neg#ITS JUST A BUZZWORD#IT MEANS NOTTHINNGGG#it’s just coding. it’s machine learning it’s algorithms it’s not fucking anything new#this has existed since forever GET OVER URSELF
846 notes
·
View notes
Text

512gb of ram ..god I love research machines
46 notes
·
View notes
Text
the code that worked yesterday may not work today

23 notes
·
View notes
Text
#compsci#linux#linux memes#IT#devlife#AI#ML#machine learning#artificial intelligence#bad coding#software development
153 notes
·
View notes
Text
Coding: My Escape, My Obsession
Programming—ahh, what a paradox! Sometimes it’s an absolute thrill, and other times, it’s the most stressful thing ever. For me, coding isn’t just a skill; it’s my escape. Whenever life gets heavy, my mind instinctively drifts to programming. New ideas, fresh logic, endless possibilities—it’s like therapy but with syntax errors.
But somewhere along the way, this escape became a full-blown obsession. My four years of engineering? A blur of code, projects, and fixing bugs—mine and everyone else's. I was always working, always solving something. And now, when I look back, I struggle to find those carefree moments of pure fun. Sure, I enjoyed college, but every memory somehow loops back to programming.
I don’t regret it. I don’t claim to be a coding genius either—I’m still learning, still growing. But one thing’s for sure: programming has shaped me in ways I never imagined. It gave me purpose, resilience, and a language beyond words.
Yet, here’s what I’ve realized—life isn’t just about writing perfect code; it’s about writing a story worth remembering. And while programming will always be a part of me, I want to step beyond the screen, embrace new experiences, and create moments that don’t just end in a semicolon.
Because in the end, the best code I’ll ever write is the one that balances passion with life itself.
#programming#education#software engineering#lifestyle#programmer#coding#developer#career#java#quotes#machine learning
14 notes
·
View notes
Text
some of my posts about papa v are getting tags of people saying 'oh? new papa?' can u imagine being at the level of casual fan where you weren't aware this was happening today. wish i could be normal too (<- has been awake since 4am and is starting to struggle)
#i need to modify some machine learning code today and ive done exactly zero typing in the script. cant focus at all.#perhaps this was not a good plan
11 notes
·
View notes
Text
fighting for my life on wg-gesucht
#someone sent me a message that was so obviously ai generated. and badly done too#one message this morning from a tech dude was basically “If you'll have me as a roommate I can explain coding and machine learning to you”#like sir‚ I have a degree in computer science thanks#i hate this so much#like the pressure is ON this is someone I'm going to live with for the next year(s)!#german stuff#alllel posts
21 notes
·
View notes
Text
Discover the incredible potential of AI and machine learning without any coding skills required. NextBrain offers a user-friendly platform for no code machine learning. Start unleashing the power of AI today!
#no code ml#no code machine learning#no code machine learning tools#machine learning no code#no code ml platforms
0 notes
Text
WiFi Hacking with python
wifi hacking python code:
import subprocess try: profiles = [line.split(":")[1][1:-1] for line in subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n') if "All User Profile" in line] print("{:<30}| {:<}".format("Wi-Fi Name", "Password")) print("----------------------------------------------") for profile in profiles: try: password = [line.split(":")[1][1:-1] for line in subprocess.check_output(['netsh', 'wlan', 'show', 'profile', profile, 'key=clear']).decode('utf-8', errors="backslashr eplace").split('\n') if "Key Content" in line][0] print("{:<30}| {:<}".format(profile, password)) except IndexError: print("{:<30}| {:<}".format(profile, "")) except subprocess.CalledProcessError: print("Encoding Error Occurred")



87 notes
·
View notes
Note
█████ █ ███ █████ ████ ████ ███ ██ ██ █ ████ █ ██████ ████ █ ██████ ████ ████ ████ ████ ████ ██ █████
OH, ARE WE SENDING SECRET MESSAGES TO EACH OTHER SO THE COMMIES CAN'T READ THEM????????? BRILLIANT!!!!!!!!!!!!!!!!!!!!!
█████ ████ █████!!!! █ ████ ███ ███!!!!!!!!!!!
#avian killing machine#giggling. for some reason this ask reminded me that i wanna learn morse code#so thanks rabbit you've. sent me. down. a .#a. a rabbit. h *gets shot*
6 notes
·
View notes
Text
A little bit emotional about this stackexchange post where someone, presumably a kid, teaches themself C using K&R the c programming language.
and so it's like. Outsider art almost. K&R doesn't have many large examples, so it's somebody figuring out programming idioms from first principles basically. And like--yknow--it's all there. it's all fucking there!
It's like how people talk about meeting aliens and them playing go and they might play some things differently but they'd know a 3-3 invasion.
idk. for some reason this has got me choked up all evening. K&R hands you like. here is how to reason through the execution steps of an if statement, but iirc it doesn't have any examples of complete code. It sure doesn't hold your hand on like, idiomatic code. and so you hand that to somebody and they say okay and.
they write fucking CODE. they write fucking CODE and you look at it and you go this isn't idiomatic but dear god. you have fucking written CODE you have felt the computer in your bones. i have never met you and yet I know you.
#sometimes a novice writes code and it's like ok this looks superficially right but there's still some gaps in your ability to#reason through code. and that's fine and normal. the 'learn to run the code step by step in your brain' is a skill that you learn#but this user has learned that. you can see them thinking about the steps they want the machine to do and how to express them in C.#it's beautiful. it's really really beautiful to me.#you could imagine this as an anti-ai polemic THIS IS REAL CODE but it's not#ai is fine. but look at this. isn't this code fucking beautiful.
20 notes
·
View notes
Text
they're shaking hands honest
(ai/machine learning generated animations)
14 notes
·
View notes
Text

This is part of a new project I am doing for a Facebook app that can alert someone when there is suspicious activity on their account, and block people who post rude comments and hate speech using a BERT model I am training on a dataset of hate speech. It automatically blocks people who are really rude / mean and keeps your feed clean of spam. I am developing it right now for work and for @emoryvalentine14 to test out and maybe in the future I will make it public.
I love NLP :D Also I plan to host this server probably on Heroku or something after it is done.
#machine learning#artificial intelligence#python programming#programmer#programming#technology#coding#python#ai#python 3#social media#stopthehate#lgbtq community#lgbtqia#lgbtqplus#gender equality
74 notes
·
View notes
Text
Starting to realize why people don't write binaries by hand anymore
#im learning a lot by doing#but boy is this some tedious nonsense#i mean sheesh#my thoughts#programming#computers#machine code#x64
19 notes
·
View notes
Text
I wish my Python code would make a "ding!" sound when it's done rendering. I want to be able to return to a machine learning model the same way that a housewife would return to the oven. I need an egg timer for when the computer is done thinking.
8 notes
·
View notes