#programminghistorian — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #programminghistorian, aggregated by home.social.
-
Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. https://programminghistorian.org/en/lessons/ #genealogy #histodons @genealogy @histodons @projectkin.bsky.social
-
Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. https://programminghistorian.org/en/lessons/ #genealogy #histodons @genealogy @histodons @projectkin.bsky.social
-
Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. https://programminghistorian.org/en/lessons/ #genealogy #histodons @genealogy @histodons @projectkin.bsky.social
-
Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. https://programminghistorian.org/en/lessons/ #genealogy #histodons @genealogy @histodons @projectkin.bsky.social
-
Check out the #ProgrammingHistorian currently 119 tutorials for using tech in historical and genealogical research. https://programminghistorian.org/en/lessons/ #genealogy #histodons @genealogy @histodons @projectkin.bsky.social
-
Ever wondered how to create a #DigitalGame? 🃏
This tutorial from the #ProgrammingHistorian platform gives a walk-through from design to screen ♠️ ♥️ ♣️ ♦️
-
Ever wondered how to create a #DigitalGame? 🃏
This tutorial from the #ProgrammingHistorian platform gives a walk-through from design to screen ♠️ ♥️ ♣️ ♦️
-
Alexandre Wauthier présentera lors de la journée LibreABC la revue diamant Programming Historian en français, qui met à disposition des leçons ou tutoriels sur des outils open source.
#LibreABC2025 #OpenScience #ProgrammingHistorian -
#Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.
Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.
To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.
How about them apples?
#ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie
-
#Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.
Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.
To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.
How about them apples?
#ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie
-
#Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.
Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.
To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.
How about them apples?
#ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie
-
#Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.
Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.
To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.
How about them apples?
#ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie
-
#Tesseract was originally developed at #HewlettPackard Laboratories #Bristol #UK and at Hewlett-Packard Co, #Greeley Colorado USA between 1985 and 1994, with some more changes made in 1996 to port to Windows, and some C++izing in 1998. In 2005 Tesseract was open sourced by HP. From 2006 until November 2018 it was developed by #Google.
Major version 5 is the current stable version and started with release 5.0.0 on November 30, 2021. Newer minor versions and bugfix versions are available from GitHub.
To me, this is the type of thing a #Newb #programmer might or should investigate. That thing has been around for longer than you've been alive. And I was about ten years old when they came up with it.
How about them apples?
#ProgrammingHistorian #Programming #coding #code #OCR #possibilities #AIOCR #CodeNewbie
-
My inaugural post on Mastodon is to promote the work found at https://programminghistorian.org. I wrote a piece for them some years ago, and their energetic staff went to the trouble of updating the examples therein from Python2 to Python3.
(This only recently came to my attention, and in reviewing the changes, I learned something: instead of importing numPy just to do `numpy.zeros((8,8))`, a list comprehension can do it: `[[0]*8 for x in range(8)]` )
This trivial revelation led me to look into some of the other tutorials at PH that have been published over the last few years. There's a lot of very useful stuff there!
@proghist #digitalhumanities #digitalhistory #python
#programminghistorian -
My inaugural post on Mastodon is to promote the work found at https://programminghistorian.org. I wrote a piece for them some years ago, and their energetic staff went to the trouble of updating the examples therein from Python2 to Python3.
(This only recently came to my attention, and in reviewing the changes, I learned something: instead of importing numPy just to do `numpy.zeros((8,8))`, a list comprehension can do it: `[[0]*8 for x in range(8)]` )
This trivial revelation led me to look into some of the other tutorials at PH that have been published over the last few years. There's a lot of very useful stuff there!
@proghist #digitalhumanities #digitalhistory #python
#programminghistorian -
My inaugural post on Mastodon is to promote the work found at https://programminghistorian.org. I wrote a piece for them some years ago, and their energetic staff went to the trouble of updating the examples therein from Python2 to Python3.
(This only recently came to my attention, and in reviewing the changes, I learned something: instead of importing numPy just to do `numpy.zeros((8,8))`, a list comprehension can do it: `[[0]*8 for x in range(8)]` )
This trivial revelation led me to look into some of the other tutorials at PH that have been published over the last few years. There's a lot of very useful stuff there!
@proghist #digitalhumanities #digitalhistory #python
#programminghistorian -
My inaugural post on Mastodon is to promote the work found at https://programminghistorian.org. I wrote a piece for them some years ago, and their energetic staff went to the trouble of updating the examples therein from Python2 to Python3.
(This only recently came to my attention, and in reviewing the changes, I learned something: instead of importing numPy just to do `numpy.zeros((8,8))`, a list comprehension can do it: `[[0]*8 for x in range(8)]` )
This trivial revelation led me to look into some of the other tutorials at PH that have been published over the last few years. There's a lot of very useful stuff there!
@proghist #digitalhumanities #digitalhistory #python
#programminghistorian -
My inaugural post on Mastodon is to promote the work found at https://programminghistorian.org. I wrote a piece for them some years ago, and their energetic staff went to the trouble of updating the examples therein from Python2 to Python3.
(This only recently came to my attention, and in reviewing the changes, I learned something: instead of importing numPy just to do `numpy.zeros((8,8))`, a list comprehension can do it: `[[0]*8 for x in range(8)]` )
This trivial revelation led me to look into some of the other tutorials at PH that have been published over the last few years. There's a lot of very useful stuff there!
@proghist #digitalhumanities #digitalhistory #python
#programminghistorian -
Just discovered, all these years, a slight error in my #sonification tutorial at #programminghistorian ; a missing 'end' to close things off.
https://hyp.is/AShowGRfEe2ya3c9weow3Q/programminghistorian.org/en/lessons/sonification
-
I see that #ProgrammingHistorian is seeking to hire a part-time, remote "Education and Community Lead": https://programminghistorian.org/posts/education-and-community-lead
Key duties:
- train educators to use PH lessons
- develop community activities for current + potential partner orgs
- work across Spanish, French, and Portuguese -
I see that #ProgrammingHistorian is seeking to hire a part-time, remote "Education and Community Lead": https://programminghistorian.org/posts/education-and-community-lead
Key duties:
- train educators to use PH lessons
- develop community activities for current + potential partner orgs
- work across Spanish, French, and Portuguese