Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ram decay2 #626

Merged
merged 14 commits into from
Jan 24, 2025
Merged
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
2 changes: 2 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[codespell]
skip = *.svg,*.pl.md,themes/3mbed/assets/*.js
# https://github.com/codespell-project/codespell/issues/3617
ignore-regex = (.*codespell:ignore.*)
2 changes: 2 additions & 0 deletions .markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ MD013:
tables: false
headings: false

# MD033/no-inline-html
MD033: false

# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
MD041:
Expand Down
3 changes: 3 additions & 0 deletions blog/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ disqusShortname = "pietrushnics-world"
category = "categories"
author = "authors"
tag = "tags"

[markup.goldmark.renderer]
unsafe = true
2 changes: 1 addition & 1 deletion blog/content/authors/cezary-sobczak/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ identifier: cezary.sobczak
photo: "/authors/cezary.sobczak.png"
facebook: ""
twitter: ""
linkedin: "https://www.linkedin.com/in/cezary-sobczak"
linkedin: ""
github: "https://github.com/Cezarus27"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ categories:
As I mentioned in previous
[post](http://pietrushnic.blogspot.com/2012/02/first-steps-to-improve-work.html)
I work a lot on improving my productivity. After FreeMind it is time for
[arbtt](http://darcs.nomeata.de/arbtt/doc/users_guide/). This is small tool
which tracks active windows during your work. It is delivered with distro that
I'm currently using (Debian wheezy). So all I had to do was:
[arbtt](https://github.com/nomeata/arbtt/tree/gh-pages/doc/users_guide). This is
small tool which tracks active windows during your work. It is delivered with
distro that I'm currently using (Debian wheezy). So all I had to do was:

```bash
sudo apt-get install arbtt
Expand All @@ -42,7 +42,7 @@ So I had configured arbtt and it starts to capture data about my work. To
display this data in friendly manner arbtt-stat should be used. Application
complains if $HOME/.arbtt/categorize.cfg wasn't configured for it appropriate.
Detailed documentation about this file can be found on arbtt
[configuration page](http://darcs.nomeata.de/arbtt/doc/users_guide/configuration.html).
[configuration page](https://github.com/nomeata/arbtt/tree/gh-pages/doc/users_guide/configuration.html).
The process of writing this file should be iterative, starting point for me was:

- This defines some aliases, to make the reports look nicer:
Expand Down
2 changes: 1 addition & 1 deletion blog/content/post/2021-05-06-first-impressions-beaglev.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Some more first impressions are written below.

First of all, I needed to re-plug the Ethernet cable after each boot, so the IP
address from DHCP is assigned. Such issue is
[already reported](https://github.com/starfive-tech/beaglev_fedora/issues/2).
[already reported](https://github.com/starfive-tech/Fedora_on_StarFive/issues/2).

The kernel crashes when trying to reboot from OS:

Expand Down
2 changes: 1 addition & 1 deletion blog/content/post/2022-02-03-kgpe_D16_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ And fortunately our screams have been heard... [Vikings](https://vikings.net)
donated two KGPE-D16 boards for the development and [Immunefi](https://immunefi.com/)
has offered to sponsor the effort of bringing back the KGPE-D16 to coreboot main
tree. For the details visit
[heads issue on GitHub](https://github.com/osresearch/heads/issues/719).
[heads issue on GitHub](https://github.com/linuxboot/heads/issues/719).

## KGPE-D16 revival

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ projects:
- [Michał Kopeć](https://www.linkedin.com/in/micha%C5%82-kope%C4%87-a8b216200)
- [Norbert Kamiński](https://twitter.com/asiderr)
- [Tomasz Żyjewski](https://twitter.com/tomzy_0)
- [Cezary Sobczak](https://www.linkedin.com/in/cezary-sobczak)
- [Cezary Sobczak](https://github.com/Cezarus27)
- [Maciej Pijanowski](https://twitter.com/macpijan)

## Significant Updates and Features
Expand Down Expand Up @@ -254,7 +254,7 @@ Our engineers have added fixes to some of Yocto's most popular layers:
all the details about porting this platform in
[Cezary's presentation](https://www.youtube.com/watch?v=QdBG6HUeE6w) from
Yocto Project Summit 2022.05. Changes made by
[Cezary Sobczak](https://www.linkedin.com/in/cezary-sobczak).
[Cezary Sobczak](https://github.com/Cezarus27).

- **Minor fixes for the `meta-sunxi` layer** - Changes made by
[Maciej Pijanowski](https://twitter.com/macpijan).
Expand Down Expand Up @@ -314,7 +314,7 @@ device's capabilities to the next level.
- [hostpad: install missing hostapd.sh script](https://github.com/kraj/meta-openwrt/commit/d06611a9278f)
- [procd: disable warning as error for array-bounds and unused-results](https://github.com/kraj/meta-openwrt/commit/38aef8f68476)
- [busybox: remove merged patch](https://github.com/kraj/meta-openwrt/commit/0697f29ab2c7)
- [Cezary Sobczak](https://www.linkedin.com/in/cezary-sobczak) (15):
- [Cezary Sobczak](https://github.com/Cezarus27) (15):
- [opensbi: add patches for Nezha board](https://github.com/riscv/meta-riscv/commit/03bcb870e7ec)
- [boot0: add patch for Makefile to fit it with yocto build environment](https://github.com/riscv/meta-riscv/commit/0d1c2fb125ad)
- [nezha-allwinner-d1.conf: add machine configuration for Nezha board](https://github.com/riscv/meta-riscv/commit/42a5479dbcc4)
Expand Down
Loading
Loading