1
15
submitted 4 days ago by [email protected] to c/[email protected]
2
5
submitted 5 days ago by [email protected] to c/[email protected]
3
8
submitted 1 week ago by [email protected] to c/[email protected]
4
4
submitted 3 weeks ago by [email protected] to c/[email protected]
5
2
submitted 1 month ago by [email protected] to c/[email protected]
6
3
Mojeek Search Summaries (blog.mojeek.com)
submitted 1 month ago by [email protected] to c/[email protected]
7
0
submitted 1 month ago by [email protected] to c/[email protected]
8
-1
submitted 1 month ago by [email protected] to c/[email protected]
9
-1
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
10
1
submitted 1 month ago by [email protected] to c/[email protected]
11
1
submitted 1 month ago by [email protected] to c/[email protected]

In the command-line window the command line can be edited just like editing text in any window. It is a special kind of window, because you cannot leave it in a normal way.

There are two ways to open the command-line window:

  1. From Command-line mode, use the key specified with the 'cedit' option (default CTRL-F).

  2. From Normal mode, use the "q:", "q/" or "q?" command.

  • This starts editing an Ex command-line ("q:") or search string ("q/" or "q?"). Note that this is not possible while recording is in progress (the "q" stops recording then).

When the window opens it is filled with the command-line history. The last line contains the command as typed so far. The left column will show a character that indicates the type of command-line being edited

12
6
submitted 2 months ago by [email protected] to c/[email protected]
13
1
submitted 2 months ago by [email protected] to c/[email protected]

A new kind of computer architecture that's more elegant than 1s and 0s, being based directly on Mathematics.

Note: Everything in here is real (IEEE-754), but the target is computer scientists and the troll level is set to ULTRA.

Source code and stuff: http://tom7.org/nand/

14
8
submitted 2 months ago by [email protected] to c/[email protected]

LOL

15
3
submitted 2 months ago by [email protected] to c/[email protected]
16
0
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
17
-1
submitted 2 months ago by [email protected] to c/[email protected]
18
3
submitted 2 months ago by [email protected] to c/[email protected]
19
6
submitted 2 months ago by [email protected] to c/[email protected]
20
3
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

@ciscoserrano

I actually do have some advice for people on this topic. If you want to learn programming here is a very important concept: Every piece of software you've ever used can be broken down into 4 simple ideas. What I call The Four Friends of Programming.

  1. Save data and use it later. (example: variables, memory allocation)
  2. Conditionally execute things. (example: if statement, switch, match, jump)
  3. Repeat yourself. (example: loops, recursion)
  4. Organize the first three things. (example: structs, functions, classes)

Thats it. Thats every program you've ever used. The next tip, is that every programming language is someone's opinion of HOW you use those four friends. programming languages are made by people who have opinions about how to program. What makes different languages interesting is that you get see/discover new ways of using those 4 simple rules to solve problems. The people that wrote Java believed that all data should be contained in a type. The people that made Lisp believed you only need lists and recursion to compute anything. But in the end its the same four rules wrapped in an opinion of computation.

So. If you want to learn programming, pick a language, any language. One that you think will make you money or one that you think will enable to build what you love easily. Then MASTER the four friends in that language. When you do that and move on to the next language you can peel away syntax and jargon (because those are a someones opinions of how code should look) and really peer into the big ideas of the person that designed it.

The video itself is pretty good too.

21
1
submitted 2 months ago by [email protected] to c/[email protected]
22
1
submitted 2 months ago by [email protected] to c/[email protected]
23
-1
submitted 2 months ago by [email protected] to c/[email protected]
24
0
submitted 2 months ago by [email protected] to c/[email protected]
25
0
submitted 2 months ago by [email protected] to c/[email protected]
view more: next ›

Eric Posts URLs

51 readers
1 users here now

Eric found these things on the internet

Go ahead and cross post to other communities and share what you like

founded 4 months ago
MODERATORS