Carpenter's axe

Carpenter's axe or Carpenter's hatchet is a small axe, usually slightly larger than a hatchet, used in traditional woodwork, joinery and log-building. It has a pronounced beard and finger notch to allow a "choked" grip for precise control. The poll is generally designed for use as a hammer. Newer carpenter's hatchets will often have a groove for pulling nails as well.

A carpenter's hatchet
A Swedish carpenter's axe

Source

    "Woodworking Axes". Handyman Tips. Retrieved 21 October 2018.

    gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
    gollark: Also various apiary engines.
    gollark: I have this one by status code.
    gollark: Requests/5m on various osmarks.net subdomains.
    gollark: Maybe it should be aggregated over more time.


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.