View allAll Photos Tagged debugging
The chipKIT PGM is designed to work with the MPLAB® and MPLAB X development environments available from Microchip. This allows the chipKIT boards, for example, to be used as a more traditional microcontroller development platform using the professional tools available from Microchip. While the PICkit™3 programmer can generate programming voltages needed to program all Microchip PIC devices, the chipKIT PGM can only program devices that are programmable with 3.3V programming voltage. Further, the PICkit3 can source a small amount of current to provide power to some boards being programmed. The chipKIT PGM does not provide power to the board being programmed.
store.digilentinc.com/chipkit-pgm-programmer-debugger-for...
© Fleur Augustinus / transmediale
discussion
Crashed Economy: Debugging and Rebooting
with Steve Lambert (us), Daniel Garcia Andujar (sp) and Elanor Colleoni (it/dk) as respondent.
To face the current economical crisis means to question dualistic perspectives such as capitalism vs anti-capitalism as well as to imagine a sustainable network of values in which accumulation of growth and precarity are substituted by a grassroots ecology of sharing built on an increasing capacity for sociability. This event presents two sets of projects which question the notion of capitalism through direct intervention and collective reflections proposing an exodus from proprietary money and trade regulation through distributed commons and practices of social networking.
In Part 1: What Capitalism? Steve Lambert (us) and Daniel Garcia Andujar (es) show how one can critique the concept of capitalism in times of crisis through direct interventions and ludic practices. Elanor Colleoni (it/dk) will act as respondent.
Steve Lambert (USA) – Capitalism Works for ME! True-False
Capitalism Works For Me! True/False is a 6m by 3m sign with an electronic voting display allowing passerby to vote on a deceptively simple question: Does capitalism work for you? Every aspect of the interaction is designed to draw them into more complex questions and conversations. The idea that “there is no alternative” to the way our world works, robs our ability to dream. As citizens we need the courage to begin these discussions so we can move on to new and better visions for our future.
Daniel Garcia Andujar (Spain) / Technologies To The People – Postcapital
Border, Capitalism monolith, Collaboration, Collective Intelligence, Community, Complexity, Connectivity, Constructing History, CopyWhat?, Cultural Memory, Dangerous Knowledge, Decision, Decoding, Digital Diogenes, Digital Revolution, Digitalization, Education, Erratum, Fear, Floating Knowledge, Free software, Global Archive, Information Society, Knowledge Production, Language Cartography, Learn to Learn, Mapping, Mass Media Critic, Memory, Network, Participation, Pathologisation, Post-communism, Private Property, Pro-commons, Public Space, Re-reading, Regression, Simplification, Specific, Topography of Fear, Translation, Transparency, Utopia, Voicing…
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
The chipKIT PGM is designed to work with the MPLAB® and MPLAB X development environments available from Microchip. This allows the chipKIT boards, for example, to be used as a more traditional microcontroller development platform using the professional tools available from Microchip. While the PICkit™3 programmer can generate programming voltages needed to program all Microchip PIC devices, the chipKIT PGM can only program devices that are programmable with 3.3V programming voltage. Further, the PICkit3 can source a small amount of current to provide power to some boards being programmed. The chipKIT PGM does not provide power to the board being programmed.
store.digilentinc.com/chipkit-pgm-programmer-debugger-for...
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
Reshade & Debug Console!
Using The Evil Within & Wolfenstein Commads
G_stoptime 1
cvarAdd g_permaGodMode 1
This guy posts these bulletins daily in my neighborhood so I started taking them because they are awesome.
Grab ... well ... "food"
Elevator
Corridor
Desk
oh, that lovely color from the neon lights
I'm not home yet ...
----------
Prendre ... disons ... de la "nourriture"
Ascenseur
Couloir
Bureau
oh, et cette si jolie couleur des néons
Je ne suis pas encore chez moi ...
ZoomCharts at DevClub.lv: Developing a Javascript SDK
On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.
Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.
What is ZoomCharts?
What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:
- Interactive
- Fast
- Touch enabled
- Supports big data
A long time ago
DOS 6.2 allowed for:
- 320x240x8bpp
- Direct access to pixels on screen
- Assembler for performance
Today, the Web has finally caught up in the graphics department. Now, we have access to:
- Multiple browsers and rendering technologies
- Multiple resolutions
- Performance that varies by browser and device
Development setup:
- We write in JavaScript
- Commit to GitHub
- Build system in JavaScript
- Debug in Chrome
- Run automated tests
- Like WebStorm (and Vim)
Graphics:
Canvas (fast)
SVG (slow)
WebGL (>50%)
Interactive animations:
Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.
Graceful degradation:
High FPS (frames per second) lets you scale graphics with low image degradation.
Third party libraries:
- Raphael
- Hammer.js
- Leaflet
- Moment.js
Challenges:
- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens
- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048
- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes
- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps
Support:
- Process: TrialSupportBuy
- 1 day issue resolution
- #1 Tell me what I did wrong
- #2 Can you do…
Testing:
- Automated tests on every GIT push
Automatically:
- Compare images
- Record performance
- View errors in console
Interactive testing:
- Next step: record and playback
BrowserStack:
- Interactive mode
- Automated: Selenium API
Debugging:
Chrome Developer tools (F12)
- Debugging
- Profiling
- Timeline
Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging
Future:
- More charts
- Extension API
- Memory allocation tracking
- WebGL
We are looking for statically-typed language:
- Error checking
- Performance
- Superior minification
- Easy to write and read
- Easy to call from JS
Building
Custom build script:
- Compile
- Minify
- Extract documentation
- Embed customer data
Check out ZoomCharts products:
Network Chart
Big network exploration
Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.
Time Chart
Time navigation and exploration tool
Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.
Pie Chart
Amazingly intuitive hierarchical data exploration
Get quick overview of your data and drill down when necessary. All in a single easy to use chart.
Facet Chart
Scrollable bar chart with drill-down
Compare values side by side and provide easy access to the long tail.
ZoomCharts
The world’s most interactive data visualization software
#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata
© Fleur Augustinus / transmediale
discussion
Crashed Economy: Debugging and Rebooting
with Steve Lambert (us), Daniel Garcia Andujar (sp) and Elanor Colleoni (it/dk) as respondent.
To face the current economical crisis means to question dualistic perspectives such as capitalism vs anti-capitalism as well as to imagine a sustainable network of values in which accumulation of growth and precarity are substituted by a grassroots ecology of sharing built on an increasing capacity for sociability. This event presents two sets of projects which question the notion of capitalism through direct intervention and collective reflections proposing an exodus from proprietary money and trade regulation through distributed commons and practices of social networking.
In Part 1: What Capitalism? Steve Lambert (us) and Daniel Garcia Andujar (es) show how one can critique the concept of capitalism in times of crisis through direct interventions and ludic practices. Elanor Colleoni (it/dk) will act as respondent.
Steve Lambert (USA) – Capitalism Works for ME! True-False
Capitalism Works For Me! True/False is a 6m by 3m sign with an electronic voting display allowing passerby to vote on a deceptively simple question: Does capitalism work for you? Every aspect of the interaction is designed to draw them into more complex questions and conversations. The idea that “there is no alternative” to the way our world works, robs our ability to dream. As citizens we need the courage to begin these discussions so we can move on to new and better visions for our future.
Daniel Garcia Andujar (Spain) / Technologies To The People – Postcapital
Border, Capitalism monolith, Collaboration, Collective Intelligence, Community, Complexity, Connectivity, Constructing History, CopyWhat?, Cultural Memory, Dangerous Knowledge, Decision, Decoding, Digital Diogenes, Digital Revolution, Digitalization, Education, Erratum, Fear, Floating Knowledge, Free software, Global Archive, Information Society, Knowledge Production, Language Cartography, Learn to Learn, Mapping, Mass Media Critic, Memory, Network, Participation, Pathologisation, Post-communism, Private Property, Pro-commons, Public Space, Re-reading, Regression, Simplification, Specific, Topography of Fear, Translation, Transparency, Utopia, Voicing…
© Fleur Augustinus / transmediale
discussion
Crashed Economy: Debugging and Rebooting
with Steve Lambert (us), Daniel Garcia Andujar (sp) and Elanor Colleoni (it/dk) as respondent.
To face the current economical crisis means to question dualistic perspectives such as capitalism vs anti-capitalism as well as to imagine a sustainable network of values in which accumulation of growth and precarity are substituted by a grassroots ecology of sharing built on an increasing capacity for sociability. This event presents two sets of projects which question the notion of capitalism through direct intervention and collective reflections proposing an exodus from proprietary money and trade regulation through distributed commons and practices of social networking.
In Part 1: What Capitalism? Steve Lambert (us) and Daniel Garcia Andujar (es) show how one can critique the concept of capitalism in times of crisis through direct interventions and ludic practices. Elanor Colleoni (it/dk) will act as respondent.
Steve Lambert (USA) – Capitalism Works for ME! True-False
Capitalism Works For Me! True/False is a 6m by 3m sign with an electronic voting display allowing passerby to vote on a deceptively simple question: Does capitalism work for you? Every aspect of the interaction is designed to draw them into more complex questions and conversations. The idea that “there is no alternative” to the way our world works, robs our ability to dream. As citizens we need the courage to begin these discussions so we can move on to new and better visions for our future.
Daniel Garcia Andujar (Spain) / Technologies To The People – Postcapital
Border, Capitalism monolith, Collaboration, Collective Intelligence, Community, Complexity, Connectivity, Constructing History, CopyWhat?, Cultural Memory, Dangerous Knowledge, Decision, Decoding, Digital Diogenes, Digital Revolution, Digitalization, Education, Erratum, Fear, Floating Knowledge, Free software, Global Archive, Information Society, Knowledge Production, Language Cartography, Learn to Learn, Mapping, Mass Media Critic, Memory, Network, Participation, Pathologisation, Post-communism, Private Property, Pro-commons, Public Space, Re-reading, Regression, Simplification, Specific, Topography of Fear, Translation, Transparency, Utopia, Voicing…
Here I am with my trusty (hard to see) IBM keyboard (Thanx Ted!) debugging the pepsi machine yet again. It's practically finished now though ;-) Oh yah, those are my "hacking pants". ;-)
P.S. in this pic you can see my beloved SWEAR brand shoes - The hippieravers that make them in the UK are disappearing and the shoes are really hard to find. If anyone has a source please let me know!