#pseudocode
Explore tagged Tumblr posts
Text

Pseudocode: Xavier Ess (Thrills) Guy-Marc Hinant (one of the founders of the "Sub Rosa" label) Alain Neffe (founder of the "Insane Music" label, Bene Geserit)
source: discogs 📸: ???
20 notes
·
View notes
Text
Perceive(content)
Identify_themes(content)
Identify_person(themes)
SendMeme(content, person)
11 notes
·
View notes
Text
For those of us with experience in software coding, this method of putting placeholders in a writing draft is the equivalent of writing pseudocode -- and just as valuable, IMO.
Writing and programming are both crafts, and there are a lot of similarities between their toolboxes.
can't say enough positive things about the humble square bracket in a writing draft. [place name] [adjective] [description of x] you have saved me from staring at a poorly crafted sentence for hours more times than you could ever know,
#writing#placeholders#writing draft#programming#pseudocode#coding#creative writing#tools#writing tools#software tools#craftsmanship
15K notes
·
View notes
Text
I THINK COMPANIES THAT ACQUIRE TECHNOLOGY WILL GRADUALLY LEARN TO GO AFTER EARLIER STAGE STARTUPS
The writing of essays used to be like a job, your parents probably did, along with practically every other adult you've met. Obviously it's not the experience itself that's valuable, but dangerous. Another reason big companies are bad at developing new products is that the kind of parallelism we have in a hundred years. What people wished they'd paid more attention to when choosing cofounders was character and commitment, not ability. Less coding, more managing/planning/company building, hiring, cleaning up messes, and generally getting things in place for what needs to happen a few months from now. For example, in my opinion, no language is worth using. You can sense it when you walk around one. What are the odds that your own desires would coincide exactly with the demands of this powerful, external force? As those examples suggest, a recession may not be such a test.
Possibly. It will be a flop and you're wasting your time although they probably won't say this directly. Most fairly good ideas are adjacent to even better ones. I can't imagine telling Bill Gates at 19 that he should wait till he graduated to start a startup that fails, and you just have to fill it in. This is so foreign to most people's experience that they don't get blamed for it. You don't see Google or Facebook suing startups for patent infringement. Might there not be an alternate route to innovation that goes through obedience and cooperation instead of individualism? Will we even be writing programs in the languages we use now? Here's the pledge: No first use of software patents against companies with less than 25 people. If your first version is so impressive that trolls don't make fun of it, and so did a YC founder I read the list in any order. And yet some of the best hackers I know are professors, but it does at least make a great pseudocode.
In theory. And since bad uses of patents seem to be different attitudes toward ambition in Europe and the US. Most businesses are tightly constrained in a. As those examples suggest, a recession may not be quite true that the shortest program is the least work to write, regardless of whether there is a lot more complicated than managing rental property, there are few outside the US, the most successful startup founders have had to struggle against them. Some kinds of waste really are disgusting. It's in these more chaotic fields that it helps most to be in a place where rich people want to live. It always comes down to your own product and approach to the market.
You'd have to be in a hundred years. Mainly because it's easier to read than a regular article. A few years later I heard a talk by someone who was not merely a better speaker than me, but a critique of Java, but to starting a fast growing one, and it did not seem as if a lot of what makes offices bad are the very qualities we associate with professionalism. It's just a legitimate sounding way of saying: we don't like your type around here. Imagine, for example, the good china so many households have, and whose defining quality is not so much that there's nothing else people there care about more. For a company to grow really big, it must have sucked to be one. Here's a typical reponse: You haven't seen someone's true colors unless you've worked with them on a startup. Part of the reason I laughed so much at the talk by the good speaker at that conference was that everyone else did. There will be plenty of time to work on a variety of things.
Whereas anyone can express opinions about current events in a bar. You can never tell what message a city sends? At the moment, San Francisco's message seems to be toward the merely unpalatable. But increasingly it means the ability to direct the course of writing it. In some countries this is the raison d'etre of startups. The extreme case is probably literature; people studying literature rarely say anything that would be trivially easy to implement. On top of its unpromising origins, employment has accumulated a lot of protocols for doing things. So if you're an outsider you're constrained too, of course. Actor too is a pole, not a subordinate executing the vision of his boss.
Thanks to Paul Buchheit, Sam Altman, and John Gruber for putting up with me.
#automatically generated text#Markov chains#Paul Graham#Python#Patrick Mooney#time#talk#pseudocode#experience#offices#someone#opinion#ones#examples#companies#theory#years#startup#language#order#events#test#raison#Thanks#Sam#Facebook#businesses#everyone#demands
0 notes
Text
The amazing spaghetti factory
Software development is the process that transforms an algorithm explained by a dozen lines of pseudocode into 498 lines of poorly documented C++ spaghetti.
#software development#software engineering#github#open source#coding#programmer humor#pseudocode#c++ programming#c++#obfuscation#wikipedia
1 note
·
View note
Text
2024.01.21, 12:21pm
So I've veen obsessed with Cake Sort game I recently tried. It is basically ads and a bit of a game, as most of these, sadly. I tried some others, but they are not all that similar. Surprisingly there wa only one pizza sort game like this🤔

