Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/ai-services.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,37 @@ <h1 class="text-size-1">
</div>
</div>

<div id="ai-menu-iframe-container">
<script>
function getIframe() {
return document.getElementById('ai-menu-iframe');
}
function onMessage(event) {

if (event.data.type !== 'heightUpdate') {
return;
}
console.log('eventevent', event)

if (!event.data.height) throw new Error(`height expected in heightUpdate iframe event`);
getIframe().style.height = parseInt(event.data.height, 10) + 50 + 'px';
}
function init() {
if (window.addEventListener) {
window.addEventListener('message', onMessage, false);
return;
}
if (window.attachEvent) {
window.attachEvent('onmessage', onMessage, false);
}
}
init();
</script>
<!-- https://ai-menu-liard.vercel.app is Igor's Vercel, TODO change -->
<!-- <iframe id="ai-menu-iframe" src="http://localhost:4200/" style="width: 100%; height: 50px; border: 0px; margin: 0px;border-radius: 14px 14px 0px 0px"></iframe>-->
<iframe id="ai-menu-iframe" src="https://ai-menu-liard.vercel.app" style="width: 100%; height: 50px; border: 0px; margin: 0px;border-radius: 14px 14px 0px 0px"></iframe>

</div>

<div class="row margin-top-10">
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/5-paquetes-django.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Tue Feb 23 2021 22:39:52 GMT+0000 (Coordinated Universal Time)" data-updatetime="Mon Mar 08 2021 15:50:46 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1584 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1590 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Building-a-Company-Not-an-ICO.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Tue Jun 19 2018 07:10:56 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Jun 21 2018 01:47:14 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1543 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1550 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

<span class="ui-owner">
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/Designing-A-Banking-System.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Thu Apr 12 2018 07:14:07 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Jul 11 2024 23:31:12 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">5451 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">5460 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down Expand Up @@ -535,7 +535,7 @@
Atomic transaction alone aren&#39;t magic though, we still need to avoid [TOCTTOU](https://en.wikipedia.org/wiki/Time_of_check_to_time_of_use) bugs, which means that the `condition` and `action` actually need to be a single statement to avoid data changing between the read and the write. For example, to subtract 50 chips from a user&#39;s balance, we might write:

:::danger
```python
```python=
user = User.objects.get(id=241)
if user.balance == 100:
user.balance = 50
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Django-Concurrent-Write-Safety.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon May 14 2018 17:31:54 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Feb 14 2019 00:23:25 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">3631 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">3636 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Downswings-and-the-Information-Game.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon May 14 2018 17:47:42 GMT+0000 (Coordinated Universal Time)" data-updatetime="Mon May 14 2018 17:50:09 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1363 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1369 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Linearizing-database-operations-django.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Wed Feb 13 2019 23:50:27 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Feb 14 2019 13:00:25 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2125 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2132 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Reconciling-Templates-With-Components.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Sat Apr 21 2018 12:11:31 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Feb 14 2019 00:20:05 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2175 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2181 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Review-of-Online-Poker-Networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon May 14 2018 17:48:03 GMT+0000 (Coordinated Universal Time)" data-updatetime="Tue Jun 05 2018 05:45:38 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2204 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2210 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

<span class="ui-owner">
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Segwit-and-the-Lightning-Network.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon May 14 2018 17:20:52 GMT+0000 (Coordinated Universal Time)" data-updatetime="Mon May 14 2018 17:25:42 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2131 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2139 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Sharing-State-Between-Redux-Reducers.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon May 14 2018 17:38:02 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Feb 14 2019 00:06:03 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2097 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2104 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Trustless-is-A-Myth.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Sat Apr 21 2018 10:55:25 GMT+0000 (Coordinated Universal Time)" data-updatetime="Tue May 15 2018 14:30:25 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2087 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2095 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Using-Redux-As-A-Database.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Fri Apr 20 2018 00:45:05 GMT+0000 (Coordinated Universal Time)" data-updatetime="Wed Feb 13 2019 23:59:18 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1634 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1642 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/a-many-linux-web-building-platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Mon Jan 25 2021 22:22:55 GMT+0000 (Coordinated Universal Time)" data-updatetime="Tue Jan 26 2021 00:02:16 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">2202 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">2208 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

<span class="ui-owner">
Expand Down Expand Up @@ -597,7 +597,7 @@
https://hub.docker.com/r/pypiserver/pypiserver/tags/
https://pypi.org/project/pypiserver/#using-the-docker-image

```yaml
```yaml=
pypi:
image: pypiserver/pypiserver
ports:
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/algorithm-bias.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Tue Jun 21 2022 14:04:34 GMT+0000 (Coordinated Universal Time)" data-updatetime="Thu Jul 28 2022 13:05:41 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1193 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1198 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/anatomy-of-html-css-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Thu Feb 14 2019 00:02:12 GMT+0000 (Coordinated Universal Time)" data-updatetime="Wed May 01 2024 01:42:20 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">8209 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">8222 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/avoiding-dry-for-easier-refactoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Wed Feb 13 2019 23:31:29 GMT+0000 (Coordinated Universal Time)" data-updatetime="Sun Jan 12 2020 21:47:45 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1902 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1908 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/blog-ideas-for-developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
&nbsp;<span class="text-uppercase ui-status-lastchange"></span>
<span class="ui-lastchange text-uppercase" data-createtime="Tue Aug 30 2022 17:15:28 GMT+0000 (Coordinated Universal Time)" data-updatetime="Tue Aug 30 2022 19:24:59 GMT+0000 (Coordinated Universal Time)"></span>
</span>
<span class="pull-right">1203 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<span class="pull-right">1225 views <a href="https://docs.monadical.com/#" class="ui-edit" title="Edit this note"><i class="fa fa-fw fa-pencil"></i></a></span>
<br>

</small>
Expand Down
Loading