Skip to content

Commit 0bb48cb

Browse files
committed
some maintenance
1 parent 2a5f42b commit 0bb48cb

File tree

4 files changed

+19
-15
lines changed

4 files changed

+19
-15
lines changed

src/components/Footer.astro

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { Image } from 'astro:assets';
1212
justify-content: center;
1313
align-items: center;
1414
font-size: 1rem;
15+
gap: 1rem;
1516
border-top: var(--lightSeparator);
1617

1718
@media (min-width: common.$iPad) {
@@ -24,15 +25,11 @@ import { Image } from 'astro:assets';
2425
width: 55%;
2526
}
2627

27-
}
28-
29-
.main img {
30-
margin: 0.25rem;
31-
box-shadow: none;
32-
}
28+
img {
29+
margin: 0.25rem;
30+
box-shadow: none;
31+
}
3332

34-
.main p {
35-
margin: 0.25rem;
3633
}
3734
</style>
3835

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
---
22
title: "Google and A.I."
3-
tags: [technology, biology]
3+
tags: [technology, biology, ai]
44
date: 2007-02-20 10:40:25
55
slug: google-and-a-i
66
---
77

8-
[heise online - Künstliche Intelligenz für Suche gesucht](http://www.heise.de/newsticker/meldung/85530/from/rss09)
8+
[heise online - Künstliche Intelligenz für Suche gesucht](https://www.heise.de/news/Kuenstliche-Intelligenz-fuer-Suche-gesucht-147920.html)
99

10-
Acording to Larry Page, setting up artificial intelligence is easy-peasy, considering the low information density in DNA.
10+
Acording to Larry Page, setting up artificial intelligence is easy-peasy, considering the low information
11+
density in DNA.
1112

12-
What Mr. Page obviously does not know is that a cell's intelligence has very little to do with its DNA. Only in combination with the complex molecules alongside additional molecules surrounding the DNA installed in the cell's membrane and core, does the DNA provide the basis to generate adequate responses to its surroundings. You can extract a cell's core and it will happily live on with the handicap that it cannot create new proteins. Try that with a body's brain. If in turn you remove a cell's membrane, it is dead. It essentially lost its ability to 'think'.
13+
What Mr. Page obviously does not know is that a cell's intelligence has very little to do with its DNA.
14+
Only in combination with the complex molecules alongside additional molecules surrounding the DNA installed
15+
in the cell's membrane and core, does the DNA provide the basis to generate adequate responses to its surroundings.
16+
You can extract a cell's core and it will happily live on with the handicap that it cannot create new proteins.
17+
Try that with a body's brain. If in turn you remove a cell's membrane, it is dead.
18+
It essentially lost its ability to 'think'.
1319

14-
If Google wants to spend money on poor knowledge, bless them. Any buck dished out on people thinking about stuff is well spent.
20+
If Google wants to spend money on poor knowledge, bless them.
21+
Any buck dished out on people thinking about stuff is well spent.

src/content/blog/2010/11-15-Øredev-Things-from-Microsoft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Øredev: Things from Microsoft"
3-
tags: [dotnet, csharp, oredev]
3+
tags: [dotnet, conferences]
44
date: 2010-11-15 10:30:00
55
slug: øredev-things-from-microsoft
66
---

src/content/blog/2010/11-28-Greg-Youngs-195-things-from-Øredev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Greg Young’s 19.5 things from Øredev"
3-
tags: [software-development, patterns, oredev]
3+
tags: [software-development, conferences]
44
date: 2010-11-28 13:26:00
55
slug: greg-youngs-19-5-things-from-øredev
66
---

0 commit comments

Comments
 (0)