I got curious about the mechanics of it to get why it is so addictive. It is similar to color sort games and tetris versions, but different.
Is it like sudoku, perhaps? Is it similar to chess etc as well🤔 What else can it be applied for/reskinned as, aside pizza and cakes?
I think it can be a cute mini game/ puzzle for regular game.
I'm gonna try to write a pseudocode, and if it us not totally out of my usual experiments with Unreal, I'd love to make a blueprint sample of this.





And here is a view from other game that helps with the basics understanding:


Basically, you need to place the cakes in a position of 2x2, if you have a cake of that type lready. If not, place elsewhere. Also the first game has double plates, so need to account for it.
I am tempted to but the first one (i swear it isn't an ad lol). The game can be played endlessly, if you are careful (you seem to be offered cake plates you can use). You can reset and start over. But there are also tools to destroy or move cakes, which can be essential to endless play.
Pseudocode related:
Wiki articles always have useful stuff
Karel - Karel is an educational programming language for beginners. Stanford University resource with interactive introductory course & youtube lections. A version of pseudocode, that helps to learn programming principles. Is online for free in multiple languages.
some other stuff i found and will try while working on this:
EZ Pcode - This tool is intended to help teachers prepare Pseudocode that is consistent with the new IB Computer Science standards for the 2014 syllabus
smth on chinese
I ued to try programming on ipad (need to look up the apps, will get back to it when i get ipad mini to replace my current one), and wrote some pseudocode as well as worked on cpp online. Diagrams to do algorythms are quite similar to what ends up being a lbueprint in Unreal Engine. So, process of game making:
make a diagram of the mechanics (visual representation)
turn it into pseudocode
use blueprints/language to convert it into interactive thing
12:55pm Ok. i tried. overall, even while playing I already saw the game is hella complex. There is just a ton of little things to think thorugh, even tohugh it is also quite easy to comprehend for writing the code from scratch, compared to something like trying codingame
There are a lot of things to consider, setting aside the whole visual part. But this is another smallish project i want to explore as a studying material. It is more basic game and fits learning principles of programming better than "original idea survival game.... idea i just got vaguely written down,.... happy accidents" type of projects i've been on.
#pseudocode#indiedev#gamedev#mobile game#unreal engine#unreal engine 5#ue5#programming#reverse engineering#puzzle games
0 notes
Text
the head of secondary at my school (i THINK that's what he is??) was walking into the school as i was walking out and he decided to start small talk with me???
"how have exams been going?"
"...they've been alright"
"alright?" *makes so-so hand motion*
"yeah"
"have any more left?"
"classics"
"so next week? well good luck!"
"thanks—..."
this post isn't supposed to mean anything i'm just a bit confused lmao
#in other news my computing exam went just about as well as i thought it would#databases was pretty easy besides one question that was worded in a way i couldn't really understand#software dev/computer systems? not so much.#i spent like. 30 minutes (maybe more) trying to figure out an answer that would work for question 6c but NOTHING STUCK#tried every sort of design method i could think of. yes even pseudocode (which i hate).#in the end i just gave up. so the page for 6c is just. a mess of scribbles and misery#also my classics exam has been postponed to wednesday. oh goodie! /s#misia has a stupid thought#ignoreable post
2 notes
·
View notes
Text

have i mentioned my loathing of pseudocode on here before
#''are you just distracting yourself from the fact you need to write your exam in pseudocode tomorrow'' yes <333#but this took. 20 seconds to make okay#i have that rui card saved on my school tablet for meme purposes and i need to ss my errors so teach can review them anyway#my bbg python would know what to do (my bbg python would not in fact know what to do. these are logic errors mostly)
4 notes
·
View notes
Text

and you know what she keeps it real and i love that for her
#annabeth chase#percy jackson#pjo#chalice of the gods#cotg#chalice of the gods spoilers#as a cs girlie i’m loving the pseudocode
21 notes
·
View notes
Text
37 replies on my mario posrt and almost all of them r me debating programming choices
#i hattteee how stubborn i am esp w programming if i do not see the reason for something i assume the person who wrote it was wrong 😭#bc in my head if they were right i would be able to understand the reason just from reading the code or pseudocode#<- this is not how the real world works
8 notes
·
View notes
Text
nearly 3am and I'm still awake
#melone.txt#knee feels like exploding. lemme try and finish this pseudocode and then try to sleep again
6 notes
·
View notes
Note
repeat stuff - bo burnham (what)
for x in range(what): print("stuff - bo burnham")
#print automatically has a linebreak so it won't just smoosh together don't worry#(i feel like you're referencing something but i have No idea so whoops pseudocode interpreter)
8 notes
·
View notes
Text
nevermind i Hate coding forever
#ignore me im salty. how DARE i be unable to put down this algorithm even in pseudocode#ghghhrgrrgnbgbghrbg.#>:c#im upset.#i need so many nested loops and conditionals and it feels very wrong to go so many indented lines i swear it should be more efficient than-#-this but i can't figure out how#AGH! GAAAAAAH#im fine its fine its Fine#🌙rambling
7 notes
·
View notes
Text
learning python rn and nothing boosts your confidence like finding the bug while the person teaching you is coding live
#also just. actually learning coding in general#bc like. for all of my comp sci osmosis I really never learned coding basics#took a matlab course once where I had to create functions with loops#and then never used matlab beyond translating pseudocode from textbook problems for numerical analysis hw#similar story for using R#my coding knowledge is passably being able to Google how to do basic things in various semi coding languages as needed#but bc it’s so spotty it’s like. evil rn#do I know about Turing machines and unsolvable halting problems????? yeah#do I cobble together the most atrocious and dangerous misuses of the one or two commands I know#to do a thing easily done by a basic function????#also yes#I need to like. learn what the things do on a fundamental level so I am not misusing them in evil ways basically#456 words
3 notes
·
View notes
Text
I’m reaching ~*stressed~* time again so I’m just throwing shit at the wall with these algorithms
#if I can not just entirely fail this assignment I will be fine#like. this week has sucked I need some good rn#and like. mmmmmmmm hating my past self so hard#I wish I was capable of doing things before the dead line wouldn’t that be nice#but alas I am like this#but yeah I think part of what’s stopping me is that I’m not just throwing shit at the wall#mainly bc you throw shit out and then immediately realize that doesn’t work (tm) and then#like. I’m not smart but I know the bare ass minimum about coding that I can thinking while writing pseudo code#and realize that my shit won’t work#sometimes. let’s not get too ahead of ourselves#but like. I’m just throwing shit out there that would be theoretically possible#the one thing that’s really good about pseudocode is that it doesn’t have to be perfectly exact coding#like. that’s not to say that like. it can be impossible#but like. if I wanna be like. while this isn’t an external node on a tree#I don’t have to thinking about how tf you check that.#and that’s the only nice thing I will say about pseudo code when I’ve been stressing all week trying to figure out pseudocode
1 note
·
View note