“Girl, I named no variables after you, because you’re my only Constant”
smooth 👍
You’ll need an exception handler for all those dropping panties.
“Girl, you are my Two’s Complement, you’re always my plus one on any occaision”
Cuz if you invert the bits of of a binary number and add one you get its negative number, so your girlfried is an equal part of you
Pay for dinner
For being a sick burn, that was ice cold. I love it.
lmfao savage
This man fights in the shade.
I forked an opensource project to add a couple features for my wife. 😊
And? Did she accept your, err, pull request? 😏
“LGTM, merged” 😏
Remember kids, always use protected branches.
and remember, no means no. if git doesnt want you to merge, dont
--force
itPushing directly to main just feels better.
I prefer “master”
This is the kind of love I need in life 💜
So cute! And practical!
Once when I was still a kid, I told a woman I loved her so much that I could only love her more if she was a robot.
She did not think that was romantic.
there are so many things wrong with this
I think it’s kinda sweet for a kid. I mean what’s cooler than a robot when you’re 7? that’s pretty much the pinnicle of “cool” at that age, or at least it was for me. So to compare a crush to a robot for a kid is similar to shakespear comparing thier lover to “a summer’s day” or Selena Gomez comparing thier lover to “a love song”
I, uh, wasn’t 7. I was about 10 years older than that and just dumb.
I made a website for my wife with a list of a ton of reasons why I love her and each time she taps the screen it shows a new one.
So… that is a thing you can do for the cost of a domain name and some cheap hosting.
How many reasons did you code into it?
I don’t know, I’d have to check the database. I add to it every once in a while so it keeps growing. I think I started with around 20 or so
Aw man that’s so cute! Great idea, hope she appreciates it.
Do you check the list to make sure there aren’t any repeats?
Me when
When I fail my DSA course
I was thinking about you when I cleaned up this codebase and removed a lot of redundant functions.
“The two hardest problems in programming are cache invalidation, naming things and off-by-one errors.”
The original have been quite great even without adding the bit about off-by-one errors.
The creator of MySQL, MaxDB and MariaDB named them after his children My, Max and Maria, so why not
after his children My
I thought you were kidding, but his daughter is actually named “My”.
It helps that it’s a name in another language (Finnish), where “my” isn’t a word, at all.
Then what’s about MongoDB?
Hi, it’s me, Mongo.
Well, that would be nice…
Image Transcription: Twitter Post
bass boosted ACAB @lil_morgy
hooking up with artists is hot cuz theyll be like “i thought of you when i wrote this song”. what are tech guys gonna do? name a git branch after you? the fuck
[* I am a human volunteer and you could be too ❤️*]
Good human!
I use friends and family as sample data for unit/integration tests.
At a previous job, I tested an automated email system by scheduling fake events for various US presidents. I’ve long left that position, but I never cleaned up the test data. Every month I still get a reminder for Nixon’s upcoming reservation at the Watergate Hotel.
The GNU kernel was not originally supposed to be called the Hurd. Its original name was Alix—named after the woman who was my sweetheart at the time. She, a Unix system administrator, had pointed out how her name would fit a common naming pattern for Unix system versions; as a joke, she told her friends, “Someone should name a kernel after me.” I said nothing, but decided to surprise her with a kernel named Alix.
Sure, but at least they won’t be afraid of commitment.
This person misunderstands a beautiful function code can be very sexy or maybe I’m a odd girl.
var LogicGate = map[string]string{ "OR": "OR", "AND": "AND", "NOT": "NOT", "NOR": "NOR", "NAND": "NOR", "XOR": "XOR", } func isLogicGate(inString string) (bool) { _, ok := LogicGate[strings.ToUpper(inString)] if ok { return true } else { return false } } func stringAsGateLogic(inString string) (bool, error) { inSplit := strings.Split(inString, " ") var phrase1 strings.Builder var phrase2 stringa.Builder var gateString string for word := range inSplit { if isLogicGate(word) { if len(gateString) < 1{ gateString = word } else { phrase2.WriteString(word) } } else { if len(gateString) < 1{ phrase1.WriteString(word) } else { phrase2.WriteString(word) } } } boolPhrase1 := bool(phrase1.String()) boolPhrase2 := bool(phrase2.String()) switch strings.ToUpper(gateString) { case "OR": return (boolPhrase1 || boolPhrase2), nil case "AND": return (boolPhrase1 && boolPhrase2), nil case "NOT": return (!boolPhrase2), nil case "NOR": return (!(boolPhrase1 || boolPhrase2)), nil case "NAND": return (!(boolPhrase1 && boolPhrase2) case "XOR": orRes := (boolPhrase1 || boolPhrase2) nandRes := (!(boolPhrase1 && boolPhrase2)) return (orRes && nandRes), nil default: return false, fmt.Errorf("Why you do dis?: %v", inString) } } func main(){ answer, err := stringAsGateLogic ("This person misunderstands a beautiful function code can be very sexy or maybe I'm a odd girl.") if err != nil { fmt.Println(err) } fmt.Println(answer) }
isLogicGate is not used. Maybe you mean to place it in “isGate” in the stringAsGateLogic for loop’s if statement?
Thank you. That’s what I get for writing a drawn-out shitpost program on my phone over several hours while away from home, instead of in a few minutes in vim.
Speaking of, Vim is actually quite easy to set up on Android. Simply download Termux from F-Droid (the version of Termux on Google Play is severely out of date) and
pkg install vim
(ornvim
if you prefer). (Also, full aarch64 linux terminal on non-rooted Android, woo!) Using Vim with an onscreen keyboard is agonizing, of course, but it does work (Termux provides the Ctrl and Esc keys). The F-Droid app Unexpected Keyboard is a recommended addition – it’s an alternative on-screen keyboard with no predictive text and swiping to the corners of each key for alternate symbols. It makes using Vim on a touchscreen at least moderately less painful.
Sorry, Hungarian notation is not beautiful.
Fair.
MySQL, MariaDB, and MaxScale are all named after Ulf “Monty” Widenius’ kids
His first kid was called „My“?
That or SQL
Little Bobby Tables
Apparently. Finns are and odd bunch.
My
- The Finnish author Tove Marika Jansson (1914 - 2001) invented this name for her stories about the Mumin troll (Moomin Trolls). Lilla My (Little My) lives with the Mumin family. She is so small that she can sit in the family’s milk jug. My gives expression to a most destructive turn of mind. She is totally disrespectful and can be very aggressive but has nevertheless an extremely positive attitude to life. Sometimes, she may even demonstrate a kind of careless friendliness - when it suits her.
- My is also the name of the 12th letter in the Greek alphabeth.
- Creative Spelling of Mi (see Mia)