An interactive visualization of a software execution profiling in Pharo:
Artifact and details are available here
Monday, July 16, 2018
Friday, July 13, 2018
Towards Machine Learning in Pharo with TensorFlow
TechTalk on using TensorFlow in Pharo easily:
Code Repository is here: https://github.com/PolyMathOrg/libtensorflow-pharo-bindings
Code Repository is here: https://github.com/PolyMathOrg/libtensorflow-pharo-bindings
Tuesday, July 10, 2018
KerasWrapper - AI for Pharo
KerasWrapper is a project providing bindings from Pharo to Keras (which is implemented in Python). You can transparently play with the high-level neural networks API and visualize results in Roassal directly.
The github repo is on https://github.com/ObjectProfile/KerasWrapper
The github repo is on https://github.com/ObjectProfile/KerasWrapper
Monday, July 09, 2018
Improvekit
Found a page on the web and a twitter account from a company in Buenos Aires also doing ST development. From the screenshots they seem to have choosen Squeak as IDE and Morphic for the UI ...
Pharo TechTalk: Tensorflow
Next TechTalk session is on 12th July 2018 5:00 PM - 7:00 PM (UTC+02:00) - read more.
If you want to participate - join the #techtalk channel on Pharo's Discord server. You can get an invite here.
If you want to participate - join the #techtalk channel on Pharo's Discord server. You can get an invite here.
Tuesday, July 03, 2018
Monday, June 25, 2018
StCAD - now open source
'StCAD' is a basic 3D CAD framework implemented in VisualWorks Smalltalk. It can be used for 3D motion simulation and other. Details on the framework can be found here.
It is now open sourced with MIT license. The author Aik-Siong Koh hopes Pharo users will port it to Pharo. Read the details.
The download is provided as a ZIP.
The download is provided as a ZIP.
Thursday, June 21, 2018
Tuesday, June 19, 2018
Pharo Launcher v1.2 released
An updated Pharo Launcher was released:
https://github.com/pharo-project/pharo-launcher/releases/tag/1.2
You can read the details here.
https://github.com/pharo-project/pharo-launcher/releases/tag/1.2
You can read the details here.
Friday, June 15, 2018
Monday, June 11, 2018
Wednesday, May 30, 2018
Tuesday, May 22, 2018
Pharo 7 on SqueakJS (demo)
With some tweaks mostly related to FFI and fonts, we are able to run Pharo 7 on SqueakJS VM.
Read more or try out directly in your web browser.
PngSuiteExplorer
PngSuiteExplorer is a simple tool to test the support for PNG files in Pharo using the "official" test-suite for PNG.
Friday, May 18, 2018
Alternative Pharo-contributor tool explained with videos
https://github.com/astares/pharo-contributor
now provides two videos demonstrating how this tool can be used as an alternative to easily contribute to latest Pharo 7
Video 1:
and Video 2:
Video 1:
and Video 2:
Thursday, May 17, 2018
Tuesday, May 08, 2018
Intelligent System Construction
Video from latest tech talk of PharoClub: Intelligent System Construction by Alexandre Bergel
Friday, May 04, 2018
TelescopeCytoscape for Seaside
Telescope is an engine for efficiently creating meaningful visualizations using Seaside and Pharo. Now there is a connector for CytoscapeJs for Seaside. Read more here and a demo is here.
Reproducible moldable interactions using Pharo and Bloc
A new inspector model in Pharo that records developer interactions as first-class entities and uses them to reduce repetition: this is part of "Reproducible moldable interactions" master thesis. You can directly jump to the PDF here.
Note that the solution presented is implemented in Pharo using Bloc UI infrastructure.
Pharo - "Containers" for collections and data structures
"Containers" - a project for alternate collections and data-structures for Pharo Smalltalk is now on GitHub. Read more
ChartJs for Seaside
Grafoscopio Sucess Story
Grafoscopio is a moldable and versatile tool for that allows to mix prose, data, code, visualizations into interactive reproducible documents, raging from single notebooks to complete books. There is new success story availabe for it available on the Pharo homepage.
Monday, April 23, 2018
Using P3 to connect Pharo to CockroachDB
One can now also use the P3 driver (PostgreSQL driver protocol 3.0) from Sven to connect Pharo also to CockroachDB. CockroachDB is an open-sourced software project (relational database management system) that is designed to store copies of data in multiple locations in order to deliver requested data when needed. It is described as a scalable, consistently-replicated, transactional datastore. The database is scalable in that a single instance can be run from a laptop while building an app, then scaled to thousands of commodity servers as a business grows.
Read more.
Read more.
Thursday, April 19, 2018
Wednesday, April 18, 2018
Iceberg 0.7 explained
GraphQL
REST services are easy to implement in Pharo - especially with "Teapot" and my simple "Tealight" extensions for it. Read the Tealight project page with some documentation and examples to get an idea about it.
If you worked with or heard about REST then you might also come across GraphQL. It's a technology initially developed at Facebook.
In GraphQL, the shape of the response is built up on the server side to match the shape of a given JSON query.
So while in REST when you ask for a "book" item you receive a predefined JSON response with all attributes of the book. In GraphQL you might ask only for the books title or in another case for the books title and author at the same URL and receive an appropriate response.
Now there is also an initial library for GraphQL available for Pharo and VisualWorks.
Really nice!
If you worked with or heard about REST then you might also come across GraphQL. It's a technology initially developed at Facebook.
In GraphQL, the shape of the response is built up on the server side to match the shape of a given JSON query.
So while in REST when you ask for a "book" item you receive a predefined JSON response with all attributes of the book. In GraphQL you might ask only for the books title or in another case for the books title and author at the same URL and receive an appropriate response.
Now there is also an initial library for GraphQL available for Pharo and VisualWorks.
Really nice!
Programming Neural Networks in Pharo - Preview
Agile Artificial Intelligence with Pharo - a new book is in the pipe. You can already have a preview.
Thursday, March 22, 2018
Friday, March 16, 2018
Pharo to Anki
Using Pharo to create Anki decks that help to deliberately practice Japanese grammar by visualizing.
Thursday, March 15, 2018
Instance inspection in Pharo
The Pharo Inspector on classes now has “instances” view. I added this a a few days ago and forgot to send a message to the list so anyone knows. Looks like I should blog more about my contributions again.
Wednesday, March 14, 2018
Pharo AWS SDK with SNS support
The Pharo AWS SDK now supports Amazon Simple Notification Service (SNS)
Tuesday, March 13, 2018
Pharo-sentry v0.2.2 releases
The unofficial Pharo SDK for Sentry error tracking platform from Peter is available with a new 0.2.2. release. Now with support for breadcrumbs and basic context.
Code is here: https://github.com/peteruhnak/pharo-sentry
Code is here: https://github.com/peteruhnak/pharo-sentry
Feenk work on a Diagrammer for Pharo in Bloc
The Feenk team is working on on Diagrammer in Pharo. The idea is that developers should not have to leave the IDE - not even for drawing diagrams and they give a nice graphic preview on a more elaborate control of lines and figures in this tool with some screenshots on their twitter account.
- Preview 1
- Preview 2
- Preview 3
This nicely shows what is already possible in Bloc.
- Preview 1
- Preview 2
- Preview 3
This nicely shows what is already possible in Bloc.
Updated DiscordsSt for Pharo
A new version of DiscordsSt, An API wrapper for Discord written in Pharo
https://github.com/JurajKubelka/DiscordSt
https://github.com/JurajKubelka/DiscordSt
Sunday, March 11, 2018
Playing with face detection in Pharo
A nice medium article from Andrei Chis on "Playing with face detection in Pharo"
Wednesday, March 07, 2018
Clean and modular stateful traits for Pharo
Pharo 7 now integrated (beside many others) a special pull request (PR) to integrate a new version of Traits, this version includes the following features:
- Stateful Traits
- Modular implementation, it is loaded after bootstrap
- Cleaner interface
- Reducing duplicate methods as Traits extends from Class
Since Pharo also has Traits, Slots, MetaLinks, ClassAnnotations and other meta facilities it is a very nice lively system to also work on the metalevel and do metaprogramming.
- Stateful Traits
- Modular implementation, it is loaded after bootstrap
- Cleaner interface
- Reducing duplicate methods as Traits extends from Class
Since Pharo also has Traits, Slots, MetaLinks, ClassAnnotations and other meta facilities it is a very nice lively system to also work on the metalevel and do metaprogramming.
Shortcuts in Settings tool
With the latest version of Commander and the new Calypso Code Browser, all shortcuts are
explorable and configurable.
explorable and configurable.
SQLite Loadable Extensions for Pharo
Pierce implemented SQLite Loadable Extensions and you can find it in the UDBC repository.
Pharo Bitcoin's BIP39 mnemonic
Esteban Maringolo provides a simple implementation of Bitcoin's BIP39 mnemonic for Pharo
Tuesday, March 06, 2018
Friday, March 02, 2018
Wednesday, February 28, 2018
Code Critics Bar Charts for Pharo Smalltalk
can be found in the following Git project: https://github.com/hernanmd/ccbc
Would be interesting to compare Pharo 6.1 with Pharo 7alpha
Would be interesting to compare Pharo 6.1 with Pharo 7alpha
ELIZA-Pharo
Pharo Smalltalk implementation of ELIZA, an early natural language processing computer program.
Restore Open Croquet
Nikolay Suslov restored the original Open Croquet onto Squeak 6.x. Video is here.
Teamtalk - Pharo Cluster execution
Teamtalk - Simple library to execute Pharo Smalltalk code in a cluster of Pharo Smalltalk instances. MapReduce is also supported. It is based on Vert.x using the VerStix library.
Tuesday, February 27, 2018
Tabular Debugging view in Bloc
Peter Uhnak describes how he has built Tabular Debugging view in Bloc for Pharo
SmartSuggestions improvements
Some improvements and a new example on how to extend SmartSuggestions for Pharo.
Sunday, February 25, 2018
pharo-vnc-supervisor - Docker Image for Pharo web development
Masashi Umezawa created a docker image for Pharo web development:
https://github.com/mumez/pharo-vnc-supervisor
https://github.com/mumez/pharo-vnc-supervisor
Friday, February 23, 2018
Thursday, February 22, 2018
Sunday, February 18, 2018
Squeak TiledMaps
It’s a package for Squeak Smalltalk. It can load and cache static, prerendered map tiles from a variety of sources including OpenStreetMaps, Bing Maps, and so on. Nice!
String Comparison Performance
Massive String Comparison Performance Boost Up-coming in the Cog VM. Read more.
Thursday, February 15, 2018
Tuesday, February 13, 2018
Monday, February 12, 2018
Tuesday, February 06, 2018
Monday, February 05, 2018
Neural Network - Handwritten Digit Recognition
Pierce has written a very nice blog post on recognizing handwritten digits using neural networks in Pharo
Friday, February 02, 2018
MooseQuery
Moose-Query is a domain-specific language to build navigations and scopes queries for entities in Moose.
More documentation is available here as well as the project itself.
More documentation is available here as well as the project itself.
Thursday, February 01, 2018
Pharo as ticket machine
Pharo powered ticket machine for the Tournai Jazz festival. UI made with Spec framework. See it here.
Saturday, January 27, 2018
Cons for Pharo
In the Pharo catalog you will now also find a "Cons" project. The project provides a Lisp-style lazy cons list. Can handle Smalltalk streams and infinite generators (blocks) as though they were lists. It was written by Evan Donahue and the code is on GitHub.
Friday, January 26, 2018
Pharo 7 time planning
Usually we have a Pharo release each year in May - but the Pharo 7 release is now defered to the end of the year for good reasons.
The switch to git took a lot of time and is still ongoing with a rework in progress for Iceberg tool to simplify the UI. Also the 64 virtual machine for Windows and other important tasks keep Esteban busy. Additionally new additions to the Pharo ecosystem like the new Calypso system browser need to be integrated.
Which gives more time for contributions and cleanups. Meanwhile there are nice changes merge already (like the Shift class builder, latest Iceberg, many cleanups, ...) there are also nice additions in the pipe like the possibility to extend the Playground similar to Inspector or the possibility to use the foreign function interface without the source file in a deployment scenario.
Here is a description for the new contribution process. As an alternative you can also use my contribution project with scripts and a help topic to get you started easily. You can also use the new Pharo Launcher 1.1. or Fari - a shell to fetch and prepare new images. There will also be a Google summer of code (GSOC) in 2018 for the 14th year.
There are also additional sprint dates already announced till June 2018.
Jump in - the water is fine!
The switch to git took a lot of time and is still ongoing with a rework in progress for Iceberg tool to simplify the UI. Also the 64 virtual machine for Windows and other important tasks keep Esteban busy. Additionally new additions to the Pharo ecosystem like the new Calypso system browser need to be integrated.
Which gives more time for contributions and cleanups. Meanwhile there are nice changes merge already (like the Shift class builder, latest Iceberg, many cleanups, ...) there are also nice additions in the pipe like the possibility to extend the Playground similar to Inspector or the possibility to use the foreign function interface without the source file in a deployment scenario.
Here is a description for the new contribution process. As an alternative you can also use my contribution project with scripts and a help topic to get you started easily. You can also use the new Pharo Launcher 1.1. or Fari - a shell to fetch and prepare new images. There will also be a Google summer of code (GSOC) in 2018 for the 14th year.
There are also additional sprint dates already announced till June 2018.
Jump in - the water is fine!
Wednesday, January 24, 2018
Iceberg history in Calypso
Calypso Spotter tool
Tuesday, January 23, 2018
Updated PHANtom
PHANtom - a modern aspect language for Pharo Smalltalk By Johan Fabry and Daniel Galdames was updated for Pharo 6.1. by Inés Sosa
The repo can be found at: https://github.com/InesSosa95/PHANtom
The repo can be found at: https://github.com/InesSosa95/PHANtom
Friday, January 19, 2018
InriaSoft - Pooling software development for sustainability
There is a Launch of InriaSoft, a software community. Read more - it is a nice article with Pharo mentioned.
Sunday, January 14, 2018
Pharo and Bittrex API
A Pharo/Smalltalk interface to the Bittrex API. The project is on Github and the announcement is here.
Tuesday, January 09, 2018
Google Summer of Code 2018 with Pharo Consortium
Pharo community will apply also this year - so read more.
OpenSmalltalk VM Meeting
Fabio Niephaus wants to organize a meeting on OpenSmalltalk VM. The agenda is yet to be finalized, but maybe
Clément and/or Eliot may give an update on their work on Sista.
Read more here if you are interested or check the doodle.
Thursday, January 04, 2018
StableMarriage for Pharo
A solver for the stable marriage problem written in Pharo. If you want to know what it is then have a look at this video.
Python3Generator for Pharo
A toolkit to generate Python 3 source code from Pharo: Python3 Generator for Pharo is available on GitHub.
Wednesday, December 20, 2017
OpenSSL for Pharo on Windows
OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses libeay.dll which is bundled with the Pharo VM.
Read more here.
Well done Pierce!
Well done Pierce!
Friday, December 15, 2017
Friday, December 08, 2017
Pharango
Pharango - a http connector for Pharo and arango db.
Code is here: https://github.com/Valtena/Pharango
Code is here: https://github.com/Valtena/Pharango
Wednesday, December 06, 2017
HaltManager for Pharo
Want to better manage your debugging breakpoints in Pharo?
Then use HaltManager. Source code and docu is on GitHub: https://github.com/dupriezt/HaltManager
Then use HaltManager. Source code and docu is on GitHub: https://github.com/dupriezt/HaltManager
Tuesday, December 05, 2017
StarfallNight
A little game implemented using Bloc in Pharo 6.1.
3 jewels drop from the top.
You can move it left and right by left arrow key and right arrow key respectively. You can rotate the order of the jewels by the up arrow key. The down arrow key will drop the jewels on-to the floor. If the pile of the jewels stack on the floor have 3 or more of the same kind of jewels in a row, column or diagonal, they will vanish out and the jewels on the vanished one will fall down to the floor (or another jewel), which may cause another vanish of jewels.
This game was implemented to learn how to use Bloc. The source code is available at github https://github.com/tomooda/StarfallNight/
You can move it left and right by left arrow key and right arrow key respectively. You can rotate the order of the jewels by the up arrow key. The down arrow key will drop the jewels on-to the floor. If the pile of the jewels stack on the floor have 3 or more of the same kind of jewels in a row, column or diagonal, they will vanish out and the jewels on the vanished one will fall down to the floor (or another jewel), which may cause another vanish of jewels.
This game was implemented to learn how to use Bloc. The source code is available at github https://github.com/tomooda/StarfallNight/
Pharo Newsletter
The Pharo newsletter archive is now available on:
http://newsletter.pharo.org
If you like you can help with content or own articles for the newsletter.
http://newsletter.pharo.org
If you like you can help with content or own articles for the newsletter.
TypeLWidgets for Pharo
A demo of 2 retro analog meters.
The left meter monitors system status. The blue hand shows CPU load, the red for memory space and the short black for GC.
The right meter shows activities of the mouse.The blue hand shows x position of the mouse cursor, the red for y position and the short black at the bottom for mouse buttons.
TypeLWidgets for Pharo is an open source library distributed at https://github.com/tomooda/TypeLWidgets under the MIT license.
TypeLWidgets for Pharo is an open source library distributed at https://github.com/tomooda/TypeLWidgets under the MIT license.
Subscribe to:
Posts (Atom)