Skip to content

Commit

Permalink
Content: Programming reimagined in Native-AI era (#245)
Browse files Browse the repository at this point in the history
* fix: typo in a hashtag

* feat: add style for video player

* content: add new post to similarly database

* fix: make blockquote style correct

* fix: misdirected blockquote

* content: new reimagined AI post and assets to support
  • Loading branch information
ajfisher authored Oct 28, 2024
1 parent b94040a commit a577943
Show file tree
Hide file tree
Showing 21 changed files with 1,516 additions and 342 deletions.
5 changes: 5 additions & 0 deletions site/src/components/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const StyledPostArticle = styled(Article)`
& blockquote > p {
padding: 0 !important;
font-family: var(--quote-font-family);
font-weight: var(--heading-font-weight);
font-style: normal;
font-size: 4rem;
color: var(--highlight);
}
& p.has-pullquote::before {
Expand Down
21 changes: 11 additions & 10 deletions site/src/content/posts/2015-09-02-iot-mobile-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ listimage: ../../img/posts/the_things.jpg

---

I got the opportunity to write an opinion piece for [IBM Developer Works](http://www.ibm.com/developerworks)
on what lessons from other aspects of technology could be applied to IoT. I
drew from my own experience in mobile, looking at:
I got the opportunity to write an opinion piece for [IBM Developer
Works](http://www.ibm.com/developerworks) on what lessons from other aspects
of technology could be applied to IoT. I drew from my own experience in mobile,
looking at:

* how decoupling services from avatars create more natural interaction methods
* assuming connectivity issues and adopting an offline first approach
* How the hardware & software design process unfolds as a result of interaction
refinement.
refinement.

> This challenge is magnified when you consider the numerous contexts in which
your IoT product might be used. It might just be a sensor, but how do you
interact with it? Is it by using a mobile or web application? Is configuration
different than reporting? How usable are these interfaces? The list of
questions can seem endless.
> your IoT product might be used. It might just be a sensor, but how do you
> interact with it? Is it by using a mobile or web application? Is configuration
> different than reporting? How usable are these interfaces? The list of
> questions can seem endless.
Full article at IBM Developer Works:
[Best practices for IoT development](http://www.ibm.com/developerworks/library/iot-mobile-practices-iot-success/)
Full article at IBM Developer Works: [Best practices for IoT
development](http://www.ibm.com/developerworks/library/iot-mobile-practices-iot-success/)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ excerpt: >
twitter_excerpt: >
Explore how non-tech businesses can capitalise on recent tech layoffs to
boost their own innovation and growth. Strategic insights for navigating
AI, talent and automation. 🚀📈 #RetailInnovation #Retail #AI #strategy
AI, talent and automation. 🚀📈 #RetailInnovation #retail #AI #strategy
featureimage: ../../img/posts/retail-opportunity-dalle-2024-04-16212738.webp
imageby: ajfisher - Retail Innovation Opportunities - Dall-E 3
listimage: ../../img/posts/retail-opportunity-dalle-2024-04-16212738.webp
Expand Down

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-chrome-debugger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-classroom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-embedding-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-env-questions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-frustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-ide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-overgrown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-programming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-sketching.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/native-ai-working.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions site/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ article p span.gatsby-resp-image-wrapper + em {
margin-top: calc(0.25 * var(--gutter));
}

article video {
width: 100%;
}


/* some elements for when you are in an aside in the article */
article aside h2 {
display: block;
Expand Down
Binary file added site/static/assets/native-ai-codegen.mp4
Binary file not shown.
Binary file added site/static/assets/native-ai-codegen.webm
Binary file not shown.
Loading

0 comments on commit a577943

Please sign in to comment.