Code is speech.
Login to reply
Replies (21)
free code = free speech.
thanks for coming to my TED talk.
Code is art
Shut up and take my zap β‘
Code is an abstraction over thoughts ..
Thoughts are abstraction over actions.
use gtk::prelude::*;
use gtk::{Label, Window, WindowType};
fn main() {
// Initialize GTK application
gtk::init().expect("Failed to initialize GTK.");
// Create a new window
let window = Window::new(WindowType::Toplevel);
window.set_title("Display Phrase");
window.set_default_size(200, 100);
// Create a label widget
let label = Label::new(Some("code is a language"));
// Add the label to the window
window.add(&label);
// Connect the 'destroy' event to quit the application
window.connect_delete_event(|_, _| {
gtk::main_quit();
Inhibit(false)
});
// Show all widgets
window.show_all();
// Start the GTK main event loop
gtk::main();
}
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
π₯π₯π₯π₯π₯π₯
Code is speech.
View quoted note →
Code is the future β€οΈβπ₯
π
β¨ββ
½β£π€
if true, then I must sound retarded
Code is art
That may be so but the math says being mean is the meanπ what to do
yes. but code works better with PRs π
You reevaluate what it means to "be mean" and recalculate the mean.
Beautifully put. 8,000,000,000+ reevaluations.. I know bitcoin will one day enable this recalculationπ₯°
YUP
I would say Code is Logos. Speech is a human feature, Logos is Godlike
Code is poetry.
so?
Acted upon.
Freedom of code
Freedom of keyboard