Convert series to an array
This commit is contained in:
parent
a6e6146633
commit
516196bbb4
13 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@ title: Sunpowered server setup
|
||||||
date: 2014-02-16 21:13:46
|
date: 2014-02-16 21:13:46
|
||||||
tags: [hardware, raspberry pi, sunpowered]
|
tags: [hardware, raspberry pi, sunpowered]
|
||||||
bigimg: [{ src: "/galleries/sunpowered/IMG_0942.jpg" }]
|
bigimg: [{ src: "/galleries/sunpowered/IMG_0942.jpg" }]
|
||||||
series: sunpowered
|
series: [sunpowered]
|
||||||
---
|
---
|
||||||
|
|
||||||
Remember my [NAS](/tags/nas) ? It
|
Remember my [NAS](/tags/nas) ? It
|
||||||
|
|
|
@ -8,7 +8,7 @@ bigimg:
|
||||||
src: "/images/adding-voltage-current-measurements-sunpowered-pi/voltages.png",
|
src: "/images/adding-voltage-current-measurements-sunpowered-pi/voltages.png",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
series: sunpowered
|
series: [sunpowered]
|
||||||
---
|
---
|
||||||
|
|
||||||
Remember my [sunpowered Pi](/posts/2014/02/16/sunpowered-server-setup/)
|
Remember my [sunpowered Pi](/posts/2014/02/16/sunpowered-server-setup/)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Tools - PCB holder
|
title: Tools - PCB holder
|
||||||
date: 2015-03-28 18:33:53
|
date: 2015-03-28 18:33:53
|
||||||
tags: [hardware, electronics]
|
tags: [hardware, electronics]
|
||||||
series: tools
|
series: [tools]
|
||||||
---
|
---
|
||||||
|
|
||||||
I thought it would be cool to share with you the tools I find
|
I thought it would be cool to share with you the tools I find
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: CNC router arrives
|
title: CNC router arrives
|
||||||
date: 2015-04-26 13:17:05
|
date: 2015-04-26 13:17:05
|
||||||
tags: [hardware, cnc]
|
tags: [hardware, cnc]
|
||||||
series: cnc
|
series: [cnc]
|
||||||
---
|
---
|
||||||
|
|
||||||
After 2 months of waiting - my CNC router arrives. 8 weeks lead time
|
After 2 months of waiting - my CNC router arrives. 8 weeks lead time
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Update on the sunpowered server
|
title: Update on the sunpowered server
|
||||||
date: 2015-05-02 14:54:05
|
date: 2015-05-02 14:54:05
|
||||||
tags: [observability]
|
tags: [observability]
|
||||||
series: sunpowered
|
series: [sunpowered]
|
||||||
---
|
---
|
||||||
|
|
||||||
Some, rather long, time ago I've added a [custom python](/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi/)
|
Some, rather long, time ago I've added a [custom python](/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi/)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: My CNC machining workflow
|
title: My CNC machining workflow
|
||||||
date: 2015-05-28 19:01:33
|
date: 2015-05-28 19:01:33
|
||||||
tags: []
|
tags: []
|
||||||
series: cnc
|
series: [cnc]
|
||||||
---
|
---
|
||||||
|
|
||||||
Hello ! Today we'll talk about driving CNC machines, toolpaths and
|
Hello ! Today we'll talk about driving CNC machines, toolpaths and
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Tools - precision gauge holder
|
title: Tools - precision gauge holder
|
||||||
date: 2015-10-17 13:46:36
|
date: 2015-10-17 13:46:36
|
||||||
tags: [cnc, tools]
|
tags: [cnc, tools]
|
||||||
series: tools
|
series: [tools]
|
||||||
---
|
---
|
||||||
|
|
||||||
This is the second part in the [series](/series/tools) on the tools I use. Tools that are
|
This is the second part in the [series](/series/tools) on the tools I use. Tools that are
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Rust - controlling side effects from the test.
|
title: Rust - controlling side effects from the test.
|
||||||
date: 2018-07-30 00:00:00
|
date: 2018-07-30 00:00:00
|
||||||
tags: [rust, testing, tdd]
|
tags: [rust, testing, tdd]
|
||||||
series: rust-testing-tricks
|
series: [rust-testing-tricks]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Rust: controlling side effects from the test.
|
# Rust: controlling side effects from the test.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Testing tricks in Rust
|
title: Testing tricks in Rust
|
||||||
date: 2018-09-25 00:00:00
|
date: 2018-09-25 00:00:00
|
||||||
tags: [rust, tdd, testing]
|
tags: [rust, tdd, testing]
|
||||||
series: rust-testing-tricks
|
series: [rust-testing-tricks]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Use verbs as test module names
|
# Use verbs as test module names
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Generate Rust tests from data files
|
title: Generate Rust tests from data files
|
||||||
date: 2018-12-25
|
date: 2018-12-25
|
||||||
tags: [rust, tdd, testing]
|
tags: [rust, tdd, testing]
|
||||||
series: rust-testing-tricks
|
series: [rust-testing-tricks]
|
||||||
---
|
---
|
||||||
|
|
||||||
Sometimes you just have a bunch of example data laying around and you want to make sure your code works with all of them.
|
Sometimes you just have a bunch of example data laying around and you want to make sure your code works with all of them.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: My 2019 setup
|
title: My 2019 setup
|
||||||
date: 2019-11-16
|
date: 2019-11-16
|
||||||
series: my-setup
|
series: [my-setup]
|
||||||
tags: [tools]
|
tags: [tools]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Don't let failures spread over your suite with process-based tests isolation
|
title: Don't let failures spread over your suite with process-based tests isolation
|
||||||
date: 2020-12-28
|
date: 2020-12-28
|
||||||
series: rust-testing-tricks
|
series: [rust-testing-tricks]
|
||||||
tags: [rust, testing]
|
tags: [rust, testing]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: My 2020 setup
|
title: My 2020 setup
|
||||||
date: 2020-12-29
|
date: 2020-12-29
|
||||||
series: my-setup
|
series: [my-setup]
|
||||||
tags: [tools]
|
tags: [tools]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue